|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Version
|
|
|
|
|
Version: 2.00
|
|
|
|
|
Version: 2.01
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
@ -47,6 +47,7 @@ BuildRequires: perl(Test::Tester)
|
|
|
|
|
BuildRequires: perl(English)
|
|
|
|
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Changes) >= 0.19
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Meta::JSON)
|
|
|
|
|
BuildRequires: perl(Test::DistManifest)
|
|
|
|
|
BuildRequires: perl(Test::EOL)
|
|
|
|
|
BuildRequires: perl(Test::MinimumVersion)
|
|
|
|
@ -91,6 +92,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
|
%{_mandir}/man3/Test::Version.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue May 19 2015 Paul Howarth <paul@city-fan.org> - 2.01-1
|
|
|
|
|
- Update to 2.01
|
|
|
|
|
- Fix failing test in t/all-generated.t
|
|
|
|
|
|
|
|
|
|
* Thu May 7 2015 Paul Howarth <paul@city-fan.org> - 2.00-1
|
|
|
|
|
- Update to 2.00
|
|
|
|
|
- Added filename_match setting
|
|
|
|
|