[Bug 984185] perl should be a hardened build

2013-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=984185

--- Comment #1 from Petr Pisar ppi...@redhat.com ---
Have you considered the perl is also used for short-time scripts? Are you going
to promote any interpreter (python, tcl, bash, pl, etc.) for hardening?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=L7RE6Y2FDca=cc_unsubscribe
--
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

File Test-Simple-0.98_05.tar.gz uploaded to lookaside cache by ppisar

2013-07-15 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Test-Simple:

2d51e2e69435dc666405b6a8b2265992  Test-Simple-0.98_05.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

[perl-Test-Simple] 0.98_05 bump

2013-07-15 Thread Petr Pisar
commit ea9f49073c1f7db79207400da1cb032643e4e659
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 09:08:57 2013 +0200

0.98_05 bump

 .gitignore|1 +
 perl-Test-Simple.spec |   21 +
 sources   |2 +-
 3 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e53b6f9..ad329f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Test-Simple-0.94.tar.gz
 /Test-Simple-0.96.tar.gz
 /Test-Simple-0.98.tar.gz
+/Test-Simple-0.98_05.tar.gz
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index 7aab54a..ac1d4b7 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,14 +1,17 @@
+%global cpan_version 0.98_05
 Name:   perl-Test-Simple
 Summary:Basic utilities for writing tests
-Version:0.98
-Release:244%{?dist}
+Version:%(echo '%{cpan_version}' | tr _ .)
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Simple
-Source0:
http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-%{version}.tar.gz
 
+Source0: 
http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-%{cpan_version}.tar.gz
 
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
@@ -17,9 +20,16 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl(IO::Pipe)
 BuildRequires:  perl(lib)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(Scalar::Util) = 1.13
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Test::Harness) = 2.03
+BuildRequires:  perl(warnings)
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Data::Dumper)
+Requires:   perl(overload)
+Requires:   perl(Scalar::Util) = 1.13
 Requires:   perl(Test::Harness) = 2.03
 
 # Drop old -tests subpackage (can be removed F21 development cycle)
@@ -39,7 +49,7 @@ information, see perldoc for Test::Simple, Test::More, etc.
 This package is the CPAN component of the dual-lifed core package Test-Simple.
 
 %prep
-%setup -q -n Test-Simple-%{version}
+%setup -q -n Test-Simple-%{cpan_version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -74,6 +84,9 @@ make test
 %{_mandir}/man3/Test::Tutorial.3pm*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 0.98.05-1
+- 0.98_05 bump
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 0.98-244
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 03a405e..05cbe80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8b26c97440269b33dd79fd847c521d8  Test-Simple-0.98.tar.gz
+2d51e2e69435dc666405b6a8b2265992  Test-Simple-0.98_05.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 984185] perl should be a hardened build

2013-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=984185

--- Comment #2 from Harald Reindl h.rei...@thelounge.net ---
clearly yes and sooner or later hopefully the whole distribution get hardened
and prelink banned, until then at least checksec --proc-all on servers should
not list anything without Full RELRO and PIE-code

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9NM2AE2bOPa=cc_unsubscribe
--
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

[perl-Error] Perl 5.18 rebuild

2013-07-15 Thread Petr Pisar
commit 98bdad0f727173e52887b2416a3946cd173e2a85
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 11:11:58 2013 +0200

Perl 5.18 rebuild

 perl-Error.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Error.spec b/perl-Error.spec
index b6bf443..9cb546a 100644
--- a/perl-Error.spec
+++ b/perl-Error.spec
@@ -1,6 +1,6 @@
 Name:   perl-Error
 Version:0.17020
-Release:1%{?dist}
+Release:2%{?dist}
 Epoch:  1
 Summary:Error/exception handling in an OO-ish way
 License:(GPL+ or Artistic) and MIT
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Error::Simple.3pm*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1:0.17020-2
+- Perl 5.18 rebuild
+
 * Sun May  5 2013 Paul Howarth p...@city-fan.org - 1:0.17020-1
 - Update to 0.17020
   - Change to Shlomi Fish's new E-mail and web address
--
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

[perl-TermReadKey] Perl 5.18 rebuild

2013-07-15 Thread Petr Pisar
commit c577ac7d82354c1b3a10bbafc5b328f5f51bf0de
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 11:11:58 2013 +0200

Perl 5.18 rebuild

 perl-TermReadKey.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-TermReadKey.spec b/perl-TermReadKey.spec
index 5568fe3..0d596ac 100644
--- a/perl-TermReadKey.spec
+++ b/perl-TermReadKey.spec
@@ -1,6 +1,6 @@
 Name:   perl-TermReadKey
 Version:2.30
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:A perl module for simple terminal control
 Group:  Development/Libraries
 License:(Copyright only) and (Artistic or GPL+)
@@ -48,6 +48,9 @@ make test
 
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 2.30-19
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.30-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
--
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

[perl] Stop providing old perl(MODULE_COMPAT_5.16.*)

2013-07-15 Thread Petr Pisar
commit ab37947c050402de45071904fa564067ca7bbc11
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 12:09:20 2013 +0200

Stop providing old perl(MODULE_COMPAT_5.16.*)

 perl.spec |9 -
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 1b9c13b..c1c22fb 100644
--- a/perl.spec
+++ b/perl.spec
@@ -31,7 +31,7 @@
 Name:   perl
 Version:%{perl_version}
 # release number must be even higher, because dual-lived modules will be 
broken otherwise
-Release:284%{?dist}
+Release:285%{?dist}
 Epoch:  %{perl_epoch}
 Summary:Practical Extraction and Report Language
 Group:  Development/Languages
@@ -128,10 +128,6 @@ BuildRequires:  procps, rsyslog
 
 # Compat provides
 Provides: %perl_compat
-Provides: perl(:MODULE_COMPAT_5.16.3)
-Provides: perl(:MODULE_COMPAT_5.16.2)
-Provides: perl(:MODULE_COMPAT_5.16.1)
-Provides: perl(:MODULE_COMPAT_5.16.0)
 
 # Threading provides
 Provides: perl(:WITH_ITHREADS)
@@ -3598,6 +3594,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 4:5.18.0-285
+- Stop providing old perl(MODULE_COMPAT_5.16.*)
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 4:5.18.0-284
 - Perl 5.18 rebuild
 
--
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

[perl-Archive-Extract] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 30a8f865453ca19508ae09152aa77c0a471ced15
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 12:51:41 2013 +0200

Increase release to favour standalone package

 perl-Archive-Extract.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Archive-Extract.spec b/perl-Archive-Extract.spec
index 75090c3..ca09d9b 100644
--- a/perl-Archive-Extract.spec
+++ b/perl-Archive-Extract.spec
@@ -2,7 +2,7 @@ Name:   perl-Archive-Extract
 # Epoch to compete with core module from perl.spec
 Epoch:  1
 Version:0.68
-Release:3%{?dist}
+Release:290%{?dist}
 Summary:Generic archive extracting mechanism
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -76,6 +76,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1:0.68-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1:0.68-3
 - Perl 5.18 rebuild
 
--
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

[perl-B-Lint] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 8897f69bef4fde24245faff63aaa714c60a7e030
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 12:57:35 2013 +0200

Increase release to favour standalone package

 perl-B-Lint.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-B-Lint.spec b/perl-B-Lint.spec
index c372789..9d875df 100644
--- a/perl-B-Lint.spec
+++ b/perl-B-Lint.spec
@@ -1,6 +1,6 @@
 Name:   perl-B-Lint
 Version:1.17
-Release:3%{?dist}
+Release:290%{?dist}
 Summary:Perl lint
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1.17-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1.17-3
 - Perl 5.18 rebuild
 
--
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

[perl-CGI] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 45b3c9750a45c006e40b9bed47cbe69202a71080
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:00:05 2013 +0200

Increase release to favour standalone package

 perl-CGI.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI.spec b/perl-CGI.spec
index b238777..eca1c50 100644
--- a/perl-CGI.spec
+++ b/perl-CGI.spec
@@ -1,7 +1,7 @@
 Name:   perl-CGI
 Summary:Handle Common Gateway Interface requests and responses
 Version:3.63
-Release:4%{?dist}
+Release:290%{?dist}
 License:(GPL+ or Artistic) and Artistic 2.0
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MA/MARKSTOS/CGI.pm-%{version}.tar.gz
@@ -75,6 +75,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 3.63-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 3.63-4
 - Perl 5.18 rebuild
 
--
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

[perl-constant] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit d8ad941c638c10ebc8f3aba26569821e88809100
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:02:19 2013 +0200

Increase release to favour standalone package

 perl-constant.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-constant.spec b/perl-constant.spec
index b1b4671..7760e67 100644
--- a/perl-constant.spec
+++ b/perl-constant.spec
@@ -1,6 +1,6 @@
 Name:   perl-constant
 Version:1.27
-Release:3%{?dist}
+Release:290%{?dist}
 Summary:Perl pragma to declare constants
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1.27-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1.27-3
 - Link minimal build-root packages against libperl.so explicitly
 
--
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

[perl-Data-Dumper] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 87895730fc488e890ebd2a8f9cd878344488da0a
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:11:33 2013 +0200

Increase release to favour standalone package

 perl-Data-Dumper.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-Dumper.spec b/perl-Data-Dumper.spec
index d39fe57..02d7f4b 100644
--- a/perl-Data-Dumper.spec
+++ b/perl-Data-Dumper.spec
@@ -1,7 +1,7 @@
 %global cpan_version 2.145
 Name:   perl-Data-Dumper
 Version:%(echo '%{cpan_version}' | tr '_' '.')
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Stringify perl data structures, suitable for printing and eval
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -68,6 +68,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 2.145-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 2.145-2
 - Perl 5.18 rebuild
 
--
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

[perl-Digest] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 097a7770f8c9a104373df5c2cb7239dfc80020d2
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:12:48 2013 +0200

Increase release to favour standalone package

 perl-Digest.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Digest.spec b/perl-Digest.spec
index 241c68b..db2f73f 100644
--- a/perl-Digest.spec
+++ b/perl-Digest.spec
@@ -1,6 +1,6 @@
 Name:   perl-Digest
 Version:1.17
-Release:245%{?dist}
+Release:290%{?dist}
 Summary:Modules that calculate message digests
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1.17-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1.17-245
 - Perl 5.18 rebuild
 
--
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

[perl-Exporter] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 645a11d9bf1073acf186cf20641f10cbae382b3f
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:15:31 2013 +0200

Increase release to favour standalone package

 perl-Exporter.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Exporter.spec b/perl-Exporter.spec
index 4cf1cd8..5180925 100644
--- a/perl-Exporter.spec
+++ b/perl-Exporter.spec
@@ -1,6 +1,6 @@
 Name:   perl-Exporter
 Version:5.68
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Implements default import method for modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 5.68-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 5.68-2
 - Link minimal build-root packages against libperl.so explicitly
 
--
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

[perl-ExtUtils-ParseXS] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit d2c7030716fdd61cf26a804f0e26304ccc0211ce
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:18:50 2013 +0200

Increase release to favour standalone package

 perl-ExtUtils-ParseXS.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-ExtUtils-ParseXS.spec b/perl-ExtUtils-ParseXS.spec
index faee005..b7080ca 100644
--- a/perl-ExtUtils-ParseXS.spec
+++ b/perl-ExtUtils-ParseXS.spec
@@ -2,7 +2,7 @@ Name:   perl-ExtUtils-ParseXS
 # Epoch to compete with perl.spec
 Epoch:  1
 Version:3.18
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Module and a script for converting Perl XS code into C code
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -69,6 +69,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1:3.18-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1:3.18-2
 - Perl 5.18 rebuild
 
--
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

[perl-File-Path] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 496d9c7778a77ed3c7d484e34e3400214515fc89
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:20:54 2013 +0200

Increase release to favour standalone package

 perl-File-Path.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-Path.spec b/perl-File-Path.spec
index 2697c58..4a78737 100644
--- a/perl-File-Path.spec
+++ b/perl-File-Path.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-Path
 Version:2.09
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Create or remove directory trees
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 2.09-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 2.09-2
 - Link minimal build-root packages against libperl.so explicitly
 
--
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

[perl-Locale-Maketext] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 5922ad505dde93c3faea1a3dc84761f95f7fbe0c
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:25:34 2013 +0200

Increase release to favour standalone package

 perl-Locale-Maketext.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Locale-Maketext.spec b/perl-Locale-Maketext.spec
index d04f213..3ca6aa6 100644
--- a/perl-Locale-Maketext.spec
+++ b/perl-Locale-Maketext.spec
@@ -1,6 +1,6 @@
 Name:   perl-Locale-Maketext
 Version:1.23
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Framework for localization
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1.23-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1.23-2
 - Perl 5.18 rebuild
 
--
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

[perl-Log-Message-Simple] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 87354da860c8bf7ea5c1aae0edc9007527fc5dc2
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:27:47 2013 +0200

Increase release to favour standalone package

 perl-Log-Message-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Log-Message-Simple.spec b/perl-Log-Message-Simple.spec
index 6b285b6..bded60e 100644
--- a/perl-Log-Message-Simple.spec
+++ b/perl-Log-Message-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Log-Message-Simple
 Version:0.10
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Simplified interface to Log::Message
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 0.10-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 0.10-2
 - Perl 5.18 rebuild
 
--
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

[perl-Module-Load] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 12b1992b08549034ef9e2e02acb89d3457d53fd0
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:29:21 2013 +0200

Increase release to favour standalone package

 perl-Module-Load.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Load.spec b/perl-Module-Load.spec
index c7b928d..8a250d9 100644
--- a/perl-Module-Load.spec
+++ b/perl-Module-Load.spec
@@ -2,7 +2,7 @@ Name:   perl-Module-Load
 # Epoch to compete with perl.spec
 Epoch:  1
 Version:0.24
-Release:3%{?dist}
+Release:290%{?dist}
 Summary:Run-time require of both modules and files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1:0.24-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1:0.24-3
 - Perl 5.18 rebuild
 
--
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

[perl-Module-Load-Conditional] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 91ced307d11ba1259427762e8640a16b2d6364a1
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:30:19 2013 +0200

Increase release to favour standalone package

 perl-Module-Load-Conditional.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Load-Conditional.spec 
b/perl-Module-Load-Conditional.spec
index 536fe61..6dab897 100644
--- a/perl-Module-Load-Conditional.spec
+++ b/perl-Module-Load-Conditional.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Load-Conditional
 Version:0.54
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Looking up module information and loading at run-time
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -63,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 0.54-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 0.54-2
 - Perl 5.18 rebuild
 
--
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

[perl-PathTools] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 5e508992d5764f8d11f176838e2063c9f2cd6343
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:46:14 2013 +0200

Increase release to favour standalone package

 perl-PathTools.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-PathTools.spec b/perl-PathTools.spec
index 6d862b3..9efd055 100644
--- a/perl-PathTools.spec
+++ b/perl-PathTools.spec
@@ -1,7 +1,7 @@
 %global cpan_version 3.40
 Name:   perl-PathTools
 Version:%(echo '%{cpan_version}' | tr _ .)
-Release:4%{?dist}
+Release:290%{?dist}
 Summary:PathTools Perl module (Cwd, File::Spec)
 License:(GPL+ or Artistic) and BSD
 Group:  Development/Libraries
@@ -64,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 3.40-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 3.40-4
 - Link minimal build-root packages against libperl.so explicitly
 
--
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

[perl-Parse-CPAN-Meta] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 3275f7df74eb384cbbb1b2a582c0da687cdbcb91
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:48:12 2013 +0200

Increase release to favour standalone package

 perl-Parse-CPAN-Meta.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Parse-CPAN-Meta.spec b/perl-Parse-CPAN-Meta.spec
index 44063a9..16dbed3 100644
--- a/perl-Parse-CPAN-Meta.spec
+++ b/perl-Parse-CPAN-Meta.spec
@@ -2,7 +2,7 @@ Name:   perl-Parse-CPAN-Meta
 # dual-lifed module needs to match the epoch in perl.spec
 Epoch:  1
 Version:1.4404
-Release:6%{?dist}
+Release:290%{?dist}
 Summary:Parse META.yml and META.json CPAN meta-data files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1:1.4404-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1:1.4404-6
 - Perl 5.18 rebuild
 
--
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

[perl-Perl-OSType] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 658fe7bba2b833ef0f7f4997623a3465e1d47692
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:49:36 2013 +0200

Increase release to favour standalone package

 perl-Perl-OSType.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Perl-OSType.spec b/perl-Perl-OSType.spec
index 3f94832..dea9aa4 100644
--- a/perl-Perl-OSType.spec
+++ b/perl-Perl-OSType.spec
@@ -13,7 +13,7 @@
 
 Name:  perl-Perl-OSType
 Version:   1.003
-Release:   3%{?dist}
+Release:   290%{?dist}
 Summary:   Map Perl operating system names to generic types
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -99,6 +99,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Perl::OSType.3pm*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1.003-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1.003-3
 - Perl 5.18 rebuild
 
--
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

[perl-Pod-Checker] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 34ca4e930160cc0c807e4c517ef2300b4ab9656a
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:50:58 2013 +0200

Increase release to favour standalone package

 perl-Pod-Checker.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Pod-Checker.spec b/perl-Pod-Checker.spec
index fa720d0..2a0dc8e 100644
--- a/perl-Pod-Checker.spec
+++ b/perl-Pod-Checker.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-Checker
 Version:1.60
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Check POD documents for syntax errors
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1.60-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1.60-2
 - Perl 5.18 rebuild
 
--
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

[perl-Pod-LaTeX] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit e37fd761cdbf1de15b7c705b1fc41a453cf1ec4c
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:51:49 2013 +0200

Increase release to favour standalone package

 perl-Pod-LaTeX.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Pod-LaTeX.spec b/perl-Pod-LaTeX.spec
index f3f8bf5..387c50a 100644
--- a/perl-Pod-LaTeX.spec
+++ b/perl-Pod-LaTeX.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-LaTeX
 Version:0.61
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Convert POD data to formatted LaTeX
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 0.61-290
+- Increase release to favour standalone package
+
 * Sat Jul 13 2013 Petr Pisar ppi...@redhat.com - 0.61-2
 - Perl 5.18 rebuild
 
--
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

[perl-podlators] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit e6889d9fe076b34f8d6aaae4c3477be685989224
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:55:03 2013 +0200

Increase release to favour standalone package

 perl-podlators.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-podlators.spec b/perl-podlators.spec
index 9778071..3fe5da4 100644
--- a/perl-podlators.spec
+++ b/perl-podlators.spec
@@ -1,6 +1,6 @@
 Name:   perl-podlators
 Version:2.5.1
-Release:3%{?dist}
+Release:290%{?dist}
 Summary:Format POD source into various output formats
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 2.5.1-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 2.5.1-3
 - Link minimal build-root packages against libperl.so explicitly
 
--
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

Broken dependencies: perl-Bio-SamTools

2013-07-15 Thread buildsys


perl-Bio-SamTools has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires 
perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.x86_64 requires perl(Bio::PrimarySeq)
On i386:
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::SeqFeature::Lite)
perl-Bio-SamTools-1.35-2.fc19.i686 requires perl(Bio::PrimarySeq)
Please resolve this as soon as possible.


--
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

[perl-Scalar-List-Utils] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 7df2f33033927823ca0272551688a9c6fde6aac2
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 13:56:07 2013 +0200

Increase release to favour standalone package

 perl-Scalar-List-Utils.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Scalar-List-Utils.spec b/perl-Scalar-List-Utils.spec
index 751320a..ab414fd 100644
--- a/perl-Scalar-List-Utils.spec
+++ b/perl-Scalar-List-Utils.spec
@@ -1,6 +1,6 @@
 Name:   perl-Scalar-List-Utils
 Version:1.27
-Release:247%{?dist}
+Release:290%{?dist}
 Summary:A selection of general-utility scalar and list subroutines
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1.27-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1.27-247
 - Link minimal build-root packages against libperl.so explicitly
 
--
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

Broken dependencies: perl-Bio-ASN1-EntrezGene

2013-07-15 Thread buildsys


perl-Bio-ASN1-EntrezGene has broken dependencies in the rawhide tree:
On x86_64:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
On i386:
perl-Bio-ASN1-EntrezGene-1.091-17.fc19.noarch requires 
perl(Bio::Index::AbstractSeq)
Please resolve this as soon as possible.


--
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

Broken dependencies: perl-PDL

2013-07-15 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.4.10-6.fc19.x86_64 requires libgd.so.2()(64bit)
On i386:
perl-PDL-2.4.10-6.fc19.i686 requires libgd.so.2
Please resolve this as soon as possible.


--
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

File Storable-2.45.tar.gz uploaded to lookaside cache by ppisar

2013-07-15 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Storable:

682dbbddf86bb30e455b24f569308195  Storable-2.45.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

[perl-Text-Soundex] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 2043332d1675f05d4d1b1e8598bb31e6149e00fc
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 14:14:39 2013 +0200

Increase release to favour standalone package

 perl-Text-Soundex.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-Soundex.spec b/perl-Text-Soundex.spec
index 28b33a9..8156bd4 100644
--- a/perl-Text-Soundex.spec
+++ b/perl-Text-Soundex.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Soundex
 Version:3.04
-Release:3%{?dist}
+Release:290%{?dist}
 Summary:Implementation of the soundex algorithm
 License:Copyright only
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 3.04-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 3.04-3
 - Perl 5.18 rebuild
 
--
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

[perl-Thread-Queue] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit d3e4457f9cdfb2760485229acfad36f7fc503c62
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 14:15:28 2013 +0200

Increase release to favour standalone package

 perl-Thread-Queue.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Thread-Queue.spec b/perl-Thread-Queue.spec
index 981aa6a..745b588 100644
--- a/perl-Thread-Queue.spec
+++ b/perl-Thread-Queue.spec
@@ -1,6 +1,6 @@
 Name:   perl-Thread-Queue
 Version:3.02
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Thread-safe queues
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 3.02-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 3.02-2
 - Link minimal build-root packages against libperl.so explicitly
 
--
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

[perl-Time-HiRes] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit 267dbf65202d077e570f457d4ff584963a950f1d
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 14:16:46 2013 +0200

Increase release to favour standalone package

 perl-Time-HiRes.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Time-HiRes.spec b/perl-Time-HiRes.spec
index e6626f9..12389b3 100644
--- a/perl-Time-HiRes.spec
+++ b/perl-Time-HiRes.spec
@@ -1,6 +1,6 @@
 Name:   perl-Time-HiRes
 Version:1.9725
-Release:273%{?dist}
+Release:290%{?dist}
 Summary:High resolution alarm, sleep, gettimeofday, interval timers
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1.9725-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1.9725-273
 - Perl 5.18 rebuild
 
--
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

[perl-Time-Local] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit d137c05439e2386e0fede0b896e30719c29fcb62
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 14:17:48 2013 +0200

Increase release to favour standalone package

 perl-Time-Local.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Time-Local.spec b/perl-Time-Local.spec
index 2915902..a8f2642 100644
--- a/perl-Time-Local.spec
+++ b/perl-Time-Local.spec
@@ -1,6 +1,6 @@
 Name:   perl-Time-Local
 Version:1.2300
-Release:2%{?dist}
+Release:290%{?dist}
 Summary:Efficiently compute time from local and GMT time
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 1.2300-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 1.2300-2
 - Link minimal build-root packages against libperl.so explicitly
 
--
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

[perl-version] Increase release to favour standalone package

2013-07-15 Thread Petr Pisar
commit cc0cc0ded1e558e671a51f4d68adc37de3f6f355
Author: Petr Písař ppi...@redhat.com
Date:   Mon Jul 15 14:22:26 2013 +0200

Increase release to favour standalone package

 perl-version.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-version.spec b/perl-version.spec
index c2dd628..86ee2f2 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -2,7 +2,7 @@ Name:   perl-version
 Epoch:  3
 Version:0.99.02
 %define module_version 0.9902
-Release:3%{?dist}
+Release:290%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -66,6 +66,9 @@ make test
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Mon Jul 15 2013 Petr Pisar ppi...@redhat.com - 3:0.99.02-290
+- Increase release to favour standalone package
+
 * Fri Jul 12 2013 Petr Pisar ppi...@redhat.com - 3:0.99.02-3
 - Perl 5.18 rebuild
 
--
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 984592] New: perl-Ouch-0.0403 is available

2013-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=984592

Bug ID: 984592
   Summary: perl-Ouch-0.0403 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Ouch
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
  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.0403
Current version/release in Fedora Rawhide: 0.0402-1.fc20
URL: http://search.cpan.org/dist/Ouch/

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9oRi1JdzKNa=cc_unsubscribe
--
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

[perl-Module-Implementation] Created tag perl-Module-Implementation-0.07-1.fc20

2013-07-15 Thread Paul Howarth
The lightweight tag 'perl-Module-Implementation-0.07-1.fc20' was created 
pointing to:

 81c92d2... Update to 0.07
--
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

File Test-Warnings-0.008.tar.gz uploaded to lookaside cache by pghmcfc

2013-07-15 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Test-Warnings:

06cdfaca3c01b5299852a4d9675b02c2  Test-Warnings-0.008.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

[perl-Test-Warnings] Update to 0.008

2013-07-15 Thread Paul Howarth
commit cb57569f854027e456aaf93f9b6e000e2ec6d76e
Author: Paul Howarth p...@city-fan.org
Date:   Mon Jul 15 15:23:14 2013 +0100

Update to 0.008

- New upstream release 0.008
  - Compile test updated, to hopefully fix mswin32 parsing issues

 perl-Test-Warnings.spec |8 ++--
 sources |2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Warnings.spec b/perl-Test-Warnings.spec
index 10d0628..e36c951 100644
--- a/perl-Test-Warnings.spec
+++ b/perl-Test-Warnings.spec
@@ -1,5 +1,5 @@
 Name:  perl-Test-Warnings
-Version:   0.007
+Version:   0.008
 Release:   1%{?dist}
 Summary:   Test for warnings and the lack of them
 License:   GPL+ or Artistic
@@ -8,7 +8,7 @@ URL:http://search.cpan.org/dist/Test-Warnings
 Source0:   
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-%{version}.tar.gz
 BuildArch: noarch
 # Build
-BuildRequires: perl(Module::Build::Tiny) = 0.024
+BuildRequires: perl(Module::Build::Tiny) = 0.025
 # Module
 BuildRequires: perl(Exporter)
 BuildRequires: perl(Test::Builder)
@@ -68,6 +68,10 @@ perl Build.PL --installdirs=vendor
 %{_mandir}/man3/Test::Warnings.3pm*
 
 %changelog
+* Mon Jul 15 2013 Paul Howarth p...@city-fan.org - 0.008-1
+- Update to 0.008
+  - Compile test updated, to hopefully fix mswin32 parsing issues
+
 * Wed Jul 10 2013 Paul Howarth p...@city-fan.org - 0.007-1
 - Update to 0.007
   - Fix subtest tests to work on Test::More before 0.95_01 (CPAN RT#86802)
diff --git a/sources b/sources
index ca201f7..ed83741 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-66779108a5c974114f3a6a709270b0a0  Test-Warnings-0.007.tar.gz
+06cdfaca3c01b5299852a4d9675b02c2  Test-Warnings-0.008.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 984592] perl-Ouch-0.0403 is available

2013-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=984592

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Ouch-0.0403-1.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-07-15 11:29:39

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=vQV9AwBSqHa=cc_unsubscribe
--
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 973064] perl-Text-CSV_XS-0.99 is available

2013-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=973064

--- Comment #3 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-CSV_XS-1.00-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5gIGZ2ox2Wa=cc_unsubscribe
--
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 974522] perl-Text-CSV_XS-1.00 is available

2013-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=974522

--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
perl-Text-CSV_XS-1.00-1.fc19 has been pushed to the Fedora 19 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9jzfmn3OeDa=cc_unsubscribe
--
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