[perl] Module::Build requires CPAN::Meta ≥ 2.110420

Paul Howarth pghmcfc at fedoraproject.org
Fri Jul 22 14:37:24 UTC 2011


commit 0d29ff7b18e51916e684cb0bc91ea7a626ecaf4d
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Jul 22 15:35:48 2011 +0100

    Module::Build requires CPAN::Meta ≥ 2.110420
    
    Have perl-Module-Build explicitly require perl(CPAN::Meta) >= 2.110420,
    needed for creation of MYMETA files by Build.PL; the dual-life version of
    the package already has this dependency

 perl.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 1422a2e..9c34e57 100644
--- a/perl.spec
+++ b/perl.spec
@@ -17,7 +17,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        181%{?dist}
+Release:        182%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -593,6 +593,7 @@ License:        GPL+ or Artistic
 Epoch:          1
 Version:        0.3800 
 Requires:       perl(Archive::Tar) >= 1.08
+Requires:       perl(CPAN::Meta) >= 2.110420
 Requires:       perl(ExtUtils::CBuilder) >= 0.15
 Requires:       perl(ExtUtils::ParseXS) >= 1.02
 Requires:       perl-devel
@@ -2082,6 +2083,11 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Fri Jul 22 2011 Paul Howarth <paul at city-fan.org> - 4:5.14.1-182
+- Have perl-Module-Build explicitly require perl(CPAN::Meta) >= 2.110420,
+  needed for creation of MYMETA files by Build.PL; the dual-life version of
+  the package already has this dependency
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 4:5.14.1-181
 - Temporarily provide 5.12.* MODULE_COMPAT
 


More information about the scm-commits mailing list