Update to 0.16

- New upstream release 0.16
  - Fix prereq problem with last release - now no longer testing the example
    scripts for user installs
This commit is contained in:
Paul Howarth 2014-06-22 12:10:01 +01:00
parent 316eea4477
commit aac436fba0
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-Test-Warnings
Version: 0.015
Version: 0.016
Release: 1%{?dist}
Summary: Test for warnings and the lack of them
License: GPL+ or Artistic
@ -23,7 +23,6 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(if)
BuildRequires: perl(List::Util)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::Tester) >= 0.108
BuildRequires: perl(version)
@ -73,6 +72,11 @@ make test
%{_mandir}/man3/Test::Warnings.3pm*
%changelog
* Sun Jun 22 2014 Paul Howarth <paul@city-fan.org> - 0.016-1
- Update to 0.16
- Fix prereq problem with last release - now no longer testing the example
scripts for user installs
* Fri Jun 20 2014 Paul Howarth <paul@city-fan.org> - 0.015-1
- Update to 0.15
- Adjusted packaging and tests to become perl-5.6 friendly, including only

View File

@ -1 +1 @@
9ae44c9e00f1e24e058959a98fb5531a Test-Warnings-0.015.tar.gz
5608b3f8dbdd65d0251200754d97863a Test-Warnings-0.016.tar.gz