Update to 1.302040
- New upstream release 1.302040 - Fix broken MANIFEST.SKIP entries (#689) - Add Info event for better diagnostics
This commit is contained in:
parent
aa9a209a02
commit
9069ed63a7
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: 1.302037
|
||||
Version: 1.302040
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -126,6 +126,7 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Event::Diag.3*
|
||||
%{_mandir}/man3/Test2::Event::Exception.3*
|
||||
%{_mandir}/man3/Test2::Event::Generic.3*
|
||||
%{_mandir}/man3/Test2::Event::Info.3*
|
||||
%{_mandir}/man3/Test2::Event::Note.3*
|
||||
%{_mandir}/man3/Test2::Event::Ok.3*
|
||||
%{_mandir}/man3/Test2::Event::Plan.3*
|
||||
@ -148,6 +149,11 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 10 2016 Paul Howarth <paul@city-fan.org> - 1.302040-1
|
||||
- Update to 1.302040
|
||||
- Fix broken MANIFEST.SKIP entries (#689)
|
||||
- Add Info event for better diagnostics
|
||||
|
||||
* Mon Jul 4 2016 Paul Howarth <paul@city-fan.org> - 1.302037-1
|
||||
- Update to 1.302037
|
||||
- Restore PerlIO layer cloning on STDERR and STDOUT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user