Update to 1.302083
- New upstream release 1.302083 - Fixes for '. in @INC' changes (#768) - Timeout when waiting for child procs and threads (#765) - Fix SIGSYS localization issue (#758) - Fix outdated docs (#759, #754) - Fix bail-out in buffered subtest (#747) - Fix threads timeout for older perls (as best we can) - Fix test that incorrectly called private function as method - Update some breakage info for Test::More::Prefix and Test::DBIx::Class::Schema
This commit is contained in:
parent
1acfff5386
commit
511f4132cb
5
.rpmlint
Normal file
5
.rpmlint
Normal file
@ -0,0 +1,5 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error %description -l en_US perldoc -> ");
|
||||
addFilter("spelling-error %description -l en_US lifed -> ");
|
||||
addFilter("wrong-script-interpreter /usr/share/doc/perl-Test-Simple/examples/");
|
||||
addFilter("wrong-script-interpreter /usr/share/doc/perl-Test-Simple/t/");
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: 1.302078
|
||||
Version: 1.302083
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -122,7 +122,6 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Event::Encoding.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*
|
||||
@ -147,6 +146,18 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 15 2017 Paul Howarth <paul@city-fan.org> - 1.302083-1
|
||||
- Update to 1.302083
|
||||
- Fixes for '. in @INC' changes (#768)
|
||||
- Timeout when waiting for child procs and threads (#765)
|
||||
- Fix SIGSYS localization issue (#758)
|
||||
- Fix outdated docs (#759, #754)
|
||||
- Fix bail-out in buffered subtest (#747)
|
||||
- Fix threads timeout for older perls (as best we can)
|
||||
- Fix test that incorrectly called private function as method
|
||||
- Update some breakage info for Test::More::Prefix and
|
||||
Test::DBIx::Class::Schema
|
||||
|
||||
* Thu Mar 2 2017 Paul Howarth <paul@city-fan.org> - 1.302078-1
|
||||
- Update to 1.302078
|
||||
- Fix crash when TB->reset used inside subtest
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302078.tar.gz) = 155685a17e98353caa29b8752d26e62f9f60424048c347e68642f6aa118724e4dda30cc91902792cb0a2b29ab698a6a58b65e3ba6dc9725a05ebdc43759e088d
|
||||
SHA512 (Test-Simple-1.302083.tar.gz) = 125772d71a28feb92e2854218531b3fd0cd25043bd4db5071e2e8b860e503db13cb884abe6dbb81ac79251f683abeb7878af17850f372c24c0a9dfa2338861fa
|
||||
|
||||
Loading…
Reference in New Issue
Block a user