|
|
|
@ -1,8 +1,5 @@
|
|
|
|
|
# noarch, but to avoid debug* files interfering with manifest test:
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: perl-Test-Version
|
|
|
|
|
Version: 2.07
|
|
|
|
|
Version: 2.09
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Check to see that versions in modules are sane
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
@ -36,7 +33,10 @@ BuildRequires: perl(warnings)
|
|
|
|
|
# ===================================================================
|
|
|
|
|
BuildRequires: perl(blib) >= 1.01
|
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
|
BuildRequires: perl(IPC::Open3)
|
|
|
|
|
BuildRequires: perl(Test::Exception)
|
|
|
|
@ -52,7 +52,6 @@ BuildRequires: perl(Test::Tester)
|
|
|
|
|
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)
|
|
|
|
|
BuildRequires: perl(Test::Perl::Critic)
|
|
|
|
@ -95,6 +94,10 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
|
|
|
|
%{_mandir}/man3/Test::Version.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 26 2018 Paul Howarth <paul@city-fan.org> - 2.09-1
|
|
|
|
|
- Update to 2.09
|
|
|
|
|
- Handle common special characters on Windows in taint mode
|
|
|
|
|
|
|
|
|
|
* Wed Feb 21 2018 Paul Howarth <paul@city-fan.org> - 2.07-1
|
|
|
|
|
- Update to 2.07
|
|
|
|
|
- Support running in taint mode
|
|
|
|
|