From 0d29ff7b18e51916e684cb0bc91ea7a626ecaf4d Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 22 Jul 2011 15:35:48 +0100 Subject: [PATCH] =?UTF-8?q?Module::Build=20requires=20CPAN::Meta=20?= =?UTF-8?q?=E2=89=A5=202.110420?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 file changed, 7 insertions(+), 1 deletion(-) 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 - 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 - 4:5.14.1-181 - Temporarily provide 5.12.* MODULE_COMPAT