Update to 1.302059
- New upstream release 1.302059
- Documentation fixes
- Win32 color support in Test::Builder::Tester
- Support v-strings in is_deeply
- A streamed subtest run inside a buffered subtest will automatically be
converted to a buffered subtest; otherwise, the output from inside the
subtest is lost entirely (#721)
- Mask warning when comparing $@ in Test2::API::Context
- Drop obsoletes/provides for perl-Test-Tester and perl-Test-use-ok, which
were integrated into this package in Fedora 22
This commit is contained in:
parent
29f2c353f2
commit
5c2c842720
@ -1,6 +1,6 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Version: 1.302056
|
||||
Version: 1.302059
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -54,12 +54,7 @@ Requires: perl(Data::Dumper)
|
||||
Requires: perl(Term::ANSIColor)
|
||||
Requires: perl(threads::shared)
|
||||
|
||||
# Test-Tester and Test-use-ok integrated at version 1.001010
|
||||
# Test2 integrated at 1.302014
|
||||
Obsoletes: perl-Test-Tester < 0.109-7
|
||||
Provides: perl-Test-Tester = %{version}-1%{?dist}
|
||||
Obsoletes: perl-Test-use-ok < 0.11-7
|
||||
Provides: perl-Test-use-ok = %{version}-1%{?dist}
|
||||
# Test2 integrated at 1.302014 (Fedora 25)
|
||||
Obsoletes: perl-Test2 < %{version}-%{release}
|
||||
Provides: perl-Test2 = %{version}-%{release}
|
||||
|
||||
@ -149,6 +144,18 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 26 2016 Paul Howarth <paul@city-fan.org> - 1.302059-1
|
||||
- Update to 1.302059
|
||||
- Documentation fixes
|
||||
- Win32 color support in Test::Builder::Tester
|
||||
- Support v-strings in is_deeply
|
||||
- A streamed subtest run inside a buffered subtest will automatically be
|
||||
converted to a buffered subtest; otherwise, the output from inside the
|
||||
subtest is lost entirely (#721)
|
||||
- Mask warning when comparing $@ in Test2::API::Context
|
||||
- Drop obsoletes/provides for perl-Test-Tester and perl-Test-use-ok, which
|
||||
were integrated into this package in Fedora 22
|
||||
|
||||
* Tue Sep 13 2016 Paul Howarth <paul@city-fan.org> - 1.302056-1
|
||||
- Update to 1.302056
|
||||
- Fix skip_all in require in intercept (#696)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user