[perl-CPAN-Meta-YAML] conditionalize dependency on aspell

2012-06-07 Thread Marcela Mašláňová
commit 9b3918d2b2f2825787f4eb8793f55bd176c850c8
Author: Marcela Mašláňová 
Date:   Thu Jun 7 11:07:01 2012 +0200

conditionalize dependency on aspell

 perl-CPAN-Meta-YAML.spec |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec
index 39a5d8a..03bb471 100644
--- a/perl-CPAN-Meta-YAML.spec
+++ b/perl-CPAN-Meta-YAML.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-CPAN-Meta-YAML
 Version:   0.008
-Release:   5%{?dist}
+Release:   6%{?dist}
 Summary:   Read and write a subset of YAML for CPAN Meta files
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -21,11 +21,12 @@ BuildRequires:  perl(YAML)
 # Version 1.113620 needed for "UTF"; RHEL-7 package cannot have buildreq from 
EPEL-7
 %if 0%{?rhel} < 7
 BuildRequires: perl(Pod::Wordlist::hanekomu) >= 1.113620
+BuildRequires:  aspell-en
 %endif
 BuildRequires: perl(Test::CPAN::Meta)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Requires)
-BuildRequires: perl(Test::Spelling), aspell-en
+BuildRequires: perl(Test::Spelling)
 # RHEL ≤ 6 doesn't have a recent enough perl(version) for perl(Test::Version)
 %if 0%{?fedora} || 0%{?rhel} > 6
 BuildRequires: perl(Test::Version)
@@ -71,6 +72,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/CPAN::Meta::YAML.3pm*
 
 %changelog
+* Thu Jun  7 2012 Marcela Mašláňová  - 0.008-6
+- conditionalize dependency on aspell
+
 * Wed Jun 06 2012 Petr Pisar  - 0.008-5
 - Perl 5.16 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-Class-Load] conditionalize aspell dependency

2012-06-07 Thread Marcela Mašláňová
commit 9e3a22c6a354ec32dc6b475675c2eb1c3df78dcd
Author: Marcela Mašláňová 
Date:   Thu Jun 7 11:10:24 2012 +0200

conditionalize aspell dependency

 perl-Class-Load.spec |   10 --
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-Class-Load.spec b/perl-Class-Load.spec
index 0bd6a35..7cef362 100644
--- a/perl-Class-Load.spec
+++ b/perl-Class-Load.spec
@@ -1,6 +1,6 @@
 Name:  perl-Class-Load
 Version:   0.19
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   A working (require "Class::Name") and more
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -48,7 +48,10 @@ BuildRequires:   perl(Test::NoTabs)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 BuildRequires: perl(Test::Requires)
-BuildRequires: perl(Test::Spelling), aspell-en
+BuildRequires: perl(Test::Spelling)
+%if 0%{?rhel} < 7
+BuildRequires:  aspell-en
+%endif
 # ===
 # Runtime requirements
 # ===
@@ -89,6 +92,9 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
 %{_mandir}/man3/Class::Load.3pm*
 
 %changelog
+* Thu Jun  7 2012 Marcela Mašláňová  - 0.19-2
+- conditionalize aspell dependency
+
 * Tue Apr  3 2012 Paul Howarth  - 0.19-1
 - Update to 0.19 (no functional changes)
 - This release by DOY -> update source URL
--
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-HTML-Format] conditionalize dependency on Pod::Wordlist::hanekomu

2012-06-07 Thread Marcela Mašláňová
commit 05fa1328569d519eaf85884ed90dc4135a70932b
Author: Marcela Mašláňová 
Date:   Thu Jun 7 11:34:20 2012 +0200

conditionalize dependency on Pod::Wordlist::hanekomu

 perl-HTML-Format.spec |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTML-Format.spec b/perl-HTML-Format.spec
index e91c491..e9e2906 100644
--- a/perl-HTML-Format.spec
+++ b/perl-HTML-Format.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-Format
 Version:2.10
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:HTML formatter modules
 
 Group: Development/Libraries
@@ -33,7 +33,9 @@ BuildRequires:  perl(Font::Metrics::TimesItalic)
 BuildRequires:  perl(Font::Metrics::TimesRoman)
 
 # for release-testing tests
+%if 0%{?rhel} < 7
 BuildRequires:  perl(Pod::Wordlist::hanekomu)
+%endif
 BuildRequires:  perl(Test::CPAN::Meta)
 BuildRequires:  perl(Test::DistManifest)
 BuildRequires:  perl(Test::EOL)
@@ -96,6 +98,9 @@ cd ..
 %{_mandir}/man3/HTML*
 
 %changelog
+* Thu Jun  7 2012 Marcela Mašláňová  - 2.10-3
+- conditionalize dependency on Pod::Wordlist::hanekomu 
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 2.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Module-Implementation] conditionalize aspell dependency

2012-06-07 Thread Marcela Mašláňová
commit c8e1258bb77eaa964b0691783749746e236897f8
Author: Marcela Mašláňová 
Date:   Thu Jun 7 11:51:30 2012 +0200

conditionalize aspell dependency

 perl-Module-Implementation.spec |   10 --
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec
index 87ab1f1..7a8ad0a 100644
--- a/perl-Module-Implementation.spec
+++ b/perl-Module-Implementation.spec
@@ -9,7 +9,7 @@
 
 Name:  perl-Module-Implementation
 Version:   0.06
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Loads one of several alternate underlying implementations for a 
module
 Group: Development/Libraries
 License:   Artistic 2.0
@@ -47,7 +47,10 @@ BuildRequires:   perl(Test::CPAN::Changes)
 BuildRequires: perl(Test::EOL)
 BuildRequires: perl(Test::NoTabs)
 BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Spelling), aspell-en
+BuildRequires: perl(Test::Spelling)
+%if 0%{?rhel} < 7
+BuildRequires:  aspell-en
+%endif
 # ===
 # Runtime requirements
 # ===
@@ -97,6 +100,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Module::Implementation.3pm*
 
 %changelog
+* Thu Jun  7 2012 Marcela Mašláňová  - 0.06-2
+- conditionalize aspell dependency
+
 * Sun Feb 12 2012 Paul Howarth  - 0.06-1
 - Update to 0.06
   - Require Module::Runtime 0.012, which has a number of useful bug fixes
--
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-CPAN-Meta-YAML] Clean up bootstrapping and RHEL conditionals

2012-06-07 Thread Paul Howarth
commit 796621320e8cb2bb94c71648b3ab07fce10df7e3
Author: Paul Howarth 
Date:   Thu Jun 7 11:24:21 2012 +0100

Clean up bootstrapping and RHEL conditionals

- Run the extra tests in a separate test run, and only when not 
bootstrapping
- Don't BR: perl(Test::Spelling) with RHEL ≥ 7 as we don't have the other
  dependencies needed do the spell check test

 perl-CPAN-Meta-YAML.spec |   26 +-
 1 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec
index 03bb471..ce6a80d 100644
--- a/perl-CPAN-Meta-YAML.spec
+++ b/perl-CPAN-Meta-YAML.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-CPAN-Meta-YAML
 Version:   0.008
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   Read and write a subset of YAML for CPAN Meta files
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -17,16 +17,19 @@ BuildRequires:  perl(File::Spec)
 # Tests:
 BuildRequires: perl(Test::More)
 BuildRequires: perl(YAML)
-%if !%{defined perl_bootstrap}
-# Version 1.113620 needed for "UTF"; RHEL-7 package cannot have buildreq from 
EPEL-7
+# Don't run extra tests when bootstrapping as many of those
+# tests' dependencies build-require this package
+%if 0%{!?perl_bootstrap:1}
+# RHEL-7 package cannot have buildreqs from EPEL-7 (aspell-en, 
Pod::Wordlist::hanekomu),
+# so skip the spell check there
 %if 0%{?rhel} < 7
+# Version 1.113620 needed for "UTF"
 BuildRequires: perl(Pod::Wordlist::hanekomu) >= 1.113620
-BuildRequires:  aspell-en
+BuildRequires: perl(Test::Spelling), aspell-en
 %endif
 BuildRequires: perl(Test::CPAN::Meta)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Requires)
-BuildRequires: perl(Test::Spelling)
 # RHEL ≤ 6 doesn't have a recent enough perl(version) for perl(Test::Version)
 %if 0%{?fedora} || 0%{?rhel} > 6
 BuildRequires: perl(Test::Version)
@@ -58,10 +61,10 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}
 
 %check
-%if %{defined perl_bootstrap}
-rm -rf xt
+make test
+%if 0%{!?perl_bootstrap:1}
+make test TEST_FILES="xt/*/*.t"
 %endif
-make test TEST_FILES="t/*.t xt/*/*.t"
 
 %clean
 rm -rf %{buildroot}
@@ -72,8 +75,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/CPAN::Meta::YAML.3pm*
 
 %changelog
+* Thu Jun  7 2012 Paul Howarth  - 0.008-7
+- Run the extra tests in a separate test run, and only when not bootstrapping
+- Don't BR: perl(Test::Spelling) with RHEL ≥ 7 as we don't have the other
+  dependencies needed do the spell check test
+
 * Thu Jun  7 2012 Marcela Mašláňová  - 0.008-6
-- conditionalize dependency on aspell
+- Conditionalize dependency on aspell
 
 * Wed Jun 06 2012 Petr Pisar  - 0.008-5
 - Perl 5.16 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-CPAN-Meta-YAML] Created tag perl-CPAN-Meta-YAML-0.008-7.fc18

2012-06-07 Thread Paul Howarth
The lightweight tag 'perl-CPAN-Meta-YAML-0.008-7.fc18' was created pointing to:

 7966213... Clean up bootstrapping and RHEL conditionals
--
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-Package-DeprecationManager] conditionalize aspell-en dependency.

2012-06-07 Thread Marcela Mašláňová
commit d6de31506ba0f63be9f776a1a99be84efbbbe0c2
Author: Marcela Mašláňová 
Date:   Thu Jun 7 12:39:11 2012 +0200

conditionalize aspell-en dependency.

 perl-Package-DeprecationManager.spec |   16 ++--
 1 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/perl-Package-DeprecationManager.spec 
b/perl-Package-DeprecationManager.spec
index 42c6fe4..e2d7c3b 100644
--- a/perl-Package-DeprecationManager.spec
+++ b/perl-Package-DeprecationManager.spec
@@ -6,7 +6,7 @@
 
 Name:  perl-Package-DeprecationManager
 Version:   0.13
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Manage deprecation warnings for your distribution
 Group: Development/Libraries
 License:   Artistic 2.0
@@ -33,7 +33,16 @@ BuildRequires:   perl(Test::Output)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 BuildRequires: perl(Test::Requires)
-BuildRequires: perl(Test::Spelling), aspell-en
+BuildRequires: perl(Test::Spelling)
+# Don't run extra tests when bootstrapping as many of those
+# tests' dependencies build-require this package
+%if 0%{!?perl_bootstrap:1}
+# RHEL-7 package cannot have buildreqs from EPEL-7 (aspell),
+# so skip the spell check there
+%if 0%{?rhel} < 7
+aspell-en
+%endif
+%endif
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -76,6 +85,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Package::DeprecationManager.3pm*
 
 %changelog
+* Thu Jun  7 2012 Marcela Mašláňová  - 0.13-3
+- conditionalize aspell-en
+
 * Mon Apr 23 2012 Paul Howarth  - 0.13-2
 - Upstream has dropped Kwalitee test, so drop BR: perl(Test::Kwalitee)
 
--
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-Class-Load] Add commentary regarding conditionalized buildreqs

2012-06-07 Thread Paul Howarth
commit 52a4bc168d8cfadad9c1c7a370b39b62e3050bdb
Author: Paul Howarth 
Date:   Thu Jun 7 11:41:14 2012 +0100

Add commentary regarding conditionalized buildreqs

 perl-Class-Load.spec |   12 +---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Class-Load.spec b/perl-Class-Load.spec
index 7cef362..5bbc99a 100644
--- a/perl-Class-Load.spec
+++ b/perl-Class-Load.spec
@@ -1,6 +1,6 @@
 Name:  perl-Class-Load
 Version:   0.19
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   A working (require "Class::Name") and more
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -49,8 +49,11 @@ BuildRequires:   perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 BuildRequires: perl(Test::Requires)
 BuildRequires: perl(Test::Spelling)
+# Can't use aspell-en from EPEL-7 as BR: for RHEL-7 package so skip the spell
+# check test there; test would fail rather than skip without Test::Spelling so
+# we need to keep that as a buildreq
 %if 0%{?rhel} < 7
-BuildRequires:  aspell-en
+BuildRequires: aspell-en
 %endif
 # ===
 # Runtime requirements
@@ -92,8 +95,11 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
 %{_mandir}/man3/Class::Load.3pm*
 
 %changelog
+* Thu Jun  7 2012 Paul Howarth  - 0.19-3
+- Add commentary regarding conditionalized buildreqs
+
 * Thu Jun  7 2012 Marcela Mašláňová  - 0.19-2
-- conditionalize aspell dependency
+- Conditionalize aspell-en dependency
 
 * Tue Apr  3 2012 Paul Howarth  - 0.19-1
 - Update to 0.19 (no functional changes)
--
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

Re: [perl-CPAN-Meta-YAML] Clean up bootstrapping and RHEL conditionals

2012-06-07 Thread Marcela Mašláňová

On 06/07/2012 12:25 PM, Paul Howarth wrote:

-%if !%{defined perl_bootstrap}
-# Version 1.113620 needed for "UTF"; RHEL-7 package cannot have buildreq from 
EPEL-7
+# Don't run extra tests when bootstrapping as many of those
+# tests' dependencies build-require this package
+%if 0%{!?perl_bootstrap:1}
+# RHEL-7 package cannot have buildreqs from EPEL-7 (aspell-en, 
Pod::Wordlist::hanekomu),
+# so skip the spell check there
  %if 0%{?rhel}<  7


Nicely done :)

The problem with aspell is that since RHEL-6 is preferred hunspell over 
aspell. I'll apply all those macros in all problematic packages.


Thanks for patch,
Marcela
--
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-Class-Load] Created tag perl-Class-Load-0.19-3.fc18

2012-06-07 Thread Paul Howarth
The lightweight tag 'perl-Class-Load-0.19-3.fc18' was created pointing to:

 52a4bc1... Add commentary regarding conditionalized buildreqs
--
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

Re: [perl-CPAN-Meta-YAML] Clean up bootstrapping and RHEL conditionals

2012-06-07 Thread Paul Howarth

On 06/07/2012 11:41 AM, Marcela Mašláňová wrote:

On 06/07/2012 12:25 PM, Paul Howarth wrote:

-%if !%{defined perl_bootstrap}
-# Version 1.113620 needed for "UTF"; RHEL-7 package cannot have
buildreq from EPEL-7
+# Don't run extra tests when bootstrapping as many of those
+# tests' dependencies build-require this package
+%if 0%{!?perl_bootstrap:1}
+# RHEL-7 package cannot have buildreqs from EPEL-7 (aspell-en,
Pod::Wordlist::hanekomu),
+# so skip the spell check there
%if 0%{?rhel}< 7


Nicely done :)

The problem with aspell is that since RHEL-6 is preferred hunspell over
aspell.


I know; I had similar problems building packages for EPEL-6 as a result 
of no aspell dictionaries being shipped with RHEL-6:

http://bugzilla.redhat.com/590700

> I'll apply all those macros in all problematic packages.

Some packages don't need BR: perl(Test::Spelling) if the other 
spell-check dependencies are unavailable, but some (e.g. 
perl-Class-Load) fail the test if that's not available, so unfortunately 
the same approach doesn't work everywhere.


Paul.
--
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] Minor spec clean-up

2012-06-07 Thread Paul Howarth
commit c0228b7d60ea9dd1f783908273e4d23777891cd8
Author: Paul Howarth 
Date:   Thu Jun 7 12:12:47 2012 +0100

Minor spec clean-up

- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from buildroot
- Add commentary regarding conditionalized buildreqs

 perl-Module-Implementation.spec |   16 +++-
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec
index 7a8ad0a..d557300 100644
--- a/perl-Module-Implementation.spec
+++ b/perl-Module-Implementation.spec
@@ -9,7 +9,7 @@
 
 Name:  perl-Module-Implementation
 Version:   0.06
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Loads one of several alternate underlying implementations for a 
module
 Group: Development/Libraries
 License:   Artistic 2.0
@@ -48,8 +48,11 @@ BuildRequires:   perl(Test::EOL)
 BuildRequires: perl(Test::NoTabs)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Spelling)
+# Can't use aspell-en from EPEL-7 as BR: for RHEL-7 package so skip the spell
+# check test there; test would fail rather than skip without Test::Spelling so
+# we need to keep that as a buildreq
 %if 0%{?rhel} < 7
-BuildRequires:  aspell-en
+BuildRequires: aspell-en
 %endif
 # ===
 # Runtime requirements
@@ -84,7 +87,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -94,14 +96,18 @@ make test RELEASE_TESTING=1
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/Module/
 %{_mandir}/man3/Module::Implementation.3pm*
 
 %changelog
+* Thu Jun  7 2012 Paul Howarth  - 0.06-3
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from buildroot
+- Add commentary regarding conditionalized buildreqs
+
 * Thu Jun  7 2012 Marcela Mašláňová  - 0.06-2
-- conditionalize aspell dependency
+- Conditionalize aspell-en dependency
 
 * Sun Feb 12 2012 Paul Howarth  - 0.06-1
 - Update to 0.06
--
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.06-3.fc18

2012-06-07 Thread Paul Howarth
The lightweight tag 'perl-Module-Implementation-0.06-3.fc18' was created 
pointing to:

 c0228b7... Minor spec clean-up
--
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-Package-DeprecationManager] Add commentary regarding conditionalized buildreqs

2012-06-07 Thread Paul Howarth
commit fee9bb4dad96d7b52f0a5ba2ec7d3330b9ced68f
Author: Paul Howarth 
Date:   Thu Jun 7 12:35:22 2012 +0100

Add commentary regarding conditionalized buildreqs

 perl-Package-DeprecationManager.spec |   18 +-
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/perl-Package-DeprecationManager.spec 
b/perl-Package-DeprecationManager.spec
index e2d7c3b..c5194ca 100644
--- a/perl-Package-DeprecationManager.spec
+++ b/perl-Package-DeprecationManager.spec
@@ -6,7 +6,7 @@
 
 Name:  perl-Package-DeprecationManager
 Version:   0.13
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Manage deprecation warnings for your distribution
 Group: Development/Libraries
 License:   Artistic 2.0
@@ -34,14 +34,11 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 BuildRequires: perl(Test::Requires)
 BuildRequires: perl(Test::Spelling)
-# Don't run extra tests when bootstrapping as many of those
-# tests' dependencies build-require this package
-%if 0%{!?perl_bootstrap:1}
-# RHEL-7 package cannot have buildreqs from EPEL-7 (aspell),
-# so skip the spell check there
+# Can't use aspell-en from EPEL-7 as BR: for RHEL-7 package so skip the spell
+# check test there; test would fail rather than skip without Test::Spelling so
+# we need to keep that as a buildreq
 %if 0%{?rhel} < 7
-aspell-en
-%endif
+BuildRequires: aspell-en
 %endif
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -85,8 +82,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Package::DeprecationManager.3pm*
 
 %changelog
+* Thu Jun  7 2012 Paul Howarth  - 0.13-4
+- Add commentary regarding conditionalized buildreqs
+
 * Thu Jun  7 2012 Marcela Mašláňová  - 0.13-3
-- conditionalize aspell-en
+- Conditionalize aspell-en
 
 * Mon Apr 23 2012 Paul Howarth  - 0.13-2
 - Upstream has dropped Kwalitee test, so drop BR: perl(Test::Kwalitee)
--
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-Package-DeprecationManager] Created tag perl-Package-DeprecationManager-0.13-4.fc18

2012-06-07 Thread Paul Howarth
The lightweight tag 'perl-Package-DeprecationManager-0.13-4.fc18' was created 
pointing to:

 fee9bb4... Add commentary regarding conditionalized buildreqs
--
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-Version] conditionalize aspell-en dependency

2012-06-07 Thread Marcela Mašláňová
commit 0e7061cef6018895a1f0ef7130067e16e1d3b232
Author: Marcela Mašláňová 
Date:   Thu Jun 7 13:43:59 2012 +0200

conditionalize aspell-en dependency

 perl-Test-Version.spec |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec
index 887969e..25c00c4 100644
--- a/perl-Test-Version.spec
+++ b/perl-Test-Version.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-Test-Version
 Version:   1.002001
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Check to see that versions in modules are sane
 License:   Artistic 2.0
 Group: Development/Libraries
@@ -58,11 +58,12 @@ BuildRequires:  perl(Test::Perl::Critic)
 BuildRequires: perl(Test::Pod) >= 1.41
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
 BuildRequires: perl(Test::Portability::Files)
-BuildRequires: perl(Test::Spelling) >= 0.12, aspell-en
+BuildRequires: perl(Test::Spelling) >= 0.12
 BuildRequires: perl(Test::Synopsis)
 BuildRequires: perl(Test::Vars)
 # RHEL-7+ package cannot BR: packages from EPEL
 %if ! (0%{?rhel} >= 7)
+BuildRequires: aspell-en
 BuildRequires: perl(Pod::Wordlist::hanekomu)
 BuildRequires: perl(Test::Kwalitee)
 %endif
@@ -101,6 +102,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Version.3pm*
 
 %changelog
+* Thu Jun  7 2012 Marcela Mašláňová  - 1.002001-4
+- conditionalize aspell-en dependency
+
 * Tue Apr 24 2012 Paul Howarth  - 1.002001-3
 - Don't BR: perl(Pod::Wordlist::hanekomu) for RHEL-7+ either (#815759)
 
--
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-Version] Conditionalize perl(Test::Spelling) buildreq

2012-06-07 Thread Paul Howarth
commit 282a38a05c087606eafc68b8d7c6aa8df919c283
Author: Paul Howarth 
Date:   Thu Jun 7 12:55:13 2012 +0100

Conditionalize perl(Test::Spelling) buildreq

- If we don't have buildreqs aspell-en and perl(Pod::Wordlist::hanekomu), we
  don't need perl(Test::Spelling) either

 perl-Test-Version.spec |   10 +++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec
index 25c00c4..4488c48 100644
--- a/perl-Test-Version.spec
+++ b/perl-Test-Version.spec
@@ -3,7 +3,7 @@
 
 Name:  perl-Test-Version
 Version:   1.002001
-Release:   4%{?dist}
+Release:   5%{?dist}
 Summary:   Check to see that versions in modules are sane
 License:   Artistic 2.0
 Group: Development/Libraries
@@ -58,7 +58,6 @@ BuildRequires:perl(Test::Perl::Critic)
 BuildRequires: perl(Test::Pod) >= 1.41
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
 BuildRequires: perl(Test::Portability::Files)
-BuildRequires: perl(Test::Spelling) >= 0.12
 BuildRequires: perl(Test::Synopsis)
 BuildRequires: perl(Test::Vars)
 # RHEL-7+ package cannot BR: packages from EPEL
@@ -66,6 +65,7 @@ BuildRequires:perl(Test::Vars)
 BuildRequires: aspell-en
 BuildRequires: perl(Pod::Wordlist::hanekomu)
 BuildRequires: perl(Test::Kwalitee)
+BuildRequires: perl(Test::Spelling) >= 0.12
 %endif
 %endif
 # ===
@@ -102,8 +102,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Version.3pm*
 
 %changelog
+* Thu Jun  7 2012 Paul Howarth  - 1.002001-5
+- If we don't have buildreqs aspell-en and perl(Pod::Wordlist::hanekomu), we
+  don't need perl(Test::Spelling) either
+
 * Thu Jun  7 2012 Marcela Mašláňová  - 1.002001-4
-- conditionalize aspell-en dependency
+- Conditionalize aspell-en dependency
 
 * Tue Apr 24 2012 Paul Howarth  - 1.002001-3
 - Don't BR: perl(Pod::Wordlist::hanekomu) for RHEL-7+ either (#815759)
--
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-Version] Created tag perl-Test-Version-1.002001-5.fc18

2012-06-07 Thread Paul Howarth
The lightweight tag 'perl-Test-Version-1.002001-5.fc18' was created pointing to:

 282a38a... Conditionalize perl(Test::Spelling) buildreq
--
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-Synopsis] Conditionalize aspell-en & friends

2012-06-07 Thread Marcela Mašláňová
commit d2bd55a4a335b68cac39bd50215812e844cab63f
Author: Marcela Mašláňová 
Date:   Thu Jun 7 15:50:36 2012 +0200

Conditionalize aspell-en & friends

 perl-Test-Synopsis.spec |   10 +++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index cddef6d..8d1c242 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -1,6 +1,6 @@
 Name:  perl-Test-Synopsis
 Version:   0.06
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:   Test your SYNOPSIS code
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -12,10 +12,11 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires: perl(ExtUtils::Manifest)
 BuildRequires: perl(Test::Builder::Module)
 BuildRequires: perl(Test::Pod) >= 1.00
-BuildRequires: perl(Test::Spelling), aspell-en
 # Test::Perl::Critic -> Perl::Critic -> List::MoreUtils -> Test::LeakTrace -> 
Test::Synopsis
-%if 0%{!?perl_bootstrap:1}
+%if 0%{!?perl_bootstrap:1} || ! (0%{?rhel} >= 7)
+BuildRequires: aspell-en
 BuildRequires: perl(Test::Perl::Critic)
+BuildRequires: perl(Test::Spelling)
 %endif
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:  perl(Test::Builder::Module)
@@ -56,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Synopsis.3pm*
 
 %changelog
+* Thu Jun  7 2012 Marcela Mašláňová  - 0.06-10
+- Conditionalize aspell-en & friends
+
 * Wed Jan 25 2012 Paul Howarth  - 0.06-9
 - Can run spelling test unconditionally now
 - BR: perl(ExtUtils::Manifest)
--
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-devel@lists.fedoraproject.org

2012-06-07 Thread Marcela Mašláňová
commit 8ad6fe43f1e9633821dba024bb5804d940876720
Author: Marcela Mašláňová 
Date:   Thu Jun 7 16:19:34 2012 +0200

It will work better with &&.

 perl-Test-Synopsis.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index 8d1c242..d88c026 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -13,7 +13,7 @@ BuildRequires:perl(ExtUtils::Manifest)
 BuildRequires: perl(Test::Builder::Module)
 BuildRequires: perl(Test::Pod) >= 1.00
 # Test::Perl::Critic -> Perl::Critic -> List::MoreUtils -> Test::LeakTrace -> 
Test::Synopsis
-%if 0%{!?perl_bootstrap:1} || ! (0%{?rhel} >= 7)
+%if 0%{!?perl_bootstrap:1} && ! (0%{?rhel} >= 7)
 BuildRequires: aspell-en
 BuildRequires: perl(Test::Perl::Critic)
 BuildRequires: perl(Test::Spelling)
--
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 828213] perl-Alien-SDL-1.434 is available

2012-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=828213

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC|mmasl...@redhat.com,|
   |ppi...@redhat.com   |
   Assignee|mmasl...@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

File Alien-SDL-1.434.tar.gz uploaded to lookaside cache by ppisar

2012-06-07 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Alien-SDL:

377d36fb8a41c86477f337f272cd1566  Alien-SDL-1.434.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-Alien-SDL] 1.434 bump

2012-06-07 Thread Petr Pisar
commit 4be65ab53fc1545926543e58694f7466f287a2db
Author: Petr Písař 
Date:   Thu Jun 7 17:17:38 2012 +0200

1.434 bump

 .gitignore  |1 +
 perl-Alien-SDL.spec |   27 ++-
 sources |2 +-
 3 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d10ff57..b6564f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Alien-SDL-1.428.tar.gz
 /Alien-SDL-1.430.tar.gz
+/Alien-SDL-1.434.tar.gz
diff --git a/perl-Alien-SDL.spec b/perl-Alien-SDL.spec
index b3c945e..d3c9221 100644
--- a/perl-Alien-SDL.spec
+++ b/perl-Alien-SDL.spec
@@ -1,5 +1,5 @@
 Name:   perl-Alien-SDL
-Version:1.430
+Version:1.434
 Release:1%{?dist}
 Summary:Building, finding and using SDL binaries
 License:GPL+ or Artistic
@@ -14,37 +14,36 @@ BuildRequires:  SDL_gfx-devel
 BuildRequires:  freetype-devel
 BuildRequires:  pango-devel
 BuildRequires:  perl(Archive::Extract)
-BuildRequires:  perl(Archive::Tar)
-BuildRequires:  perl(Archive::Zip)
-BuildRequires:  perl(Capture::Tiny)
+# Not needed (https://github.com/PerlGameDev/SDL/issues/234):
+# Archive::Tar
+# Archive::Zip
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(File::Fetch) >= 0.24
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Path) >= 2.08
-BuildRequires:  perl(File::ShareDir) >= 1.00
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(File::Which)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Text::Patch) >= 1.4
+# Run-time:
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(File::ShareDir) >= 1.00
+# Tests only:
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(ExtUtils::CBuilder)
 Requires:   perl(File::ShareDir) >= 1.00
-Requires:   perl(File::Fetch) >= 0.24
-Requires:   perl(Text::Patch) >= 1.4
-Requires:   perl(File::Path) >= 2.08
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %{?perl_default_filter}
-# RPM 4.9 style
 %global __requires_exclude %__requires_exclude|^perl\\(File::ShareDir\\)$
 
 %description
 In short Alien::SDL can be used to detect and get configuration settings from 
 an installed SDL and related libraries. Based on your platform it offers the 
-possibility to download and install prebuilt binaries or to build SDL & co. 
+possibility to download and install pre-built binaries or to build SDL & co. 
 from source codes.
 
 %prep
@@ -58,7 +57,6 @@ sed -i 's/\r//' README
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -70,6 +68,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.434-1
+- 1.434 bump
+
 * Mon Jan 16 2012 Marcela Mašláňová  1.430-1
 - update to 1.430
 
diff --git a/sources b/sources
index dedb7c6..9799fc7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d7774212fb4e1c46325746c953a808b  Alien-SDL-1.430.tar.gz
+377d36fb8a41c86477f337f272cd1566  Alien-SDL-1.434.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-Synopsis] Minor spec clean-up

2012-06-07 Thread Paul Howarth
commit b4731a773cc63affa18537afa1dae027657e7c89
Author: Paul Howarth 
Date:   Thu Jun 7 16:26:22 2012 +0100

Minor spec clean-up

- Separate bootstrap and RHEL conditionals
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from buildroot
- BR: perl(base)

 perl-Test-Synopsis.spec |   19 ++-
 1 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index d88c026..845358f 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -1,6 +1,6 @@
 Name:  perl-Test-Synopsis
 Version:   0.06
-Release:   10%{?dist}
+Release:   11%{?dist}
 Summary:   Test your SYNOPSIS code
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -8,14 +8,19 @@ URL:  http://search.cpan.org/dist/Test-Synopsis/
 Source0:   
http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Test-Synopsis-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
+BuildRequires: perl(base)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(ExtUtils::Manifest)
 BuildRequires: perl(Test::Builder::Module)
 BuildRequires: perl(Test::Pod) >= 1.00
 # Test::Perl::Critic -> Perl::Critic -> List::MoreUtils -> Test::LeakTrace -> 
Test::Synopsis
-%if 0%{!?perl_bootstrap:1} && ! (0%{?rhel} >= 7)
-BuildRequires: aspell-en
+%if 0%{!?perl_bootstrap:1}
 BuildRequires: perl(Test::Perl::Critic)
+%endif
+# RHEL-7 package cannot have buildreqs from EPEL-7 (aspell-en), so skip the
+# spell check there; we won't need Test::Spelling either in that case
+%if 0%{?rhel} < 7
+BuildRequires: aspell-en
 BuildRequires: perl(Test::Spelling)
 %endif
 Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -40,7 +45,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
 %{_fixperms} %{buildroot}
 
 %check
@@ -51,12 +55,17 @@ make test TEST_FILES="xt/*.t"
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Synopsis.3pm*
 
 %changelog
+* Thu Jun  7 2012 Paul Howarth  - 0.06-11
+- Separate bootstrap and RHEL conditionals
+- Drop %%defattr, redundant since rpm 4.4
+- Don't need to remove empty directories from buildroot
+- BR: perl(base)
+
 * Thu Jun  7 2012 Marcela Mašláňová  - 0.06-10
 - Conditionalize aspell-en & friends
 
--
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-Synopsis] Created tag perl-Test-Synopsis-0.06-11.fc18

2012-06-07 Thread Paul Howarth
The lightweight tag 'perl-Test-Synopsis-0.06-11.fc18' was created pointing to:

 b4731a7... Minor spec clean-up
--
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-Lingua-Stem-It] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit ea0b4e0734b380c0894ca4bf39b36bae4fdcc433
Author: Petr Písař 
Date:   Thu Jun 7 18:43:28 2012 +0200

Perl 5.16 rebuild

 perl-Lingua-Stem-It.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Lingua-Stem-It.spec b/perl-Lingua-Stem-It.spec
index 686db6b..5d09d5e 100644
--- a/perl-Lingua-Stem-It.spec
+++ b/perl-Lingua-Stem-It.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-Stem-It
 Version:0.02
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Porter's stemming algorithm for Italian
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 0.02-7
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.02-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-String-Similarity] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 57b42720b2ce57682fff3db2762e918842da1d75
Author: Petr Písař 
Date:   Thu Jun 7 18:43:28 2012 +0200

Perl 5.16 rebuild

 perl-String-Similarity.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-String-Similarity.spec b/perl-String-Similarity.spec
index 08be1df..fbe0513 100644
--- a/perl-String-Similarity.spec
+++ b/perl-String-Similarity.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-Similarity
 Version:1.04
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Calculates the similarity of two strings
 License:GPLv2+
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.04-6
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.04-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Log-Trace] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 5d4bc4a901775170441e8a544bf69c19ecec8c13
Author: Petr Písař 
Date:   Thu Jun 7 18:43:28 2012 +0200

Perl 5.16 rebuild

 perl-Log-Trace.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Log-Trace.spec b/perl-Log-Trace.spec
index d07d681..49acc06 100644
--- a/perl-Log-Trace.spec
+++ b/perl-Log-Trace.spec
@@ -1,6 +1,6 @@
 Name:   perl-Log-Trace 
 Version:1.070 
-Release:9%{?dist}
+Release:10%{?dist}
 # lib/Log/Trace.pm -> GPLv2+ 
 License:GPLv2+
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.070-10
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.070-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-gettext] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 828095ea9481b79bd6f068a00fe9d1a6ba341ab9
Author: Petr Písař 
Date:   Thu Jun 7 18:43:28 2012 +0200

Perl 5.16 rebuild

 perl-gettext.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-gettext.spec b/perl-gettext.spec
index 4e04b79..bc25478 100644
--- a/perl-gettext.spec
+++ b/perl-gettext.spec
@@ -1,6 +1,6 @@
 Name:   perl-gettext
 Version:1.05
-Release:24%{?dist}
+Release:25%{?dist}
 Summary:Interface to gettext family of functions
 
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ make test
 
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.05-25
+- Perl 5.16 rebuild
+
 * Sun Jan 22 2012 Ralf Corsépius  - 1.05-24
 - Add %%{?perl_default_filter}.
 - Modernize spec.
--
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-Warp] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 6f9a06e235c46a78ec760241dffe75017c4f7d0f
Author: Petr Písař 
Date:   Thu Jun 7 18:45:35 2012 +0200

Perl 5.16 rebuild

 perl-Time-Warp.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Time-Warp.spec b/perl-Time-Warp.spec
index a431e57..b5640e9 100644
--- a/perl-Time-Warp.spec
+++ b/perl-Time-Warp.spec
@@ -1,6 +1,6 @@
 Name:   perl-Time-Warp 
 Version:0.5 
-Release:9%{?dist}
+Release:10%{?dist}
 # Warp.pm -> GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 0.5-10
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Tk] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 7baf939c8ee63622fa437d522617f5a5a50741d1
Author: Petr Písař 
Date:   Thu Jun 7 18:45:41 2012 +0200

Perl 5.16 rebuild

 perl-Tk.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tk.spec b/perl-Tk.spec
index 96b4bd7..397b341 100644
--- a/perl-Tk.spec
+++ b/perl-Tk.spec
@@ -5,7 +5,7 @@ Name:   perl-Tk
 # devel version fix for perl 5.14: 
 %define real_version 804.029_500
 Version:804.029
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Perl Graphical User Interface ToolKit
 
 Group:  Development/Libraries
@@ -120,6 +120,9 @@ find __demos/ -type f -exec chmod -x {} \;
 
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 804.029-7
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 804.029-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Error] 0.17018 bump

2012-06-07 Thread Petr Pisar
commit 70ce7f9515b0c35a58fc0f902c6e56852038c942
Author: Petr Písař 
Date:   Thu Jun 7 21:00:56 2012 +0200

0.17018 bump

 .gitignore  |1 +
 perl-Error.spec |   23 +++
 sources |2 +-
 3 files changed, 21 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb965ea..56fe6ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Error-0.17016.tar.gz
+/Error-0.17018.tar.gz
diff --git a/perl-Error.spec b/perl-Error.spec
index 74ea01c..8cbd25e 100644
--- a/perl-Error.spec
+++ b/perl-Error.spec
@@ -1,6 +1,6 @@
 Name:   perl-Error
-Version:0.17016
-Release:7%{?dist}
+Version:0.17018
+Release:1%{?dist}
 Epoch:  1
 Summary:Error/exception handling in an OO-ish way
 License:GPL+ or Artistic
@@ -9,10 +9,21 @@ URL:http://search.cpan.org/dist/Error/
 Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+# Run-requires:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Scalar::Util)
+# Tests:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Test::More)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(Carp)
 
 %description
 The Error package provides two interfaces. Firstly Error provides a
@@ -48,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1:0.17018-1
+- 0.17018 bump
+- Specify all dependencies
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1:0.17016-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 889b0db..fdda499 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eedcd3c6970568dd32092b5334328eff  Error-0.17016.tar.gz
+1137a7bbb94c9508a2268c467583207f  Error-0.17018.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-Error] Skip POD tests on bootstrap

2012-06-07 Thread Petr Pisar
commit 8feba4c7e9b1812d54046667de92e0a334312ad1
Author: Petr Písař 
Date:   Thu Jun 7 21:08:54 2012 +0200

Skip POD tests on bootstrap

 perl-Error.spec |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-Error.spec b/perl-Error.spec
index 8cbd25e..a132564 100644
--- a/perl-Error.spec
+++ b/perl-Error.spec
@@ -20,8 +20,10 @@ BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Test::More)
 # Optional tests:
+%if !%{defined perl_bootstrap}
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+%endif
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:   perl(Carp)
 
@@ -62,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 * Thu Jun 07 2012 Petr Pisar  - 1:0.17018-1
 - 0.17018 bump
 - Specify all dependencies
+- Skip POD tests on bootstrap
 
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1:0.17016-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Error] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 743fb3e86dc90b6f93ca013567a5c1fbf4c335dc
Author: Petr Písař 
Date:   Thu Jun 7 21:31:04 2012 +0200

Perl 5.16 rebuild

 perl-Error.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Error.spec b/perl-Error.spec
index a132564..81d6ee6 100644
--- a/perl-Error.spec
+++ b/perl-Error.spec
@@ -1,6 +1,6 @@
 Name:   perl-Error
 Version:0.17018
-Release:1%{?dist}
+Release:2%{?dist}
 Epoch:  1
 Summary:Error/exception handling in an OO-ish way
 License:GPL+ or Artistic
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1:0.17018-2
+- Perl 5.16 rebuild
+
 * Thu Jun 07 2012 Petr Pisar  - 1:0.17018-1
 - 0.17018 bump
 - Specify all dependencies
--
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-Tk] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit b54aa6235001662f904da0bc8b726ee2e88cf2f5
Author: Petr Písař 
Date:   Thu Jun 7 23:17:26 2012 +0200

Perl 5.16 rebuild

 perl-Tk.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tk.spec b/perl-Tk.spec
index 397b341..118a3ab 100644
--- a/perl-Tk.spec
+++ b/perl-Tk.spec
@@ -5,7 +5,7 @@ Name:   perl-Tk
 # devel version fix for perl 5.14: 
 %define real_version 804.029_500
 Version:804.029
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Perl Graphical User Interface ToolKit
 
 Group:  Development/Libraries
@@ -120,6 +120,9 @@ find __demos/ -type f -exec chmod -x {} \;
 
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 804.029-8
+- Perl 5.16 rebuild
+
 * Thu Jun 07 2012 Petr Pisar  - 804.029-7
 - Perl 5.16 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-Net-CIDR] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 7a43c8aafb0355773354303340274cc4c65cba70
Author: Petr Písař 
Date:   Thu Jun 7 23:17:28 2012 +0200

Perl 5.16 rebuild

 perl-Net-CIDR.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-CIDR.spec b/perl-Net-CIDR.spec
index ec71516..05739ea 100644
--- a/perl-Net-CIDR.spec
+++ b/perl-Net-CIDR.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-CIDR
 Version:0.15
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Manipulate IPv4/IPv6 netblocks in CIDR notation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 0.15-2
+- Perl 5.16 rebuild
+
 * Sun Apr 22 2012 Nicolas Chauvet  - 0.15-1
 - Update to 0.15
 
--
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-Convert-ASCII-Armour] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 178189e0dc81c2a976805faf8cc43b7740fcc0ac
Author: Petr Písař 
Date:   Thu Jun 7 23:17:58 2012 +0200

Perl 5.16 rebuild

 perl-Convert-ASCII-Armour.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Convert-ASCII-Armour.spec b/perl-Convert-ASCII-Armour.spec
index 42d2c71..5f1049e 100644
--- a/perl-Convert-ASCII-Armour.spec
+++ b/perl-Convert-ASCII-Armour.spec
@@ -1,6 +1,6 @@
 Name:   perl-Convert-ASCII-Armour
 Version:1.4
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Convert binary octets into ASCII armoured messages
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.4-17
+- Perl 5.16 rebuild
+
 * Thu Mar 22 2012 Tom Callaway  - 1.4-16
 - fix build requires
 
--
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-RPM2] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 9881dbeca7952cf36fa84299c2c97912fed5fe4c
Author: Petr Písař 
Date:   Thu Jun 7 23:18:13 2012 +0200

Perl 5.16 rebuild

 perl-RPM2.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-RPM2.spec b/perl-RPM2.spec
index b3b6f8e..0ba4044 100644
--- a/perl-RPM2.spec
+++ b/perl-RPM2.spec
@@ -1,6 +1,6 @@
 Name:   perl-RPM2
 Version:1.0
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Perl bindings for the RPM Package Manager API
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} 
\;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.0-5
+- Perl 5.16 rebuild
+
 * Thu May 31 2012 Petr Pisar  - 1.0-4
 - Round Module::Build version to 2 digits
 
--
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-PerlIO-eol] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit b33e823dfd646887143a527533e2f9d1b053a164
Author: Petr Písař 
Date:   Thu Jun 7 23:20:02 2012 +0200

Perl 5.16 rebuild

 perl-PerlIO-eol.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-PerlIO-eol.spec b/perl-PerlIO-eol.spec
index 9d9031b..d913976 100644
--- a/perl-PerlIO-eol.spec
+++ b/perl-PerlIO-eol.spec
@@ -1,6 +1,6 @@
 Name:   perl-PerlIO-eol
 Version:0.14
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:PerlIO layer for normalizing line endings
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 0.14-14
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.14-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-IPC-Shareable] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit ec717bd1406d97a41a5d84d6ad24e1b3a16a97d5
Author: Petr Písař 
Date:   Thu Jun 7 23:22:17 2012 +0200

Perl 5.16 rebuild

 perl-IPC-Shareable.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-IPC-Shareable.spec b/perl-IPC-Shareable.spec
index 9b11173..b983872 100644
--- a/perl-IPC-Shareable.spec
+++ b/perl-IPC-Shareable.spec
@@ -1,6 +1,6 @@
 Name:   perl-IPC-Shareable
 Version:0.60
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Share Perl variables between processes
 
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 0.60-18
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.60-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-MD5] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 7f021bb01dc0e86862f500cc345feda1269c8eb7
Author: Petr Písař 
Date:   Thu Jun 7 23:23:31 2012 +0200

Perl 5.16 rebuild

 perl-MD5.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MD5.spec b/perl-MD5.spec
index 2cb8b04..b99c649 100644
--- a/perl-MD5.spec
+++ b/perl-MD5.spec
@@ -1,6 +1,6 @@
 Name:   perl-MD5
 Version:2.03
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Perl interface to the MD5 Message-Digest Algorithm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 2.03-13
+- Perl 5.16 rebuild
+
 * Sat Apr 21 2012 Paul Howarth  - 2.03-12
 - BR: perl(Digest::MD5) ≥ 2.00
 - Fix upstream source URL
--
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-ExuberantCTags] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit c12d7a18ce15f6dc83dbe874299782dd3b4a
Author: Petr Písař 
Date:   Thu Jun 7 23:23:36 2012 +0200

Perl 5.16 rebuild

 perl-Parse-ExuberantCTags.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Parse-ExuberantCTags.spec b/perl-Parse-ExuberantCTags.spec
index c8158c2..fe1050e 100644
--- a/perl-Parse-ExuberantCTags.spec
+++ b/perl-Parse-ExuberantCTags.spec
@@ -1,6 +1,6 @@
 Name:   perl-Parse-ExuberantCTags
 Version:1.02
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Efficiently parse exuberant ctags files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.02-7
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.02-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-File-pushd] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit ba200ad0c45a4d445ba5e94308ee39bb304d9df6
Author: Petr Písař 
Date:   Thu Jun 7 23:23:37 2012 +0200

Perl 5.16 rebuild

 perl-File-pushd.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-pushd.spec b/perl-File-pushd.spec
index 4d2286f..02f5ecf 100644
--- a/perl-File-pushd.spec
+++ b/perl-File-pushd.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-pushd
 Version:1.002
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Change directory temporarily for a limited scope
 License:ASL 2.0
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.002-3
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.002-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-HTTP-Parser-XS] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit f17c4876d5ac491709f4e8a3bb79f1be676329a9
Author: Petr Písař 
Date:   Thu Jun 7 23:24:31 2012 +0200

Perl 5.16 rebuild

 perl-HTTP-Parser-XS.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTTP-Parser-XS.spec b/perl-HTTP-Parser-XS.spec
index e34b634..8362bb0 100644
--- a/perl-HTTP-Parser-XS.spec
+++ b/perl-HTTP-Parser-XS.spec
@@ -1,7 +1,7 @@
 Name:   perl-HTTP-Parser-XS
 Summary:A fast, primitive HTTP request parser
 Version:0.14
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/K/KA/KAZUHO/HTTP-Parser-XS-%{version}.tar.gz
 
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 0.14-3
+- Perl 5.16 rebuild
+
 * Thu Jan 12 2012 Emmanuel Seyman  - 0.14-2
 - Bump to 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-Net-SNPP] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 15ea9a5d661df73ce0f5b176874443f86a8e043d
Author: Petr Písař 
Date:   Thu Jun 7 23:26:25 2012 +0200

Perl 5.16 rebuild

 perl-Net-SNPP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-SNPP.spec b/perl-Net-SNPP.spec
index 71a81af..e3c675d 100644
--- a/perl-Net-SNPP.spec
+++ b/perl-Net-SNPP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-SNPP
 Version:1.17
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Perl modules for the Simple Network Pager Protocol
 
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.17-16
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.17-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Term-ReadPassword] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit bf52adcb54f2c5ad10cd09882c87cfcf4438dbe8
Author: Petr Písař 
Date:   Thu Jun 7 23:27:03 2012 +0200

Perl 5.16 rebuild

 perl-Term-ReadPassword.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Term-ReadPassword.spec b/perl-Term-ReadPassword.spec
index e0f9fca..b1db321 100644
--- a/perl-Term-ReadPassword.spec
+++ b/perl-Term-ReadPassword.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-ReadPassword
 Version:0.11
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Asking the user for a password
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 0.11-12
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.11-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Alien-SeleniumRC] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 3f2ecdeeec5868ed09153b172d39bfdd0629a66d
Author: Petr Písař 
Date:   Thu Jun 7 23:27:58 2012 +0200

Perl 5.16 rebuild

 perl-Alien-SeleniumRC.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Alien-SeleniumRC.spec b/perl-Alien-SeleniumRC.spec
index c524207..c15ead3 100644
--- a/perl-Alien-SeleniumRC.spec
+++ b/perl-Alien-SeleniumRC.spec
@@ -1,6 +1,6 @@
 Name:   perl-Alien-SeleniumRC
 Version:2.91
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Packages the Selenium Remote Control server
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 2.91-2
+- Perl 5.16 rebuild
+
 * Sat Feb 11 2012 Emmanuel Seyman  - 2.91-1
 - Update to 2.91
 
--
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-Sort-Key] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 9374010b031b8880478d45325e67b7d60a9c823d
Author: Petr Písař 
Date:   Thu Jun 7 23:28:41 2012 +0200

Perl 5.16 rebuild

 perl-Sort-Key.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Sort-Key.spec b/perl-Sort-Key.spec
index 0180698..59eb9a9 100644
--- a/perl-Sort-Key.spec
+++ b/perl-Sort-Key.spec
@@ -1,6 +1,6 @@
 Name:   perl-Sort-Key
 Version:1.28
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Fastest way to sort anything in Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.28-10
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.28-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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

[cpanspec] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 49fd1082d6a3172df7ce213f9997669bc5565aa3
Author: Petr Písař 
Date:   Thu Jun 7 23:29:11 2012 +0200

Perl 5.16 rebuild

 cpanspec.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/cpanspec.spec b/cpanspec.spec
index 8a9ca4f..367058b 100644
--- a/cpanspec.spec
+++ b/cpanspec.spec
@@ -1,6 +1,6 @@
 Name:   cpanspec
 Version:1.78
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:RPM spec file generation utility
 License:GPL+ or Artistic
 Group:  Development/Tools
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.78-11
+- Perl 5.16 rebuild
+
 * Thu Jan 12 2012 Fedora Release Engineering  
- 1.78-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-Exporter-Lite] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 24927b6079bb7dd605af6b2a1a3815ab2ea5e26b
Author: Petr Písař 
Date:   Thu Jun 7 23:34:18 2012 +0200

Perl 5.16 rebuild

 perl-Exporter-Lite.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Exporter-Lite.spec b/perl-Exporter-Lite.spec
index 7993c3a..5a5fbff 100644
--- a/perl-Exporter-Lite.spec
+++ b/perl-Exporter-Lite.spec
@@ -1,6 +1,6 @@
 Name:   perl-Exporter-Lite
 Version:0.02
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Lightweight exporting of variables
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 0.02-14
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 0.02-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-UNIVERSAL-isa] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit 5b6a92bd0dfe5ea1e4618798d952c555001a9b50
Author: Petr Písař 
Date:   Thu Jun 7 23:35:50 2012 +0200

Perl 5.16 rebuild

 perl-UNIVERSAL-isa.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-UNIVERSAL-isa.spec b/perl-UNIVERSAL-isa.spec
index eddd62e..ccfa30b 100644
--- a/perl-UNIVERSAL-isa.spec
+++ b/perl-UNIVERSAL-isa.spec
@@ -1,6 +1,6 @@
 Name:   perl-UNIVERSAL-isa
 Version:1.03
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Hack around module authors using UNIVERSAL::isa as a function
 
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 1.03-9
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering  
- 1.03-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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-FCGI-ProcManager] Perl 5.16 rebuild

2012-06-07 Thread Petr Pisar
commit c9dc0284ac32b2aa5e30a29bc863ca4074840c29
Author: Petr Písař 
Date:   Thu Jun 7 23:36:22 2012 +0200

Perl 5.16 rebuild

 perl-FCGI-ProcManager.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-FCGI-ProcManager.spec b/perl-FCGI-ProcManager.spec
index c8e45be..62a83eb 100644
--- a/perl-FCGI-ProcManager.spec
+++ b/perl-FCGI-ProcManager.spec
@@ -1,6 +1,6 @@
 Name:   perl-FCGI-ProcManager
 Version:0.24
-Release:1%{?dist}
+Release:2%{?dist}
 # ProcManager.pm -> LGPLv2, LGPLv3
 License:LGPLv2+
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar  - 0.24-2
+- Perl 5.16 rebuild
+
 * Thu Jan 12 2012 Emmanuel Seyman  - 0.24-1
 - Update to 0.24
 - Clean up spec file
--
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 822812] Drop some tests on RHEL >= 7

2012-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=822812

Paul W. Frields  changed:

   What|Removed |Added

 CC||pfrie...@redhat.com

--- Comment #1 from Paul W. Frields  ---
Andreas, are you able to handle this bug?  It would be helpful for RHEL
development work.  If you'd prefer I look for some provenpackager help for this
specific bug, I'd be happy to do that for you.

-- 
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 828217] perl-DBI-1.622 is available

2012-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=828217

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-DBI-1.621 is available |perl-DBI-1.622 is available

-- 
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 828217] perl-DBI-1.622 is available

2012-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=828217

--- Comment #1 from Upstream Release Monitoring 
 ---
Latest upstream release: 1.622
Current version in Fedora Rawhide: 1.620
URL: http://search.cpan.org/dist/DBI/

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.
--
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 802994] perl-NetAddr-IP-4.062 is available

2012-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=802994

--- Comment #2 from Upstream Release Monitoring 
 ---
Latest upstream release: 4.062
Current version in Fedora Rawhide: 4.058
URL: http://search.cpan.org/dist/NetAddr-IP/

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.
--
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 802994] perl-NetAddr-IP-4.062 is available

2012-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=802994

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-NetAddr-IP-4.061 is|perl-NetAddr-IP-4.062 is
   |available   |available

-- 
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 829972] New: perl-PPIx-Regexp-0.028 is available

2012-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=829972

Bug ID: 829972
  Keywords: FutureFeature, Triaged
QA Contact: extras...@fedoraproject.org
  Severity: unspecified
   Version: rawhide
  Priority: unspecified
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
  Assignee: ppi...@redhat.com
   Summary: perl-PPIx-Regexp-0.028 is available
Regression: ---
  Story Points: ---
Classification: Fedora
OS: Unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org
  Type: ---
 Documentation: ---
  Hardware: Unspecified
Mount Type: ---
Status: NEW
 Component: perl-PPIx-Regexp
   Product: Fedora

Latest upstream release: 0.028
Current version in Fedora Rawhide: 0.027
URL: http://search.cpan.org/dist/PPIx-Regexp/

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.
--
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 829973] New: perl-Socket-2.002 is available

2012-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=829973

Bug ID: 829973
  Keywords: FutureFeature, Triaged
QA Contact: extras...@fedoraproject.org
  Severity: unspecified
   Version: rawhide
  Priority: unspecified
CC: mmasl...@redhat.com,
perl-devel@lists.fedoraproject.org, ppi...@redhat.com
  Assignee: ppi...@redhat.com
   Summary: perl-Socket-2.002 is available
Regression: ---
  Story Points: ---
Classification: Fedora
OS: Unspecified
  Reporter: upstream-release-monitor...@fedoraproject.org
  Type: ---
 Documentation: ---
  Hardware: Unspecified
Mount Type: ---
Status: NEW
 Component: perl-Socket
   Product: Fedora

Latest upstream release: 2.002
Current version in Fedora Rawhide: 2.001
URL: http://search.cpan.org/dist/Socket/

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