>From 848dd954a53e5551b3ff8a2ac77f8ac3157cc5ed Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 14 Dec 2015 12:05:16 +0000
Subject: Update to 2.140

- New upstream release 2.140
  - Added method for getting structured requirements
  - Skips impossible tests on Perls earlier than 5.8.0 (before v-string magic)
  - On Perls before 5.8.1, pad 1-part and 2-part literal v-strings to avoid old
    version.pm bugs with v-strings less than 3 characters
  - Protect internal _isa_version from non-refs that pass ->isa('version')
  - Much better error messages, explaining what conflicted and how
  - Repackage with fixed tests
  - Expanded dist.ini from author bundle to individual plugins
---
 perl-CPAN-Meta-Requirements.spec | 21 ++++++++++++++++++---
 sources                          |  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/perl-CPAN-Meta-Requirements.spec b/perl-CPAN-Meta-Requirements.spec
index b27724a..b49b148 100644
--- a/perl-CPAN-Meta-Requirements.spec
+++ b/perl-CPAN-Meta-Requirements.spec
@@ -1,6 +1,6 @@
 Name:           perl-CPAN-Meta-Requirements
-Version:        2.133
-Release:        4%{?dist}
+Version:        2.140
+Release:        1%{?dist}
 Summary:        Set of version requirements for a CPAN dist
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,8 +8,11 @@ URL:            
http://search.cpan.org/dist/CPAN-Meta-Requirements/
 Source0:        
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-%{version}.tar.gz
 BuildArch:      noarch
 # Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module
 BuildRequires:  perl(B)
 BuildRequires:  perl(Carp)
@@ -21,6 +24,7 @@ BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::More)
 # Extra Tests (not run when bootstrapping due to circular build dependencies)
 %if !%{defined perl_bootstrap} && ! ( 0%{?rhel} )
+BuildRequires:  perl(blib)
 BuildRequires:  perl(CPAN::Meta) >= 2.120900
 BuildRequires:  perl(English)
 BuildRequires:  perl(File::Temp)
@@ -90,6 +94,17 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %{_mandir}/man3/CPAN::Meta::Requirements.3*
 
 %changelog
+* Mon Dec 14 2015 Paul Howarth <p...@city-fan.org> - 2.140-1
+- Update to 2.140
+  - Added method for getting structured requirements
+  - Skips impossible tests on Perls earlier than 5.8.0 (before v-string magic)
+  - On Perls before 5.8.1, pad 1-part and 2-part literal v-strings to avoid old
+    version.pm bugs with v-strings less than 3 characters
+  - Protect internal _isa_version from non-refs that pass ->isa('version')
+  - Much better error messages, explaining what conflicted and how
+  - Repackage with fixed tests
+  - Expanded dist.ini from author bundle to individual plugins
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 2.133-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 9b24286..c291bb3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa4768039b80c4aabb4fed6073b52202  CPAN-Meta-Requirements-2.133.tar.gz
+8febe4f14f356e57fd1e2c342d56a64b  CPAN-Meta-Requirements-2.140.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-CPAN-Meta-Requirements.git/commit/?h=master&id=848dd954a53e5551b3ff8a2ac77f8ac3157cc5ed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to