Update to 0.014
- New upstream release 0.014 - Undef versions are now passed through to CPAN::Meta::Requirements for the check, rather than failing with "Missing version" errors
This commit is contained in:
parent
592c9445fa
commit
fc416c0f23
@ -1,6 +1,6 @@
|
|||||||
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.013
|
Version: 0.014
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/CPAN-Meta-Check
|
URL: https://metacpan.org/release/CPAN-Meta-Check
|
||||||
@ -20,7 +20,9 @@ BuildRequires: perl(Module::Metadata) >= 1.000023
|
|||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Test
|
# Test
|
||||||
|
BuildRequires: perl(CPAN::Meta) >= 2.120920
|
||||||
BuildRequires: perl(Env)
|
BuildRequires: perl(Env)
|
||||||
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
# Extra tests
|
# Extra tests
|
||||||
@ -59,6 +61,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|||||||
%{_mandir}/man3/CPAN::Meta::Check.3*
|
%{_mandir}/man3/CPAN::Meta::Check.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 26 2016 Paul Howarth <paul@city-fan.org> - 0.014-1
|
||||||
|
- Update to 0.014
|
||||||
|
- Undef versions are now passed through to CPAN::Meta::Requirements for the
|
||||||
|
check, rather than failing with "Missing version" errors
|
||||||
|
|
||||||
* Thu Jul 21 2016 Paul Howarth <paul@city-fan.org> - 0.013-1
|
* Thu Jul 21 2016 Paul Howarth <paul@city-fan.org> - 0.013-1
|
||||||
- Update to 0.013
|
- Update to 0.013
|
||||||
- Make tests more resilient against dev versions of dependencies
|
- Make tests more resilient against dev versions of dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user