Update to 1.16.

Activate t2/ testsuite.
epel9
Ralf Corsépius 8 years ago
parent 337e23a107
commit ade7a10de6

2
.gitignore vendored

@ -1 +1 @@
/Test-Script-1.15.tar.gz
/Test-Script-1.16.tar.gz

@ -1,5 +1,5 @@
Name: perl-Test-Script
Version: 1.15
Version: 1.16
Release: 1%{?dist}
Summary: Cross-platform basic tests for scripts
License: GPL+ or Artistic
@ -28,6 +28,10 @@ BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Optionally required by t2/-testsuite
BuildRequires: perl(Test2)
BuildRequires: perl(Test2::Suite)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -55,6 +59,10 @@ in the bin directory of your Perl distribution.
%{_mandir}/man3/*
%changelog
* Wed Mar 08 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.16-1
- Update to 1.16.
- Activate t2/ testsuite.
* Thu Feb 23 2017 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.15-1
- Update to 1.15.
- Modernize spec.

@ -1 +1 @@
SHA512 (Test-Script-1.15.tar.gz) = b692558e0b3545643de7b98e88244ee17f963a6df131089763ae0c4d3e641223925f3af458193299f991dacbf7c0ec0598e4c4c26357515aaacce28920a3d4eb
SHA512 (Test-Script-1.16.tar.gz) = 92af15cb6909dc59466abfd3061d667230c6e9a69970fc62df3e68c2c7e4d93d0ac3c26d1cdcdec92a5a414078921bcdd8827f8e05ac1241f36f81f5efbb4133

Loading…
Cancel
Save