[perl-Exporter] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Fri Jul 26 07:14:19 UTC 2013


commit dc410f00cd8c132600b6ffba2a182828ff131041
Author: Petr Písař <ppisar at redhat.com>
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 at redhat.com> - 5.68-291
+- Specify all dependencies
+
 * Mon Jul 15 2013 Petr Pisar <ppisar at redhat.com> - 5.68-290
 - Increase release to favour standalone package
 


More information about the scm-commits mailing list