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
This commit is contained in:
Paul Howarth 2015-12-14 12:05:16 +00:00
parent 44b2fe3e7e
commit 848dd954a5
2 changed files with 19 additions and 4 deletions

View File

@ -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 <paul@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-eng@lists.fedoraproject.org> - 2.133-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
aa4768039b80c4aabb4fed6073b52202 CPAN-Meta-Requirements-2.133.tar.gz
8febe4f14f356e57fd1e2c342d56a64b CPAN-Meta-Requirements-2.140.tar.gz