[perl-CPAN-Meta-Check] Update to 0.008

Paul Howarth pghmcfc at fedoraproject.org
Thu Oct 17 21:12:53 UTC 2013


commit 84b53c588f58deb44e91704066c39573e324324f
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Oct 17 21:50:17 2013 +0100

    Update to 0.008
    
    - New upstream release 0.008
      - Switch to using merged_requirements
      - Test Env instead of Carp for version overshoot (CPAN RT#89591)
      - Document $incdirs in the right function

 perl-CPAN-Meta-Check.spec |   19 ++++++++++++++-----
 sources                   |    2 +-
 2 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/perl-CPAN-Meta-Check.spec b/perl-CPAN-Meta-Check.spec
index b014cd7..2eac3ec 100644
--- a/perl-CPAN-Meta-Check.spec
+++ b/perl-CPAN-Meta-Check.spec
@@ -1,7 +1,7 @@
 Name:		perl-CPAN-Meta-Check
 Summary:	Verify requirements in a CPAN::Meta object
-Version:	0.007
-Release:	3%{?dist}
+Version:	0.008
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		https://metacpan.org/release/CPAN-Meta-Check
@@ -10,12 +10,15 @@ BuildArch:	noarch
 # Build
 BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
 # Module
-BuildRequires:	perl(CPAN::Meta) >= 2.120920
-BuildRequires:	perl(CPAN::Meta::Requirements) >= 2.120920
+BuildRequires:	perl(CPAN::Meta::Prereqs) >= 2.132830
+BuildRequires:	perl(CPAN::Meta::Requirements) >= 2.121
 BuildRequires:	perl(Exporter) >= 5.57
 BuildRequires:	perl(Module::Metadata)
 # Test
-BuildRequires:	perl(File::Temp)
+BuildRequires:	perl(Env)
+BuildRequires:	perl(File::Spec)
+BuildRequires:	perl(IO::Handle)
+BuildRequires:	perl(IPC::Open3)
 BuildRequires:	perl(Test::Deep)
 BuildRequires:	perl(Test::More) >= 0.88
 # Release tests
@@ -53,6 +56,12 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/CPAN::Meta::Check.3pm*
 
 %changelog
+* Thu Oct 17 2013 Paul Howarth <paul at city-fan.org> - 0.008-1
+- Update to 0.008
+  - Switch to using merged_requirements
+  - Test Env instead of Carp for version overshoot (CPAN RT#89591)
+  - Document $incdirs in the right function
+
 * Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 0.007-3
 - Skip the release tests when bootstrapping
 
diff --git a/sources b/sources
index e384938..ee3e30b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56f71df79cea8d308a552b3eb996deb0  CPAN-Meta-Check-0.007.tar.gz
+c39a16ed38cf56d085050893bff52a7c  CPAN-Meta-Check-0.008.tar.gz


More information about the scm-commits mailing list