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:
parent
8f8eff9b92
commit
11aedb5e1f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user