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

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 2 09:50:07 UTC 2015


commit ef6b04d597aaa96b275f7abb59d4d25ffbdc07df
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 2 09:49:08 2015 +0000

    Update to 0.010
    
    - New upstream release 0.010
      - Bump Module::Metadata prereq for $VERSION parsing (CPAN RT#101095)
      - Consistently require same version of CPAN::Meta::Requirements
    - Use %license

 perl-CPAN-Meta-Check.spec |   19 +++++++++++++------
 sources                   |    2 +-
 2 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/perl-CPAN-Meta-Check.spec b/perl-CPAN-Meta-Check.spec
index 471e834..76b5e73 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.009
-Release:	3%{?dist}
+Version:	0.010
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		https://metacpan.org/release/CPAN-Meta-Check
@@ -9,12 +9,12 @@ Source0:	http://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-%{versio
 BuildArch:	noarch
 # Build
 BuildRequires:	perl
-BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:	perl(ExtUtils::MakeMaker)
 # Module
 BuildRequires:	perl(CPAN::Meta::Prereqs) >= 2.132830
 BuildRequires:	perl(CPAN::Meta::Requirements) >= 2.121
 BuildRequires:	perl(Exporter) >= 5.57
-BuildRequires:	perl(Module::Metadata)
+BuildRequires:	perl(Module::Metadata) >= 1.000023
 BuildRequires:	perl(strict)
 BuildRequires:	perl(warnings)
 # Test
@@ -51,11 +51,18 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 make test RELEASE_TESTING=1
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/CPAN/
-%{_mandir}/man3/CPAN::Meta::Check.3pm*
+%{_mandir}/man3/CPAN::Meta::Check.3*
 
 %changelog
+* 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)
+  - Consistently require same version of CPAN::Meta::Requirements
+- Use %%license
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.009-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 7225ea2..384b09d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d08a8701fb1e63ad5e460cb2f8da2af7  CPAN-Meta-Check-0.009.tar.gz
+764832f184a043aa5b3a4481c3122d0a  CPAN-Meta-Check-0.010.tar.gz


More information about the scm-commits mailing list