[perl-Params-Util] Specify all dependencies

2015-01-15 Thread Petr Pisar
commit 820f44e606e8669df91ff0cfcfe751ee70bbdf0d
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 15:39:22 2015 +0100

Specify all dependencies

It needs either ExtUtils::CBuilder or File::Spec. I kept the original
way with File::Spec.

 perl-Params-Util.spec |   21 ++---
 1 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/perl-Params-Util.spec b/perl-Params-Util.spec
index 36dd7f1..64b4034 100644
--- a/perl-Params-Util.spec
+++ b/perl-Params-Util.spec
@@ -1,6 +1,6 @@
 Name:  perl-Params-Util
 Version:   1.07
-Release:   10%{?dist}
+Release:   11%{?dist}
 Summary:   Simple standalone parameter-checking functions
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -8,17 +8,29 @@ URL:  http://search.cpan.org/dist/Params-Util/
 Source0:   
http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:  perl(Scalar::Util) = 1.18
 
-BuildRequires: perl(Exporter)
+BuildRequires: perl
+BuildRequires: perl(Config)
 BuildRequires: perl(ExtUtils::MakeMaker) = 6.52
 BuildRequires: perl(File::Spec) = 0.82
-BuildRequires: perl(File::Spec::Functions)
 BuildRequires: perl(File::Temp)
+BuildRequires: perl(strict)
+# Run-time:
+BuildRequires: perl(DynaLoader)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(overload)
 BuildRequires: perl(Scalar::Util) = 1.18
+BuildRequires: perl(vars)
+# Tests:
 BuildRequires: perl(Test::More) = 0.47
+BuildRequires: perl(File::Spec::Functions)
 
 %{?perl_default_filter}
 
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Scalar::Util\\)$
+
 %description
 Params::Util provides a basic set of importable functions that 
 makes checking parameters a hell of a lot easier.
@@ -49,6 +61,9 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 1.07-11
+- Specify all dependencies
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 1.07-10
 - Perl 5.20 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-OptList] Specify all dependencies

2015-01-15 Thread Petr Pisar
commit e0be4ae87f2203db7ad894e12f5dc11917b6da20
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 16:59:24 2015 +0100

Specify all dependencies

 perl-Data-OptList.spec |9 -
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Data-OptList.spec b/perl-Data-OptList.spec
index 1bfdd2b..aa12a44 100644
--- a/perl-Data-OptList.spec
+++ b/perl-Data-OptList.spec
@@ -7,12 +7,18 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Data-OptList/
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-%{version}.tar.gz 
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(Sub::Install) = 0.921
+# Tests:
 BuildRequires:  perl(Test::More) = 0.88
-BuildRequires:  perl(Test::Pod)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) = 1.41
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
@@ -65,6 +71,7 @@ make test TEST_FILES=$(echo $(find xt/ -name '*.t'))
 %changelog
 * Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 0.109-4
 - Do not hard-code interpreter name
+- Specify all dependencies
 
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.109-3
 - Perl 5.20 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-OptList] Do not hard-code interpreter name

2015-01-15 Thread Petr Pisar
commit d8aca68630335f110429e90d05ffc551d084f32e
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 16:52:46 2015 +0100

Do not hard-code interpreter name

 perl-Data-OptList.spec |9 +++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Data-OptList.spec b/perl-Data-OptList.spec
index ce20173..1bfdd2b 100644
--- a/perl-Data-OptList.spec
+++ b/perl-Data-OptList.spec
@@ -1,7 +1,7 @@
 Name:   perl-Data-OptList
 Summary:Parse and validate simple name/value option pairs
 Version:0.109
-Release:3%{?dist}
+Release:4%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Data-OptList/
@@ -40,7 +40,9 @@ following a name is its value.
 %prep
 %setup -q -n Data-OptList-%{version}
 
-perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
+for F in t/*; do
+perl -MExtUtils::MakeMaker -e ExtUtils::MM_Unix-fixin(q{$F})
+done
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -61,6 +63,9 @@ make test TEST_FILES=$(echo $(find xt/ -name '*.t'))
 %{_mandir}/man3/Data::OptList.3pm*
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 0.109-4
+- Do not hard-code interpreter name
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.109-3
 - Perl 5.20 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 1180918] yum install perl-IO-Socket-SSL.noarch demands openssl-libs 1.0.1j-1, but we are at already at 1.0.1k-1

2015-01-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180918



--- Comment #4 from David Tonhofer bugh...@gluino.name ---
Checked this -- The fresh EC2 image of Fedora 21 already contains
openssl-libs-1.0.1k-1.

I suppose this might cause some trouble with other packages. Oh well.

-- 
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=uumkbk6cMHa=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-Sub-Exporter] Do not hard-code interpreter name

2015-01-15 Thread Petr Pisar
commit 65b325d7e28418c9888212462ea1385ee56048a5
Author: Petr Písař ppi...@redhat.com
Date:   Fri Jan 16 07:47:11 2015 +0100

Do not hard-code interpreter name

 perl-Sub-Exporter.spec |9 +++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec
index ebbf948..a3e6fed 100644
--- a/perl-Sub-Exporter.spec
+++ b/perl-Sub-Exporter.spec
@@ -4,7 +4,7 @@
 
 Name:  perl-Sub-Exporter
 Version:   0.987
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Sophisticated exporter for custom-built routines
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -15,6 +15,7 @@ Patch1:   Sub-Exporter-0.987-tm088.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Build
+BuildRequires:  perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module
 BuildRequires: perl(Carp)
@@ -61,7 +62,8 @@ Sub::Exporter::Tutorial first!
 %endif
 
 # Fix shellbangs
-find t/ -type f -exec sed -i -e 's|^#!perl|#!/usr/bin/perl|' {} \;
+find t/ -type f -exec \
+perl -MExtUtils::MakeMaker -e 'ExtUtils::MM_Unix-fixin(qw{{}})' \;
 
 # Filter bogus provides/requires if we don't have rpm ≥ 4.9
 %global provfilt /bin/sh -c %{__perl_provides} | grep -Ev 
'^perl[(]Test::SubExporter.*[)]'
@@ -100,6 +102,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Sub::Exporter::Util.3pm*
 
 %changelog
+* Fri Jan 16 2015 Petr Pisar ppi...@redhat.com - 0.987-4
+- Do not hard-code interpreter name
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 0.987-3
 - Perl 5.20 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

File Catalyst-Plugin-Compress-0.006.tar.gz uploaded to lookaside cache by sni

2015-01-15 Thread sni
A file has been added to the lookaside cache for perl-Catalyst-Plugin-Compress:

df1e53bb326e136a8e0741caf4ae4b0a  Catalyst-Plugin-Compress-0.006.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-Archive-Zip] Correct dependencies

2015-01-15 Thread Petr Pisar
commit 1510e04aee1f15a0335a568e08e7709a9606d561
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 11:01:36 2015 +0100

Correct dependencies

 perl-Archive-Zip.spec |   17 -
 1 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec
index fb946e2..a440e11 100644
--- a/perl-Archive-Zip.spec
+++ b/perl-Archive-Zip.spec
@@ -1,6 +1,6 @@
 Name:   perl-Archive-Zip
 Version:1.39
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl library for accessing Zip archives
 
 Group:  Development/Libraries
@@ -10,7 +10,6 @@ Source0:
http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-%{
 BuildArch:  noarch
 #https://rt.cpan.org/Public/Bug/Display.html?id=54827
 Patch0: Archive-Zip-cpan-rt-54827.patch
-
 BuildRequires:  perl
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -21,7 +20,7 @@ BuildRequires:  perl(Carp)
 BuildRequires:  perl(Compress::Raw::Zlib)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Cwd)
-BuildRequires:  perl(Encode)
+# Encode not used on Linux
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Copy)
@@ -33,18 +32,23 @@ BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(integer)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Seekable)
+# lib not used at tests
 BuildRequires:  perl(Time::Local)
 BuildRequires:  perl(vars)
 # Tests
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Spec::Unix)
-BuildRequires:  perl(IO::Scalar)
+# IO::Scalar not used
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(warnings)
 BuildRequires:  unzip
 BuildRequires:  zip
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(Exporter)
+Requires:   perl(File::Spec) = 0.80
 
-Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)$
 
 %description
 The Archive::Zip module allows a Perl program to create, manipulate,
@@ -88,6 +92,9 @@ make test
 
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 1.39-2
+- Correct dependencies
+
 * Wed Oct 22 2014 Jitka Plesnikova jples...@redhat.com - 1.39-1
 - 1.39 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

Orphaned Packages in epel6 (2015-01-15)

2015-01-15 Thread opensource
The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

  Package(co)maintainers  Status Change 
===
basket orphan, wolfy  35 weeks ago  
bzr-gtkorphan, shahms 35 weeks ago  
comptonorphan, mariobl35 weeks ago  
dircproxy  orphan, kevin  1 weeks ago   
efte   orphan 25 weeks ago  
firmware-extract   orphan, mebrown, praveenp  35 weeks ago  
funtools   orphan 35 weeks ago  
gimpfx-foundry orphan 35 weeks ago  
gtk-aurora-engine  orphan, skytux, splinux18 weeks ago  
gtk-chthemeorphan, skytux, splinux18 weeks ago  
haildb orphan 35 weeks ago  
horde  orphan 35 weeks ago  
hosts3dorphan 35 weeks ago  
imporphan 35 weeks ago  
ingo   orphan, tibbs  35 weeks ago  
javasqlite orphan 4 weeks ago   
kronolith  orphan, tibbs  35 weeks ago  
libdrizzle orphan 35 weeks ago  
libmcrypto orphan 35 weeks ago  
libmikey   orphan 35 weeks ago  
libmnetutilorphan 35 weeks ago  
libmsiporphan 35 weeks ago  
libmstun   orphan 35 weeks ago  
libmutil   orphan 35 weeks ago  
minirpcorphan, mahaveer   35 weeks ago  
mod_auth_pam   orphan 35 weeks ago  
mod_pubcookie  orphan 35 weeks ago  
nagios-plugins-check_sip   orphan 35 weeks ago  
nautilus-actions   orphan, deji   24 weeks ago  
netstiff   orphan 35 weeks ago  
nocpulse-commonorphan 35 weeks ago  
perl-NOCpulse-CLAC orphan 35 weeks ago  
perl-NOCpulse-Debugorphan 35 weeks ago  
perl-NOCpulse-Gritch   orphan, perl-sig   35 weeks ago  
perl-NOCpulse-Object   orphan 35 weeks ago  
perl-NOCpulse-SetIDorphan 35 weeks ago  
perl-NOCpulse-Utilsorphan, perl-sig   35 weeks ago  
php-magpierss  orphan 35 weeks ago  
php-suhosinorphan 35 weeks ago  
pidgin-latex   orphan 25 weeks ago  
podcatcher orphan 35 weeks ago  
pymongoorphan, echevemaster, jhn, 5 weeks ago   
   silas
pymssqlorphan, devos  35 weeks ago  
python-asyncmongo  orphan, silas  5 weeks ago   
python-drizzle orphan 35 weeks ago  
python-gflags  orphan, silas  5 weeks ago   
python-mox orphan, silas  5 weeks ago   
python-text_table  orphan 35 weeks ago  
qbzr   orphan 22 weeks ago  
qcad   orphan, gemi   35 weeks ago  
reptyr orphan 4 weeks ago   
rubygem-fastthread orphan, kanarip35 weeks ago  
rubygem-gem_plugin orphan, kanarip35 weeks ago  
rubygem-mongrelorphan, kanarip35 weeks ago  
rubygem-rubigen 

[perl-Archive-Zip] Improve sharpbang fix

2015-01-15 Thread Petr Pisar
commit ddbdb7a9b0e9435cbacee55090860e9027575265
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 12:40:23 2015 +0100

Improve sharpbang fix

 perl-Archive-Zip.spec |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec
index a440e11..ea330bb 100644
--- a/perl-Archive-Zip.spec
+++ b/perl-Archive-Zip.spec
@@ -65,8 +65,11 @@ existing Zip files, or from existing directories, files, or 
strings.
 %prep
 %setup -q -n Archive-Zip-%{version}
 %patch0 -p1
-perl -pi -e 's|^#!/bin/perl|#!%{__perl}|' examples/*.pl
-perl -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' examples/selfex.pl
+perl -MConfig -pi -e 's|^#!/usr/local/bin/perl|$Config{startperl}|' \
+examples/selfex.pl
+for F in examples/*.pl; do
+perl -MExtUtils::MakeMaker -e ExtUtils::MM_Unix-fixin(q{$F})
+done
 
 
 %build
@@ -94,6 +97,7 @@ make test
 %changelog
 * Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 1.39-2
 - Correct dependencies
+- Improve sharpbang fix
 
 * Wed Oct 22 2014 Jitka Plesnikova jples...@redhat.com - 1.39-1
 - 1.39 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-Text-Diff] Specify all dependencies

2015-01-15 Thread Petr Pisar
commit 832455e6e94305b2d8f601ee93dfde1dadc4d861
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 10:14:18 2015 +0100

Specify all dependencies

 perl-Text-Diff.spec |   24 +++-
 1 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec
index f9f8fee..bb0fadd 100644
--- a/perl-Text-Diff.spec
+++ b/perl-Text-Diff.spec
@@ -1,24 +1,35 @@
 Name:   perl-Text-Diff
 Version:1.41
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Perform diffs on files and record sets
 License:(GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-Diff/
 Source0:
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Text-Diff-%{version}.tar.gz
 BuildArch:  noarch
-BuildRequires:  perl(constant)
-BuildRequires:  perl(Algorithm::Diff)
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+# Run-time:
+BuildRequires:  perl(Algorithm::Diff) = 1.19
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Optional run-time:
+BuildRequires:  perl(utf8)
+# Tests:
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Algorithm::Diff) = 1.19
 
 %{?perl_default_filter}
+# Remove under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Algorithm::Diff\\)$
 
 %description
 Text::Diff provides a basic set of services akin to the GNU diff utility.
@@ -49,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 1.41-10
+- Specify all dependencies
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.41-9
 - Perl 5.20 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 1169369] CVE-2014-9130 libyaml: assert failure when processing wrapped strings

2015-01-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1169369


--- Doc Text *updated* by Martin Prpic mpr...@redhat.com ---
An assertion failure was found in the way the libyaml library parsed wrapped 
strings. An attacker able to load specially crafted YAML input into an 
application using libyaml could cause the application to crash.


-- 
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=dGGREQDUWXa=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 1055054] segfault when running example from manual page

2015-01-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1055054

Michael Schwendt bugs.mich...@gmx.net changed:

   What|Removed |Added

  Flags||needinfo?(i...@cicku.me)



--- Comment #10 from Michael Schwendt bugs.mich...@gmx.net ---
Christopher,

is there anything you've done as the Fedora package maintainer to examine these
issues? Has upstream been contacted? Is it specific to Fedora?

-- 
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=C4rQ8OiEUWa=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-IO-Socket-SSL] Update to 2.010

2015-01-15 Thread Paul Howarth
commit 98379599a547f1feae3e1f4fa9be1e54aabf7588
Author: Paul Howarth p...@city-fan.org
Date:   Thu Jan 15 11:52:44 2015 +

Update to 2.010

- New upstream release 2.010
  - New options SSL_client_ca_file and SSL_client_ca to let the server send 
the
list of acceptable CAs for the client certificate
  - t/protocol_version.t - fix in case SSLv3 is not supported in Net::SSLeay
(CPAN RT#101485)

 ...-SSL-2.010-use-system-default-SSL-version.patch |2 +-
 ...-SSL-2.010-use-system-default-cipher-list.patch |2 +-
 perl-IO-Socket-SSL.spec|   13 ++---
 sources|2 +-
 4 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/IO-Socket-SSL-2.009-use-system-default-SSL-version.patch 
b/IO-Socket-SSL-2.010-use-system-default-SSL-version.patch
similarity index 96%
rename from IO-Socket-SSL-2.009-use-system-default-SSL-version.patch
rename to IO-Socket-SSL-2.010-use-system-default-SSL-version.patch
index caf5328..04fea61 100644
--- a/IO-Socket-SSL-2.009-use-system-default-SSL-version.patch
+++ b/IO-Socket-SSL-2.010-use-system-default-SSL-version.patch
@@ -20,7 +20,7 @@
or croak(invalid SSL_version specified);
 --- lib/IO/Socket/SSL.pod
 +++ lib/IO/Socket/SSL.pod
-@@ -911,11 +911,12 @@ protocol to the specified version.
+@@ -918,11 +918,12 @@ protocol to the specified version.
  All values are case-insensitive.  Instead of 'TLSv1_1' and 'TLSv1_2' one can
  also use 'TLSv11' and 'TLSv12'.  Support for 'TLSv1_1' and 'TLSv1_2' requires
  recent versions of Net::SSLeay and openssl.
diff --git a/IO-Socket-SSL-2.009-use-system-default-cipher-list.patch 
b/IO-Socket-SSL-2.010-use-system-default-cipher-list.patch
similarity index 97%
rename from IO-Socket-SSL-2.009-use-system-default-cipher-list.patch
rename to IO-Socket-SSL-2.010-use-system-default-cipher-list.patch
index 4ec32c1..3f11860 100644
--- a/IO-Socket-SSL-2.009-use-system-default-cipher-list.patch
+++ b/IO-Socket-SSL-2.010-use-system-default-cipher-list.patch
@@ -56,7 +56,7 @@
  # set values inside _init to work with perlcc, RT#95452
 --- lib/IO/Socket/SSL.pod
 +++ lib/IO/Socket/SSL.pod
-@@ -937,12 +937,8 @@ documentation (Lhttp://www.openssl.org/
+@@ -944,12 +944,8 @@ documentation (Lhttp://www.openssl.org/
  for more details.
  
  Unless you fail to contact your peer because of no shared ciphers it is
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 8c48598..6bb9c47 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,13 +1,13 @@
 Name:  perl-IO-Socket-SSL
-Version:   2.009
+Version:   2.010
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/IO-Socket-SSL/
 Source0:   
http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
-Patch0:IO-Socket-SSL-2.009-use-system-default-cipher-list.patch
-Patch1:IO-Socket-SSL-2.009-use-system-default-SSL-version.patch
+Patch0:IO-Socket-SSL-2.010-use-system-default-cipher-list.patch
+Patch1:IO-Socket-SSL-2.010-use-system-default-SSL-version.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
@@ -112,6 +112,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Thu Jan 15 2015 Paul Howarth p...@city-fan.org - 2.010-1
+- Update to 2.010
+  - New options SSL_client_ca_file and SSL_client_ca to let the server send the
+list of acceptable CAs for the client certificate
+  - t/protocol_version.t - fix in case SSLv3 is not supported in Net::SSLeay
+(CPAN RT#101485)
+
 * Mon Jan 12 2015 Paul Howarth p...@city-fan.org - 2.009-1
 - Update to 2.009
   - Remove util/analyze.pl; this tool is now together with other SSL tools at
diff --git a/sources b/sources
index 4efcb2e..7ea8d45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15be23e33f8183cb424254ea6a7b3bc0  IO-Socket-SSL-2.009.tar.gz
+69cad2edebf89c6c295fe8778a4f9906  IO-Socket-SSL-2.010.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-File-HomeDir] Correct dependencies

2015-01-15 Thread Petr Pisar
commit fb6c4d442d69d577037fdb6f400a951c7b365476
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 13:09:10 2015 +0100

Correct dependencies

 perl-File-HomeDir.spec |   10 +++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-File-HomeDir.spec b/perl-File-HomeDir.spec
index 95541a8..ebcb6c9 100644
--- a/perl-File-HomeDir.spec
+++ b/perl-File-HomeDir.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-HomeDir
 Version:1.00
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Find your home and other directories on any platform
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -20,16 +20,17 @@ BuildRequires:  perl(vars)
 # Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp) = 0.19
 BuildRequires:  perl(File::Which) = 0.05
 # Mac::Files not used on Linux
 # Mac::SystemDirectory not used on Linux
-# Not used on Linux
+# Win32 not used on Linux
 # Tests:
+BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(Test::More) = 0.47
 Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:   perl(Cwd) = 3.12
+Requires:   perl(Exporter)
 Requires:   perl(File::Path) = 2.01
 Requires:   perl(File::Spec) = 3.12
 Requires:   perl(File::Temp) = 0.19
@@ -65,6 +66,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 1.00-8
+- Correct dependencies
+
 * Wed Aug 27 2014 Jitka Plesnikova jples...@redhat.com - 1.00-7
 - Perl 5.20 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 1178378] perl-Catalyst-Plugin-Compress-0.006 is available

2015-01-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1178378

Sven Nierlein sven.nierl...@consol.de changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||0.006-1
 Resolution|--- |RAWHIDE
Last Closed||2015-01-15 07:16:24



--- Comment #1 from Sven Nierlein sven.nierl...@consol.de ---
Updated to upstream 0.006

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

File Test-CPAN-Meta-YAML-0.23.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-15 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Test-CPAN-Meta-YAML:

640650deb0a2f2bae12861c5e8ebb453  Test-CPAN-Meta-YAML-0.23.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-Try-Tiny] Correct dependencies

2015-01-15 Thread Petr Pisar
commit ae5fb20a112cfd2ad7e39f6624bc9c71d5d99d14
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 14:01:12 2015 +0100

Correct dependencies

 perl-Try-Tiny.spec |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec
index bf39210..c6e1d79 100644
--- a/perl-Try-Tiny.spec
+++ b/perl-Try-Tiny.spec
@@ -4,7 +4,7 @@
 Name:  perl-Try-Tiny
 Summary:   Minimal try/catch with proper localization of $@
 Version:   0.22
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   MIT
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Try-Tiny
@@ -15,6 +15,8 @@ BuildArch:noarch
 # Module Build
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Module
 BuildRequires: perl(Carp)
 BuildRequires: perl(constant)
@@ -37,6 +39,9 @@ BuildRequires:perl(Test::Pod::Coverage) = 1.08
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 Requires:  perl(Sub::Name)
 
+# Do not provide private modules from tests packaged as a documentation
+%global __provides_exclude_from 
%{?__provides_exclude_from:%__provides_exclude_from|}^%{_docdir}/
+
 %description
 This module provides bare bones try/catch statements that are designed to
 minimize common mistakes with eval blocks, and NOTHING else.
@@ -79,6 +84,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Try::Tiny.3pm*
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 0.22-4
+- Correct dependencies
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.22-3
 - Perl 5.20 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-local-lib] Do not hard-code /usr/bin

2015-01-15 Thread Petr Pisar
commit 041624928c3859fc04f457791eb1df0c1a53f110
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 13:18:16 2015 +0100

Do not hard-code /usr/bin

 perl-local-lib.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-local-lib.spec b/perl-local-lib.spec
index bf44fc7..cfb8697 100644
--- a/perl-local-lib.spec
+++ b/perl-local-lib.spec
@@ -1,6 +1,6 @@
 Name:   perl-local-lib
 Version:2.15
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Create and use a local lib/ for perl modules
@@ -61,7 +61,7 @@ License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Per-user Perl local::lib setup
 Requires:   %{name} = %{version}-%{release}
-Requires:   /usr/bin/cpan
+Requires:   %{_bindir}/cpan
 Requires:   /bin/sed
 
 %description -n perl-homedir
@@ -99,6 +99,9 @@ make test
 %{_sysconfdir}/profile.d/*
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 2.15-2
+- Do not hard-code /usr/bin
+
 * Wed Dec 17 2014 Petr Šabata con...@redhat.com - 2.15-1
 - 2.15 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-Test-CPAN-Meta-YAML] Update to 0.23

2015-01-15 Thread Paul Howarth
commit 5e10196a531a1148efccca5aba66e607008f9ad0
Author: Paul Howarth p...@city-fan.org
Date:   Thu Jan 15 12:28:33 2015 +

Update to 0.23

- New upstream release 0.23
  - Extended META test suite
  - Added META.json and tests
- Update UTF8 patch
- Use %license where possible
- Classify buildreqs by usage

 ...f8.patch = Test-CPAN-Meta-YAML-0.23-utf8.patch |4 +-
 perl-Test-CPAN-Meta-YAML.spec  |   44 +++
 sources|2 +-
 3 files changed, 37 insertions(+), 13 deletions(-)
---
diff --git a/Test-CPAN-Meta-YAML-0.22-utf8.patch 
b/Test-CPAN-Meta-YAML-0.23-utf8.patch
similarity index 62%
rename from Test-CPAN-Meta-YAML-0.22-utf8.patch
rename to Test-CPAN-Meta-YAML-0.23-utf8.patch
index b3b148a..bebb1a0 100644
--- a/Test-CPAN-Meta-YAML-0.22-utf8.patch
+++ b/Test-CPAN-Meta-YAML-0.23-utf8.patch
@@ -3,8 +3,8 @@
 @@ -1,6 +1,6 @@
  LICENSE FOR Test-CPAN-Meta-YAML
  
--This software is copyright � 2007-2013 Barbie for Miss Barbell Productions.
-+This software is copyright © 2007-2013 Barbie for Miss Barbell Productions.
+-This software is copyright � 2007-2015 Barbie for Miss Barbell Productions.
++This software is copyright © 2007-2015 Barbie for Miss Barbell Productions.
  
  This distribution is free software; you can redistribute it and/or
  modify it under the Artistic Licence v2.
diff --git a/perl-Test-CPAN-Meta-YAML.spec b/perl-Test-CPAN-Meta-YAML.spec
index f57ce6c..bb762ef 100644
--- a/perl-Test-CPAN-Meta-YAML.spec
+++ b/perl-Test-CPAN-Meta-YAML.spec
@@ -1,22 +1,33 @@
 Name:  perl-Test-CPAN-Meta-YAML
-Version:   0.22
-Release:   4%{?dist}
+Version:   0.23
+Release:   1%{?dist}
 Summary:   Validate a META.yml file within a CPAN distribution
 Group: Development/Libraries
 License:   Artistic 2.0
 URL:   http://search.cpan.org/dist/Test-CPAN-Meta-YAML/
 Source0:   
http://search.cpan.org/CPAN/authors/id/B/BA/BARBIE/Test-CPAN-Meta-YAML-%{version}.tar.gz
-Patch0:Test-CPAN-Meta-YAML-0.22-utf8.patch
+Patch0:Test-CPAN-Meta-YAML-0.23-utf8.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
+# Module Build
+BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
+# Module Runtime
+BuildRequires: perl(strict)
 BuildRequires: perl(Test::Builder)
-BuildRequires: perl(Test::Builder::Tester)
-BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Pod::Coverage)
 BuildRequires: perl(Test::YAML::Valid) = 0.03
+BuildRequires: perl(vars)
+BuildRequires: perl(warnings)
 BuildRequires: perl(YAML::Syck)
+# Test Suite
+BuildRequires: perl(IO::File)
+BuildRequires: perl(Test::Builder::Tester)
+BuildRequires: perl(Test::More)
+# Optional Tests
+BuildRequires: perl(Test::CPAN::Meta::JSON)
+BuildRequires: perl(Test::Pod) = 1.00
+BuildRequires: perl(Test::Pod::Coverage) = 0.08
+# Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 # Explicitly requests the YAML::Syck backend for Test::YAML::Valid
 Requires:  perl(YAML::Syck)
@@ -52,12 +63,25 @@ make test AUTOMATED_TESTING=1
 rm -rf %{buildroot}
 
 %files
-%doc Changes LICENSE README
+%if 0%{?_licensedir:1}
+%license LICENSE
+%else
+%doc LICENSE
+%endif
+%doc Changes README
 %{perl_vendorlib}/Test/
-%{_mandir}/man3/Test::CPAN::Meta::YAML.3pm*
-%{_mandir}/man3/Test::CPAN::Meta::YAML::Version.3pm*
+%{_mandir}/man3/Test::CPAN::Meta::YAML.3*
+%{_mandir}/man3/Test::CPAN::Meta::YAML::Version.3*
 
 %changelog
+* Thu Jan 15 2015 Paul Howarth p...@city-fan.org - 0.23-1
+- Update to 0.23
+  - Extended META test suite
+  - Added META.json and tests
+- Update UTF8 patch
+- Use %%license where possible
+- Classify buildreqs by usage
+
 * Thu Aug 28 2014 Jitka Plesnikova jples...@redhat.com - 0.22-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 944632b..a74ae5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5acd14f7ecbe1dbf21cc3548ee3dfef  Test-CPAN-Meta-YAML-0.22.tar.gz
+640650deb0a2f2bae12861c5e8ebb453  Test-CPAN-Meta-YAML-0.23.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-CPAN-Meta-YAML] Created tag perl-Test-CPAN-Meta-YAML-0.23-1.fc22

2015-01-15 Thread Paul Howarth
The lightweight tag 'perl-Test-CPAN-Meta-YAML-0.23-1.fc22' was created pointing 
to:

 5e10196... Update to 0.23
--
Fedora Extras Perl SIG
http://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] - remove the valgrind test also when valgrind is missing

2015-01-15 Thread Dan Horák
commit 91174a764cc35b68e25408e0fb415207acb5bec7
Author: Dan Horák d...@danny.cz
Date:   Thu Jan 15 13:37:40 2015 +0100

- remove the valgrind test also when valgrind is missing

 perl-Test-LeakTrace.spec |7 +--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Test-LeakTrace.spec b/perl-Test-LeakTrace.spec
index 6d35fae..9284297 100644
--- a/perl-Test-LeakTrace.spec
+++ b/perl-Test-LeakTrace.spec
@@ -6,7 +6,7 @@
 Name:  perl-Test-LeakTrace
 Summary:   Trace memory leaks
 Version:   0.15
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Test-LeakTrace/
@@ -72,7 +72,7 @@ rm -rf inc/
 sed -i -e '/^inc\//d' MANIFEST
 
 # Don't try to run the valgrind test whilst bootstrapping
-%if %{defined perl_bootstrap}
+%if %{defined perl_bootstrap} || ! 0%{?with_valgrind}
 rm xt/05_valgrind.t
 sed -i -e '/^xt\/05_valgrind\.t/d' MANIFEST
 %endif
@@ -103,6 +103,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::LeakTrace::Script.3*
 
 %changelog
+* Thu Jan 15 2015 Dan Horák dan[at]danny.cz - 0.15-3
+- remove the valgrind test also when valgrind is missing
+
 * Wed Nov 19 2014 Paul Howarth p...@city-fan.org - 0.15-2
 - Re-enable pod spelling 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 IO-Socket-SSL-2.010.tar.gz uploaded to lookaside cache by pghmcfc

2015-01-15 Thread Paul Howarth
A file has been added to the lookaside cache for perl-IO-Socket-SSL:

69cad2edebf89c6c295fe8778a4f9906  IO-Socket-SSL-2.010.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Text-Template] Specify all dependencies

2015-01-15 Thread Petr Pisar
commit 7c24e8a8b6c318a765c15b21bf354fffd0e9fc7b
Author: Petr Písař ppi...@redhat.com
Date:   Thu Jan 15 14:23:58 2015 +0100

Specify all dependencies

 perl-Text-Template.spec |   14 +-
 1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/perl-Text-Template.spec b/perl-Text-Template.spec
index a34a5c0..c3bf408 100644
--- a/perl-Text-Template.spec
+++ b/perl-Text-Template.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Template
 Version:1.45
-Release:16%{?dist}
+Release:17%{?dist}
 Summary:Expand template text with embedded Perl
 
 Group:  Development/Libraries
@@ -10,8 +10,17 @@ Source0:
http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests:
+BuildRequires:  perl(lib)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Carp)
 
 %description
 This is a library for generating form letters, building HTML pages, or
@@ -54,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 15 2015 Petr Pisar ppi...@redhat.com - 1.45-17
+- Specify all dependencies
+
 * Tue Aug 26 2014 Jitka Plesnikova jples...@redhat.com - 1.45-16
 - Perl 5.20 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