[perl-CGI-Session] Specify all dependencies

2013-07-25 Thread Petr Pisar
commit ea35e620b67aee634b864380b45bf7817053196a
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 25 09:05:32 2013 +0200

Specify all dependencies

 perl-CGI-Session.spec |   21 +
 1 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/perl-CGI-Session.spec b/perl-CGI-Session.spec
index f17d791..b2442f1 100644
--- a/perl-CGI-Session.spec
+++ b/perl-CGI-Session.spec
@@ -13,24 +13,36 @@ BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(CGI)
 
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Text::Wrap)
+# Run-time:
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(CGI)
+BuildRequires:  perl(Class::Struct)
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(DBD::Pg)
 BuildRequires:  perl(DB_File)
 BuildRequires:  perl(DBI)
-BuildRequires:  perl(Digest::MD5)
-BuildRequires:  perl(encoding)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Path)
-BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(FreezeThaw)
+BuildRequires:  perl(overload)
 BuildRequires:  perl(Safe)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Text::Abbrev)
-BuildRequires:  perl(Text::Wrap)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(diagnostics)
+BuildRequires:  perl(Env)
 
 %description
 CGI-Session is a Perl5 library that provides an easy, reliable and modular
@@ -73,6 +85,7 @@ rm -rf %{buildroot}
 %changelog
 * Wed Jul 24 2013 Petr Pisar ppi...@redhat.com - 4.35-16
 - Perl 5.18 rebuild
+- Specify all dependencies
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 4.35-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-POE-Component-Resolver] Socket::GetAddrInfo 0.22+ doesn't support API tags, let's fix it

2013-07-25 Thread Petr Šabata
commit c75790e17784e0a309e1f2e0990b3b65788f2d15
Author: Petr Šabata con...@redhat.com
Date:   Thu Jul 25 09:33:04 2013 +0200

Socket::GetAddrInfo 0.22+ doesn't support API tags, let's fix it

 POE-Component-Resolver-0.917-getaddrinfo-api.patch |   26 
 perl-POE-Component-Resolver.spec   |8 +-
 2 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/POE-Component-Resolver-0.917-getaddrinfo-api.patch 
b/POE-Component-Resolver-0.917-getaddrinfo-api.patch
new file mode 100644
index 000..3cc1263
--- /dev/null
+++ b/POE-Component-Resolver-0.917-getaddrinfo-api.patch
@@ -0,0 +1,26 @@
+diff --git a/lib/POE/Component/Resolver.pm b/lib/POE/Component/Resolver.pm
+index 2e3e977..7059344 100644
+--- a/lib/POE/Component/Resolver.pm
 b/lib/POE/Component/Resolver.pm
+@@ -10,7 +10,7 @@ use POE qw(Wheel::Run Filter::Reference);
+ use Carp qw(croak carp);
+ use Time::HiRes qw(time);
+ use Socket qw(unpack_sockaddr_in AF_INET AF_INET6);
+-use Socket::GetAddrInfo qw(:newapi getnameinfo NI_NUMERICHOST NI_NUMERICSERV);
++use Socket::GetAddrInfo qw(getnameinfo NI_NUMERICHOST NI_NUMERICSERV);
+ 
+ use POE::Component::Resolver::Sidecar;
+ 
+diff --git a/lib/POE/Component/Resolver/Sidecar.pm 
b/lib/POE/Component/Resolver/Sidecar.pm
+index be5cb1a..f2a453e 100644
+--- a/lib/POE/Component/Resolver/Sidecar.pm
 b/lib/POE/Component/Resolver/Sidecar.pm
+@@ -8,7 +8,7 @@ use strict;
+ 
+ use Storable qw(nfreeze thaw);
+ 
+-use Socket::GetAddrInfo qw(:newapi getaddrinfo);
++use Socket::GetAddrInfo qw(getaddrinfo);
+ 
+ sub main {
+   my $buffer = ;
diff --git a/perl-POE-Component-Resolver.spec b/perl-POE-Component-Resolver.spec
index a8e1f17..d3b8c93 100644
--- a/perl-POE-Component-Resolver.spec
+++ b/perl-POE-Component-Resolver.spec
@@ -1,11 +1,13 @@
 Name:   perl-POE-Component-Resolver
 Version:0.917
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Non-blocking getaddrinfo() resolver
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/POE-Component-Resolver/
 Source0:
http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Component-Resolver-%{version}.tar.gz
+# Socket::GetAddrInfo 0.22+ doesn't support API tags
+Patch0: POE-Component-Resolver-0.917-getaddrinfo-api.patch
 BuildArch:  noarch
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -40,6 +42,7 @@ in subprocesses where they're permitted to block as long as 
necessary.
 
 %prep
 %setup -q -n POE-Component-Resolver-%{version}
+%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -62,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 25 2013 Petr Šabata con...@redhat.com - 0.917-6
+- Socket::GetAddrInfo 0.22+ doesn't support API tags, let's fix it
+
 * Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.917-5
 - Perl 5.18 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-TokeParser-Simple] 3.16 bump

2013-07-25 Thread Petr Pisar
commit 8d9ddc00d303b966f9204998331947132610dd4c
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 25 10:43:46 2013 +0200

3.16 bump

 .gitignore   |1 +
 perl-HTML-TokeParser-Simple.spec |   25 ++---
 sources  |2 +-
 3 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b6342b..6795f20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 HTML-TokeParser-Simple-3.15.tar.gz
+/HTML-TokeParser-Simple-3.16.tar.gz
diff --git a/perl-HTML-TokeParser-Simple.spec b/perl-HTML-TokeParser-Simple.spec
index 06c28fd..03f08fc 100644
--- a/perl-HTML-TokeParser-Simple.spec
+++ b/perl-HTML-TokeParser-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-HTML-TokeParser-Simple
-Version:3.15
-Release:13%{?dist}
+Version:3.16
+Release:1%{?dist}
 Summary:Easy to use HTML::TokeParser interface
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,17 +8,25 @@ URL:
http://search.cpan.org/dist/HTML-TokeParser-Simple/
 Source0:
http://www.cpan.org/authors/id/O/OV/OVID/HTML-TokeParser-Simple-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(HTML::Parser) = 3.25
 BuildRequires:  perl(HTML::TokeParser) = 2.24
-BuildRequires:  perl(Module::Build)
+# Tests:
 BuildRequires:  perl(Sub::Override)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(HTML::Parser) = 3.25
 Requires:   perl(HTML::TokeParser) = 2.24
-Requires:   perl(Sub::Override)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(HTML::TokeParser\\)$
 
 %description
 HTML::TokeParser is an excellent module that's often used for parsing HTML.
@@ -55,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 3.16-1
+- 3.16 bump
+
 * Wed Jul 24 2013 Petr Pisar ppi...@redhat.com - 3.15-13
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index fe6ee53..8395c03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2867824be9cbe3e86e94ca677d042ffe  HTML-TokeParser-Simple-3.15.tar.gz
+c54b6d3a97a4d69959c912bc98c79a6e  HTML-TokeParser-Simple-3.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File HTML-TokeParser-Simple-3.16.tar.gz uploaded to lookaside cache by ppisar

2013-07-25 Thread Petr Pisar
A file has been added to the lookaside cache for perl-HTML-TokeParser-Simple:

c54b6d3a97a4d69959c912bc98c79a6e  HTML-TokeParser-Simple-3.16.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-XML-DOM] Specify all dependencies

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

Specify all dependencies

 perl-XML-DOM.spec |   17 ++---
 1 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/perl-XML-DOM.spec b/perl-XML-DOM.spec
index bd6aea0..aaeff83 100644
--- a/perl-XML-DOM.spec
+++ b/perl-XML-DOM.spec
@@ -10,15 +10,25 @@ Source0:
http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-DOM-%{version}.
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
 BuildRequires:  perl(XML::Parser) = 2.30
-BuildRequires:  perl(XML::Parser::PerlSAX) = 0.07
 BuildRequires:  perl(XML::RegExp)
+# Tests:
 BuildRequires:  perl(Test)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(XML::Parser::PerlSAX) = 0.07
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(XML::Parser) = 2.30
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 Obsoletes:  perl-libxml-enno = 1.02
 
 %global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}perl\\(XML::XQL::Node\\)
@@ -66,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Jul 24 2013 Petr Pisar ppi...@redhat.com - 1.44-19
 - Perl 5.18 rebuild
+- Specify all dependencies
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.44-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-PDF-API2] 2.020 bump

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

2.020 bump

 .gitignore |1 +
 perl-PDF-API2.spec |   42 --
 sources|2 +-
 3 files changed, 38 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efde809..1882d30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 PDF-API2-0.73.tar.gz
 /PDF-API2-2.016.tar.gz
 /PDF-API2-2.019.tar.gz
+/PDF-API2-2.020.tar.gz
diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec
index bc7bd94..1c1785b 100644
--- a/perl-PDF-API2.spec
+++ b/perl-PDF-API2.spec
@@ -1,6 +1,6 @@
 Name:   perl-PDF-API2
-Version:2.019
-Release:6%{?dist}
+Version:2.020
+Release:1%{?dist}
 Summary:Perl module for creation and modification of PDF files
 
 Group:  System Environment/Libraries
@@ -10,10 +10,37 @@ Source0:
http://search.cpan.org/CPAN/authors/id/S/SS/SSIMMS/PDF-API2-%{ve
 Patch1: font-location.patch
 
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
-BuildRequires:  perl(Compress::Zlib), perl(XML::Parser::Expat), perl(Font::TTF)
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Compress::Zlib) = 1.0
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(Font::TTF::Font)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Math::Trig)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Unicode::UCD)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(Test::More)
+Requires:   dejavu-sans-fonts
+Requires:   dejavu-sans-mono-fonts
+Requires:   dejavu-serif-fonts
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-Requires:   dejavu-sans-fonts, dejavu-sans-mono-fonts, dejavu-serif-fonts
+Requires:   perl(Compress::Zlib) = 1.0
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Compress::Zlib\\)$
 
 %description
 A Perl Module Chain to facilitate the Creation and Modification of High-Quality
@@ -70,7 +97,7 @@ make test
 
 
 %files
-%doc Changes CONTACT HACKING LICENSE PATENTS README
+%doc Changes CONTACT LICENSE PATENTS README
 %doc contrib examples
 %{perl_vendorlib}/PDF/
 %{_datadir}/man/man3/*
@@ -79,6 +106,9 @@ make test
 
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 2.020-1
+- 2.020 bump
+
 * Wed Jul 24 2013 Petr Pisar ppi...@redhat.com - 2.019-6
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 8d7e8c2..b1f0070 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23ce447867d1903be58d0e6f0a09de78  PDF-API2-2.019.tar.gz
+c0d20bfd03883b5b2b2a7fd47455249a  PDF-API2-2.020.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File PDF-API2-2.020.tar.gz uploaded to lookaside cache by ppisar

2013-07-25 Thread Petr Pisar
A file has been added to the lookaside cache for perl-PDF-API2:

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

[perl-Data-ObjectDriver] Remove bundled Test::Builder

2013-07-25 Thread Petr Pisar
commit 933d141b16a6d10d879a4c429e002da102a1a0e1
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 25 13:07:36 2013 +0200

Remove bundled Test::Builder

 perl-Data-ObjectDriver.spec |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-Data-ObjectDriver.spec b/perl-Data-ObjectDriver.spec
index c79f3ba..b9f937a 100644
--- a/perl-Data-ObjectDriver.spec
+++ b/perl-Data-ObjectDriver.spec
@@ -14,6 +14,7 @@ BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Class::Accessor::Fast)
 BuildRequires:  perl(Class::Data::Inheritable)
 BuildRequires:  perl(Class::Trigger)
+BuildRequires:  perl(Test::Builder)
 Requires: perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 %{?perl_default_filter}
@@ -25,6 +26,9 @@ oriented design concepts onto a relational database.
 
 %prep
 %setup -q -n Data-ObjectDriver-%{version}
+# Bundled Test::Builder has to match system Test-Simple, CPAN RT#87294
+rm -rf inc/Test/Builder*
+sed -i -e '/^inc\/Test\/Builder[\.\/]/d' MANIFEST
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -48,6 +52,7 @@ make test
 %changelog
 * Wed Jul 24 2013 Petr Pisar ppi...@redhat.com - 0.09-8
 - Perl 5.18 rebuild
+- Remove bundled Test::Builder (CPAN RT#87294)
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.09-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-File-Listing] Add missing built-time dependencies

2013-07-25 Thread Petr Šabata
commit b0f79f5511758ab6012f5809ac86a37d237416a8
Author: Petr Šabata con...@redhat.com
Date:   Thu Jul 25 13:37:51 2013 +0200

Add missing built-time dependencies

- Modernize the spec a bit

 perl-File-Listing.spec |   27 ++-
 1 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/perl-File-Listing.spec b/perl-File-Listing.spec
index c74a44a..0c9333a 100644
--- a/perl-File-Listing.spec
+++ b/perl-File-Listing.spec
@@ -1,30 +1,29 @@
 Name:   perl-File-Listing
 Version:6.04
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Parse directory listing
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/File-Listing/
 Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-%{version}.tar.gz
 BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTTP::Date) = 6
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(vars)
 # Tests:
 # Do not BuildRequire optinal perl(LWP::Simple) to break dependency circle.
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(:MODULE_COMPAT_%(eval $(perl -V:version); echo 
$version))
 Requires:   perl(HTTP::Date) = 6
 Requires:   perl(Time::Local)
 Conflicts:  perl-libwww-perl  6
 
-# Remove underspecified dependencies
-%filter_from_requires /^perl(HTTP::Date)\s*$/d
-# Do not provide private modules
-%filter_from_provides /^perl(File::Listing::/d
-%filter_setup
 # RPM 4.9 style
 # Remove underspecified dependencies
 %global __requires_exclude 
%{?__requires_exclude:__requires_exclude|}^perl\\(HTTP::Date\\)\s*$
@@ -39,25 +38,27 @@ to parse directory listings.
 %setup -q -n File-Listing-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 25 2013 Petr Šabata con...@redhat.com - 6.04-6
+- Add missing built-time dependencies
+- Modernize the spec a bit
+
 * Thu Jul 18 2013 Petr Pisar ppi...@redhat.com - 6.04-5
 - Perl 5.18 rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-mogilefs-server] Specify all dependencies

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

Specify all dependencies

 perl-mogilefs-server.spec |   63 ++---
 1 files changed, 59 insertions(+), 4 deletions(-)
---
diff --git a/perl-mogilefs-server.spec b/perl-mogilefs-server.spec
index 8de4e8a..b8ba0db 100644
--- a/perl-mogilefs-server.spec
+++ b/perl-mogilefs-server.spec
@@ -14,9 +14,65 @@ Patch0: mogilefs-remove_deps.patch
 
 BuildArch:  noarch
 
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
+BuildRequires:  perl(BSD::Resource)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(DBD::Pg)
+BuildRequires:  perl(DBD::SQLite)
+BuildRequires:  perl(DBD::mysql)
+BuildRequires:  perl(DBI)
+BuildRequires:  perl(Danga::Socket)
+BuildRequires:  perl(Devel::Peek)
+BuildRequires:  perl(Digest::MD5)
+BuildRequires:  perl(Errno)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(fields)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(HTTP::Date)
+BuildRequires:  perl(HTTP::Request)
+BuildRequires:  perl(HTTP::Response)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::Handle)
+# IO::KQueue not used
+BuildRequires:  perl(IO::Poll)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(IO::Socket::INET6)
+BuildRequires:  perl(IO::Socket::SSL) = 0.98
+BuildRequires:  perl(LWP)
+BuildRequires:  perl(LWP::UserAgent)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Net::Netmask)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Perlbal)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Socket)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Symbol)
+BuildRequires:  perl(Sys::Hostname)
+BuildRequires:  perl(Sys::Syslog)
+BuildRequires:  perl(URI)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Tests:
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(MogileFS::Utils)
+BuildRequires:  perl(Time::HiRes)
+# Optional tests:
 BuildRequires:  perl(MogileFS::Client)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -37,8 +93,6 @@ Requires(pre):  shadow-utils
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
-BuildRequires:  perl(Net::Netmask)
-BuildRequires:  perl(DBD::mysql)
 
 
 %package -n mogstored
@@ -61,7 +115,7 @@ Summary:Perlbal backend for mogstored
 Group:  System Environment/Daemons
 Requires:   perl(Mogstored::HTTPServer), Perlbal
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-BuildRequires: perl(Perlbal)
+BuildRequires: perl(Perlbal) = 1.75
 
 
 %package -n mogstored-backend-apache
@@ -250,6 +304,7 @@ fi
 %changelog
 * Wed Jul 24 2013 Petr Pisar ppi...@redhat.com - 2.36-9
 - Perl 5.18 rebuild
+- Specify all dependencies
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.36-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

Broken dependencies: perl-PDL

2013-07-25 Thread buildsys


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


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

Broken dependencies: perl-Bio-ASN1-EntrezGene

2013-07-25 Thread buildsys


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


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

[Bug 704994] CVE-2011-0761 perl: NULL pointer dereference via crafted SOCKET, DIRHANDLE or FILEHANDLE value

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

Jan Lieskovsky jlies...@redhat.com changed:

   What|Removed |Added

 CC||jples...@redhat.com,
   ||perl-devel@lists.fedoraproj
   ||ect.org

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

Broken dependencies: perl-Bio-SamTools

2013-07-25 Thread buildsys


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


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

[Bug 704994] CVE-2011-0761 perl: NULL pointer dereference via crafted SOCKET, DIRHANDLE or FILEHANDLE value

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

Jan Lieskovsky jlies...@redhat.com changed:

   What|Removed |Added

 Whiteboard|impact=low,public=20110503, |impact=low,public=20110503,
   |reported=20110513,source=cv |reported=20110513,source=cv
   |e,cvss2=5.0/AV:N/AC:L/Au:N/ |e,cvss2=5.0/AV:N/AC:L/Au:N/
   |C:N/I:N/A:P,rhel-4/perl=not |C:N/I:N/A:P,rhel-4/perl=not
   |affected,rhel-5/perl=notaff |affected,rhel-5/perl=notaff
   |ected,rhel-6/perl=affected, |ected,rhel-6/perl=wontfix,r
   |rhel-7/perl=notaffected,fed |hel-7/perl=notaffected,fedo
   |ora-all/perl=notaffected|ra-all/perl=notaffected

-- 
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=zjQGNA7ToTa=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-HTML-WikiConverter] Disable failing Pod::Coverage test

2013-07-25 Thread Petr Pisar
commit 2b5fb9270d015e68005e27306b69a12787598bfb
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 25 13:59:06 2013 +0200

Disable failing Pod::Coverage test

 perl-HTML-WikiConverter.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTML-WikiConverter.spec b/perl-HTML-WikiConverter.spec
index 18c1ecf..14eb168 100644
--- a/perl-HTML-WikiConverter.spec
+++ b/perl-HTML-WikiConverter.spec
@@ -18,7 +18,6 @@ BuildRequires:  perl(HTML::Tree) = 3.18
 BuildRequires:  perl(Params::Validate) = 0.77
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(URI) = 1.35
 BuildRequires:  perl(URI::Escape)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -42,6 +41,9 @@ dialects are supported.
 
 %prep
 %setup -q -n HTML-WikiConverter-%{version}
+# Disable failing Pod::Coverage test, CPAN RT#87296
+rm t/pod-coverage.t
+sed -i -e '/^t\/pod-coverage.t/d' MANIFEST
 find webapp-install cgi/* -type f | xargs chmod 0644
 
 
@@ -79,6 +81,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.68-12
 - Perl 5.18 rebuild
+- Disable failing Pod::Coverage test (CPAN RT#87296)
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.68-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

[Bug 704994] CVE-2011-0761 perl: NULL pointer dereference via crafted SOCKET, DIRHANDLE or FILEHANDLE value

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

--- Comment #4 from Jan Lieskovsky jlies...@redhat.com ---

Statement:

Red Hat does not consider this problem to be a security issue. Input passed to
these functions should be under the full control of the script author,
therefore no trust boundary is crossed.

-- 
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=OD0c5xgfbra=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 704994] CVE-2011-0761 perl: NULL pointer dereference via crafted SOCKET, DIRHANDLE or FILEHANDLE value

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

--- Comment #5 from Jan Lieskovsky jlies...@redhat.com ---
Upstream mailing list reaction:
  http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2011-06/msg00027.html

regarding classification of this issue as a security flaw.

-- 
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=EyTMSBRKvja=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 704994] CVE-2011-0761 perl: NULL pointer dereference via crafted SOCKET, DIRHANDLE or FILEHANDLE value

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

Jan Lieskovsky jlies...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2013-07-25 08:02:32

-- 
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=RBjOUjpCJha=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-Lingua-EN-Inflect-Phrase] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit 7dffd53267733fb6f796fb607c8f5ed936c8d714
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 25 15:41:46 2013 +0200

Perl 5.18 rebuild

 perl-Lingua-EN-Inflect-Phrase.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Lingua-EN-Inflect-Phrase.spec 
b/perl-Lingua-EN-Inflect-Phrase.spec
index aa252c3..ef7d6b5 100644
--- a/perl-Lingua-EN-Inflect-Phrase.spec
+++ b/perl-Lingua-EN-Inflect-Phrase.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-EN-Inflect-Phrase
 Version:0.13
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Inflect short English Phrases
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -44,6 +44,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.13-3
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.13-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-Class-DBI] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit 1cd2f42692b652e84528e7088042bd1d71e69d06
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 25 15:44:51 2013 +0200

Perl 5.18 rebuild

 perl-Class-DBI.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-DBI.spec b/perl-Class-DBI.spec
index 496a1e8..3f47608 100644
--- a/perl-Class-DBI.spec
+++ b/perl-Class-DBI.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-DBI
 Version:3.0.17
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Simple Database Abstraction
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -46,6 +46,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 3.0.17-17
+- Perl 5.18 rebuild
+
 * Wed Feb 27 2013 Ralf Corsépius corse...@fedoraproject.org - 3.0.17-16
 - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914251).
 
--
Fedora Extras Perl SIG
http://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-Valgrind] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit 87dc89436135d5fe794c081e0f14277d5a87a10b
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 25 15:46:07 2013 +0200

Perl 5.18 rebuild

 perl-Test-Valgrind.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Valgrind.spec b/perl-Test-Valgrind.spec
index 6e063ea..57de9b2 100644
--- a/perl-Test-Valgrind.spec
+++ b/perl-Test-Valgrind.spec
@@ -1,7 +1,7 @@
 Name:  perl-Test-Valgrind
 Summary:   Generate suppressions, analyze and test any command with 
valgrind
 Version:   1.13
-Release:   7%{?dist}
+Release:   8%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Test-Valgrind/
@@ -131,6 +131,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Valgrind::Tool::memcheck.3pm*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 1.13-8
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.13-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-MIME-tools] Don't try to run the kwalitee test

2013-07-25 Thread Paul Howarth
commit c6abe48607846b8a4fc63232b1d548d5cd2fd51a
Author: Paul Howarth p...@city-fan.org
Date:   Thu Jul 25 15:30:59 2013 +0100

Don't try to run the kwalitee test

Don't try to run the kwalitee test, as it fails a couple of kwalitee metrics
with Test::Kwalitee 1.09.

 perl-MIME-tools.spec |   11 +++
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index eccfab5..4dcaf64 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,7 +1,7 @@
 Summary:   Modules for parsing and creating MIME entities in Perl
 Name:  perl-MIME-tools
 Version:   5.504
-Release:   2%{?dist}
+Release:   3%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/MIME-tools/
@@ -23,12 +23,14 @@ BuildRequires:  perl(Test::Deep)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
-BuildRequires: perl(Test::Kwalitee)
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:  perl(Convert::BinHex)
 
+# Currently fails a couple of kwalitee tests
+BuildConflicts:perl(Test::Kwalitee)
+
 %description
 MIME-tools - modules for parsing (and creating!) MIME entities. Modules in this
 toolkit: Abstract message holder (file, scalar, etc.), OO interface for
@@ -114,8 +116,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/MIME::Words.3pm*
 
 %changelog
-* Thu Jul 18 2013 Jochen Schmitt Jochen herr-schmitt de - 5.504-2
-- Rebuilt for perl 5.18
+* Thu Jul 25 2013 Paul Howarth p...@city-fan.org - 5.504-3
+- Don't try to run the kwalitee test, as it fails a couple of kwalitee metrics
+  with Test::Kwalitee 1.09
 
 * Thu Jan 31 2013 Paul Howarth p...@city-fan.org - 5.504-1
 - Update to 5.504
--
Fedora Extras Perl SIG
http://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-tools] Created tag perl-MIME-tools-5.504-3.fc20

2013-07-25 Thread Paul Howarth
The lightweight tag 'perl-MIME-tools-5.504-3.fc20' was created pointing to:

 c6abe48... Don't try to run the kwalitee test
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Template-Toolkit-2.25.tar.gz uploaded to lookaside cache by ppisar

2013-07-25 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Template-Toolkit:

6be78743caf5fafe8de4a17c2d0c72ff  Template-Toolkit-2.25.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Template-Toolkit] 2.25 bump

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

2.25 bump

 .gitignore |1 +
 perl-Template-Toolkit.spec |8 ++--
 sources|2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 531bbe5..861132e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Template-Toolkit-2.22.tar.gz
 TT_v222_html_docs.tar.gz
 /Template-Toolkit-2.24.tar.gz
 /TT_v224_html_docs.tar.gz
+/Template-Toolkit-2.25.tar.gz
diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec
index ae3e733..2615964 100644
--- a/perl-Template-Toolkit.spec
+++ b/perl-Template-Toolkit.spec
@@ -1,11 +1,12 @@
 Name:   perl-Template-Toolkit
-Version:2.24
-Release:4%{?dist}
+Version:2.25
+Release:1%{?dist}
 Summary:Template processing system
 Group:  Development/Libraries
 License:GPL+ or Artistic
 URL:http://www.template-toolkit.org/
 Source0:
http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-%{version}.tar.gz
+# No 225 version available
 Source1:http://tt2.org/download/TT_v224_html_docs.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -103,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 2.25-1
+- 2.25 bump
+
 * Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 2.24-4
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index c3ea2d0..629c551 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c25fdab1beebf8818c2e624bc9f9d212  Template-Toolkit-2.24.tar.gz
+6be78743caf5fafe8de4a17c2d0c72ff  Template-Toolkit-2.25.tar.gz
 434a70bb50915e5c2baf5c3fd6ce673e  TT_v224_html_docs.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File DBI-1.628.tar.gz uploaded to lookaside cache by ppisar

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

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

[perl-DBI] 1.628 bump

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

1.628 bump

 .gitignore|1 +
 perl-DBI.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6e0f8f..8d9704b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ DBI-1.613.tar.gz
 /DBI-1.625.tar.gz
 /DBI-1.626.tar.gz
 /DBI-1.627.tar.gz
+/DBI-1.628.tar.gz
diff --git a/perl-DBI.spec b/perl-DBI.spec
index d6a45fc..502b54f 100644
--- a/perl-DBI.spec
+++ b/perl-DBI.spec
@@ -7,8 +7,8 @@
 %endif
 
 Name:   perl-DBI
-Version:1.627
-Release:2%{?dist}
+Version:1.628
+Release:1%{?dist}
 Summary:A database access API for perl
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -138,6 +138,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 1.628-1
+- 1.628 bump
+
 * Wed Jul 24 2013 Petr Pisar ppi...@redhat.com - 1.627-2
 - Perl 5.18 rebuild
 
diff --git a/sources b/sources
index 07ef56b..3a2cf6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aab49be51b0f4867a1894145b023d2c5  DBI-1.627.tar.gz
+4273f8cc6ee3979ce448c7eb3f8a6a5a  DBI-1.628.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-Database] Fix POD encoding

2013-07-25 Thread Petr Pisar
commit 6217df43a605c71a2f3b077000fd085c7706ddc0
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jul 25 18:54:38 2013 +0200

Fix POD encoding

 ...OD-encoding-in-Test-Database-Driver-mysql.patch |   39 
 perl-Test-Database.spec|4 ++
 2 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git 
a/Test-Database-1.11-Fix-POD-encoding-in-Test-Database-Driver-mysql.patch 
b/Test-Database-1.11-Fix-POD-encoding-in-Test-Database-Driver-mysql.patch
new file mode 100644
index 000..c2b5a39
--- /dev/null
+++ b/Test-Database-1.11-Fix-POD-encoding-in-Test-Database-Driver-mysql.patch
@@ -0,0 +1,39 @@
+From 1411ec28c94171eef8c9b59a01c56c73afd691e7 Mon Sep 17 00:00:00 2001
+From: Stefan Hornburg (Racke) ra...@linuxia.de
+Date: Sun, 2 Dec 2012 10:37:08 +0100
+Subject: [PATCH] Fix POD encoding in Test::Database::Driver::mysql.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/Test/Database/Driver/mysql.pm | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/lib/Test/Database/Driver/mysql.pm 
b/lib/Test/Database/Driver/mysql.pm
+index e112fc8..0713359 100644
+--- a/lib/Test/Database/Driver/mysql.pm
 b/lib/Test/Database/Driver/mysql.pm
+@@ -51,6 +51,8 @@ sub databases {
+ 
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Test::Database::Driver::mysql - A Test::Database driver for mysql
+@@ -74,7 +76,7 @@ Philippe Bruhat (BooK), C b...@cpan.org 
+ 
+ =head1 ACKNOWLEDGEMENTS
+ 
+-Many thanks to Kristian K�hntopp who helped me while writing a
++Many thanks to Kristian Köhntopp who helped me while writing a
+ previous version of this module (before CTest::Database 0.03).
+ 
+ =head1 COPYRIGHT
+-- 
+1.8.1.4
+
diff --git a/perl-Test-Database.spec b/perl-Test-Database.spec
index 12b09cf..7967a93 100644
--- a/perl-Test-Database.spec
+++ b/perl-Test-Database.spec
@@ -6,6 +6,8 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Database/
 Source0:
http://www.cpan.org/authors/id/B/BO/BOOK/Test-Database-%{version}.tar.gz
+# Fix POD encoding, CPAN RT#85198
+Patch0: 
Test-Database-1.11-Fix-POD-encoding-in-Test-Database-Driver-mysql.patch
 BuildArch:  noarch
 BuildRequires:  perl = 0:5.006
 BuildRequires:  perl(DBD::SQLite)
@@ -38,6 +40,7 @@ configuration.
 
 %prep
 %setup -q -n Test-Database-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -61,6 +64,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %changelog
 * Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 1.11-7
 - Perl 5.18 rebuild
+- Fix POD encoding (CPAN RT#85198)
 
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.11-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-Class-DBI-Pg] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit d525f030a8fede2fa1b9d35c23a2317121aa32e0
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 26 00:15:24 2013 +0200

Perl 5.18 rebuild

 perl-Class-DBI-Pg.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-DBI-Pg.spec b/perl-Class-DBI-Pg.spec
index 31c573c..2c06f76 100644
--- a/perl-Class-DBI-Pg.spec
+++ b/perl-Class-DBI-Pg.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-DBI-Pg
 Version:0.09
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Class::DBI extension for PostgreSQL
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -39,6 +39,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.09-18
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.09-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-AI-DecisionTree] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit ab386c890a655d8cbf195f4f04b4738923bcd38d
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 26 00:21:57 2013 +0200

Perl 5.18 rebuild

 perl-AI-DecisionTree.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-AI-DecisionTree.spec b/perl-AI-DecisionTree.spec
index ab147cf..3bd7581 100644
--- a/perl-AI-DecisionTree.spec
+++ b/perl-AI-DecisionTree.spec
@@ -1,6 +1,6 @@
 Name:   perl-AI-DecisionTree
 Version:0.11
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Automatically Learns Decision Trees
 
 License:GPL+ or Artistic
@@ -56,6 +56,9 @@ make test
 
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.11-4
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.11-3
 - 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-DBI-SQLite] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit ac29f31f32169c3969defa8870a4db69a756bb29
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 26 00:21:22 2013 +0200

Perl 5.18 rebuild

 perl-Class-DBI-SQLite.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-DBI-SQLite.spec b/perl-Class-DBI-SQLite.spec
index 829b04d..6eba09e 100644
--- a/perl-Class-DBI-SQLite.spec
+++ b/perl-Class-DBI-SQLite.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-DBI-SQLite
 Version:0.11
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Extension to Class::DBI for sqlite
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -39,6 +39,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.11-19
+- Perl 5.18 rebuild
+
 * Tue Mar  5 2013 Tom Callaway s...@fedoraproject.org - 0.11-18
 - add missing BR 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-Class-DBI-FromCGI] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit b487eb8a0e99a16c9bd5eba124d62f880b23ca25
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 26 00:25:13 2013 +0200

Perl 5.18 rebuild

 perl-Class-DBI-FromCGI.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-DBI-FromCGI.spec b/perl-Class-DBI-FromCGI.spec
index 90b181b..8124606 100644
--- a/perl-Class-DBI-FromCGI.spec
+++ b/perl-Class-DBI-FromCGI.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-DBI-FromCGI
 Version:1.00
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Update Class::DBI data using CGI::Untaint
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -41,6 +41,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 1.00-18
+- Perl 5.18 rebuild
+
 * Thu Feb 28 2013 Tom Callaway s...@fedoraproject.org - 1.00-17
 - add missing BR on 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-Net-DBus-GLib] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit fe3a5ce0dc0a296d986b87e9d8a9977e4862ae13
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 26 00:26:54 2013 +0200

Perl 5.18 rebuild

 perl-Net-DBus-GLib.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-DBus-GLib.spec b/perl-Net-DBus-GLib.spec
index 85175e1..789b67f 100644
--- a/perl-Net-DBus-GLib.spec
+++ b/perl-Net-DBus-GLib.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-DBus-GLib
 Version:0.33.0
-Release:12%{?dist}
+Release:13%{?dist}
 Summary:Perl extension for the DBus GLib bindings
 License:GPLv2+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.33.0-13
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.33.0-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-Class-DBI-Pager] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit ef089e9511766b5dbc6446cfbc2acf9c3a476e68
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 26 00:28:27 2013 +0200

Perl 5.18 rebuild

 perl-Class-DBI-Pager.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-DBI-Pager.spec b/perl-Class-DBI-Pager.spec
index 2314154..5a3488a 100644
--- a/perl-Class-DBI-Pager.spec
+++ b/perl-Class-DBI-Pager.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-DBI-Pager
 Version:0.08
-Release:17%{?dist}
+Release:18%{?dist}
 Summary:Pager utility for Class::DBI
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -39,6 +39,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.08-18
+- Perl 5.18 rebuild
+
 * Tue Mar  5 2013 Tom Callaway s...@fedoraproject.org - 0.08-17
 - add missing BR: perl(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-Class-DBI-mysql] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit 8a4618dcbd21cd5366bb896b8c19128f3f029b1d
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 26 00:29:35 2013 +0200

Perl 5.18 rebuild

 perl-Class-DBI-mysql.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Class-DBI-mysql.spec b/perl-Class-DBI-mysql.spec
index d0c75e3..f149434 100644
--- a/perl-Class-DBI-mysql.spec
+++ b/perl-Class-DBI-mysql.spec
@@ -1,6 +1,6 @@
 Name:   perl-Class-DBI-mysql
 Version:1.00
-Release:18%{?dist}
+Release:19%{?dist}
 Summary:Extensions to Class::DBI for MySQL
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -40,6 +40,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 1.00-19
+- Perl 5.18 rebuild
+
 * Tue Mar  5 2013 Tom Callaway s...@fedoraproject.org - 1.00-18
 - add missing BR 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-GO-TermFinder] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit 2dece46e8c312967c1c9af21c9e5fe0625b1dc71
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 26 00:31:43 2013 +0200

Perl 5.18 rebuild

 perl-GO-TermFinder.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-GO-TermFinder.spec b/perl-GO-TermFinder.spec
index eff2a92..1ac7cd7 100644
--- a/perl-GO-TermFinder.spec
+++ b/perl-GO-TermFinder.spec
@@ -1,7 +1,7 @@
 
 Name:  perl-GO-TermFinder
 Version:   0.82
-Release:   13%{?dist}
+Release:   14%{?dist}
 Summary:   Identify GO nodes that annotate a group of genes with a 
significant p-value
 License:   MIT
 Group: Development/Libraries
@@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{__perl_provides}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.82-14
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.82-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-Test-LeakTrace] Perl 5.18 rebuild

2013-07-25 Thread Petr Pisar
commit 34d64fe214926222ee3d448fa8d7d393a490c290
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jul 26 00:34:48 2013 +0200

Perl 5.18 rebuild

 perl-Test-LeakTrace.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-LeakTrace.spec b/perl-Test-LeakTrace.spec
index b54a44a..fbec7a8 100644
--- a/perl-Test-LeakTrace.spec
+++ b/perl-Test-LeakTrace.spec
@@ -13,7 +13,7 @@
 Name:  perl-Test-LeakTrace
 Summary:   Trace memory leaks
 Version:   0.14
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Test-LeakTrace/
@@ -99,6 +99,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::LeakTrace::Script.3pm*
 
 %changelog
+* Thu Jul 25 2013 Petr Pisar ppi...@redhat.com - 0.14-6
+- Perl 5.18 rebuild
+
 * Thu Feb 14 2013 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.14-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

[Bug 758869] perl-Proc-ProcessTable: unsafe temporary file usage [fedora-all]

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

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA

--- Comment #9 from Fedora Update System upda...@fedoraproject.org ---
Package perl-Proc-ProcessTable-0.48-1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-Proc-ProcessTable-0.48-1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-13610/perl-Proc-ProcessTable-0.48-1.fc17
then log in and leave karma (feedback).

-- 
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=2vGFURk0h4a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 985330] perl-Crypt-OpenSSL-Random-0.06 is available

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

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Crypt-OpenSSL-Random-0
   ||.06-1.fc19
 Resolution|--- |ERRATA
Last Closed||2013-07-25 20:28:35

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

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