Update to 1.302019

- New upstream release 1.302019
  - Block signals in critical IPC section (fix #661 and #668)
  - Merge Examples and examples into one dir (#660)
  - Documentation and typo fixes
  - Make Test2::Util::get_tid have a consistent prototype (#665)
  - Make TB->no_plan a no-op if a plan is set
  - Fix util.t win32 bug
  - Handle Test::Builder::Exception properly
  - Silence noisy STDERR in test suite
  - POD spelling fixes
- BR: perl-generators
This commit is contained in:
Paul Howarth 2016-05-19 11:03:14 +01:00
parent 300d6801fd
commit 9dc1bd73df
2 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Test-Simple
Summary: Basic utilities for writing tests
Version: 1.302015
Version: 1.302019
Release: 1%{?dist}
# CC0: lib/ok.pm
# Public Domain: lib/Test/Tutorial.pod
@ -13,6 +13,7 @@ BuildArch: noarch
BuildRequires: coreutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.75
# Module Runtime
BuildRequires: perl(base)
@ -24,6 +25,7 @@ BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(overload)
BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util) >= 1.13
BuildRequires: perl(Storable)
BuildRequires: perl(strict)
@ -145,6 +147,19 @@ make test AUTHOR_TESTING=1
%{_mandir}/man3/Test2::Util::Trace.3*
%changelog
* Thu May 19 2016 Paul Howarth <paul@city-fan.org> - 1.302019-1
- Update to 1.302019
- Block signals in critical IPC section (fix #661 and #668)
- Merge Examples and examples into one dir (#660)
- Documentation and typo fixes
- Make Test2::Util::get_tid have a consistent prototype (#665)
- Make TB->no_plan a no-op if a plan is set
- Fix util.t win32 bug
- Handle Test::Builder::Exception properly
- Silence noisy STDERR in test suite
- POD spelling fixes
- BR: perl-generators
* Wed May 18 2016 Paul Howarth <paul@city-fan.org> - 1.302015-1
- Update to 1.302015
- Major refactoring of existing API on top of (included) Test2

View File

@ -1 +1 @@
131fff20bdafa1013099a961fbd91e87 Test-Simple-1.302015.tar.gz
4cfc893c5b5b1a3a3b6932e7a214b1e4 Test-Simple-1.302019.tar.gz