Update to 1.001014

- New upstream release 1.001014
  - Fix a unit test that broke on some platforms with spaces in the $^X path
  - Add a test to ensure that the Changes file is updated
This commit is contained in:
Paul Howarth 2015-01-07 10:17:02 +00:00
parent 8f8eff9b92
commit 11aedb5e1f
2 changed files with 10 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# For versioned provides
%global T_T_Version 0.112
%global T_u_o_Version 0.14
%global T_T_Version 0.114
%global T_u_o_Version 0.16
Name: perl-Test-Simple
Summary: Basic utilities for writing tests
Version: 1.001012
Version: 1.001014
Release: 1%{?dist}
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Test-Simple
@ -36,6 +36,7 @@ BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Pipe)
BuildRequires: perl(lib)
BuildRequires: perl(List::Util)
BuildRequires: perl(POSIX)
BuildRequires: perl(threads)
# Runtime
@ -110,6 +111,11 @@ make test AUTHOR_TESTING=1
%{_mandir}/man3/Test::use::ok.3*
%changelog
* Wed Jan 7 2015 Paul Howarth <paul@city-fan.org> - 1.001014-1
- Update to 1.001014
- Fix a unit test that broke on some platforms with spaces in the $^X path
- Add a test to ensure that the Changes file is updated
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 1.001012-1
- Update to 1.001012
- Move test that was dropped in the wrong directory

View File

@ -1 +1 @@
6782dbc93e7eb267e81e14aa0f3b8fa7 Test-Simple-1.001012.tar.gz
db7f57fd595e3e1c93c972307a88fa6e Test-Simple-1.001014.tar.gz