Update to 0.011

- New upstream release 0.011
  - Declare the minimum version required for the "merged_requirements"
    interface
- Explicitly run the extra tests
This commit is contained in:
Paul Howarth 2015-03-23 15:48:37 +00:00
parent ef6b04d597
commit 5931a9cb75
2 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Name: perl-CPAN-Meta-Check
Summary: Verify requirements in a CPAN::Meta object
Version: 0.010
Version: 0.011
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -19,12 +19,12 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test
BuildRequires: perl(Env)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.88
# Extra tests
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.88
# Release tests
BuildRequires: perl(Pod::Coverage::TrustPod)
BuildRequires: perl(Test::Pod) >= 1.41
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
@ -48,7 +48,8 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_fixperms} %{buildroot}
%check
make test RELEASE_TESTING=1
make test
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%files
%license LICENSE
@ -57,6 +58,12 @@ make test RELEASE_TESTING=1
%{_mandir}/man3/CPAN::Meta::Check.3*
%changelog
* Mon Mar 23 2015 Paul Howarth <paul@city-fan.org> - 0.011-1
- Update to 0.011
- Declare the minimum version required for the "merged_requirements"
interface
- Explicitly run the extra tests
* Mon Feb 2 2015 Paul Howarth <paul@city-fan.org> - 0.010-1
- Update to 0.010
- Bump Module::Metadata prereq for $VERSION parsing (CPAN RT#101095)

View File

@ -1 +1 @@
764832f184a043aa5b3a4481c3122d0a CPAN-Meta-Check-0.010.tar.gz
2591aa5dd0658a6502a7bf068754e7bd CPAN-Meta-Check-0.011.tar.gz