[perl-Class-Prototyped] Modernize spec file

2013-07-18 Thread Petr Pisar
commit 4481a2d910c5169634306e5bb6b2e49a14724f49
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 10:52:47 2013 +0200

Modernize spec file

 perl-Class-Prototyped.spec |   39 +++
 1 files changed, 15 insertions(+), 24 deletions(-)
---
diff --git a/perl-Class-Prototyped.spec b/perl-Class-Prototyped.spec
index 61e6b21..58604be 100644
--- a/perl-Class-Prototyped.spec
+++ b/perl-Class-Prototyped.spec
@@ -6,12 +6,23 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Class-Prototyped/
 Source0:
http://www.cpan.org/authors/id/T/TE/TEVERETT/Class-Prototyped-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# Run-time:
+BuildRequires:  perl(Carp)
+# GraphViz not used for tests
+# IO::File not used for tests
+BuildRequires:  perl(strict)
+# Tests:
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(Test)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %{?perl_default_filter}
+%global __provides_exclude 
%{?__provides_exclude?__provides_exclude|}^perl\\(My[^\\)]*Class\\)$
+%global __requires_exclude 
%{?__requires_exclude?__requires_exclude|}^perl\\(Class::Prototyped::Graph\\)$
 
 %description
 This package provides for efficient and simple prototype-based programming
@@ -20,44 +31,23 @@ have objects inherit their behavior and state from another 
object.
 
 %prep
 %setup -q -n Class-Prototyped-%{version}
-
-# RPM 4.8 style
-%{?filter_setup:
-%filter_from_provides /^perl(My[^)]*Class)$/g
-%filter_from_requires /^perl(Class::Prototyped::Graph)$/g
-%filter_requires_in %{_docdir}/examples
-%filter_setup
-}
-# RPM 4.9 style
-%global __provides_exclude 
%{?__provides_exclude?__provides_exclude|}^perl\\(My[^\\)]*Class\\)$
-%global __requires_exclude 
%{?__requires_exclude?__requires_exclude|}^perl\\(Class::Prototyped::Graph\\)$
-%global __requires_exclude_from 
%{?__requires_exclude_from?__requires_exclude_from|}%{_docdir}/examples
-
 # Documentation and libraries should not be executable
 chmod -x perf/* examples/* Changes lib/Class/*.pm lib/Class/Prototyped/*
 
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
-rm -rf %{buildroot}
-
 ./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 # PERL_PERTURB_KEYS=0 to work around hash randomization, CPAN RT#84317
 PERL_PERTURB_KEYS=0 ./Build test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README perf/ examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
@@ -66,6 +56,7 @@ rm -rf %{buildroot}
 * Wed Jul 17 2013 Petr Pisar ppi...@redhat.com - 1.11-16
 - Perl 5.18 rebuild
 - Work around hash randomization (CPAN RT#84317)
+- Modernize spec file
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.11-15
 - 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-Class-Prototyped] Work around hash randomization

2013-07-18 Thread Petr Pisar
commit ea4c58879b9edc91ad6beb96a0f09b3131914272
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 10:44:34 2013 +0200

Work around hash randomization

 perl-Class-Prototyped.spec |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Prototyped.spec b/perl-Class-Prototyped.spec
index f2152cd..61e6b21 100644
--- a/perl-Class-Prototyped.spec
+++ b/perl-Class-Prototyped.spec
@@ -50,7 +50,8 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 %{_fixperms} %{buildroot}/*
 
 %check
-./Build test
+# PERL_PERTURB_KEYS=0 to work around hash randomization, CPAN RT#84317
+PERL_PERTURB_KEYS=0 ./Build test
 
 %clean
 rm -rf %{buildroot}
@@ -64,6 +65,7 @@ rm -rf %{buildroot}
 %changelog
 * Wed Jul 17 2013 Petr Pisar ppi...@redhat.com - 1.11-16
 - Perl 5.18 rebuild
+- Work around hash randomization (CPAN RT#84317)
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.11-15
 - 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-Params-Validate] Add %bcond --without release-tests.

2013-07-18 Thread corsepiu
commit c34bc6d5b327635fbf86d9591abe48632a503e65
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Thu Jul 18 11:30:37 2013 +0200

Add %bcond --without release-tests.

- Skip release tests when bootstrapping (RHBZ #982253).

 perl-Params-Validate.spec |   18 --
 1 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/perl-Params-Validate.spec b/perl-Params-Validate.spec
index eb3abeb..1da1cdd 100644
--- a/perl-Params-Validate.spec
+++ b/perl-Params-Validate.spec
@@ -5,10 +5,18 @@
 #Default: --without (Exclude tests, which don't work in koji)
 %bcond_withnetwork
 
+# --with release-tests/--without release-tests
+#Default: --with (--without when bootstrapping)
+%if 0%{?perl_bootstrap}
+%bcond_withrelease_tests
+%else
+%bcond_without release_tests
+%endif
+
 Summary:   Params-Validate Perl module
 Name:  perl-Params-Validate
 Version:   1.08
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   Artistic2.0
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Params-Validate/
@@ -43,6 +51,7 @@ BuildRequires:  perl(Tie::Hash)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Readonly::XS)
 
+%if %{with release_tests}
 # For release testing tests
 BuildRequires: perl(Test::CPAN::Changes)
 BuildRequires: perl(Test::EOL)
@@ -54,6 +63,7 @@ BuildRequires:  perl(Test::Pod::No404s)
 BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires: perl(Test::Spelling)
 BuildRequires:  hunspell-en
+%endif
 
 %{?perl_default_filter}
 
@@ -82,7 +92,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 
2/dev/null ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-RELEASE_TESTING=1 %{!?with_network:SKIP_POD_NO404S=1} ./Build test
+%{?with_release_tests:RELEASE_TESTING=1} %{!?with_network:SKIP_POD_NO404S=1} 
./Build test
 
 %files
 %defattr(-,root,root,-)
@@ -93,6 +103,10 @@ RELEASE_TESTING=1 %{!?with_network:SKIP_POD_NO404S=1} 
./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Ralf Corsépius corse...@fedoraproject.org - 1.08-2
+- Add %%bcond --without release-tests.
+- Skip release tests when bootstrapping (RHBZ #982253).
+
 * Tue Jun 11 2013 Ralf Corsépius corse...@fedoraproject.org - 1.08-1
 - Upstream update.
 - Update patch.
--
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-Tie-ToObject] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 8d161489188636d42fd7a76775d0b3e7ae69e029
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:07 2013 +0200

Perl 5.18 rebuild

 perl-Tie-ToObject.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tie-ToObject.spec b/perl-Tie-ToObject.spec
index 3ab7dea..2c47022 100644
--- a/perl-Tie-ToObject.spec
+++ b/perl-Tie-ToObject.spec
@@ -1,7 +1,7 @@
 
 Name:   perl-Tie-ToObject 
 Version:0.03 
-Release:15%{?dist}
+Release:16%{?dist}
 License:GPL+ or Artistic 
 Group:  Development/Libraries
 Summary:Tie to an existing object 
@@ -59,6 +59,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.03-16
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.03-15
 - 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-B-Hooks-OP-Annotation] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 47943c7abbfab503eeffce34394177d56bf51aaf
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:06 2013 +0200

Perl 5.18 rebuild

 perl-B-Hooks-OP-Annotation.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-B-Hooks-OP-Annotation.spec b/perl-B-Hooks-OP-Annotation.spec
index d8ce21d..d5a6842 100644
--- a/perl-B-Hooks-OP-Annotation.spec
+++ b/perl-B-Hooks-OP-Annotation.spec
@@ -1,6 +1,6 @@
 Name:   perl-B-Hooks-OP-Annotation
 Version:0.44
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Annotate and delegate hooked OPs
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.44-5
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.44-4
 - 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-Locale-Maketext-Gettext] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit ca0cacc9121066cab5e41ea777bdcb2a28861f65
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:02 2013 +0200

Perl 5.18 rebuild

 perl-Locale-Maketext-Gettext.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Locale-Maketext-Gettext.spec 
b/perl-Locale-Maketext-Gettext.spec
index 00a5bee..bf17378 100644
--- a/perl-Locale-Maketext-Gettext.spec
+++ b/perl-Locale-Maketext-Gettext.spec
@@ -1,6 +1,6 @@
 Name:   perl-Locale-Maketext-Gettext
 Version:1.27
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Joins the gettext and Maketext frameworks
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.27-13
+- Perl 5.18 rebuild
+
 * Tue Mar 19 2013 Rüdiger Landmann rland...@redhat.com 1.27-12
 - Patch properly this time
 
--
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-IO-Socket-IP] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit cc377807ab36038d1946d0877b8ec16f3eaf0cea
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:03 2013 +0200

Perl 5.18 rebuild

 perl-IO-Socket-IP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec
index d1ae8ac..e416077 100644
--- a/perl-IO-Socket-IP.spec
+++ b/perl-IO-Socket-IP.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-Socket-IP
 Version:0.21
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Drop-in replacement for IO::Socket::INET supporting both IPv4 
and IPv6
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -f t/21nonblocking-connect-internet.t
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.21-2
+- Perl 5.18 rebuild
+
 * Mon Apr 29 2013 Petr Šabata con...@redhat.com - 0.21-1
 - 0.21 bump
 
--
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-Algorithm-Annotate] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 0f2d53e09556b67c1c7ae450e5ebc0574d4de117
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:06 2013 +0200

Perl 5.18 rebuild

 perl-Algorithm-Annotate.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Algorithm-Annotate.spec b/perl-Algorithm-Annotate.spec
index aafb748..70efe38 100644
--- a/perl-Algorithm-Annotate.spec
+++ b/perl-Algorithm-Annotate.spec
@@ -1,6 +1,6 @@
 Name:   perl-Algorithm-Annotate
 Version:0.10
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Represent a series of changes in annotate form
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -37,6 +37,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.10-18
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-17
 - 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-CGI-Untaint] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit dc92f3d0e5c3cce51e4a8c6cf7fe9e371c4b327d
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:08 2013 +0200

Perl 5.18 rebuild

 perl-CGI-Untaint.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Untaint.spec b/perl-CGI-Untaint.spec
index c978c67..ce5896e 100644
--- a/perl-CGI-Untaint.spec
+++ b/perl-CGI-Untaint.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Untaint
 Version:1.26
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Process CGI input parameters
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -39,6 +39,9 @@ make test
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.26-18
+- Perl 5.18 rebuild
+
 * Sat Feb 23 2013 Ralf Corsépius corse...@fedoraproject.org - 1.26-17
 - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914244).
 - Modernize 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

[perl-Rose-Object] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 04d8d8954238635aa1a47f6e2462bcb0b7d003f0
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:50 2013 +0200

Perl 5.18 rebuild

 perl-Rose-Object.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Rose-Object.spec b/perl-Rose-Object.spec
index b35d770..fe7abd9 100644
--- a/perl-Rose-Object.spec
+++ b/perl-Rose-Object.spec
@@ -1,6 +1,6 @@
 Name:  perl-Rose-Object
 Version:   0.859
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   Simple object base class
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -53,6 +53,9 @@ make test
 %{_mandir}/man3/Rose*.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.859-7
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.859-6
 - 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-AppConfig] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 3820280e2d664673bc1adfab10c3f91c0f912b82
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:06 2013 +0200

Perl 5.18 rebuild

 perl-AppConfig.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-AppConfig.spec b/perl-AppConfig.spec
index 5c6b4fc..680bcf4 100644
--- a/perl-AppConfig.spec
+++ b/perl-AppConfig.spec
@@ -1,6 +1,6 @@
 Name:   perl-AppConfig
 Version:1.66
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Perl module for reading configuration files
 
 Group:  Development/Libraries
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.66-20
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.66-19
 - 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-Test-Object] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit afd98bc86475263a89031242f1f08bbc7dbfd071
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:08 2013 +0200

Perl 5.18 rebuild

 perl-Test-Object.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Object.spec b/perl-Test-Object.spec
index e4cfe73..945e682 100644
--- a/perl-Test-Object.spec
+++ b/perl-Test-Object.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Object
 Version:0.07
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Thoroughly testing objects via registered handlers
 
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.07-18
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-17
 - 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-GD-SVG] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit c6eec9a586aaa8aedd3c6293e790cb3251336d3f
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:36:06 2013 +0200

Perl 5.18 rebuild

 perl-GD-SVG.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-GD-SVG.spec b/perl-GD-SVG.spec
index 4b5fa8c..de1e084 100644
--- a/perl-GD-SVG.spec
+++ b/perl-GD-SVG.spec
@@ -1,6 +1,6 @@
 Name:   perl-GD-SVG
 Version:0.33
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:GD::SVG enables SVG output from scripts written using GD
 
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.33-11
+- Perl 5.18 rebuild
+
 * Sun Mar 31 2013 Ville Skyttä ville.sky...@iki.fi - 0.33-10
 - Add build dependency on ExtUtils::MakeMaker (#914284).
 
--
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-Abstract] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit dcdb593f4a006ed30d17f116d6922fa3bd84c901
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:44:32 2013 +0200

Perl 5.18 rebuild

 perl-Pod-Abstract.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Pod-Abstract.spec b/perl-Pod-Abstract.spec
index 75a1b3f..cbbb220 100644
--- a/perl-Pod-Abstract.spec
+++ b/perl-Pod-Abstract.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-Abstract
 Version:0.20
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Abstract document tree for Perl POD documents
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/paf.1.gz
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.20-9
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.20-8
 - 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

[Bug 982253] Circular build dependency involving perl-Test-Pod-LinkCheck

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

Ralf Corsepius rc040...@freenet.de changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2013-07-18 05:44:41

--- Comment #4 from Ralf Corsepius rc040...@freenet.de ---
Fixed in perl-Params-Validate-1.08-2.fc20

-- 
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=MFWb7dIE1ha=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-Class-Accessor] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit e00f412719f2bd759dcf706eccbe78a42d4fb147
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:45:22 2013 +0200

Perl 5.18 rebuild

 perl-Class-Accessor.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Accessor.spec b/perl-Class-Accessor.spec
index b2801db..afde87c 100644
--- a/perl-Class-Accessor.spec
+++ b/perl-Class-Accessor.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Accessor
 Version:0.34
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Automated accessor generation
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Class::Accessor::Faster.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.34-13
+- Perl 5.18 rebuild
+
 * Tue Feb 26 2013 Paul Howarth p...@city-fan.org - 0.34-12
 - BR: perl(base), perl(Carp), perl(ExtUtils::MakeMaker) and perl(Sub::Name),
   fixing FTBFS (#914249)
--
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-SharedFork] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 1fbd90188ce0d667c713f054e32719328593c6e0
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:45:26 2013 +0200

Perl 5.18 rebuild

 perl-Test-SharedFork.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-SharedFork.spec b/perl-Test-SharedFork.spec
index bb55515..724ca4f 100644
--- a/perl-Test-SharedFork.spec
+++ b/perl-Test-SharedFork.spec
@@ -1,7 +1,7 @@
 Name:   perl-Test-SharedFork
 Summary:Fork test
 Version:0.21
-Release:2%{?dist}
+Release:3%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-SharedFork-%{version}.tar.gz
 
@@ -47,6 +47,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.21-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.21-2
 - 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-B-Keywords] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 4ee5d74b2cbf513ed65d0cdadbc79e3e6f6d8013
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:45:22 2013 +0200

Perl 5.18 rebuild

 perl-B-Keywords.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-B-Keywords.spec b/perl-B-Keywords.spec
index dbead8d..773189b 100644
--- a/perl-B-Keywords.spec
+++ b/perl-B-Keywords.spec
@@ -1,6 +1,6 @@
 Name:   perl-B-Keywords
 Version:1.13
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Lists of reserved barewords and symbol names
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -49,6 +49,9 @@ make test
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.13-2
+- Perl 5.18 rebuild
+
 * Sat Apr  6 2013 Paul Howarth p...@city-fan.org - 1.13-1
 - Update to 1.13
   - Removed diag before each big t/11keywords.t loop
--
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-Crypt-Twofish] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit cd4a4742e5bc4b1f8f672f4733f24fa27fa666fb
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:46:05 2013 +0200

Perl 5.18 rebuild

 perl-Crypt-Twofish.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Crypt-Twofish.spec b/perl-Crypt-Twofish.spec
index b2a2128..68556f4 100644
--- a/perl-Crypt-Twofish.spec
+++ b/perl-Crypt-Twofish.spec
@@ -1,6 +1,6 @@
 Name:   perl-Crypt-Twofish
 Version:2.15
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Twofish Encryption Algorithm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 2.15-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.15-2
 - 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-capitalization] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 34332135ddc61cd350875b70053668068e4e25bc
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:46:44 2013 +0200

Perl 5.18 rebuild

 perl-capitalization.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-capitalization.spec b/perl-capitalization.spec
index f866698..aca5fda 100644
--- a/perl-capitalization.spec
+++ b/perl-capitalization.spec
@@ -1,6 +1,6 @@
 Name:   perl-capitalization
 Version:0.03
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:No capitalization on method names
 
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.03-18
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.03-17
 - 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-Crypt-Blowfish] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit a6c176fc1531abccf3c577c9af0be3fb42894f6d
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:46:43 2013 +0200

Perl 5.18 rebuild

 perl-Crypt-Blowfish.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Crypt-Blowfish.spec b/perl-Crypt-Blowfish.spec
index 512768e..6b5c501 100644
--- a/perl-Crypt-Blowfish.spec
+++ b/perl-Crypt-Blowfish.spec
@@ -1,7 +1,7 @@
 Summary: XS Blowfish implementation for Perl
 Name: perl-Crypt-Blowfish
 Version: 2.10
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: Copyright only
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/Crypt-Blowfish/
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 2.10-18
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.10-17
 - 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-Term-Animation] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 1d12e7bfbc7ebbb124c227ea8932e5c478f45854
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:46:25 2013 +0200

Perl 5.18 rebuild

 perl-Term-Animation.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Term-Animation.spec b/perl-Term-Animation.spec
index 5e4fd69..2e815b9 100644
--- a/perl-Term-Animation.spec
+++ b/perl-Term-Animation.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-Animation
 Version:2.6
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:ASCII sprite animation framework
 
 License:GPL+ or Artistic
@@ -54,6 +54,9 @@ make test
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 2.6-16
+- Perl 5.18 rebuild
+
 * Fri Mar 01 2013 Ralf Corsépius corse...@fedoraproject.org - 2.6-15
 - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914314).
 - Rework BRs.
--
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-NetAddr-IP] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 5bbe42ef9d39f31ef5f0de6f0c60b0b68b6333d3
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:47:07 2013 +0200

Perl 5.18 rebuild

 perl-NetAddr-IP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index 85db391..3396f8e 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,6 +1,6 @@
 Name:   perl-NetAddr-IP
 Version:4.069
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Manages IPv4 and IPv6 addresses and subnets
 # Lite/Util/Util.xs is GPLv2+
 # Other files are (GPLv2+ or Artistic clarified)
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 4.069-2
+- Perl 5.18 rebuild
+
 * Sun May 26 2013 Paul Howarth p...@city-fan.org - 4.069-1
 - Update to 4.069
   - Add proper pod encoding in Lite.pm
--
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-Clone] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit fe0f718cc890e6dcd388364e3f1d7b2f3059b044
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:47:14 2013 +0200

Perl 5.18 rebuild

 perl-Clone.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Clone.spec b/perl-Clone.spec
index ab80dab..053f6bf 100644
--- a/perl-Clone.spec
+++ b/perl-Clone.spec
@@ -1,6 +1,6 @@
 Name:   perl-Clone
 Version:0.34
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Recursively copy perl data types
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.34-4
+- Perl 5.18 rebuild
+
 * Mon Jun 24 2013 Jitka Plesnikova jples...@redhat.com - 0.34-3
 - Update 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-Pod-MinimumVersion] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 7cc433d443cec384b5c776b3d3d1c4aefce410d8
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:47:14 2013 +0200

Perl 5.18 rebuild

 perl-Pod-MinimumVersion.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Pod-MinimumVersion.spec b/perl-Pod-MinimumVersion.spec
index e700fe5..6f489d3 100644
--- a/perl-Pod-MinimumVersion.spec
+++ b/perl-Pod-MinimumVersion.spec
@@ -1,6 +1,6 @@
 Name:   perl-Pod-MinimumVersion
 Version:50
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Perl version for POD directives used
 License:GPLv3+
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 50-8
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 50-7
 - 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-Test-Unit] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit fe786538e40f1e65b841cbc75345d7f7e027bcca
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:48:25 2013 +0200

Perl 5.18 rebuild

 perl-Test-Unit.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Unit.spec b/perl-Test-Unit.spec
index 4f01486..cc8ea9b 100644
--- a/perl-Test-Unit.spec
+++ b/perl-Test-Unit.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Unit
 Version:0.25
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:The PerlUnit testing framework
 
 Group:  Development/Libraries
@@ -69,6 +69,9 @@ make test
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.25-16
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.25-15
 - 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-Tk-DirSelect] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit b1079693e5b494a7c3746b061bf3c3a2a163a57a
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:48:22 2013 +0200

Perl 5.18 rebuild

 perl-Tk-DirSelect.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tk-DirSelect.spec b/perl-Tk-DirSelect.spec
index aff5385..69373eb 100644
--- a/perl-Tk-DirSelect.spec
+++ b/perl-Tk-DirSelect.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tk-DirSelect
 Version:1.12
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Cross-platform directory selection widget
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.12-11
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.12-10
 - 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-Devel-FastProf] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 42d15a5e533ecf9036930dd6538f70324f95b49f
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:47:45 2013 +0200

Perl 5.18 rebuild

 perl-Devel-FastProf.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-FastProf.spec b/perl-Devel-FastProf.spec
index 20d2b20..951784c 100644
--- a/perl-Devel-FastProf.spec
+++ b/perl-Devel-FastProf.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-FastProf
 Version:0.08
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Fast perl per-line profiler
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.08-13
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.08-12
 - 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-Test-Unit-Lite] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit b2523268b542780cf796ca215178c02011b42a54
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:48:01 2013 +0200

Perl 5.18 rebuild

 perl-Test-Unit-Lite.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Unit-Lite.spec b/perl-Test-Unit-Lite.spec
index 5e49ed4..7de5001 100644
--- a/perl-Test-Unit-Lite.spec
+++ b/perl-Test-Unit-Lite.spec
@@ -4,7 +4,7 @@
 Name:  perl-Test-Unit-Lite
 Epoch: 1
 Version:   0.12
-Release:   16%{?dist}
+Release:   17%{?dist}
 Summary:   Unit testing without external dependencies
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -62,6 +62,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Unit::Lite.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1:0.12-17
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1:0.12-16
 - 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-Unicode-Map8] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 996143311c254f57403c2d72f418acf566574b81
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:52:00 2013 +0200

Perl 5.18 rebuild

 perl-Unicode-Map8.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Unicode-Map8.spec b/perl-Unicode-Map8.spec
index 05fe82b..f5f03a8 100644
--- a/perl-Unicode-Map8.spec
+++ b/perl-Unicode-Map8.spec
@@ -2,7 +2,7 @@
 
 Name:   perl-Unicode-Map8
 Version:0.13
-Release:12%{?dist}
+Release:13%{?dist}
 
 Summary:Mapping table between 8-bit chars and Unicode for Perl
 
@@ -67,6 +67,9 @@ make test
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.13-13
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.13-12
 - 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-Crypt-Random] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 003f3fe96046a82d5178630fe5ae527644e9d6a8
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:52:56 2013 +0200

Perl 5.18 rebuild

 perl-Crypt-Random.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Crypt-Random.spec b/perl-Crypt-Random.spec
index dba859f..3f83402 100644
--- a/perl-Crypt-Random.spec
+++ b/perl-Crypt-Random.spec
@@ -1,7 +1,7 @@
 Summary:   Cryptographically Secure, True Random Number Generator
 Name:  perl-Crypt-Random
 Version:   1.25
-Release:   16%{?dist}
+Release:   17%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-Random/
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Crypt::Random.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.25-17
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.25-16
 - 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-JSON-XS] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 051017247a5dbd2ec4e0468e0bd080c401f95b7a
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:54:00 2013 +0200

Perl 5.18 rebuild

 perl-JSON-XS.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-JSON-XS.spec b/perl-JSON-XS.spec
index dc3d15b..6d5a986 100644
--- a/perl-JSON-XS.spec
+++ b/perl-JSON-XS.spec
@@ -2,7 +2,7 @@ Name:   perl-JSON-XS
 Summary:JSON serialising/deserialising, done correctly and fast
 Epoch:  1
 Version:2.34
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/JSON-XS/
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man[13]/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1:2.34-2
+- Perl 5.18 rebuild
+
 * Sun May 26 2013 Emmanuel Seyman emman...@seyman.fr - 1:2.34-1
 - Update to 2.34
 
--
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-Linux-Inotify2] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit fdf7fb1e571d5fd3beadc346d44b38d6761c0604
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:53:49 2013 +0200

Perl 5.18 rebuild

 perl-Linux-Inotify2.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Linux-Inotify2.spec b/perl-Linux-Inotify2.spec
index 3abaee4..72ba649 100644
--- a/perl-Linux-Inotify2.spec
+++ b/perl-Linux-Inotify2.spec
@@ -1,7 +1,7 @@
 Name:   perl-Linux-Inotify2 
 Summary:Scalable directory/file change notification 
 Version:1.22
-Release:4%{?dist}
+Release:5%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Linux-Inotify2-%{version}.tar.gz
 
@@ -63,6 +63,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.22-5
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.22-4
 - 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-KinoSearch1] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 48493b50b96d7b3e3f2cbfa3b72f39516c79f394
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:54:23 2013 +0200

Perl 5.18 rebuild

 perl-KinoSearch1.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-KinoSearch1.spec b/perl-KinoSearch1.spec
index 3c80c1b..5ccb5c6 100644
--- a/perl-KinoSearch1.spec
+++ b/perl-KinoSearch1.spec
@@ -1,6 +1,6 @@
 Name:   perl-KinoSearch1
 Version:1.01
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Search engine library
 # ApacheLicense2.0.txt included is included just becuase the upstream
 # author decided to include it and is only for informative purposes.
@@ -56,6 +56,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.01-8
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.01-7
 - 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-Router-Simple] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit b92d7574d821dd472cc4ffc958a426165c77165e
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:55:14 2013 +0200

Perl 5.18 rebuild

 perl-Router-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Router-Simple.spec b/perl-Router-Simple.spec
index 6af53cb..2aaed1c 100644
--- a/perl-Router-Simple.spec
+++ b/perl-Router-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Router-Simple
 Version:0.14
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Simple HTTP router
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.14-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.14-2
 - 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-Devel-FindRef] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 40434f244601ade928597338fafe3f8e099a930a
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:54:43 2013 +0200

Perl 5.18 rebuild

 perl-Devel-FindRef.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-FindRef.spec b/perl-Devel-FindRef.spec
index 7f977eb..03cffdd 100644
--- a/perl-Devel-FindRef.spec
+++ b/perl-Devel-FindRef.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-FindRef
 Version:1.42
-Release:19%{?dist}
+Release:20%{?dist}
 Summary:Where is that reference to my variable hiding?
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Devel*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.42-20
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.42-19
 - 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-Net-IPv6Addr] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit bb704e6b07064d2c92473ef6f28d29e6ddaba756
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:54:42 2013 +0200

Perl 5.18 rebuild

 perl-Net-IPv6Addr.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-IPv6Addr.spec b/perl-Net-IPv6Addr.spec
index 3809859..a4560eb 100644
--- a/perl-Net-IPv6Addr.spec
+++ b/perl-Net-IPv6Addr.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-IPv6Addr
 Version:0.2
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Perl module to check validity of IPv6 addresses
 
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.2-13
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.2-12
 - 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-Test-NoWarnings] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 54fffc01d275d1477ad425ee21dd3398302a7f36
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:55:46 2013 +0200

Perl 5.18 rebuild

 perl-Test-NoWarnings.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-NoWarnings.spec b/perl-Test-NoWarnings.spec
index aac860f..5ce1c80 100644
--- a/perl-Test-NoWarnings.spec
+++ b/perl-Test-NoWarnings.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-NoWarnings
 Version:1.04
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Make sure you didn't emit any warnings while testing
 License:LGPLv2+
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.04-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.04-2
 - 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-MLDBM] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 81eb2efcdb02fdbfaf31d607e476f2bb8fe93804
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:56:16 2013 +0200

Perl 5.18 rebuild

 perl-MLDBM.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MLDBM.spec b/perl-MLDBM.spec
index 4f30252..15d58c3 100644
--- a/perl-MLDBM.spec
+++ b/perl-MLDBM.spec
@@ -1,6 +1,6 @@
 Name:   perl-MLDBM
 Version:2.05
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Store multi-level hash structure in single level tied hash
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/MLDBM.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 2.05-2
+- Perl 5.18 rebuild
+
 * Thu Feb 21 2013 Paul Howarth p...@city-fan.org - 2.05-1
 - Update to 2.05
   - Require perl 5.5
--
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-Zip] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 98d11d158b6dd47b9c5d4183dee90e1adb885f57
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:56:08 2013 +0200

Perl 5.18 rebuild

 perl-Archive-Zip.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec
index 1e98cba..da3def3 100644
--- a/perl-Archive-Zip.spec
+++ b/perl-Archive-Zip.spec
@@ -1,6 +1,6 @@
 Name:   perl-Archive-Zip
 Version:1.30
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Perl library for accessing Zip archives
 
 Group:  Development/Libraries
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.30-12
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.30-11
 - 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-Getopt-Simple] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 0c15a62a1e967580ad3861b1a60a510e642e7106
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:55:56 2013 +0200

Perl 5.18 rebuild

 perl-Getopt-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Getopt-Simple.spec b/perl-Getopt-Simple.spec
index 1af6211..c946e29 100644
--- a/perl-Getopt-Simple.spec
+++ b/perl-Getopt-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Getopt-Simple
 Version:1.49
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Provide a simple wrapper around Getopt::Long
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.49-10
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.49-9
 - 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-Danga-Socket] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 27683cb8e99d9c85d5450637ec90f0417091
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:57:00 2013 +0200

Perl 5.18 rebuild

 perl-Danga-Socket.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Danga-Socket.spec b/perl-Danga-Socket.spec
index 9ad2179..d6b3122 100644
--- a/perl-Danga-Socket.spec
+++ b/perl-Danga-Socket.spec
@@ -1,6 +1,6 @@
 Name:   perl-Danga-Socket
 Version:1.61
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Event loop and event-driven async socket base class
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/Danga::Socket.*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.61-9
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.61-8
 - 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-Language-Prolog-Sugar] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 5a9b99041fc619b488a899390e78a89fbbb7da07
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:57:00 2013 +0200

Perl 5.18 rebuild

 perl-Language-Prolog-Sugar.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Language-Prolog-Sugar.spec b/perl-Language-Prolog-Sugar.spec
index 397ff19..e787ff3 100644
--- a/perl-Language-Prolog-Sugar.spec
+++ b/perl-Language-Prolog-Sugar.spec
@@ -1,6 +1,6 @@
 Name:   perl-Language-Prolog-Sugar
 Version:0.06
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Syntactic sugar for Prolog term constructors
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.06-5
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.06-4
 - 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-GPS] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 9a01e0a242441b99009d6fb4f5755d488960dd16
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 11:58:34 2013 +0200

Perl 5.18 rebuild

 perl-GPS.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-GPS.spec b/perl-GPS.spec
index f936860..c523826 100644
--- a/perl-GPS.spec
+++ b/perl-GPS.spec
@@ -1,6 +1,6 @@
 Name:   perl-GPS
 Version:0.16
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Perl interface to a GPS receiver that implements the Garmin 
protocol
 
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.16-12
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.16-11
 - 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-Class-Observable] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 9bbd9960b559a9ba78ecf422f878d6bce32cf5b3
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:02:22 2013 +0200

Perl 5.18 rebuild

 perl-Class-Observable.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Observable.spec b/perl-Class-Observable.spec
index 9fef9d4..e090f3d 100644
--- a/perl-Class-Observable.spec
+++ b/perl-Class-Observable.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Observable
 Version:1.04
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Allow other classes and objects to respond to events in yours
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.04-16
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.04-15
 - 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-Term-Completion] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 9b99564981175eed687305be2a6fc7a311e224df
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:03:34 2013 +0200

Perl 5.18 rebuild

 perl-Term-Completion.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Term-Completion.spec b/perl-Term-Completion.spec
index d3ec971..b8c492a 100644
--- a/perl-Term-Completion.spec
+++ b/perl-Term-Completion.spec
@@ -1,6 +1,6 @@
 Name:   perl-Term-Completion 
 Version:1.00
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic 
 Group:  Development/Libraries
 Summary:Read one line of user input, with convenience functions 
@@ -61,6 +61,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.00-2
+- Perl 5.18 rebuild
+
 * Wed Feb 27 2013 Petr Šabata con...@redhat.com - 1.00-1
 - 1.00 bump
 - Spec cleanup
--
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-FileHandle-Unget] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit d30a17546d89864ae7c2ba7cecd73f06b52604bd
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:02:58 2013 +0200

Perl 5.18 rebuild

 perl-FileHandle-Unget.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-FileHandle-Unget.spec b/perl-FileHandle-Unget.spec
index cd05280..548d6eb 100644
--- a/perl-FileHandle-Unget.spec
+++ b/perl-FileHandle-Unget.spec
@@ -4,7 +4,7 @@
 Summary:   A FileHandle that supports ungetting of multiple bytes
 Name:  perl-FileHandle-Unget
 Version:   0.1623
-Release:   13%{?dist}
+Release:   14%{?dist}
 License:   GPL+
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/FileHandle-Unget/
@@ -58,6 +58,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/FileHandle::Unget.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.1623-14
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.1623-13
 - 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-Class-Unload] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 5c5243e437f3f87ef6f9118331b7badbbaf4cbcd
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:03:43 2013 +0200

Perl 5.18 rebuild

 perl-Class-Unload.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Unload.spec b/perl-Class-Unload.spec
index 6fa8e96..11ce392 100644
--- a/perl-Class-Unload.spec
+++ b/perl-Class-Unload.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Unload
 Version:0.08
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Unload given class
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.08-2
+- Perl 5.18 rebuild
+
 * Wed May 29 2013 Petr Pisar ppi...@redhat.com - 0.08-1
 - 0.08 bump
 - Move Perl modules to vendor path
--
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-XML-Filter-BufferText] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit d62fbe5df213ac4196b6d4281fa7c5bcbab68f30
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:03:54 2013 +0200

Perl 5.18 rebuild

 perl-XML-Filter-BufferText.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-XML-Filter-BufferText.spec b/perl-XML-Filter-BufferText.spec
index 109e649..243fbbc 100644
--- a/perl-XML-Filter-BufferText.spec
+++ b/perl-XML-Filter-BufferText.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-Filter-BufferText
 Version:1.01
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Filter to put all characters() in one event
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.01-18
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.01-17
 - 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-File-PathList] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 6305b80ba4b3704b413e3f1cc9fc8665a66548cb
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:03:57 2013 +0200

Perl 5.18 rebuild

 perl-File-PathList.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-PathList.spec b/perl-File-PathList.spec
index fb80e47..48c7df8 100644
--- a/perl-File-PathList.spec
+++ b/perl-File-PathList.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-PathList
 Version:1.04
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Find a file within a set of paths (like @INC or Java 
classpaths)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.04-8
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.04-7
 - 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-GDTextUtil] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit aba94e73670dfd5ca792ea7edf996e81b6babfb4
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:03:47 2013 +0200

Perl 5.18 rebuild

 perl-GDTextUtil.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-GDTextUtil.spec b/perl-GDTextUtil.spec
index 54252f8..c2804aa 100644
--- a/perl-GDTextUtil.spec
+++ b/perl-GDTextUtil.spec
@@ -1,6 +1,6 @@
 Name:   perl-GDTextUtil
 Version:0.86
-Release:23%{?dist}
+Release:24%{?dist}
 Summary:Text utilities for use with GD
 
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.86-24
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.86-23
 - 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-Devel-StackTrace-WithLexicals] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 1e5141e89808589657f5dc746eca1263604290fe
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:03:47 2013 +0200

Perl 5.18 rebuild

 perl-Devel-StackTrace-WithLexicals.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-StackTrace-WithLexicals.spec 
b/perl-Devel-StackTrace-WithLexicals.spec
index 37beee1..f4d6f3a 100644
--- a/perl-Devel-StackTrace-WithLexicals.spec
+++ b/perl-Devel-StackTrace-WithLexicals.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-StackTrace-WithLexicals
 Version:0.10
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Generate stack traces with lexical variables
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.10-6
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.10-5
 - 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-Time-Mock] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit cc05e97d0a3ad79e368b59dbd94f19f9083b25ba
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:04:23 2013 +0200

Perl 5.18 rebuild

 perl-Time-Mock.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Time-Mock.spec b/perl-Time-Mock.spec
index 7a5d5dd..b305159 100644
--- a/perl-Time-Mock.spec
+++ b/perl-Time-Mock.spec
@@ -1,6 +1,6 @@
 Name:   perl-Time-Mock
 Version:0.0.2
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Replaces actual time with simulated time - alternative to 
Test::MockTime
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.0.2-3
+- Perl 5.18 rebuild
+
 * Thu May 16 2013 Yanko Kaneti yan...@declera.com 0.0.2-2
 - Address review comments. (#963211#c1)
 
--
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-Encode-EUCJPASCII] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit d51dcab9eb4cbbe59bc6bf7e5319a8d538090e96
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:04:44 2013 +0200

Perl 5.18 rebuild

 perl-Encode-EUCJPASCII.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Encode-EUCJPASCII.spec b/perl-Encode-EUCJPASCII.spec
index b418b8d..d4e41f4 100644
--- a/perl-Encode-EUCJPASCII.spec
+++ b/perl-Encode-EUCJPASCII.spec
@@ -1,6 +1,6 @@
 Name:   perl-Encode-EUCJPASCII
 Version:0.03
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:EucJP-ascii - An eucJP-open mapping
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %dir %{perl_vendorarch}/auto/
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.03-7
+- Perl 5.18 rebuild
+
 * Mon Feb 25 2013 Xavier Bachelot xav...@bachelot.org 0.03-6
 - BR: perl-Encode-devel for enc2xs, FTBFS #914277.
 
--
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-MockTime] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 9f013eb36aa968288b6c758324d3e1bce756b4b2
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:04:58 2013 +0200

Perl 5.18 rebuild

 perl-Test-MockTime.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-MockTime.spec b/perl-Test-MockTime.spec
index a14372c..73f650a 100644
--- a/perl-Test-MockTime.spec
+++ b/perl-Test-MockTime.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-MockTime
 Version:0.12
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Replaces actual time with simulated time
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.12-12
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.12-11
 - 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-List-UtilsBy] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit b064e03ac9c3d6a9604638b43969821bb2dae253
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:05:06 2013 +0200

Perl 5.18 rebuild

 perl-List-UtilsBy.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-List-UtilsBy.spec b/perl-List-UtilsBy.spec
index 918e699..273c34c 100644
--- a/perl-List-UtilsBy.spec
+++ b/perl-List-UtilsBy.spec
@@ -1,6 +1,6 @@
 Name:   perl-List-UtilsBy
 Version:0.09
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Higher-order list utility functions
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.09-5
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.09-4
 - 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-User-Identity] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 14724df4de74575abae322edf1829b6366fdd096
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:05:42 2013 +0200

Perl 5.18 rebuild

 perl-User-Identity.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-User-Identity.spec b/perl-User-Identity.spec
index 819870e..09fae2b 100644
--- a/perl-User-Identity.spec
+++ b/perl-User-Identity.spec
@@ -1,6 +1,6 @@
 Name:   perl-User-Identity
 Version:0.93
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Maintains info about a physical person
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.93-9
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.93-8
 - 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-CGI-Simple] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit b2299b080aba41ba103e9d56474d3b09dc69231c
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:07:57 2013 +0200

Perl 5.18 rebuild

 perl-CGI-Simple.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-Simple.spec b/perl-CGI-Simple.spec
index 3999c60..1a65b0a 100644
--- a/perl-CGI-Simple.spec
+++ b/perl-CGI-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Simple
 Version:1.113
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Simple totally OO CGI interface that is CGI.pm compliant
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.113-9
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.113-8
 - 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-Growl-GNTP] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit de7c567dad6081da8854cc60146267daf5b08dc3
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:11:20 2013 +0200

Perl 5.18 rebuild

 perl-Growl-GNTP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Growl-GNTP.spec b/perl-Growl-GNTP.spec
index 3e20c34..7a645bf 100644
--- a/perl-Growl-GNTP.spec
+++ b/perl-Growl-GNTP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Growl-GNTP
 Version:0.20
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl implementation of GNTP Protocol (Client Part)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.20-2
+- Perl 5.18 rebuild
+
 * Thu Jun 13 2013 Miro Hrončok mhron...@redhat.com - 0.20-1
 - New upstream release (#910272)
 - Upstream changed the installation process to ExtUtils::MakeMaker
--
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-Image-Xbm] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit f15a6d221e3ddb229ca2212c665c2a69a7db08b3
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:11:20 2013 +0200

Perl 5.18 rebuild

 perl-Image-Xbm.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Image-Xbm.spec b/perl-Image-Xbm.spec
index e520587..68bb197 100644
--- a/perl-Image-Xbm.spec
+++ b/perl-Image-Xbm.spec
@@ -1,6 +1,6 @@
 Name:   perl-Image-Xbm
 Version:1.08
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Load, create, manipulate and save xbm image files in Perl
 
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.08-21
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.08-20
 - 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-Hook-LexWrap] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 376c1eecc446cad7188094f2d2e52f7784c3a7aa
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:11:31 2013 +0200

Perl 5.18 rebuild

 perl-Hook-LexWrap.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Hook-LexWrap.spec b/perl-Hook-LexWrap.spec
index 2e6d9c2..80e3bb7 100644
--- a/perl-Hook-LexWrap.spec
+++ b/perl-Hook-LexWrap.spec
@@ -1,6 +1,6 @@
 Name:   perl-Hook-LexWrap
 Version:0.24
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Lexically scoped subroutine wrappers
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Hook::LexWrap.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.24-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.24-2
 - 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-Text-Diff] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit e59fdef482e134ba12936bf1e5b2e1e25645350c
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:13:10 2013 +0200

Perl 5.18 rebuild

 perl-Text-Diff.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec
index 97dd444..449c8df 100644
--- a/perl-Text-Diff.spec
+++ b/perl-Text-Diff.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Diff
 Version:1.41
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Perform diffs on files and record sets
 License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.41-6
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.41-5
 - 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-Language-Functional] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 0db99fa4e1460f850a012a45aea24fbd2ee2ae4e
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:12:57 2013 +0200

Perl 5.18 rebuild

 perl-Language-Functional.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Language-Functional.spec b/perl-Language-Functional.spec
index ed6b8a7..28bedad 100644
--- a/perl-Language-Functional.spec
+++ b/perl-Language-Functional.spec
@@ -1,6 +1,6 @@
 Name:   perl-Language-Functional
 Version:0.05
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Module which makes Perl slightly more functional
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.05-6
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-5
 - 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-MIME-Types] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit bca6825f07f728f51263efc54704fbd63d87f1ba
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:14:32 2013 +0200

Perl 5.18 rebuild

 perl-MIME-Types.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MIME-Types.spec b/perl-MIME-Types.spec
index a8552de..966abb0 100644
--- a/perl-MIME-Types.spec
+++ b/perl-MIME-Types.spec
@@ -1,6 +1,6 @@
 Name:   perl-MIME-Types
 Version:1.38
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:MIME types module for Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/MIME::Types.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.38-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.38-2
 - 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-Sub-Identify] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 785a21430a05673c38126eba2f2e45e26960
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:14:47 2013 +0200

Perl 5.18 rebuild

 perl-Sub-Identify.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec
index 4d2bd86..4d9f086 100644
--- a/perl-Sub-Identify.spec
+++ b/perl-Sub-Identify.spec
@@ -1,6 +1,6 @@
 Name:  perl-Sub-Identify
 Version:   0.04
-Release:   16%{?dist}
+Release:   17%{?dist}
 Summary:   Retrieve names of code references
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Sub::Identify.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.04-17
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-16
 - 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-Tree-DAG_Node] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit dabbd6f31b041d8891ca74a4ef1db48d277b5129
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:15:17 2013 +0200

Perl 5.18 rebuild

 perl-Tree-DAG_Node.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec
index aae4a51..c59f0ad 100644
--- a/perl-Tree-DAG_Node.spec
+++ b/perl-Tree-DAG_Node.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tree-DAG_Node
 Version:1.12
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Class for representing nodes in a tree
 Group:  Development/Libraries
 License:Artistic 2.0
@@ -43,6 +43,9 @@ make test
 %{_mandir}/man3/Tree::DAG_Node.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.12-2
+- Perl 5.18 rebuild
+
 * Wed Jul  3 2013 Paul Howarth p...@city-fan.org - 1.12-1
 - Update to 1.12
   - Change text in README referring to licence to match text in body of source,
--
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-Cycle] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 30ed3bc88a5a2fdf5958c9eebf1e7ed5d5e70379
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:14:50 2013 +0200

Perl 5.18 rebuild

 perl-Devel-Cycle.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Devel-Cycle.spec b/perl-Devel-Cycle.spec
index 1bf2bab..3ba098a 100644
--- a/perl-Devel-Cycle.spec
+++ b/perl-Devel-Cycle.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Cycle
 Version:1.11
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Find memory cycles in objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.11-14
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.11-13
 - 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-MailTools] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 2428d2f317625b1409cd23367f1c5d864b759b01
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:15:17 2013 +0200

Perl 5.18 rebuild

 perl-MailTools.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-MailTools.spec b/perl-MailTools.spec
index faac14f..31b8e33 100644
--- a/perl-MailTools.spec
+++ b/perl-MailTools.spec
@@ -1,7 +1,7 @@
 Summary:   Various mail-related perl modules
 Name:  perl-MailTools
 Version:   2.12
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/MailTools/
@@ -105,6 +105,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Mail::Util.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 2.12-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.12-2
 - 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-HTTP-BrowserDetect] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit c73598e21f601d1b9b557c2532969e54dc305d3c
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:17:19 2013 +0200

Perl 5.18 rebuild

 perl-HTTP-BrowserDetect.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTTP-BrowserDetect.spec b/perl-HTTP-BrowserDetect.spec
index 02d71a0..4a2c45e 100644
--- a/perl-HTTP-BrowserDetect.spec
+++ b/perl-HTTP-BrowserDetect.spec
@@ -1,7 +1,7 @@
 Name:   perl-HTTP-BrowserDetect
 Summary:Determine the Web browser, version, and platform from an HTTP 
user agent string
 Version:1.21
-Release:7%{?dist}
+Release:8%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTTP-BrowserDetect/
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.21-8
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.21-7
 - 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-Log-LogLite] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit dfe3c151da276ed82e0b0a0ba328e6eb77d440a7
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:18:12 2013 +0200

Perl 5.18 rebuild

 perl-Log-LogLite.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Log-LogLite.spec b/perl-Log-LogLite.spec
index 578f3ad..ce6787e 100644
--- a/perl-Log-LogLite.spec
+++ b/perl-Log-LogLite.spec
@@ -1,6 +1,6 @@
 Name:   perl-Log-LogLite
 Version:0.82
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Create simple logs
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.82-12
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.82-11
 - 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-IO-Capture-Extended] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit e585cce44ef10153729a622d0ab6aa6e24058ac7
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:19:00 2013 +0200

Perl 5.18 rebuild

 perl-IO-Capture-Extended.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-IO-Capture-Extended.spec b/perl-IO-Capture-Extended.spec
index 987ff95..df20d74 100644
--- a/perl-IO-Capture-Extended.spec
+++ b/perl-IO-Capture-Extended.spec
@@ -1,6 +1,6 @@
 Name:   perl-IO-Capture-Extended
 Version:0.11
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Extend functionality of IO::Capture
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.11-6
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.11-5
 - 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-Text-Hunspell] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit d87f8a7aff4ef921daa27ba350f7db7b13a6ff1f
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:20:17 2013 +0200

Perl 5.18 rebuild

 perl-Text-Hunspell.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-Hunspell.spec b/perl-Text-Hunspell.spec
index ad48d07..1a1d8d2 100644
--- a/perl-Text-Hunspell.spec
+++ b/perl-Text-Hunspell.spec
@@ -1,6 +1,6 @@
 Name:  perl-Text-Hunspell
 Version:   2.08
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Perl interface to the Hunspell library
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Text::Hunspell.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 2.08-2
+- Perl 5.18 rebuild
+
 * Thu May  2 2013 Paul Howarth p...@city-fan.org - 2.08-1
 - Update to 2.08
   - Improved main POD documentation for Hunspell.pm (CPAN RT#84964)
--
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-MMagic-XS] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 610d175b70763e07925bb5a768cc046b407735b0
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:20:17 2013 +0200

Perl 5.18 rebuild

 perl-File-MMagic-XS.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-MMagic-XS.spec b/perl-File-MMagic-XS.spec
index c477b16..ddd6047 100644
--- a/perl-File-MMagic-XS.spec
+++ b/perl-File-MMagic-XS.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-MMagic-XS
 Version:0.09006
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Guess file type with XS
 Group:  Development/Libraries
 License:ASL 2.0 and (GPL+ or Artistic)
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/File::MMagic::XS.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.09006-12
+- Perl 5.18 rebuild
+
 * Mon Feb 25 2013 Paul Howarth p...@city-fan.org - 0.09006-11
 - BR: perl(ExtUtils::MakeMaker) to fix FTBFS (#914283)
 - BR:/R: perl(File::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-Module-Pluggable-Ordered] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 16e0dae33c3af9c29a9079408e6ef632b2ca4d78
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:20:52 2013 +0200

Perl 5.18 rebuild

 perl-Module-Pluggable-Ordered.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Pluggable-Ordered.spec 
b/perl-Module-Pluggable-Ordered.spec
index 94a7d89..7f12e04 100644
--- a/perl-Module-Pluggable-Ordered.spec
+++ b/perl-Module-Pluggable-Ordered.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Pluggable-Ordered
 Version:1.5
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Call module plugins in a specified order
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.5-13
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.5-12
 - 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-Tk-ObjScanner] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit ab5f752348771e0dab2d74800c255d510a5b89e9
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:21:03 2013 +0200

Perl 5.18 rebuild

 perl-Tk-ObjScanner.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tk-ObjScanner.spec b/perl-Tk-ObjScanner.spec
index dc95ef7..9cde22d 100644
--- a/perl-Tk-ObjScanner.spec
+++ b/perl-Tk-ObjScanner.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tk-ObjScanner
 Version:2.012
-Release:10%{?dist}
+Release:11%{?dist}
 Summary:Tk data scanner
 License:GPL+ or Artistic
 
@@ -47,6 +47,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 2.012-11
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.012-10
 - 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-Carp-Clan-Share] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit a5d7b2639cadb85d84f2f7652d886699bed2b35a
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:22:34 2013 +0200

Perl 5.18 rebuild

 perl-Carp-Clan-Share.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Carp-Clan-Share.spec b/perl-Carp-Clan-Share.spec
index d461348..5d78fa3 100644
--- a/perl-Carp-Clan-Share.spec
+++ b/perl-Carp-Clan-Share.spec
@@ -1,6 +1,6 @@
 Name:   perl-Carp-Clan-Share
 Version:0.013
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Share your Carp::Clan settings with your whole Clan
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.013-12
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.013-11
 - 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-Data-Validate-Domain] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 3a1f9676057c8ceeeb781f4e3ee021147f33d15f
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:23:18 2013 +0200

Perl 5.18 rebuild

 perl-Data-Validate-Domain.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-Validate-Domain.spec b/perl-Data-Validate-Domain.spec
index 012edaa..6c7a9f8 100644
--- a/perl-Data-Validate-Domain.spec
+++ b/perl-Data-Validate-Domain.spec
@@ -1,6 +1,6 @@
 Name:  perl-Data-Validate-Domain
 Version:   0.10
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Domain validation methods Perl module
 
 Group: Development/Libraries
@@ -56,5 +56,8 @@ make test
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.10-2
+- Perl 5.18 rebuild
+
 * Tue Jan 22 2013 Normunds Neimanis fedorapkg at rule.lv 0.10-1
 - Initial package for Fedora
--
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-Cache] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 5432c892432c2acb4efffea006066375f4ec82c8
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:24:11 2013 +0200

Perl 5.18 rebuild

 perl-Cache.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Cache.spec b/perl-Cache.spec
index 97e8e26..1776e7e 100644
--- a/perl-Cache.spec
+++ b/perl-Cache.spec
@@ -1,6 +1,6 @@
 Name:   perl-Cache
 Version:2.04
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:The Cache interface
 
 Group:  Development/Libraries
@@ -71,6 +71,9 @@ make test
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 2.04-16
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.04-15
 - 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-Statistics-Basic] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 9fccd9cccdba338ee268c3f58b4a8a94aea8f505
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:24:38 2013 +0200

Perl 5.18 rebuild

 perl-Statistics-Basic.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Statistics-Basic.spec b/perl-Statistics-Basic.spec
index d550aea..dbecd68 100644
--- a/perl-Statistics-Basic.spec
+++ b/perl-Statistics-Basic.spec
@@ -1,6 +1,6 @@
 Name:   perl-Statistics-Basic
 Version:1.6607
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:A collection of very basic statistics modules
 License:LGPLv2+
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.6607-5
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.6607-4
 - 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-Class-Can] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 0a2034586fb2af775b6ef1db11d429595d1dcbb6
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:27:25 2013 +0200

Perl 5.18 rebuild

 perl-Class-Can.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-Can.spec b/perl-Class-Can.spec
index 16dff0c..60604ec 100644
--- a/perl-Class-Can.spec
+++ b/perl-Class-Can.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-Can
 Version:0.01
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Inspect a class/method and say what it can do (and why)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.01-13
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.01-12
 - 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-Lingua-EN-Inflect-Number] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit b1a39ddadf8cd721a9d91309abce032efc94fdf9
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:27:25 2013 +0200

Perl 5.18 rebuild

 perl-Lingua-EN-Inflect-Number.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Lingua-EN-Inflect-Number.spec 
b/perl-Lingua-EN-Inflect-Number.spec
index fc6316b..2f2b9f7 100644
--- a/perl-Lingua-EN-Inflect-Number.spec
+++ b/perl-Lingua-EN-Inflect-Number.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-EN-Inflect-Number
 Version:1.1
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Force number of words to singular or plural
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.1-21
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.1-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 - 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-BDB] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 361a8c74cfed2b523270f53487fdbacbea90a467
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:26:55 2013 +0200

Perl 5.18 rebuild

 perl-BDB.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-BDB.spec b/perl-BDB.spec
index 162fd12..1ba0527 100644
--- a/perl-BDB.spec
+++ b/perl-BDB.spec
@@ -3,7 +3,7 @@
 Name:   perl-BDB
 # Extend to 2 digits to get higher RPM package version than 1.88
 Version:%{cpan_version}0
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Asynchronous Berkeley DB access
 
 Group:  Development/Libraries
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.90-5
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.90-4
 - 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-LWP-Authen-Wsse] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 916d8092acb176b7c587e0dd37f5111c0e8bbccd
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:27:51 2013 +0200

Perl 5.18 rebuild

 perl-LWP-Authen-Wsse.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-LWP-Authen-Wsse.spec b/perl-LWP-Authen-Wsse.spec
index 4d78153..0d7426f 100644
--- a/perl-LWP-Authen-Wsse.spec
+++ b/perl-LWP-Authen-Wsse.spec
@@ -1,6 +1,6 @@
 Name:   perl-LWP-Authen-Wsse
 Version:0.05
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Library for enabling X-WSSE authentication in LWP
 
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.05-15
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-14
 - 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-Module-Compile] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit b4be0f0c628b39e3616c31b1c00d7b2e28abd9a3
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:28:44 2013 +0200

Perl 5.18 rebuild

 perl-Module-Compile.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Compile.spec b/perl-Module-Compile.spec
index 5ed758d..49770ce 100644
--- a/perl-Module-Compile.spec
+++ b/perl-Module-Compile.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Compile
 Version:0.20
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Perl Module Compilation
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.20-15
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.20-14
 - 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-UNIVERSAL-exports] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit ace0792911f07e8d22044c44f9de1a9487a6882b
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:28:44 2013 +0200

Perl 5.18 rebuild

 perl-UNIVERSAL-exports.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-UNIVERSAL-exports.spec b/perl-UNIVERSAL-exports.spec
index b9d87ab..6010afb 100644
--- a/perl-UNIVERSAL-exports.spec
+++ b/perl-UNIVERSAL-exports.spec
@@ -1,6 +1,6 @@
 Name:   perl-UNIVERSAL-exports
 Version:0.05
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Lightweight, universal exporting of variables
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.05-17
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 - 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-Image-Xpm] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit d4f23a44e387b9d9d046b25c588686909a675f57
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:30:58 2013 +0200

Perl 5.18 rebuild

 perl-Image-Xpm.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Image-Xpm.spec b/perl-Image-Xpm.spec
index da4acab..4fb6b0e 100644
--- a/perl-Image-Xpm.spec
+++ b/perl-Image-Xpm.spec
@@ -1,6 +1,6 @@
 Name:   perl-Image-Xpm
 Version:1.09
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Load, create, manipulate and save xpm image files in Perl
 
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.09-21
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.09-20
 - 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-HTTP-Date] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit b856442f6971faf0d6faf8e539c0efdec9cfc351
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:31:55 2013 +0200

Perl 5.18 rebuild

 perl-HTTP-Date.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTTP-Date.spec b/perl-HTTP-Date.spec
index 8cbf8d5..91ed9ef 100644
--- a/perl-HTTP-Date.spec
+++ b/perl-HTTP-Date.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTTP-Date
 Version:6.02
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Date conversion routines
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 6.02-6
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 6.02-5
 - 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-Crypt-SmbHash] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 278cc2439866e1187209497bd663ce22f10da53e
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:33:04 2013 +0200

Perl 5.18 rebuild

 perl-Crypt-SmbHash.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Crypt-SmbHash.spec b/perl-Crypt-SmbHash.spec
index cd465b1..1bdafe8 100644
--- a/perl-Crypt-SmbHash.spec
+++ b/perl-Crypt-SmbHash.spec
@@ -1,7 +1,7 @@
 Summary:   Pure-perl Lanman and NT MD4 hash functions
 Name:  perl-Crypt-SmbHash
 Version:   0.12
-Release:   19%{?dist}
+Release:   20%{?dist}
 License:   GPLv2+
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-SmbHash/
@@ -46,6 +46,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Crypt::SmbHash.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.12-20
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.12-19
 - 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-Object-Realize-Later] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 563d4fb5410c75b3df09e32b86ec83e49bfe561c
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:33:04 2013 +0200

Perl 5.18 rebuild

 perl-Object-Realize-Later.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Object-Realize-Later.spec b/perl-Object-Realize-Later.spec
index 52d64fd..96591ab 100644
--- a/perl-Object-Realize-Later.spec
+++ b/perl-Object-Realize-Later.spec
@@ -1,6 +1,6 @@
 Name:   perl-Object-Realize-Later
 Version:0.18
-Release:15%{?dist}
+Release:16%{?dist}
 Summary:Delayed creation of objects
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.18-16
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.18-15
 - 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-Gearman] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 2076a90b0b42ad5ce8d570884c5a86d84aeb3a51
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:35:41 2013 +0200

Perl 5.18 rebuild

 perl-Gearman.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Gearman.spec b/perl-Gearman.spec
index 287f3c0..90e2fc0 100644
--- a/perl-Gearman.spec
+++ b/perl-Gearman.spec
@@ -1,6 +1,6 @@
 Name:   perl-Gearman
 Version:1.11
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Distributed job system
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ make test
 %{_mandir}/man3/Gearman::*.*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.11-9
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.11-8
 - 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-Class-C3-XS] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 6fd99e424c3ff3422c3b1a5e07b19d375ddfbdc9
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:35:40 2013 +0200

Perl 5.18 rebuild

 perl-Class-C3-XS.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-C3-XS.spec b/perl-Class-C3-XS.spec
index ead1b63..b0e7d85 100644
--- a/perl-Class-C3-XS.spec
+++ b/perl-Class-C3-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Class-C3-XS
 Version:   0.13
-Release:   11%{?dist}
+Release:   12%{?dist}
 Summary:   XS speedups for Class::C3
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -58,6 +58,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Class::C3::XS.3pm*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.13-12
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.13-11
 - 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-UNIVERSAL-moniker] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit a4ab9d0c43ccddd61de0852ecbd0620c5cc95eb6
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:35:27 2013 +0200

Perl 5.18 rebuild

 perl-UNIVERSAL-moniker.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-UNIVERSAL-moniker.spec b/perl-UNIVERSAL-moniker.spec
index 0c53c72..55e9f18 100644
--- a/perl-UNIVERSAL-moniker.spec
+++ b/perl-UNIVERSAL-moniker.spec
@@ -1,6 +1,6 @@
 Name:   perl-UNIVERSAL-moniker
 Version:0.08
-Release:20%{?dist}
+Release:21%{?dist}
 Summary:Real world naming for classes
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -42,6 +42,9 @@ make test
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.08-21
+- Perl 5.18 rebuild
+
 * Tue Feb 26 2013 Ralf Corsépius corse...@fedoraproject.org - 0.08-20
 - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914323).
 - 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-JavaScript-Beautifier] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 1936470f533b48ef0507cfff6df8b658c838463f
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:34:57 2013 +0200

Perl 5.18 rebuild

 perl-JavaScript-Beautifier.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-JavaScript-Beautifier.spec b/perl-JavaScript-Beautifier.spec
index d80bb00..918f235 100644
--- a/perl-JavaScript-Beautifier.spec
+++ b/perl-JavaScript-Beautifier.spec
@@ -1,6 +1,6 @@
 Name:   perl-JavaScript-Beautifier
 Version:0.17
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Beautify Javascript (beautifier for javascript)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.17-10
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.17-9
 - 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-Net-SCP] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 7b90bc9baf7aa224b30961d48b240f4c40767559
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:36:39 2013 +0200

Perl 5.18 rebuild

 perl-Net-SCP.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-SCP.spec b/perl-Net-SCP.spec
index f99b128..5b526ef 100644
--- a/perl-Net-SCP.spec
+++ b/perl-Net-SCP.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-SCP
 Version:0.08
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Perl extension for secure copy protocol
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.08-14
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.08-13
 - 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-Tk-TableMatrix] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 350e49ece65cee84c10c4a2ab7f0ff2c878fdb42
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:37:34 2013 +0200

Perl 5.18 rebuild

 perl-Tk-TableMatrix.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Tk-TableMatrix.spec b/perl-Tk-TableMatrix.spec
index 92f3cbf..8b51ca1 100644
--- a/perl-Tk-TableMatrix.spec
+++ b/perl-Tk-TableMatrix.spec
@@ -1,6 +1,6 @@
 Name:   perl-Tk-TableMatrix
 Version:1.23
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Perl module for creating and manipulating tables
 
 Group:  Development/Libraries
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.23-17
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.23-16
 - 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-Authen-Radius] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit aeb5f2a3aa5a6b408245f9911e7cc712f8f921c8
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:37:22 2013 +0200

Perl 5.18 rebuild

 perl-Authen-Radius.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Authen-Radius.spec b/perl-Authen-Radius.spec
index 9355ccc..e7ff08c 100644
--- a/perl-Authen-Radius.spec
+++ b/perl-Authen-Radius.spec
@@ -1,6 +1,6 @@
 Name:   perl-Authen-Radius
 Version:0.13
-Release:14%{?dist}
+Release:15%{?dist}
 Summary:Perl Authen::Radius modules
 # See LICENSING.txt
 License:Artistic 2.0
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.13-15
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.13-14
 - 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-Nagios-NSCA] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit 80544e81d7e9d632c895e91b35ca48635282011d
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:36:48 2013 +0200

Perl 5.18 rebuild

 perl-Nagios-NSCA.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Nagios-NSCA.spec b/perl-Nagios-NSCA.spec
index 09fdda8..d9c0e87 100644
--- a/perl-Nagios-NSCA.spec
+++ b/perl-Nagios-NSCA.spec
@@ -1,6 +1,6 @@
 Name:   perl-Nagios-NSCA
 Version:0.1
-Release:13%{?dist}
+Release:14%{?dist}
 Summary:Nagios::NSCA Perl module
 License:GPL+ 
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorlib}/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.1-14
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.1-13
 - 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-XML-Parser-Lite-Tree-XPath] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit f209df69a811e6759ceb40d2a241d600de03447b
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:37:22 2013 +0200

Perl 5.18 rebuild

 perl-XML-Parser-Lite-Tree-XPath.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-XML-Parser-Lite-Tree-XPath.spec 
b/perl-XML-Parser-Lite-Tree-XPath.spec
index b989299..23b911a 100644
--- a/perl-XML-Parser-Lite-Tree-XPath.spec
+++ b/perl-XML-Parser-Lite-Tree-XPath.spec
@@ -1,6 +1,6 @@
 Name:   perl-XML-Parser-Lite-Tree-XPath
 Version:0.24
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:XPath access to XML::Parser::Lite::Tree structures
 License:Artistic 2.0
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.24-7
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.24-6
 - 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-asa] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit be286e52601757ec53530be1aa991b6fa9a491c2
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:38:00 2013 +0200

Perl 5.18 rebuild

 perl-asa.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-asa.spec b/perl-asa.spec
index 851194e..7eeb75c 100644
--- a/perl-asa.spec
+++ b/perl-asa.spec
@@ -1,6 +1,6 @@
 Name:   perl-asa 
 Version:1.03
-Release:6%{?dist}
+Release:7%{?dist}
 # see lib/asa.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 1.03-7
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.03-6
 - 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-B-Hooks-OP-Check] Perl 5.18 rebuild

2013-07-18 Thread Petr Pisar
commit a21ffcd73bb6879ca5bb4344193feb30479a26c2
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 18 12:40:29 2013 +0200

Perl 5.18 rebuild

 perl-B-Hooks-OP-Check.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-B-Hooks-OP-Check.spec b/perl-B-Hooks-OP-Check.spec
index a51c81d..26d25d9 100644
--- a/perl-B-Hooks-OP-Check.spec
+++ b/perl-B-Hooks-OP-Check.spec
@@ -1,7 +1,7 @@
 Name:   perl-B-Hooks-OP-Check
 Summary:Wrap OP check callbacks
 Version:0.19
-Release:6%{?dist}
+Release:7%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/B-Hooks-OP-Check-%{version}.tar.gz
@@ -51,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 0.19-7
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.19-6
 - 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

  1   2   3   >