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:
Paul Howarth 2016-06-14 08:29:40 +01:00
parent 59b9f9c474
commit 71e363f583
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
f3f27f3c4fd642b51928045f04062080 Test-Simple-1.302022.tar.gz
b60bc366dc6754fa155d7cca9a3dd45c Test-Simple-1.302026.tar.gz