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:
parent
300d6801fd
commit
9dc1bd73df
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user