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

Paul Howarth pghmcfc at fedoraproject.org
Mon Mar 23 15:49:09 UTC 2015


commit 5931a9cb75160a755d3001f044cf25d75ac9b617
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Mar 23 15:48:37 2015 +0000

    Update to 0.011
    
    - New upstream release 0.011
      - Declare the minimum version required for the "merged_requirements"
        interface
    - Explicitly run the extra tests

 perl-CPAN-Meta-Check.spec | 17 ++++++++++++-----
 sources                   |  2 +-
 2 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/perl-CPAN-Meta-Check.spec b/perl-CPAN-Meta-Check.spec
index 76b5e73..cfdd96e 100644
--- a/perl-CPAN-Meta-Check.spec
+++ b/perl-CPAN-Meta-Check.spec
@@ -1,6 +1,6 @@
 Name:		perl-CPAN-Meta-Check
 Summary:	Verify requirements in a CPAN::Meta object
-Version:	0.010
+Version:	0.011
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -19,12 +19,12 @@ BuildRequires:	perl(strict)
 BuildRequires:	perl(warnings)
 # Test
 BuildRequires:	perl(Env)
+BuildRequires:	perl(Test::Deep)
+BuildRequires:	perl(Test::More) >= 0.88
+# Extra tests
 BuildRequires:	perl(File::Spec)
 BuildRequires:	perl(IO::Handle)
 BuildRequires:	perl(IPC::Open3)
-BuildRequires:	perl(Test::Deep)
-BuildRequires:	perl(Test::More) >= 0.88
-# Release tests
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::Pod) >= 1.41
 BuildRequires:	perl(Test::Pod::Coverage) >= 1.08
@@ -48,7 +48,8 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}
 
 %check
-make test RELEASE_TESTING=1
+make test
+make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 
 %files
 %license LICENSE
@@ -57,6 +58,12 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/CPAN::Meta::Check.3*
 
 %changelog
+* Mon Mar 23 2015 Paul Howarth <paul at city-fan.org> - 0.011-1
+- Update to 0.011
+  - Declare the minimum version required for the "merged_requirements"
+    interface
+- Explicitly run the extra tests
+
 * Mon Feb  2 2015 Paul Howarth <paul at city-fan.org> - 0.010-1
 - Update to 0.010
   - Bump Module::Metadata prereq for $VERSION parsing (CPAN RT#101095)
diff --git a/sources b/sources
index 384b09d..4af466e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-764832f184a043aa5b3a4481c3122d0a  CPAN-Meta-Check-0.010.tar.gz
+2591aa5dd0658a6502a7bf068754e7bd  CPAN-Meta-Check-0.011.tar.gz


More information about the scm-commits mailing list