Update to 0.008
- New upstream release 0.008 - Switch to using merged_requirements - Test Env instead of Carp for version overshoot (CPAN RT#89591) - Document $incdirs in the right function
This commit is contained in:
parent
dbbd1dd95d
commit
84b53c588f
@ -1,7 +1,7 @@
|
||||
Name: perl-CPAN-Meta-Check
|
||||
Summary: Verify requirements in a CPAN::Meta object
|
||||
Version: 0.007
|
||||
Release: 3%{?dist}
|
||||
Version: 0.008
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: https://metacpan.org/release/CPAN-Meta-Check
|
||||
@ -10,12 +10,15 @@ BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
# Module
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120920
|
||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120920
|
||||
BuildRequires: perl(CPAN::Meta::Prereqs) >= 2.132830
|
||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.121
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
# Test
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Env)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
# Release tests
|
||||
@ -53,6 +56,12 @@ make test RELEASE_TESTING=1
|
||||
%{_mandir}/man3/CPAN::Meta::Check.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 17 2013 Paul Howarth <paul@city-fan.org> - 0.008-1
|
||||
- Update to 0.008
|
||||
- Switch to using merged_requirements
|
||||
- Test Env instead of Carp for version overshoot (CPAN RT#89591)
|
||||
- Document $incdirs in the right function
|
||||
|
||||
* Wed Sep 4 2013 Paul Howarth <paul@city-fan.org> - 0.007-3
|
||||
- Skip the release tests when bootstrapping
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user