|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Version
|
|
|
|
|
Version: 2.04
|
|
|
|
|
Version: 2.05
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
@ -24,7 +24,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(File::Find::Rule::Perl)
|
|
|
|
|
BuildRequires: perl(Module::Metadata) >= 1.000019
|
|
|
|
|
BuildRequires: perl(Module::Metadata) >= 1.000020
|
|
|
|
|
BuildRequires: perl(parent)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
@ -96,6 +96,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
|
%{_mandir}/man3/Test::Version.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 18 2016 Paul Howarth <paul@city-fan.org> - 2.05-1
|
|
|
|
|
- Update to 2.05
|
|
|
|
|
- Bump requirement for newer version of Module::Metadata (again); required
|
|
|
|
|
for ignore_unindexable
|
|
|
|
|
|
|
|
|
|
* Thu Jun 23 2016 Paul Howarth <paul@city-fan.org> - 2.04-1
|
|
|
|
|
- Update to 2.04
|
|
|
|
|
- Bump requirement for a newer version of Module::Metadata
|
|
|
|
|