Update to 1.302160
- New upstream release 1.302160 - Fix minor typos and missing doc sections - Add table support in info facet and TAP formatter - Fix TAP test on Windows - Fix math errors in table indentation - Devel requires Term::Table - Add table support to ctx->fail and ctx->fail_and_return - Fix Instance.t on haiku-os
This commit is contained in:
parent
106108eec0
commit
9af8369cfe
@ -7,7 +7,7 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Epoch: 2
|
||||
Version: 1.302156
|
||||
Version: 1.302160
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -40,6 +40,7 @@ BuildRequires: perl(Storable)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(Term::ANSIColor)
|
||||
BuildRequires: perl(Term::Table)
|
||||
BuildRequires: perl(threads::shared)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -68,6 +69,7 @@ BuildRequires: perl(Test::Script)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(Term::ANSIColor)
|
||||
Requires: perl(Term::Table)
|
||||
Requires: perl(threads::shared)
|
||||
|
||||
# Test2 integrated at 1.302014 (Fedora 25)
|
||||
@ -156,6 +158,7 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::EventFacet::Error.3*
|
||||
%{_mandir}/man3/Test2::EventFacet::Hub.3*
|
||||
%{_mandir}/man3/Test2::EventFacet::Info.3*
|
||||
%{_mandir}/man3/Test2::EventFacet::Info::Table.3*
|
||||
%{_mandir}/man3/Test2::EventFacet::Meta.3*
|
||||
%{_mandir}/man3/Test2::EventFacet::Parent.3*
|
||||
%{_mandir}/man3/Test2::EventFacet::Plan.3*
|
||||
@ -179,6 +182,16 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 19 2019 Paul Howarth <paul@city-fan.org> - 2:1.302160-1
|
||||
- Update to 1.302160
|
||||
- Fix minor typos and missing doc sections
|
||||
- Add table support in info facet and TAP formatter
|
||||
- Fix TAP test on Windows
|
||||
- Fix math errors in table indentation
|
||||
- Devel requires Term::Table
|
||||
- Add table support to ctx->fail and ctx->fail_and_return
|
||||
- Fix Instance.t on haiku-os
|
||||
|
||||
* Tue Jan 8 2019 Paul Howarth <paul@city-fan.org> - 2:1.302156-1
|
||||
- Update to 1.302156
|
||||
- Fix Windows fork+test failure (GH#814)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302156.tar.gz) = a969ca9870a492167b92adce97c68b522f9af8a82b99bc98c1eff8fe7fda74be85a8d194836f5a1d25bd95bb34057c7e2de25ba0e0163e908ad6f1985c071376
|
||||
SHA512 (Test-Simple-1.302160.tar.gz) = 3df744efbf5e2bf1b03849f35bec32f0b0546efbe968e38ed55a472d92f2b2f5a7cf63e82d6fda7ec2406c403c053a32285d29dcf21d28030a924bc751e16548
|
||||
|
||||
Loading…
Reference in New Issue
Block a user