Update to 1.302118
- New upstream release 1.302118 - Added pre-subtest hook to Test2::API (GH#801) - ipc_wait now reports exit and signal values - Add better interface for ipc_wait - Fix event Out of Order bug - Add driver_abort() hook for IPC Drivers
This commit is contained in:
parent
b364843014
commit
ef88d26d23
@ -3,7 +3,7 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Epoch: 1
|
||||
Version: 1.302113
|
||||
Version: 1.302118
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -48,6 +48,7 @@ BuildRequires: perl(threads)
|
||||
# Optional Tests
|
||||
BuildRequires: perl(CPAN::Meta)
|
||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120920
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
BuildRequires: perl(IPC::SysV)
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(POSIX)
|
||||
@ -170,6 +171,14 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 29 2017 Paul Howarth <paul@city-fan.org> - 1:1.302118-1
|
||||
- Update to 1.302118
|
||||
- Added pre-subtest hook to Test2::API (GH#801)
|
||||
- ipc_wait now reports exit and signal values
|
||||
- Add better interface for ipc_wait
|
||||
- Fix event Out of Order bug
|
||||
- Add driver_abort() hook for IPC Drivers
|
||||
|
||||
* Tue Nov 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302113-1
|
||||
- Update to 1.302113
|
||||
- Fix test on threaded 5.8
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302113.tar.gz) = 2e72f0d9e33e09339ec67ad8f99fb23aae333db1f3fc13f125e68ef17f1c109e6544c00c47a920b202507d37e603a606979544b0cb7d78ea8b8e32ced18cca83
|
||||
SHA512 (Test-Simple-1.302118.tar.gz) = 61d64aa0c4047fab07bef16487f02a19c524f9de00b814ce5874db604aae8a8f6e2f51387bd2bae67750fdb6c6e567f3528bc3a0e00ebb58a45f9f97ff762a52
|
||||
|
||||
Loading…
Reference in New Issue
Block a user