commit dc410f00cd8c132600b6ffba2a182828ff131041 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Fri Jul 26 09:13:58 2013 +0200 Specify all dependencies perl-Exporter.spec | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) --- diff --git a/perl-Exporter.spec b/perl-Exporter.spec index 5180925..0dcc56a 100644 --- a/perl-Exporter.spec +++ b/perl-Exporter.spec @@ -1,6 +1,6 @@ Name: perl-Exporter Version: 5.68 -Release: 290%{?dist} +Release: 291%{?dist} Summary: Implements default import method for modules License: GPL+ or Artistic Group: Development/Libraries @@ -12,6 +12,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) # Run-time: BuildRequires: perl(Carp) >= 1.05 BuildRequires: perl(strict) +BuildRequires: perl(warnings) # Tests: BuildRequires: perl(Test::More) BuildRequires: perl(vars) @@ -21,6 +22,7 @@ BuildRequires: perl(Test::Pod) >= 1.18 %endif Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Carp) >= 1.05 +Requires: perl(warnings) %description The Exporter module implements an import method which allows a module to @@ -50,6 +52,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Jul 26 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 5.68-291 +- Specify all dependencies + * Mon Jul 15 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 5.68-290 - Increase release to favour standalone package -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel