diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index 2c553c6..7423e10 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -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 - 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 - 1.302015-1 - Update to 1.302015 - Major refactoring of existing API on top of (included) Test2 diff --git a/sources b/sources index 3e990ca..12bb229 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -131fff20bdafa1013099a961fbd91e87 Test-Simple-1.302015.tar.gz +4cfc893c5b5b1a3a3b6932e7a214b1e4 Test-Simple-1.302019.tar.gz