Update to 1.302026
- New upstream release 1.302026 - Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue) - Potential fix for t/Legacy/Regression/637.t - Make t/Legacy/Regression/637.t AUTHOR_TESTING for now - Add Generic event type - Make sure enabling culling/shm sets pid and tid (fix #679)
This commit is contained in:
parent
59b9f9c474
commit
71e363f583
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: 1.302022
|
||||
Version: 1.302026
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -125,6 +125,7 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Event::Bail.3*
|
||||
%{_mandir}/man3/Test2::Event::Diag.3*
|
||||
%{_mandir}/man3/Test2::Event::Exception.3*
|
||||
%{_mandir}/man3/Test2::Event::Generic.3*
|
||||
%{_mandir}/man3/Test2::Event::Note.3*
|
||||
%{_mandir}/man3/Test2::Event::Ok.3*
|
||||
%{_mandir}/man3/Test2::Event::Plan.3*
|
||||
@ -147,6 +148,14 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2016 Paul Howarth <paul@city-fan.org> - 1.302026-1
|
||||
- Update to 1.302026
|
||||
- Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue)
|
||||
- Potential fix for t/Legacy/Regression/637.t
|
||||
- Make t/Legacy/Regression/637.t AUTHOR_TESTING for now
|
||||
- Add Generic event type
|
||||
- Make sure enabling culling/shm sets pid and tid (fix #679)
|
||||
|
||||
* Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 1.302022-1
|
||||
- Update to 1.302022
|
||||
- Many micro-optimizations
|
||||
|
||||
Loading…
Reference in New Issue
Block a user