From 3165781bfd1d37119c71008b1023f5c7f61fb8bb Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 14 Sep 2020 11:30:11 +0100 Subject: [PATCH] Update to 1.302180 - New upstream release 1.302180 - Move try_sig_mask to the only module that uses it - Inherit warnings bitmask in cmp_ok string eval - Update copyright date - Improved API for intercept {} and what it returns - Bump minimum List::Util version (for uniq) --- perl-Test-Simple.spec | 23 +++++++++++++++++++++-- sources | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec index ccf9660..9865e15 100644 --- a/perl-Test-Simple.spec +++ b/perl-Test-Simple.spec @@ -7,7 +7,7 @@ Name: perl-Test-Simple Summary: Basic utilities for writing tests Epoch: 3 -Version: 1.302177 +Version: 1.302180 Release: 1%{?dist} # CC0: lib/ok.pm # Public Domain: lib/Test/Tutorial.pod @@ -32,7 +32,10 @@ BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) BuildRequires: perl(IO::Handle) BuildRequires: perl(JSON::PP) -BuildRequires: perl(List::Util) +BuildRequires: perl(List::Util) >= 1.45 +%if !%{defined perl_bootstrap} +BuildRequires: perl(Module::Pluggable) +%endif # mro used since Perl 5.010 BuildRequires: perl(mro) BuildRequires: perl(overload) @@ -72,6 +75,10 @@ BuildRequires: perl(Test::Script) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Data::Dumper) Requires: perl(JSON::PP) +Requires: perl(List::Util) >= 1.45 +%if !%{defined perl_bootstrap} +Requires: perl(Module::Pluggable) +%endif # mro used since Perl 5.010 Requires: perl(mro) Requires: perl(Term::ANSIColor) @@ -136,6 +143,10 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1} %{_mandir}/man3/Test2::API::Breakage.3* %{_mandir}/man3/Test2::API::Context.3* %{_mandir}/man3/Test2::API::Instance.3* +%{_mandir}/man3/Test2::API::InterceptResult.3* +%{_mandir}/man3/Test2::API::InterceptResult::Event.3* +%{_mandir}/man3/Test2::API::InterceptResult::Hub.3* +%{_mandir}/man3/Test2::API::InterceptResult::Squasher.3* %{_mandir}/man3/Test2::API::Stack.3* %{_mandir}/man3/Test2::Event.3* %{_mandir}/man3/Test2::Event::Bail.3* @@ -185,6 +196,14 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1} %{_mandir}/man3/Test2::Util::Trace.3* %changelog +* Mon Sep 14 2020 Paul Howarth - 3:1.302180-1 +- Update to 1.302180 + - Move try_sig_mask to the only module that uses it + - Inherit warnings bitmask in cmp_ok string eval + - Update copyright date + - Improved API for intercept {} and what it returns + - Bump minimum List::Util version (for uniq) + * Fri Aug 07 2020 Petr Pisar - 3:1.302177-1 - Update to 1.302177 - Minor fix to author downstream test diff --git a/sources b/sources index 58135e2..7fcf14d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Test-Simple-1.302177.tar.gz) = 382b3a614946d0701f6a3b4914ae0bc66db5368e657cd47f40136ffd1b22a117258e28a38db71ea11aecb083c8366479690a7bd59b0af4b05470b140e6e1cdd4 +SHA512 (Test-Simple-1.302180.tar.gz) = 969c58dac4ee74eda8872f415fa376a2a33385d30b869da4397b93c96152d80f5da79b75185f1f092f46bdafff433cd2161879f9c7821ebf01763b7903a5c1d4