Update to 0.012

- New upstream release 0.012
  - Drop dependency on Exporter 5.57
This commit is contained in:
Paul Howarth 2015-06-19 12:19:08 +01:00
parent 86d61384f9
commit 20cd605505
2 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Name: perl-CPAN-Meta-Check Name: perl-CPAN-Meta-Check
Summary: Verify requirements in a CPAN::Meta object Summary: Verify requirements in a CPAN::Meta object
Version: 0.011 Version: 0.012
Release: 3%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: https://metacpan.org/release/CPAN-Meta-Check URL: https://metacpan.org/release/CPAN-Meta-Check
@ -11,9 +11,10 @@ BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
# Module # Module
BuildRequires: perl(base)
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.132830 BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.132830
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121 BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl(Exporter)
BuildRequires: perl(Module::Metadata) >= 1.000023 BuildRequires: perl(Module::Metadata) >= 1.000023
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
@ -58,6 +59,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/CPAN::Meta::Check.3* %{_mandir}/man3/CPAN::Meta::Check.3*
%changelog %changelog
* Fri Jun 19 2015 Paul Howarth <paul@city-fan.org> - 0.012-1
- Update to 0.012
- Drop dependency on Exporter 5.57
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-3 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
2591aa5dd0658a6502a7bf068754e7bd CPAN-Meta-Check-0.011.tar.gz adb415398390e83f09e4b91f73a6fd7f CPAN-Meta-Check-0.012.tar.gz