spot uploaded Pod-Simple-3.32.tar.gz for perl-Pod-Simple

2015-11-03 Thread notifications
f05e92d19c8a7301910f133424e74ece  Pod-Simple-3.32.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Pod-Simple/Pod-Simple-3.32.tar.gz/md5/f05e92d19c8a7301910f133424e74ece/Pod-Simple-3.32.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

spot pushed to perl-Pod-Simple (master). "3.32"

2015-11-03 Thread notifications
From 91562e309532c16b2490dd293a3c1a42862010f3 Mon Sep 17 00:00:00 2001
From: Tom Callaway 
Date: Tue, 3 Nov 2015 09:00:49 +0100
Subject: 3.32

---
 .gitignore   | 1 +
 perl-Pod-Simple.spec | 5 -
 sources  | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index c487a70..42c9a45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Pod-Simple-3.05.tar.gz
 /Pod-Simple-3.29.tar.gz
 /Pod-Simple-3.30.tar.gz
 /Pod-Simple-3.31.tar.gz
+/Pod-Simple-3.32.tar.gz
diff --git a/perl-Pod-Simple.spec b/perl-Pod-Simple.spec
index 28448bb..1fa20e1 100644
--- a/perl-Pod-Simple.spec
+++ b/perl-Pod-Simple.spec
@@ -1,7 +1,7 @@
 Name:   perl-Pod-Simple
 # Epoch to compete with perl.spec
 Epoch:  1
-Version:3.31
+Version:3.32
 Release:1%{?dist}
 Summary:Framework for parsing POD documentation
 License:GPL+ or Artistic
@@ -66,6 +66,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov  3 2015 Tom Callaway  - 1:3.32-1
+- update to 3.32
+
 * Tue Aug 25 2015 Tom Callaway  - 1:3.31-1
 - update to 3.31
 
diff --git a/sources b/sources
index c633948..3147817 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c14065214526ecf1b526ea00df4d325a  Pod-Simple-3.31.tar.gz
+f05e92d19c8a7301910f133424e74ece  Pod-Simple-3.32.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Pod-Simple.git/commit/?h=master=91562e309532c16b2490dd293a3c1a42862010f3
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277296] perl-Pod-Simple-3.32 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277296



--- Comment #2 from Upstream Release Monitoring 
 ---
spot's perl-Pod-Simple-3.32-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=695770

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277296] perl-Pod-Simple-3.32 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277296

Tom "spot" Callaway  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 CC||tcall...@redhat.com
 Resolution|--- |RAWHIDE
Last Closed||2015-11-03 03:18:00



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-Pod-Simple (master). "Specify all dependencies"

2015-11-03 Thread notifications
From 9f9af33214c588b1003cd63ee5f72a1a5787bf7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 3 Nov 2015 09:16:25 +0100
Subject: Specify all dependencies

---
 perl-Pod-Simple.spec | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/perl-Pod-Simple.spec b/perl-Pod-Simple.spec
index 1fa20e1..3e4bac3 100644
--- a/perl-Pod-Simple.spec
+++ b/perl-Pod-Simple.spec
@@ -2,13 +2,16 @@ Name:   perl-Pod-Simple
 # Epoch to compete with perl.spec
 Epoch:  1
 Version:3.32
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Framework for parsing POD documentation
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Pod-Simple/
 Source0:
http://www.cpan.org/authors/id/D/DW/DWHEELER/Pod-Simple-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -66,6 +69,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 03 2015 Petr Pisar  - 1:3.32-2
+- Specify all dependencies
+
 * Tue Nov  3 2015 Tom Callaway  - 1:3.32-1
 - update to 3.32
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Pod-Simple.git/commit/?h=master=9f9af33214c588b1003cd63ee5f72a1a5787bf7b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277296] perl-Pod-Simple-3.32 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277296



--- Comment #4 from Tom "spot" Callaway  ---
I agree.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277296] perl-Pod-Simple-3.32 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277296

Petr Pisar  changed:

   What|Removed |Added

   Fixed In Version||perl-Pod-Simple-3.32-2.fc24



--- Comment #3 from Petr Pisar  ---
This changes debugging output from standard output to standard error output.
Thus suitable for rawhide only.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1272905] perl-DBIx-Class-0.082820-2.fc24 FTBFS: Failed test 'Deploying the bad schema produces a warning: aba_name_artists was not created.'

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272905



--- Comment #4 from Fedora Update System  ---
perl-DBIx-Class-0.082810-3.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-1fb6fd641d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (perl-IPTables-Parse-1.5-2.fc21). "Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24"

2015-11-03 Thread notifications
From 003254ed5d2186bd25ab36caef651ba973e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Wed, 14 Oct 2015 22:01:56 +0200
Subject: Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24

---
 perl-IPTables-Parse.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index ee40570..036871e 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
 Version:1.5
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -10,7 +10,7 @@ Source1:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.
 # https://github.com/mrash/IPTables-Parse/pull/6
 Patch0: IPTables-Parse-1.5-predictable-tmp.patch
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 14 2015 Miloslav Trmač  - 1.5-2
+- Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24
+
 * Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
 - Update to IPTables-Parse-1.5
 - Fix use of predictable temporary file names
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=perl-IPTables-Parse-1.5-2.fc21=003254ed5d2186bd25ab36caef651ba973e7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (perl-IPTables-Parse-1.5-2.fc23). "Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24"

2015-11-03 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=perl-IPTables-Parse-1.5-2.fc23=003254ed5d2186bd25ab36caef651ba973e7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f21). "Update to IPTables-Parse-1.4"

2015-11-03 Thread notifications
From ee246d88a27373ff60c8c56a55370962e481db0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Wed, 4 Mar 2015 00:29:52 +0100
Subject: Update to IPTables-Parse-1.4

---
 .gitignore   | 2 ++
 perl-IPTables-Parse.spec | 7 +--
 sources  | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4aa6751..f79e5e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ IPTables-Parse-0.7.tar.bz2.asc
 /IPTables-Parse-0.9.tar.bz2.asc
 /IPTables-Parse-1.1.tar.bz2
 /IPTables-Parse-1.1.tar.bz2.asc
+/IPTables-Parse-1.4.tar.bz2
+/IPTables-Parse-1.4.tar.bz2.asc
diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index a555a42..59753ca 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
-Version:1.1
-Release:8%{?dist}
+Version:1.4
+Release:1%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 4 2015 Miloslav Trmač  - 1.4-1
+- Update to IPTables-Parse-1.4
+
 * Wed Aug 27 2014 Jitka Plesnikova  - 1.1-8
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 463a69f..f63b573 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-195aafe496fd8c350bc68175110e46a7  IPTables-Parse-1.1.tar.bz2
-7fddbce6d721fe5503ff89f16cef83f1  IPTables-Parse-1.1.tar.bz2.asc
+b30220a4725c332ef276a6833bc302cf  IPTables-Parse-1.4.tar.bz2
+99d050a1a2aae4eb551dd79dc94afdeb  IPTables-Parse-1.4.tar.bz2.asc
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f21=ee246d88a27373ff60c8c56a55370962e481db0a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (perl-IPTables-Parse-1.5-2.fc22). "Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24"

2015-11-03 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=perl-IPTables-Parse-1.5-2.fc22=003254ed5d2186bd25ab36caef651ba973e7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-DBIx-Class (f21). "Restore compatability with SQLite-3.9.0"

2015-11-03 Thread notifications
From 8d77da69cb9bb77f733344303df98ba2dc4f2b8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 3 Nov 2015 15:33:14 +0100
Subject: Restore compatability with SQLite-3.9.0

---
 ...-dependency-tests-to-work-on-newer-libsql.patch | 96 ++
 perl-DBIx-Class.spec   |  8 +-
 2 files changed, 103 insertions(+), 1 deletion(-)
 create mode 100644 
DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch

diff --git 
a/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
 
b/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
new file mode 100644
index 000..9f3da30
--- /dev/null
+++ 
b/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
@@ -0,0 +1,96 @@
+From 5de3b12e4eecd4efb47e1896dc1d5432bc532568 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 3 Nov 2015 15:22:54 +0100
+Subject: [PATCH] Adjust view-dependency tests to work on newer libsqlite
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Port upstream fix for SQLite-3.9.0 to 0.082820:
+
+commit 26c663f123032941cb3f61d6cd11869b86716d6d
+Author: Peter Rabbitson 
+Date:   Tue Nov 3 14:35:35 2015 +0100
+
+Adjust view-dependency tests to work on newer libsqlite
+
+The test and mechanism behind it is largely useless in these cases, but old
+sqlite installations will lurk around for ever, so keep the check while 
moving
+it to xt/
+
+The original fix makes the tests author's tests, so they are not run
+at all. Let's keep the test running by default until upstream releases
+new version.
+
+CPAN RT#107852
+
+Signed-off-by: Petr Písař 
+---
+ t/105view_deps.t | 29 -
+ 1 file changed, 16 insertions(+), 13 deletions(-)
+
+diff --git a/t/105view_deps.t b/t/105view_deps.t
+index 21aa92b..39bb632 100644
+--- a/t/105view_deps.t
 b/t/105view_deps.t
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++use DBIx::Class::Optional::Dependencies -skip_all_without => 'deploy';
+ 
+ use strict;
+ use warnings;
+@@ -11,15 +11,6 @@ use DBICTest;
+ use ViewDeps;
+ use ViewDepsBad;
+ 
+-BEGIN {
+-require DBIx::Class;
+-plan skip_all => 'Test needs ' .
+-DBIx::Class::Optional::Dependencies->req_missing_for('deploy')
+-  unless DBIx::Class::Optional::Dependencies->req_ok_for('deploy');
+-}
+-
+-use_ok('DBIx::Class::ResultSource::View');
+-
+  SANITY
+ 
+ my $view = DBIx::Class::ResultSource::View->new;
+@@ -73,10 +64,16 @@ can_ok( $view, $_ ) for qw/new from deploy_depends_on/;
+ = ViewDepsBad->connect( DBICTest->_database ( quote_char => '"') );
+   ok( $schema2, 'Connected to ViewDepsBad schema OK' );
+ 
++  my $lazy_view_validity = !(
++$schema2->storage->_server_info->{normalized_dbms_version}
++  <
++3.009
++  );
++
+  DEPLOY2
+ 
+   warnings_exist { $schema2->deploy }
+-[qr/no such table: main.aba_name_artists/],
++[ $lazy_view_validity ? () : qr/no such table: main.aba_name_artists/ ],
+ "Deploying the bad schema produces a warning: aba_name_artists was not 
created.";
+ 
+  DOES ORDERING WORK 2?
+@@ -106,9 +103,15 @@ can_ok( $view, $_ ) for qw/new from deploy_depends_on/;
+ } grep { !/AbaNameArtistsAnd2010CDsWithManyTracks/ }
+ @{ [ $schema2->sources ] };
+ 
++  $schema2->storage->dbh->do(q( DROP VIEW "aba_name_artists" ))
++if $lazy_view_validity;
++
+   throws_ok { 
$schema2->resultset('AbaNameArtistsAnd2010CDsWithManyTracks')->next }
+-qr/no such table: aba_name_artists_and_2010_cds_with_many_tracks/,
+-"Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the 
table does not exist"
++qr/no such table: (?:main\.)?aba_name_artists/,
++sprintf(
++  "Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the%s 
view does not exist",
++  $lazy_view_validity ? ' underlying' : ''
++)
+   ;
+ }
+ 
+-- 
+2.4.3
+
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index 4b11927..7bcc6eb 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -1,7 +1,7 @@
 Name:   perl-DBIx-Class
 Summary:Extensible and flexible object <-> relational mapper
 Version:0.08250
-Release:6%{?dist}
+Release:7%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz
@@ -14,6 +14,8 @@ Patch1: 
DBIx-Class-0.08250-Fix-ridiculous-regex-anchor-mistake-from-6613
 # Fix ::Ordered in combination with delete_all visible with sqlite 3.8.5,
 # bug #1110272, CPAN RT#96499
 Patch2: 
DBIx-Class-0.08270-Fix-Ordered-in-combination-with-delete_all.patch
+# Restore compatability with SQLite-3.9.0, bug #1272905, 

[Bug 1272905] perl-DBIx-Class-0.082820-2.fc24 FTBFS: Failed test 'Deploying the bad schema produces a warning: aba_name_artists was not created.'

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272905



--- Comment #5 from Fedora Update System  ---
perl-DBIx-Class-0.08250-7.fc21 has been submitted as an update to Fedora 21.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-b27fef4edc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f21). "Ignore Eclipse metadata"

2015-11-03 Thread notifications
From a090985214dd1936f10d1906c6a29302385a704f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Tue, 29 Sep 2015 19:30:44 +0200
Subject: Ignore Eclipse metadata

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f79e5e8..5437f72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/.project
 IPTables-Parse-0.7.tar.bz2
 IPTables-Parse-0.7.tar.bz2.asc
 /IPTables-Parse-0.9.tar.bz2
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f21=a090985214dd1936f10d1906c6a29302385a704f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f21). "Update to IPTables-Parse-1.5"

2015-11-03 Thread notifications
From 9d1708d8d9b4a6ab1fcffc588cf0dff32a897054 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Tue, 29 Sep 2015 19:36:42 +0200
Subject: Update to IPTables-Parse-1.5

---
 .gitignore   | 2 ++
 perl-IPTables-Parse.spec | 7 +--
 sources  | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5437f72..9adbf2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ IPTables-Parse-0.7.tar.bz2.asc
 /IPTables-Parse-1.1.tar.bz2.asc
 /IPTables-Parse-1.4.tar.bz2
 /IPTables-Parse-1.4.tar.bz2.asc
+/IPTables-Parse-1.5.tar.bz2
+/IPTables-Parse-1.5.tar.bz2.asc
diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index f362456..74602db 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
-Version:1.4
-Release:3%{?dist}
+Version:1.5
+Release:1%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
+- Update to IPTables-Parse-1.5
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f63b573..d3484c9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b30220a4725c332ef276a6833bc302cf  IPTables-Parse-1.4.tar.bz2
-99d050a1a2aae4eb551dd79dc94afdeb  IPTables-Parse-1.4.tar.bz2.asc
+4eeb5b8387b9f21ec0ca0be961f30434  IPTables-Parse-1.5.tar.bz2
+239d59bad0ba736ac7df61a88b9bfef6  IPTables-Parse-1.5.tar.bz2.asc
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f21=9d1708d8d9b4a6ab1fcffc588cf0dff32a897054
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f21). "Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24"

2015-11-03 Thread notifications
From 003254ed5d2186bd25ab36caef651ba973e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Wed, 14 Oct 2015 22:01:56 +0200
Subject: Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24

---
 perl-IPTables-Parse.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index ee40570..036871e 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
 Version:1.5
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -10,7 +10,7 @@ Source1:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.
 # https://github.com/mrash/IPTables-Parse/pull/6
 Patch0: IPTables-Parse-1.5-predictable-tmp.patch
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 14 2015 Miloslav Trmač  - 1.5-2
+- Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24
+
 * Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
 - Update to IPTables-Parse-1.5
 - Fix use of predictable temporary file names
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f21=003254ed5d2186bd25ab36caef651ba973e7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1267963] perl-IPTables-Parse: Use of predictable names for temporary files [fedora-all]

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1267963



--- Comment #3 from Fedora Update System  ---
perl-IPTables-Parse-1.5-2.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-30f080e459

--- Comment #4 from Fedora Update System  ---
perl-IPTables-Parse-1.5-2.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-0c153d3319

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1267963] perl-IPTables-Parse: Use of predictable names for temporary files [fedora-all]

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1267963



--- Comment #3 from Fedora Update System  ---
perl-IPTables-Parse-1.5-2.fc22 has been submitted as an update to Fedora 22.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-30f080e459

--- Comment #4 from Fedora Update System  ---
perl-IPTables-Parse-1.5-2.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-0c153d3319

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1267963] perl-IPTables-Parse: Use of predictable names for temporary files [fedora-all]

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1267963

Miloslav Trmač  changed:

   What|Removed |Added

   Fixed In Version||perl-IPTables-Parse-1.5-2



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1272905] perl-DBIx-Class-0.082820-2.fc24 FTBFS: Failed test 'Deploying the bad schema produces a warning: aba_name_artists was not created.'

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272905

Petr Pisar  changed:

   What|Removed |Added

   Assignee|psab...@redhat.com  |ppi...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1267963] perl-IPTables-Parse: Use of predictable names for temporary files [fedora-all]

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1267963



--- Comment #5 from Fedora Update System  ---
perl-IPTables-Parse-1.5-2.fc21 has been submitted as an update to Fedora 21.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-240dd21cb6

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Net-IPv6Addr (f23). "Specify all dependencies; Modernize spec"

2015-11-03 Thread notifications
From 1fd37aa43288e6da0b911f333aacbb9ad037ce1f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 3 Nov 2015 12:10:45 +0100
Subject: Specify all dependencies; Modernize spec

---
 perl-Net-IPv6Addr.spec | 36 ++--
 1 file changed, 22 insertions(+), 14 deletions(-)

diff --git a/perl-Net-IPv6Addr.spec b/perl-Net-IPv6Addr.spec
index be4db24..656e2a2 100644
--- a/perl-Net-IPv6Addr.spec
+++ b/perl-Net-IPv6Addr.spec
@@ -1,18 +1,29 @@
 Name:   perl-Net-IPv6Addr
 Version:0.2
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Perl module to check validity of IPv6 addresses
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Net-IPv6Addr/
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TM/TMONROE/Net-IPv6Addr-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
-BuildRequires:  perl(Net::IPv4Addr), perl(Math::Base85)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Math::Base85)
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(Net::IPv4Addr)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(vars)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(Math::Base85)
+Requires:   perl(Math::BigInt)
 
 %description
 Net::IPv6Addr checks strings for valid IPv6 addresses, as specified in
@@ -29,29 +40,24 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README 
 %{perl_vendorlib}/*
 %{_mandir}/man?/*
 
 
 %changelog
+* Tue Nov 03 2015 Jitka Plesnikova  - 0.2-18
+- Specify all dependencies
+- Modernize spec
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.2-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
@@ -98,7 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 - Fix license
 - Add explicit Requires on perl(Math::Base85)
 - Add missing BRs
-* Fri May 12 2007 Sindre Pedersen Bjørdal  - 0.2-2
+
+* Fri May 11 2007 Sindre Pedersen Bjørdal  - 0.2-2
 - Add missing perl-Math-Base85 BR
+
 * Sat May 05 2007 Sindre Pedersen Bjørdal  - 0.2-1
 - Initial build
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Net-IPv6Addr.git/commit/?h=f23=1fd37aa43288e6da0b911f333aacbb9ad037ce1f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277468] New: perl-Test-Strict-0.32 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277468

Bug ID: 1277468
   Summary: perl-Test-Strict-0.32 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Test-Strict
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 0.32
Current version/release in rawhide: 0.31-1.fc24
URL: http://search.cpan.org/dist/Test-Strict/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277462] perl-Module-Locate-1.80 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277462



--- Comment #3 from Upstream Release Monitoring 
 ---
jplesnik's perl-Module-Locate-1.80-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=695800

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277462] perl-Module-Locate-1.80 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277462

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Module-Locate-1.80-1.f
   ||c24
 Resolution|--- |RAWHIDE
Last Closed||2015-11-03 07:51:24



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded Module-Locate-1.80.tar.gz for perl-Module-Locate

2015-11-03 Thread notifications
22b1d51200c35b6bc276c1e70bbb8ab3  Module-Locate-1.80.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Module-Locate/Module-Locate-1.80.tar.gz/md5/22b1d51200c35b6bc276c1e70bbb8ab3/Module-Locate-1.80.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Module-Locate (master). "1.80 bump"

2015-11-03 Thread notifications
From 4aae533b4530600cd185db957607cb0ffa1c8b15 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 3 Nov 2015 13:40:15 +0100
Subject: 1.80 bump

---
 .gitignore  |  1 +
 perl-Module-Locate.spec | 17 -
 sources |  2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 42e772e..3e6fb50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Module-Locate-1.7.tar.gz
 /Module-Locate-1.79.tar.gz
+/Module-Locate-1.80.tar.gz
diff --git a/perl-Module-Locate.spec b/perl-Module-Locate.spec
index 1787467..7d4298e 100644
--- a/perl-Module-Locate.spec
+++ b/perl-Module-Locate.spec
@@ -1,27 +1,30 @@
 Name:   perl-Module-Locate
-Version:1.79
-Release:3%{?dist}
+Version:1.80
+Release:1%{?dist}
 Summary:Locate Perl modules in the same fashion as "require" and "use"
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Module-Locate/
 Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/Module-Locate-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(base)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -50,12 +53,16 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 %files
+%license LICENSE
 %doc Changes README
 %{perl_vendorlib}/Module/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Tue Nov 03 2015 Jitka Plesnikova  - 1.80-1
+- 1.80 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.79-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 5c9fb7d..2f0ab02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e76c817b0c3096b9e58e57887e7b81b1  Module-Locate-1.79.tar.gz
+22b1d51200c35b6bc276c1e70bbb8ab3  Module-Locate-1.80.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Module-Locate.git/commit/?h=master=4aae533b4530600cd185db957607cb0ffa1c8b15
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277468] perl-Test-Strict-0.32 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277468

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jples...@redhat.com
   Assignee|psab...@redhat.com  |jples...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-Crypt-SMIME (perl-Crypt-SMIME-0.16-1.fc24). "0.16 bump"

2015-11-03 Thread notifications
From a477010e32a3632f96302161e1d028022e39b29e Mon Sep 17 00:00:00 2001
From: Steve Traylen 
Date: Tue, 3 Nov 2015 14:31:46 +0100
Subject: 0.16 bump

---
 .gitignore|  1 +
 perl-Crypt-SMIME.spec | 12 +++-
 sources   |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 833d49c..7b5fd0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Crypt-SMIME-0.09.tar.gz
 /Crypt-SMIME-0.10.tar.gz
 /Crypt-SMIME-0.15.tar.gz
+/Crypt-SMIME-0.16.tar.gz
diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index 0ac57c4..afdb0c0 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,5 +1,5 @@
 Name:   perl-Crypt-SMIME
-Version:0.15
+Version:0.16
 Release:1%{?dist}
 Summary:S/MIME message signing, verification, encryption and decryption
 License:GPL+ or Artistic
@@ -24,8 +24,12 @@ BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Taint::Util)
 BuildRequires:  perl(Test::Dependencies)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Taint)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -39,6 +43,9 @@ verify, encrypt and decrypt messages. It requires libcrypto
 
 %prep
 %setup -q -n Crypt-SMIME-%{version}
+# As part of the rpm process we generate some .list files which
+# then cause t/manifest.t to fail.
+echo '\.list$' >> MANIFEST.SKIP
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -69,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 3 2015 Steve Traylen  - 0.16-1
+- 0.16 bump
+
 * Mon Aug 31 2015 Jitka Plesnikova  - 0.15-1
 - 0.15 bump
 
diff --git a/sources b/sources
index 5574848..449b238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84013b0a550369bbee76a9fb2caf7494  Crypt-SMIME-0.15.tar.gz
+1e64cc7e738e8abd70da16ae893b65e4  Crypt-SMIME-0.16.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Crypt-SMIME.git/commit/?h=perl-Crypt-SMIME-0.16-1.fc24=a477010e32a3632f96302161e1d028022e39b29e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-Crypt-SMIME (master). "0.16 bump"

2015-11-03 Thread notifications
From a477010e32a3632f96302161e1d028022e39b29e Mon Sep 17 00:00:00 2001
From: Steve Traylen 
Date: Tue, 3 Nov 2015 14:31:46 +0100
Subject: 0.16 bump

---
 .gitignore|  1 +
 perl-Crypt-SMIME.spec | 12 +++-
 sources   |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 833d49c..7b5fd0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Crypt-SMIME-0.09.tar.gz
 /Crypt-SMIME-0.10.tar.gz
 /Crypt-SMIME-0.15.tar.gz
+/Crypt-SMIME-0.16.tar.gz
diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index 0ac57c4..afdb0c0 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,5 +1,5 @@
 Name:   perl-Crypt-SMIME
-Version:0.15
+Version:0.16
 Release:1%{?dist}
 Summary:S/MIME message signing, verification, encryption and decryption
 License:GPL+ or Artistic
@@ -24,8 +24,12 @@ BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Taint::Util)
 BuildRequires:  perl(Test::Dependencies)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Taint)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -39,6 +43,9 @@ verify, encrypt and decrypt messages. It requires libcrypto
 
 %prep
 %setup -q -n Crypt-SMIME-%{version}
+# As part of the rpm process we generate some .list files which
+# then cause t/manifest.t to fail.
+echo '\.list$' >> MANIFEST.SKIP
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -69,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 3 2015 Steve Traylen  - 0.16-1
+- 0.16 bump
+
 * Mon Aug 31 2015 Jitka Plesnikova  - 0.15-1
 - 0.15 bump
 
diff --git a/sources b/sources
index 5574848..449b238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84013b0a550369bbee76a9fb2caf7494  Crypt-SMIME-0.15.tar.gz
+1e64cc7e738e8abd70da16ae893b65e4  Crypt-SMIME-0.16.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Crypt-SMIME.git/commit/?h=master=a477010e32a3632f96302161e1d028022e39b29e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen uploaded Crypt-SMIME-0.16.tar.gz for perl-Crypt-SMIME

2015-11-03 Thread notifications
1e64cc7e738e8abd70da16ae893b65e4  Crypt-SMIME-0.16.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Crypt-SMIME/Crypt-SMIME-0.16.tar.gz/md5/1e64cc7e738e8abd70da16ae893b65e4/Crypt-SMIME-0.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-Crypt-SMIME (f23). "0.16 bump"

2015-11-03 Thread notifications
From a477010e32a3632f96302161e1d028022e39b29e Mon Sep 17 00:00:00 2001
From: Steve Traylen 
Date: Tue, 3 Nov 2015 14:31:46 +0100
Subject: 0.16 bump

---
 .gitignore|  1 +
 perl-Crypt-SMIME.spec | 12 +++-
 sources   |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 833d49c..7b5fd0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Crypt-SMIME-0.09.tar.gz
 /Crypt-SMIME-0.10.tar.gz
 /Crypt-SMIME-0.15.tar.gz
+/Crypt-SMIME-0.16.tar.gz
diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index 0ac57c4..afdb0c0 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,5 +1,5 @@
 Name:   perl-Crypt-SMIME
-Version:0.15
+Version:0.16
 Release:1%{?dist}
 Summary:S/MIME message signing, verification, encryption and decryption
 License:GPL+ or Artistic
@@ -24,8 +24,12 @@ BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Taint::Util)
 BuildRequires:  perl(Test::Dependencies)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Taint)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -39,6 +43,9 @@ verify, encrypt and decrypt messages. It requires libcrypto
 
 %prep
 %setup -q -n Crypt-SMIME-%{version}
+# As part of the rpm process we generate some .list files which
+# then cause t/manifest.t to fail.
+echo '\.list$' >> MANIFEST.SKIP
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -69,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 3 2015 Steve Traylen  - 0.16-1
+- 0.16 bump
+
 * Mon Aug 31 2015 Jitka Plesnikova  - 0.15-1
 - 0.15 bump
 
diff --git a/sources b/sources
index 5574848..449b238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84013b0a550369bbee76a9fb2caf7494  Crypt-SMIME-0.15.tar.gz
+1e64cc7e738e8abd70da16ae893b65e4  Crypt-SMIME-0.16.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Crypt-SMIME.git/commit/?h=f23=a477010e32a3632f96302161e1d028022e39b29e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-Crypt-SMIME (f23). "0.15 bump"

2015-11-03 Thread notifications
From 91866dfdfe2cbff9be612b18a0ff2f14b483c332 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 31 Aug 2015 13:26:01 +0200
Subject: 0.15 bump

---
 .gitignore|  1 +
 perl-Crypt-SMIME.spec | 18 --
 sources   |  2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 07326ed..833d49c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Crypt-SMIME-0.09.tar.gz
 /Crypt-SMIME-0.10.tar.gz
+/Crypt-SMIME-0.15.tar.gz
diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index 81d82ba..0ac57c4 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,19 +1,30 @@
 Name:   perl-Crypt-SMIME
-Version:0.10
-Release:11%{?dist}
+Version:0.15
+Release:1%{?dist}
 Summary:S/MIME message signing, verification, encryption and decryption
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Crypt-SMIME/
 Source0:
http://www.cpan.org/modules/by-module/Crypt/Crypt-SMIME-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  openssl-devel
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::CChecker)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(XSLoader)
 # Tests
 BuildRequires:  openssl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Test::Dependencies)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -58,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 31 2015 Jitka Plesnikova  - 0.15-1
+- 0.15 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.10-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index b8d8006..5574848 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a613ab022d38b66b923b1d45b4af5ba9  Crypt-SMIME-0.10.tar.gz
+84013b0a550369bbee76a9fb2caf7494  Crypt-SMIME-0.15.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Crypt-SMIME.git/commit/?h=f23=91866dfdfe2cbff9be612b18a0ff2f14b483c332
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-Crypt-SMIME (perl-Crypt-SMIME-0.16-1.fc23). "0.16 bump"

2015-11-03 Thread notifications
From a477010e32a3632f96302161e1d028022e39b29e Mon Sep 17 00:00:00 2001
From: Steve Traylen 
Date: Tue, 3 Nov 2015 14:31:46 +0100
Subject: 0.16 bump

---
 .gitignore|  1 +
 perl-Crypt-SMIME.spec | 12 +++-
 sources   |  2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 833d49c..7b5fd0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Crypt-SMIME-0.09.tar.gz
 /Crypt-SMIME-0.10.tar.gz
 /Crypt-SMIME-0.15.tar.gz
+/Crypt-SMIME-0.16.tar.gz
diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index 0ac57c4..afdb0c0 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,5 +1,5 @@
 Name:   perl-Crypt-SMIME
-Version:0.15
+Version:0.16
 Release:1%{?dist}
 Summary:S/MIME message signing, verification, encryption and decryption
 License:GPL+ or Artistic
@@ -24,8 +24,12 @@ BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Taint::Util)
 BuildRequires:  perl(Test::Dependencies)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Taint)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
@@ -39,6 +43,9 @@ verify, encrypt and decrypt messages. It requires libcrypto
 
 %prep
 %setup -q -n Crypt-SMIME-%{version}
+# As part of the rpm process we generate some .list files which
+# then cause t/manifest.t to fail.
+echo '\.list$' >> MANIFEST.SKIP
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -69,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 3 2015 Steve Traylen  - 0.16-1
+- 0.16 bump
+
 * Mon Aug 31 2015 Jitka Plesnikova  - 0.15-1
 - 0.15 bump
 
diff --git a/sources b/sources
index 5574848..449b238 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84013b0a550369bbee76a9fb2caf7494  Crypt-SMIME-0.15.tar.gz
+1e64cc7e738e8abd70da16ae893b65e4  Crypt-SMIME-0.16.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Crypt-SMIME.git/commit/?h=perl-Crypt-SMIME-0.16-1.fc23=a477010e32a3632f96302161e1d028022e39b29e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277462] perl-Module-Locate-1.80 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277462

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jples...@redhat.com
   Assignee|psab...@redhat.com  |jples...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277462] New: perl-Module-Locate-1.80 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277462

Bug ID: 1277462
   Summary: perl-Module-Locate-1.80 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Module-Locate
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, psab...@redhat.com



Latest upstream release: 1.80
Current version/release in rawhide: 1.79-3.fc23
URL: http://search.cpan.org/dist/Module-Locate/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277462] perl-Module-Locate-1.80 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277462



--- Comment #2 from Upstream Release Monitoring 
 ---
Scratch build completed
http://koji.fedoraproject.org/koji/taskinfo?taskID=11685862

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 783346] Perl-MIME-Lite is already in RHEL6

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=783346

Steve Traylen  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2015-11-03 05:03:23



--- Comment #6 from Steve Traylen  ---
retired from epel6.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Net-IPv6Addr (master). "Specify all dependencies; Modernize spec"

2015-11-03 Thread notifications
From ff92c6845b64e4f0f8266fee31f24bc9e4ba82b8 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 3 Nov 2015 12:10:45 +0100
Subject: Specify all dependencies; Modernize spec

---
 perl-Net-IPv6Addr.spec | 36 ++--
 1 file changed, 22 insertions(+), 14 deletions(-)

diff --git a/perl-Net-IPv6Addr.spec b/perl-Net-IPv6Addr.spec
index be4db24..656e2a2 100644
--- a/perl-Net-IPv6Addr.spec
+++ b/perl-Net-IPv6Addr.spec
@@ -1,18 +1,29 @@
 Name:   perl-Net-IPv6Addr
 Version:0.2
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Perl module to check validity of IPv6 addresses
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Net-IPv6Addr/
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TM/TMONROE/Net-IPv6Addr-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
-BuildRequires:  perl(Net::IPv4Addr), perl(Math::Base85)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Math::Base85)
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(Net::IPv4Addr)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(vars)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(Math::Base85)
+Requires:   perl(Math::BigInt)
 
 %description
 Net::IPv6Addr checks strings for valid IPv6 addresses, as specified in
@@ -29,29 +40,24 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog README 
 %{perl_vendorlib}/*
 %{_mandir}/man?/*
 
 
 %changelog
+* Tue Nov 03 2015 Jitka Plesnikova  - 0.2-18
+- Specify all dependencies
+- Modernize spec
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.2-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
@@ -98,7 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 - Fix license
 - Add explicit Requires on perl(Math::Base85)
 - Add missing BRs
-* Fri May 12 2007 Sindre Pedersen Bjørdal  - 0.2-2
+
+* Fri May 11 2007 Sindre Pedersen Bjørdal  - 0.2-2
 - Add missing perl-Math-Base85 BR
+
 * Sat May 05 2007 Sindre Pedersen Bjørdal  - 0.2-1
 - Initial build
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Net-IPv6Addr.git/commit/?h=master=ff92c6845b64e4f0f8266fee31f24bc9e4ba82b8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277462] perl-Module-Locate-1.80 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277462



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1088940
  --> https://bugzilla.redhat.com/attachment.cgi?id=1088940=edit
[patch] Update to 1.80 (#1277462)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1276813] perl-Net-GitHub-0.80 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1276813

Jitka Plesnikova  changed:

   What|Removed |Added

   Fixed In Version||perl-Net-GitHub-0.80-1.fc24



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Net-GitHub (master). "0.80 bump"

2015-11-03 Thread notifications
From d631ec75802df938ff48a4697bd6219cb4ab0df8 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 2 Nov 2015 17:50:04 +0100
Subject: 0.80 bump

---
 .gitignore   | 1 +
 perl-Net-GitHub.spec | 6 +-
 sources  | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index edd0a23..976fedc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.77.tar.gz
 /Net-GitHub-0.78.tar.gz
 /Net-GitHub-0.79.tar.gz
+/Net-GitHub-0.80.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index 86680df..baba80c 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-GitHub
 Summary:Perl interface for github.com
-Version:0.79
+Version:0.80
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -22,6 +22,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
 # Runtime
+BuildRequires:  perl(Cache::LRU)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Request::Common)
@@ -67,6 +68,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Nov 02 2015 Jitka Plesnikova  - 0.80-1
+- 0.80 bump
+
 * Thu Oct 29 2015 Jitka Plesnikova  - 0.79-1
 - 0.79 bump
 
diff --git a/sources b/sources
index 69b813b..d81af28 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ecfe5cd746a074197250d65f1cb8aba0  Net-GitHub-0.79.tar.gz
+c963a0da8ee9bd3ee54de55d0dbc0a8f  Net-GitHub-0.80.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Net-GitHub.git/commit/?h=master=d631ec75802df938ff48a4697bd6219cb4ab0df8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1272905] perl-DBIx-Class-0.082820-2.fc24 FTBFS: Failed test 'Deploying the bad schema produces a warning: aba_name_artists was not created.'

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272905

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
perl-DBIx-Class-0.08250-7.fc21 has been pushed to the Fedora 21 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-DBIx-Class'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-b27fef4edc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1267963] perl-IPTables-Parse: Use of predictable names for temporary files [fedora-all]

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1267963

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
perl-IPTables-Parse-1.5-2.fc21 has been pushed to the Fedora 21 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-IPTables-Parse'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-240dd21cb6

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1267963] perl-IPTables-Parse: Use of predictable names for temporary files [fedora-all]

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1267963



--- Comment #7 from Fedora Update System  ---
perl-IPTables-Parse-1.5-2.fc22 has been pushed to the Fedora 22 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-IPTables-Parse'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-30f080e459

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1272905] perl-DBIx-Class-0.082820-2.fc24 FTBFS: Failed test 'Deploying the bad schema produces a warning: aba_name_artists was not created.'

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272905



--- Comment #7 from Fedora Update System  ---
perl-DBIx-Class-0.082810-3.fc22 has been pushed to the Fedora 22 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-DBIx-Class'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-1fb6fd641d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277708] Please build perl-Canary-Stability for EPEL 5-7 and Fedora 22

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277708

Robert Scheck  changed:

   What|Removed |Added

 Blocks||1265696




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1265696
[Bug 1265696] Upgrade perl-Convert-UUlib to 1.5
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1265696] Upgrade perl-Convert-UUlib to 1.5

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1265696

Robert Scheck  changed:

   What|Removed |Added

 Depends On||1277708




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1277708
[Bug 1277708] Please build perl-Canary-Stability for EPEL 5-7 and Fedora 22
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277708] New: Please build perl-Canary-Stability for EPEL 5-7 and Fedora 22

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277708

Bug ID: 1277708
   Summary: Please build perl-Canary-Stability for EPEL 5-7 and
Fedora 22
   Product: Fedora
   Version: rawhide
 Component: perl-Canary-Stability
  Severity: medium
  Assignee: ppi...@redhat.com
  Reporter: redhat-bugzi...@linuxnetz.de
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
psab...@redhat.com



Please build perl-Canary-Stability for EPEL 5-7 and Fedora 22, because
it is a build-time dependency of perl-Convert-UUlib >= 1.5.

Version-Release number of selected component (if applicable):
perl-Canary-Stability-2006-1.fc23

Actual results:
No perl-Canary-Stability in EPEL 5-7 and Fedora 22

Expected results:
perl-Canary-Stability-2006-1.el5, perl-Canary-Stability-2006-1.el6,
perl-Canary-Stability-2006-1.el7, perl-Canary-Stability-2006-1.fc22
or better ;-)

Additional info:
Please let me know if you are not interested in maintaining the package.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1272905] perl-DBIx-Class-0.082820-2.fc24 FTBFS: Failed test 'Deploying the bad schema produces a warning: aba_name_artists was not created.'

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272905



--- Comment #8 from Fedora Update System  ---
perl-DBIx-Class-0.082820-3.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-DBIx-Class'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-e6bda53fce

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1225047] Upgrade perl-Curses

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1225047

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
perl-Curses-1.33-1.fc23 has been pushed to the Fedora 23 testing repository. If
problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-Curses'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-3c2c75120a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1267963] perl-IPTables-Parse: Use of predictable names for temporary files [fedora-all]

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1267963



--- Comment #8 from Fedora Update System  ---
perl-IPTables-Parse-1.5-2.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-IPTables-Parse'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-0c153d3319

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1270196] Upgrade perl-Curses to 1.33

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1270196

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Curses-1.33-1.fc23 has been pushed to the Fedora 23 testing repository. If
problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-Curses'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-3c2c75120a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1270195] Upgrade perl-Crypt-SMIME to 0.16

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1270195

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Crypt-SMIME-0.16-1.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update perl-Crypt-SMIME'
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2015-a31a5c5192

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-DBIx-Class (f23). "Restore compatability with SQLite-3.9.0"

2015-11-03 Thread notifications
From b9efd9df1ac2b5cf92474f94537437fceba13938 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 3 Nov 2015 15:33:14 +0100
Subject: Restore compatability with SQLite-3.9.0

---
 ...-dependency-tests-to-work-on-newer-libsql.patch | 96 ++
 perl-DBIx-Class.spec   |  8 +-
 2 files changed, 103 insertions(+), 1 deletion(-)
 create mode 100644 
DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch

diff --git 
a/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
 
b/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
new file mode 100644
index 000..9f3da30
--- /dev/null
+++ 
b/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
@@ -0,0 +1,96 @@
+From 5de3b12e4eecd4efb47e1896dc1d5432bc532568 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 3 Nov 2015 15:22:54 +0100
+Subject: [PATCH] Adjust view-dependency tests to work on newer libsqlite
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Port upstream fix for SQLite-3.9.0 to 0.082820:
+
+commit 26c663f123032941cb3f61d6cd11869b86716d6d
+Author: Peter Rabbitson 
+Date:   Tue Nov 3 14:35:35 2015 +0100
+
+Adjust view-dependency tests to work on newer libsqlite
+
+The test and mechanism behind it is largely useless in these cases, but old
+sqlite installations will lurk around for ever, so keep the check while 
moving
+it to xt/
+
+The original fix makes the tests author's tests, so they are not run
+at all. Let's keep the test running by default until upstream releases
+new version.
+
+CPAN RT#107852
+
+Signed-off-by: Petr Písař 
+---
+ t/105view_deps.t | 29 -
+ 1 file changed, 16 insertions(+), 13 deletions(-)
+
+diff --git a/t/105view_deps.t b/t/105view_deps.t
+index 21aa92b..39bb632 100644
+--- a/t/105view_deps.t
 b/t/105view_deps.t
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++use DBIx::Class::Optional::Dependencies -skip_all_without => 'deploy';
+ 
+ use strict;
+ use warnings;
+@@ -11,15 +11,6 @@ use DBICTest;
+ use ViewDeps;
+ use ViewDepsBad;
+ 
+-BEGIN {
+-require DBIx::Class;
+-plan skip_all => 'Test needs ' .
+-DBIx::Class::Optional::Dependencies->req_missing_for('deploy')
+-  unless DBIx::Class::Optional::Dependencies->req_ok_for('deploy');
+-}
+-
+-use_ok('DBIx::Class::ResultSource::View');
+-
+  SANITY
+ 
+ my $view = DBIx::Class::ResultSource::View->new;
+@@ -73,10 +64,16 @@ can_ok( $view, $_ ) for qw/new from deploy_depends_on/;
+ = ViewDepsBad->connect( DBICTest->_database ( quote_char => '"') );
+   ok( $schema2, 'Connected to ViewDepsBad schema OK' );
+ 
++  my $lazy_view_validity = !(
++$schema2->storage->_server_info->{normalized_dbms_version}
++  <
++3.009
++  );
++
+  DEPLOY2
+ 
+   warnings_exist { $schema2->deploy }
+-[qr/no such table: main.aba_name_artists/],
++[ $lazy_view_validity ? () : qr/no such table: main.aba_name_artists/ ],
+ "Deploying the bad schema produces a warning: aba_name_artists was not 
created.";
+ 
+  DOES ORDERING WORK 2?
+@@ -106,9 +103,15 @@ can_ok( $view, $_ ) for qw/new from deploy_depends_on/;
+ } grep { !/AbaNameArtistsAnd2010CDsWithManyTracks/ }
+ @{ [ $schema2->sources ] };
+ 
++  $schema2->storage->dbh->do(q( DROP VIEW "aba_name_artists" ))
++if $lazy_view_validity;
++
+   throws_ok { 
$schema2->resultset('AbaNameArtistsAnd2010CDsWithManyTracks')->next }
+-qr/no such table: aba_name_artists_and_2010_cds_with_many_tracks/,
+-"Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the 
table does not exist"
++qr/no such table: (?:main\.)?aba_name_artists/,
++sprintf(
++  "Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the%s 
view does not exist",
++  $lazy_view_validity ? ' underlying' : ''
++)
+   ;
+ }
+ 
+-- 
+2.4.3
+
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index 6aa13a8..44d23f0 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -1,10 +1,12 @@
 Name:   perl-DBIx-Class
 Summary:Extensible and flexible object <-> relational mapper
 Version:0.082820
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz
+# Restore compatability with SQLite-3.9.0, bug #1272905, CPAN RT#107852
+Patch0: 
DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
 URL:http://search.cpan.org/dist/DBIx-Class/
 BuildArch:  noarch
 # Build
@@ -266,6 +268,7 @@ DISTINCT, GROUP BY and HAVING support.
 
 %prep
 %setup -q -n 

[Bug 1272905] perl-DBIx-Class-0.082820-2.fc24 FTBFS: Failed test 'Deploying the bad schema produces a warning: aba_name_artists was not created.'

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272905

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-DBIx-Class-0.082820-3.
   ||fc24



--- Comment #2 from Petr Pisar  ---
All Fedoras seems affected.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1272905] perl-DBIx-Class-0.082820-2.fc24 FTBFS: Failed test 'Deploying the bad schema produces a warning: aba_name_artists was not created.'

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1272905



--- Comment #3 from Fedora Update System  ---
perl-DBIx-Class-0.082820-3.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-e6bda53fce

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f23). "Ignore Eclipse metadata"

2015-11-03 Thread notifications
From a090985214dd1936f10d1906c6a29302385a704f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Tue, 29 Sep 2015 19:30:44 +0200
Subject: Ignore Eclipse metadata

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f79e5e8..5437f72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/.project
 IPTables-Parse-0.7.tar.bz2
 IPTables-Parse-0.7.tar.bz2.asc
 /IPTables-Parse-0.9.tar.bz2
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f23=a090985214dd1936f10d1906c6a29302385a704f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f23). "Fix use of predictable temporary file names"

2015-11-03 Thread notifications
From 8093e46d867638a508e443702a85be91a2499d3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Tue, 29 Sep 2015 19:36:58 +0200
Subject: Fix use of predictable temporary file names

---
 IPTables-Parse-1.5-predictable-tmp.patch | 48 
 perl-IPTables-Parse.spec |  4 +++
 2 files changed, 52 insertions(+)
 create mode 100644 IPTables-Parse-1.5-predictable-tmp.patch

diff --git a/IPTables-Parse-1.5-predictable-tmp.patch 
b/IPTables-Parse-1.5-predictable-tmp.patch
new file mode 100644
index 000..7e2d9de
--- /dev/null
+++ b/IPTables-Parse-1.5-predictable-tmp.patch
@@ -0,0 +1,48 @@
+From b400b976d81140f6971132e94eb7657b5b0a2b87 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
+Date: Tue, 29 Sep 2015 19:09:43 +0200
+Subject: [PATCH] Don't use predictable names for temporary files
+
+This allows an attacker on a multi-user system to set up symlinks to
+overwrite any file the current user has write access to.
+
+Don't recommend users of this module to use predictable names either.
+---
+ lib/IPTables/Parse.pm | 7 +++
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/lib/IPTables/Parse.pm b/lib/IPTables/Parse.pm
+index 7c27b8b..cbd2042 100644
+--- a/lib/IPTables/Parse.pm
 b/lib/IPTables/Parse.pm
+@@ -17,6 +17,7 @@ package IPTables::Parse;
+ use 5.006;
+ use POSIX ":sys_wait_h";
+ use Carp;
++use File::Temp;
+ use strict;
+ use warnings;
+ use vars qw($VERSION);
+@@ -36,8 +37,8 @@ sub new() {
+ _firewall_cmd=> $args{'firewall-cmd'} || '',
+ _fwd_args=> $args{'fwd_args'} || '--direct --passthrough 
ipv4',
+ _ipv6=> $args{'use_ipv6'} || 0,
+-_iptout  => $args{'iptout'}   || '/tmp/ipt.out' . $$,
+-_ipterr  => $args{'ipterr'}   || '/tmp/ipt.err' . $$,
++_iptout  => $args{'iptout'}   || 
mktemp('/tmp/ipt.out.XX'),
++_ipterr  => $args{'ipterr'}   || 
mktemp('/tmp/ipt.err.XX'),
+ _ipt_alarm   => $args{'ipt_alarm'}|| 30,
+ _debug   => $args{'debug'}|| 0,
+ _verbose => $args{'verbose'}  || 0,
+@@ -980,8 +981,6 @@ IPTables::Parse - Perl extension for parsing iptables and 
ip6tables policies
+   'use_ipv6' => 0, # can set to 1 to force ip6tables usage
+   'ipt_rules_file' => '',  # optional file path from
+# which to read iptables rules
+-  'iptout'   => '/tmp/iptables.out',
+-  'ipterr'   => '/tmp/iptables.err',
+   'debug'=> 0,
+   'verbose'  => 0
+   );
+-- 
+2.4.3
+
diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index 74602db..ee40570 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -7,6 +7,8 @@ Group:  Development/Libraries
 URL:http://www.cipherdyne.org/modules/
 Source0:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2
 Source1:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2.asc
+# https://github.com/mrash/IPTables-Parse/pull/6
+Patch0: IPTables-Parse-1.5-predictable-tmp.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -21,6 +23,7 @@ rules exist.
 
 %prep
 %setup -q -n IPTables-Parse-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -49,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
 - Update to IPTables-Parse-1.5
+- Fix use of predictable temporary file names
 
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f23=8093e46d867638a508e443702a85be91a2499d3b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f23). "Update to IPTables-Parse-1.5"

2015-11-03 Thread notifications
From 9d1708d8d9b4a6ab1fcffc588cf0dff32a897054 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Tue, 29 Sep 2015 19:36:42 +0200
Subject: Update to IPTables-Parse-1.5

---
 .gitignore   | 2 ++
 perl-IPTables-Parse.spec | 7 +--
 sources  | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5437f72..9adbf2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ IPTables-Parse-0.7.tar.bz2.asc
 /IPTables-Parse-1.1.tar.bz2.asc
 /IPTables-Parse-1.4.tar.bz2
 /IPTables-Parse-1.4.tar.bz2.asc
+/IPTables-Parse-1.5.tar.bz2
+/IPTables-Parse-1.5.tar.bz2.asc
diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index f362456..74602db 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
-Version:1.4
-Release:3%{?dist}
+Version:1.5
+Release:1%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
+- Update to IPTables-Parse-1.5
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f63b573..d3484c9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b30220a4725c332ef276a6833bc302cf  IPTables-Parse-1.4.tar.bz2
-99d050a1a2aae4eb551dd79dc94afdeb  IPTables-Parse-1.4.tar.bz2.asc
+4eeb5b8387b9f21ec0ca0be961f30434  IPTables-Parse-1.5.tar.bz2
+239d59bad0ba736ac7df61a88b9bfef6  IPTables-Parse-1.5.tar.bz2.asc
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f23=9d1708d8d9b4a6ab1fcffc588cf0dff32a897054
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f23). "Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24"

2015-11-03 Thread notifications
From 003254ed5d2186bd25ab36caef651ba973e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Wed, 14 Oct 2015 22:01:56 +0200
Subject: Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24

---
 perl-IPTables-Parse.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index ee40570..036871e 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
 Version:1.5
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -10,7 +10,7 @@ Source1:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.
 # https://github.com/mrash/IPTables-Parse/pull/6
 Patch0: IPTables-Parse-1.5-predictable-tmp.patch
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 14 2015 Miloslav Trmač  - 1.5-2
+- Add Requires: perl(Test) needed with perl-4:5.22.0-352.fc24
+
 * Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
 - Update to IPTables-Parse-1.5
 - Fix use of predictable temporary file names
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f23=003254ed5d2186bd25ab36caef651ba973e7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f21). "Perl 5.22 rebuild"

2015-11-03 Thread notifications
From 6a7633783f174a141281b9529b820df0809f0c57 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 3 Jun 2015 14:49:57 +0200
Subject: Perl 5.22 rebuild

---
 perl-IPTables-Parse.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index 59753ca..7aa6c12 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
 Version:1.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 03 2015 Jitka Plesnikova  - 1.4-2
+- Perl 5.22 rebuild
+
 * Wed Mar 4 2015 Miloslav Trmač  - 1.4-1
 - Update to IPTables-Parse-1.4
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f21=6a7633783f174a141281b9529b820df0809f0c57
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f21). "Fix use of predictable temporary file names"

2015-11-03 Thread notifications
From 8093e46d867638a508e443702a85be91a2499d3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
Date: Tue, 29 Sep 2015 19:36:58 +0200
Subject: Fix use of predictable temporary file names

---
 IPTables-Parse-1.5-predictable-tmp.patch | 48 
 perl-IPTables-Parse.spec |  4 +++
 2 files changed, 52 insertions(+)
 create mode 100644 IPTables-Parse-1.5-predictable-tmp.patch

diff --git a/IPTables-Parse-1.5-predictable-tmp.patch 
b/IPTables-Parse-1.5-predictable-tmp.patch
new file mode 100644
index 000..7e2d9de
--- /dev/null
+++ b/IPTables-Parse-1.5-predictable-tmp.patch
@@ -0,0 +1,48 @@
+From b400b976d81140f6971132e94eb7657b5b0a2b87 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= 
+Date: Tue, 29 Sep 2015 19:09:43 +0200
+Subject: [PATCH] Don't use predictable names for temporary files
+
+This allows an attacker on a multi-user system to set up symlinks to
+overwrite any file the current user has write access to.
+
+Don't recommend users of this module to use predictable names either.
+---
+ lib/IPTables/Parse.pm | 7 +++
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/lib/IPTables/Parse.pm b/lib/IPTables/Parse.pm
+index 7c27b8b..cbd2042 100644
+--- a/lib/IPTables/Parse.pm
 b/lib/IPTables/Parse.pm
+@@ -17,6 +17,7 @@ package IPTables::Parse;
+ use 5.006;
+ use POSIX ":sys_wait_h";
+ use Carp;
++use File::Temp;
+ use strict;
+ use warnings;
+ use vars qw($VERSION);
+@@ -36,8 +37,8 @@ sub new() {
+ _firewall_cmd=> $args{'firewall-cmd'} || '',
+ _fwd_args=> $args{'fwd_args'} || '--direct --passthrough 
ipv4',
+ _ipv6=> $args{'use_ipv6'} || 0,
+-_iptout  => $args{'iptout'}   || '/tmp/ipt.out' . $$,
+-_ipterr  => $args{'ipterr'}   || '/tmp/ipt.err' . $$,
++_iptout  => $args{'iptout'}   || 
mktemp('/tmp/ipt.out.XX'),
++_ipterr  => $args{'ipterr'}   || 
mktemp('/tmp/ipt.err.XX'),
+ _ipt_alarm   => $args{'ipt_alarm'}|| 30,
+ _debug   => $args{'debug'}|| 0,
+ _verbose => $args{'verbose'}  || 0,
+@@ -980,8 +981,6 @@ IPTables::Parse - Perl extension for parsing iptables and 
ip6tables policies
+   'use_ipv6' => 0, # can set to 1 to force ip6tables usage
+   'ipt_rules_file' => '',  # optional file path from
+# which to read iptables rules
+-  'iptout'   => '/tmp/iptables.out',
+-  'ipterr'   => '/tmp/iptables.err',
+   'debug'=> 0,
+   'verbose'  => 0
+   );
+-- 
+2.4.3
+
diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index 74602db..ee40570 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -7,6 +7,8 @@ Group:  Development/Libraries
 URL:http://www.cipherdyne.org/modules/
 Source0:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2
 Source1:
http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2.asc
+# https://github.com/mrash/IPTables-Parse/pull/6
+Patch0: IPTables-Parse-1.5-predictable-tmp.patch
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -21,6 +23,7 @@ rules exist.
 
 %prep
 %setup -q -n IPTables-Parse-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -49,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Sep 29 2015 Miloslav Trmač  - 1.5-1
 - Update to IPTables-Parse-1.5
+- Fix use of predictable temporary file names
 
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f21=8093e46d867638a508e443702a85be91a2499d3b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f21). "- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild"

2015-11-03 Thread notifications
From 6423ba78435c6dbb02d0a3f91b41ce72bd3c74a8 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore 
Date: Thu, 18 Jun 2015 03:52:29 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

---
 perl-IPTables-Parse.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index 7aa6c12..f362456 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
 Version:1.4
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 18 2015 Fedora Release Engineering  
- 1.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova  - 1.4-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f21=6423ba78435c6dbb02d0a3f91b41ce72bd3c74a8
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

mitr pushed to perl-IPTables-Parse (f21). "Perl 5.20 rebuild"

2015-11-03 Thread notifications
From 2d1d38e10301e108231f6aae5f81bd37fc231c72 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Wed, 27 Aug 2014 11:50:13 +0200
Subject: Perl 5.20 rebuild

---
 perl-IPTables-Parse.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/perl-IPTables-Parse.spec b/perl-IPTables-Parse.spec
index cfd7792..a555a42 100644
--- a/perl-IPTables-Parse.spec
+++ b/perl-IPTables-Parse.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPTables-Parse
 Version:1.1
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Perl extension for parsing iptables firewall rulesets
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 27 2014 Jitka Plesnikova  - 1.1-8
+- Perl 5.20 rebuild
+
 * Sat Jun 07 2014 Fedora Release Engineering  
- 1.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-IPTables-Parse.git/commit/?h=f21=2d1d38e10301e108231f6aae5f81bd37fc231c72
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen uploaded Curses-1.33.tar.gz for perl-Curses

2015-11-03 Thread notifications
6dacdfb2afef3bc402b54abe87a4cfb6  Curses-1.33.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Curses/Curses-1.33.tar.gz/md5/6dacdfb2afef3bc402b54abe87a4cfb6/Curses-1.33.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Test-Strict (master). "0.32 bump"

2015-11-03 Thread notifications
From 7b72ef4ae21162a89b0d77609b5b273a68d46e1a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 3 Nov 2015 14:51:42 +0100
Subject: 0.32 bump

---
 .gitignore| 1 +
 perl-Test-Strict.spec | 6 +-
 sources   | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 50967f2..c7397f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ Test-Strict-0.13.tar.gz
 /Test-Strict-0.29.tar.gz
 /Test-Strict-0.30.tar.gz
 /Test-Strict-0.31.tar.gz
+/Test-Strict-0.32.tar.gz
diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec
index 06b686d..1187e22 100644
--- a/perl-Test-Strict.spec
+++ b/perl-Test-Strict.spec
@@ -1,5 +1,5 @@
 Name:   perl-Test-Strict
-Version:0.31
+Version:0.32
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,11 +54,15 @@ find . -type f -name '*.list' -delete
 make test
 
 %files
+%license LICENSE
 %doc README Changes 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 03 2015 Jitka Plesnikova  - 0.32-1
+- 0.32 bump
+
 * Tue Oct 27 2015 Jitka Plesnikova  - 0.31-1
 - 0.31 bump
 
diff --git a/sources b/sources
index 5cf1d9d..eb875dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be13c6e4954c1652ed8292f90a0c29ec  Test-Strict-0.31.tar.gz
+47f06d18c3c63f0703cfc3da77e3da32  Test-Strict-0.32.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Strict.git/commit/?h=master=7b72ef4ae21162a89b0d77609b5b273a68d46e1a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-Curses (perl-Curses-1.33-1.fc24). "New upstream 1.33."

2015-11-03 Thread notifications
From b5625fe1af35b668c8a9d8497c7707b491db9789 Mon Sep 17 00:00:00 2001
From: Steve Traylen 
Date: Tue, 3 Nov 2015 14:39:23 +0100
Subject: New upstream 1.33.

---
 .gitignore   | 1 +
 perl-Curses.spec | 9 ++---
 sources  | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index cc751fe..1ff121d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Curses-1.27.tgz
 /Curses-1.28.tgz
 /Curses-1.32.tgz
+/Curses-1.33.tar.gz
diff --git a/perl-Curses.spec b/perl-Curses.spec
index 564a670..426df60 100644
--- a/perl-Curses.spec
+++ b/perl-Curses.spec
@@ -1,12 +1,12 @@
 Name:   perl-Curses
-Version:1.32
-Release:3%{?dist}
+Version:1.33
+Release:1%{?dist}
 Summary:Perl bindings for ncurses
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Curses/
-Source0:
http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz
+Source0:
http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel perl-devel perl(Test::More)
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 3 2015 Steve Traylen  - 1.33-1
+- New upstream 1.33.
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.32-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f3f10c0..c6de137 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4d9066bfc5a69cb2cee3e1dfc3209b3  Curses-1.32.tgz
+6dacdfb2afef3bc402b54abe87a4cfb6  Curses-1.33.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Curses.git/commit/?h=perl-Curses-1.33-1.fc24=b5625fe1af35b668c8a9d8497c7707b491db9789
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-Curses (perl-Curses-1.33-1.fc23). "New upstream 1.33."

2015-11-03 Thread notifications
From b5625fe1af35b668c8a9d8497c7707b491db9789 Mon Sep 17 00:00:00 2001
From: Steve Traylen 
Date: Tue, 3 Nov 2015 14:39:23 +0100
Subject: New upstream 1.33.

---
 .gitignore   | 1 +
 perl-Curses.spec | 9 ++---
 sources  | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index cc751fe..1ff121d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Curses-1.27.tgz
 /Curses-1.28.tgz
 /Curses-1.32.tgz
+/Curses-1.33.tar.gz
diff --git a/perl-Curses.spec b/perl-Curses.spec
index 564a670..426df60 100644
--- a/perl-Curses.spec
+++ b/perl-Curses.spec
@@ -1,12 +1,12 @@
 Name:   perl-Curses
-Version:1.32
-Release:3%{?dist}
+Version:1.33
+Release:1%{?dist}
 Summary:Perl bindings for ncurses
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Curses/
-Source0:
http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz
+Source0:
http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel perl-devel perl(Test::More)
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 3 2015 Steve Traylen  - 1.33-1
+- New upstream 1.33.
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.32-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f3f10c0..c6de137 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4d9066bfc5a69cb2cee3e1dfc3209b3  Curses-1.32.tgz
+6dacdfb2afef3bc402b54abe87a4cfb6  Curses-1.33.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Curses.git/commit/?h=perl-Curses-1.33-1.fc23=b5625fe1af35b668c8a9d8497c7707b491db9789
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-Curses (master). "New upstream 1.33."

2015-11-03 Thread notifications
From b5625fe1af35b668c8a9d8497c7707b491db9789 Mon Sep 17 00:00:00 2001
From: Steve Traylen 
Date: Tue, 3 Nov 2015 14:39:23 +0100
Subject: New upstream 1.33.

---
 .gitignore   | 1 +
 perl-Curses.spec | 9 ++---
 sources  | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index cc751fe..1ff121d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Curses-1.27.tgz
 /Curses-1.28.tgz
 /Curses-1.32.tgz
+/Curses-1.33.tar.gz
diff --git a/perl-Curses.spec b/perl-Curses.spec
index 564a670..426df60 100644
--- a/perl-Curses.spec
+++ b/perl-Curses.spec
@@ -1,12 +1,12 @@
 Name:   perl-Curses
-Version:1.32
-Release:3%{?dist}
+Version:1.33
+Release:1%{?dist}
 Summary:Perl bindings for ncurses
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Curses/
-Source0:
http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz
+Source0:
http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel perl-devel perl(Test::More)
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 3 2015 Steve Traylen  - 1.33-1
+- New upstream 1.33.
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.32-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f3f10c0..c6de137 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4d9066bfc5a69cb2cee3e1dfc3209b3  Curses-1.32.tgz
+6dacdfb2afef3bc402b54abe87a4cfb6  Curses-1.33.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Curses.git/commit/?h=master=b5625fe1af35b668c8a9d8497c7707b491db9789
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-Curses (f23). "New upstream 1.33."

2015-11-03 Thread notifications
From b5625fe1af35b668c8a9d8497c7707b491db9789 Mon Sep 17 00:00:00 2001
From: Steve Traylen 
Date: Tue, 3 Nov 2015 14:39:23 +0100
Subject: New upstream 1.33.

---
 .gitignore   | 1 +
 perl-Curses.spec | 9 ++---
 sources  | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index cc751fe..1ff121d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Curses-1.27.tgz
 /Curses-1.28.tgz
 /Curses-1.32.tgz
+/Curses-1.33.tar.gz
diff --git a/perl-Curses.spec b/perl-Curses.spec
index 564a670..426df60 100644
--- a/perl-Curses.spec
+++ b/perl-Curses.spec
@@ -1,12 +1,12 @@
 Name:   perl-Curses
-Version:1.32
-Release:3%{?dist}
+Version:1.33
+Release:1%{?dist}
 Summary:Perl bindings for ncurses
 
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://search.cpan.org/dist/Curses/
-Source0:
http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz
+Source0:
http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel perl-devel perl(Test::More)
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 3 2015 Steve Traylen  - 1.33-1
+- New upstream 1.33.
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.32-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f3f10c0..c6de137 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4d9066bfc5a69cb2cee3e1dfc3209b3  Curses-1.32.tgz
+6dacdfb2afef3bc402b54abe87a4cfb6  Curses-1.33.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Curses.git/commit/?h=f23=b5625fe1af35b668c8a9d8497c7707b491db9789
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1225047] Upgrade perl-Curses

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1225047



--- Comment #3 from Fedora Update System  ---
perl-Curses-1.33-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-3c2c75120a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1270195] Upgrade perl-Crypt-SMIME to 0.16

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1270195



--- Comment #1 from Fedora Update System  ---
perl-Crypt-SMIME-0.16-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-a31a5c5192

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik uploaded Test-Strict-0.32.tar.gz for perl-Test-Strict

2015-11-03 Thread notifications
47f06d18c3c63f0703cfc3da77e3da32  Test-Strict-0.32.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Strict/Test-Strict-0.32.tar.gz/md5/47f06d18c3c63f0703cfc3da77e3da32/Test-Strict-0.32.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1270196] Upgrade perl-Curses to 1.33

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1270196



--- Comment #1 from Fedora Update System  ---
perl-Curses-1.33-1.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2015-3c2c75120a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1277468] perl-Test-Strict-0.32 is available

2015-11-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277468

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Test-Strict-0.32-1.fc2
   ||4
 Resolution|--- |RAWHIDE
Last Closed||2015-11-03 08:52:19



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

ppisar pushed to perl-DBIx-Class (master). "Restore compatability with SQLite-3.9.0"

2015-11-03 Thread notifications
From b9efd9df1ac2b5cf92474f94537437fceba13938 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Tue, 3 Nov 2015 15:33:14 +0100
Subject: Restore compatability with SQLite-3.9.0

---
 ...-dependency-tests-to-work-on-newer-libsql.patch | 96 ++
 perl-DBIx-Class.spec   |  8 +-
 2 files changed, 103 insertions(+), 1 deletion(-)
 create mode 100644 
DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch

diff --git 
a/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
 
b/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
new file mode 100644
index 000..9f3da30
--- /dev/null
+++ 
b/DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
@@ -0,0 +1,96 @@
+From 5de3b12e4eecd4efb47e1896dc1d5432bc532568 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Tue, 3 Nov 2015 15:22:54 +0100
+Subject: [PATCH] Adjust view-dependency tests to work on newer libsqlite
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Port upstream fix for SQLite-3.9.0 to 0.082820:
+
+commit 26c663f123032941cb3f61d6cd11869b86716d6d
+Author: Peter Rabbitson 
+Date:   Tue Nov 3 14:35:35 2015 +0100
+
+Adjust view-dependency tests to work on newer libsqlite
+
+The test and mechanism behind it is largely useless in these cases, but old
+sqlite installations will lurk around for ever, so keep the check while 
moving
+it to xt/
+
+The original fix makes the tests author's tests, so they are not run
+at all. Let's keep the test running by default until upstream releases
+new version.
+
+CPAN RT#107852
+
+Signed-off-by: Petr Písař 
+---
+ t/105view_deps.t | 29 -
+ 1 file changed, 16 insertions(+), 13 deletions(-)
+
+diff --git a/t/105view_deps.t b/t/105view_deps.t
+index 21aa92b..39bb632 100644
+--- a/t/105view_deps.t
 b/t/105view_deps.t
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++use DBIx::Class::Optional::Dependencies -skip_all_without => 'deploy';
+ 
+ use strict;
+ use warnings;
+@@ -11,15 +11,6 @@ use DBICTest;
+ use ViewDeps;
+ use ViewDepsBad;
+ 
+-BEGIN {
+-require DBIx::Class;
+-plan skip_all => 'Test needs ' .
+-DBIx::Class::Optional::Dependencies->req_missing_for('deploy')
+-  unless DBIx::Class::Optional::Dependencies->req_ok_for('deploy');
+-}
+-
+-use_ok('DBIx::Class::ResultSource::View');
+-
+  SANITY
+ 
+ my $view = DBIx::Class::ResultSource::View->new;
+@@ -73,10 +64,16 @@ can_ok( $view, $_ ) for qw/new from deploy_depends_on/;
+ = ViewDepsBad->connect( DBICTest->_database ( quote_char => '"') );
+   ok( $schema2, 'Connected to ViewDepsBad schema OK' );
+ 
++  my $lazy_view_validity = !(
++$schema2->storage->_server_info->{normalized_dbms_version}
++  <
++3.009
++  );
++
+  DEPLOY2
+ 
+   warnings_exist { $schema2->deploy }
+-[qr/no such table: main.aba_name_artists/],
++[ $lazy_view_validity ? () : qr/no such table: main.aba_name_artists/ ],
+ "Deploying the bad schema produces a warning: aba_name_artists was not 
created.";
+ 
+  DOES ORDERING WORK 2?
+@@ -106,9 +103,15 @@ can_ok( $view, $_ ) for qw/new from deploy_depends_on/;
+ } grep { !/AbaNameArtistsAnd2010CDsWithManyTracks/ }
+ @{ [ $schema2->sources ] };
+ 
++  $schema2->storage->dbh->do(q( DROP VIEW "aba_name_artists" ))
++if $lazy_view_validity;
++
+   throws_ok { 
$schema2->resultset('AbaNameArtistsAnd2010CDsWithManyTracks')->next }
+-qr/no such table: aba_name_artists_and_2010_cds_with_many_tracks/,
+-"Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the 
table does not exist"
++qr/no such table: (?:main\.)?aba_name_artists/,
++sprintf(
++  "Query on AbaNameArtistsAnd2010CDsWithManyTracks throws, because the%s 
view does not exist",
++  $lazy_view_validity ? ' underlying' : ''
++)
+   ;
+ }
+ 
+-- 
+2.4.3
+
diff --git a/perl-DBIx-Class.spec b/perl-DBIx-Class.spec
index 6aa13a8..44d23f0 100644
--- a/perl-DBIx-Class.spec
+++ b/perl-DBIx-Class.spec
@@ -1,10 +1,12 @@
 Name:   perl-DBIx-Class
 Summary:Extensible and flexible object <-> relational mapper
 Version:0.082820
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/DBIx-Class-%{version}.tar.gz
+# Restore compatability with SQLite-3.9.0, bug #1272905, CPAN RT#107852
+Patch0: 
DBIx-Class-0.082820-Adjust-view-dependency-tests-to-work-on-newer-libsql.patch
 URL:http://search.cpan.org/dist/DBIx-Class/
 BuildArch:  noarch
 # Build
@@ -266,6 +268,7 @@ DISTINCT, GROUP BY and HAVING support.
 
 %prep
 %setup -q -n 

jplesnik uploaded Convert-UUlib-1.5.tar.gz for perl-Convert-UUlib

2015-11-03 Thread notifications
3332731b274723772ee8ad79c45bc401  Convert-UUlib-1.5.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Convert-UUlib/Convert-UUlib-1.5.tar.gz/md5/3332731b274723772ee8ad79c45bc401/Convert-UUlib-1.5.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik pushed to perl-Convert-UUlib (master). "1.5 bump"

2015-11-03 Thread notifications
From d062be49d82ab14b17ac4f68c679e3d580e45c20 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Tue, 3 Nov 2015 15:32:55 +0100
Subject: 1.5 bump

---
 .gitignore  |  1 +
 perl-Convert-UUlib.spec | 23 ++-
 sources |  2 +-
 3 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index d96ea66..52ee36c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Convert-UUlib-1.4.tar.gz
+/Convert-UUlib-1.5.tar.gz
diff --git a/perl-Convert-UUlib.spec b/perl-Convert-UUlib.spec
index f9fd462..40b24d2 100644
--- a/perl-Convert-UUlib.spec
+++ b/perl-Convert-UUlib.spec
@@ -6,13 +6,23 @@
 Summary:   Perl interface to the uulib library
 Name:  perl-Convert-UUlib
 Epoch: 2
-Version:   1.4
-Release:   12%{?dist}
+Version:   1.5
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/%{pkgname}/
 Source:
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/%{pkgname}-%{version}.tar.gz
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
+BuildRequires: perl
+BuildRequires: perl(Canary::Stability)
+BuildRequires: perl(Carp)
+BuildRequires: perl(DynaLoader)
+BuildRequires: perl(Exporter)
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -28,7 +38,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
@@ -47,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/Convert::UUlib*
 
 %changelog
+* Tue Nov 03 2015 Jitka Plesnikova  - 2:1.5-1
+- 1.5 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 2:1.4-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
@@ -114,7 +127,7 @@ rm -rf $RPM_BUILD_ROOT
 - 1:1.11-1
 - Fedora 10 alpha general package cleanup
 
-* Sun May 31 2008 Robert Scheck 
+* Sat May 31 2008 Robert Scheck 
 - 1:1.09-5
 - Fixed %%check section in order to get the package built
 
@@ -168,7 +181,7 @@ rm -rf $RPM_BUILD_ROOT
 - 1.051-1
 - update to 1.051
 
-* Fri Apr  7 2005 Michael Schwendt 
+* Wed Apr  6 2005 Michael Schwendt 
 - rebuilt
 
 * Mon Apr 19 2004 Nicolas Mailhot 
diff --git a/sources b/sources
index e149512..cb928f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6486df1d9ce319406fb9d5a610da759  Convert-UUlib-1.4.tar.gz
+3332731b274723772ee8ad79c45bc401  Convert-UUlib-1.5.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Convert-UUlib.git/commit/?h=master=d062be49d82ab14b17ac4f68c679e3d580e45c20
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen pushed to perl-MIME-Lite (el6). "Package now in RHEL6 RHBZ#783346"

2015-11-03 Thread notifications
From eb3f85abf9384517216a93c08efdfbec05190df5 Mon Sep 17 00:00:00 2001
From: Steve Traylen 
Date: Tue, 3 Nov 2015 11:02:00 +0100
Subject: Package now in RHEL6 RHBZ#783346

---
 .gitignore  |   1 -
 dead.package|   1 +
 perl-MIME-Lite.spec | 105 
 sources |   1 -
 4 files changed, 1 insertion(+), 107 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 dead.package
 delete mode 100644 perl-MIME-Lite.spec
 delete mode 100644 sources

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index c1943f3..000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-MIME-Lite-3.027.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..6c629e1
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Package now in RHEL6 RHBZ#783346
diff --git a/perl-MIME-Lite.spec b/perl-MIME-Lite.spec
deleted file mode 100644
index f822dfa..000
--- a/perl-MIME-Lite.spec
+++ /dev/null
@@ -1,105 +0,0 @@
-Name:   perl-MIME-Lite
-Version:3.027
-Release:2%{?dist}
-Summary:MIME::Lite - low-calorie MIME generator
-
-Group:  Development/Libraries
-License:GPL+ or Artistic
-URL:http://search.cpan.org/dist/MIME-Lite/
-Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/MIME-Lite-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::More)
-BuildRequires: perl(Email::Date::Format) perl(Mail::Address)
-BuildRequires: perl(MIME::Types) >= 1.28
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
-# not detected by automated find-requires:
-Requires:  perl(Email::Date::Format)
-Requires:  perl(MIME::Types) >= 1.28
-
-%description
-MIME::Lite is intended as a simple, standalone module for generating (not 
-parsing!) MIME messages... specifically, it allows you to output a simple,
-decent single- or multi-part message with text or binaryattachments.  It does
-not require that you have the Mail:: or MIME:: modules installed.
-
-%prep
-%setup -q -n MIME-Lite-%{version}
-
-
-%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir ';'
-
-
-%check
-make test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root,-)
-%doc changes.pod README examples contrib  
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
-
-
-%changelog
-* Mon Dec  7 2009 Stepan Kasal  - 3.027-2
-- rebuild against perl 5.10.1
-
-* Mon Nov  2 2009 Stepan Kasal  - 3.027-1
-- new upstream version
-
-* Wed Oct  7 2009 Stepan Kasal  - 3.26-2
-- no need to search for *.bs files in noarch rpm
-
-* Wed Oct  7 2009 Stepan Kasal  - 3.26-1
-- new upstream version
-- fix buildrequires
-- add requires not detected automatically
-
-* Sun Jul 26 2009 Fedora Release Engineering  
- 3.01-10
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Thu Feb 26 2009 Fedora Release Engineering  
- 3.01-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Thu Feb 26 2009 Fedora Release Engineering  
- 3.01-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Fri Sep  2 2008 Paul Howarth  3.01-7
-- fix FTBFS (#449558)
-
-* Sat Feb  2 2008 Tom "spot" Callaway  3.01-6
-- rebuild for new perl
-
-* Tue Oct 16 2007 Tom "spot" Callaway  3.01-5.1
-- correct license tag
-- add BR: perl(ExtUtils::MakeMaker)
-
-* Sun Sep 10 2006 Mike McGrath  3.01-5
-- Rebuild
-
-* Thu Mar 30 2006 Mike McGrath  3.01-4
-- New maintainer
-
-* Thu Jun 23 2005 Ralf Corsepius  3.01-3
-- Add %%{dist}.
-
-* Wed Apr 06 2005 Hunter Matthews  3.01-2
-- Review suggestions from José Pedro Oliveira
-
-* Fri Mar 18 2005 Hunter Matthews  3.01-1
-- Initial packageing.
diff --git a/sources b/sources
deleted file mode 100644
index 6cc9807..000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-e857febd66c45f2a5919b031fbe70aa7  MIME-Lite-3.027.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-MIME-Lite.git/commit/?h=el6=eb3f85abf9384517216a93c08efdfbec05190df5
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

stevetraylen retired perl-MIME-Lite in el6

2015-11-03 Thread notifications
stevetraylen retired perl-MIME-Lite in el6
https://admin.fedoraproject.org/pkgdb/package/perl-MIME-Lite/
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

jplesnik set the koschei monitoring flag of perl-Net-IPv6Addr to True

2015-11-03 Thread notifications
jplesnik set the koschei monitoring flag of perl-Net-IPv6Addr to True

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel