Update to 1.302181
- New upstream release 1.302181
- Put try_sig_mask back where it goes (and add test to prevent this in the
future)
- Drop new List::Util requirement back down
This commit is contained in:
parent
3165781bfd
commit
996d4023b8
@ -7,7 +7,7 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Epoch: 3
|
||||
Version: 1.302180
|
||||
Version: 1.302181
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -32,7 +32,7 @@ BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(JSON::PP)
|
||||
BuildRequires: perl(List::Util) >= 1.45
|
||||
BuildRequires: perl(List::Util)
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Module::Pluggable)
|
||||
%endif
|
||||
@ -75,7 +75,6 @@ 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
|
||||
@ -196,6 +195,12 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 14 2020 Paul Howarth <paul@city-fan.org> - 3:1.302181-1
|
||||
- Update to 1.302181
|
||||
- Put try_sig_mask back where it goes (and add test to prevent this in the
|
||||
future)
|
||||
- Drop new List::Util requirement back down
|
||||
|
||||
* Mon Sep 14 2020 Paul Howarth <paul@city-fan.org> - 3:1.302180-1
|
||||
- Update to 1.302180
|
||||
- Move try_sig_mask to the only module that uses it
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302180.tar.gz) = 969c58dac4ee74eda8872f415fa376a2a33385d30b869da4397b93c96152d80f5da79b75185f1f092f46bdafff433cd2161879f9c7821ebf01763b7903a5c1d4
|
||||
SHA512 (Test-Simple-1.302181.tar.gz) = a13e5bbfce4e70493e8071c32bec3089e9182d82838579d7cc5c068e1b1db0707371ff3fae3191fa5c0dde11ab4851b17ed98fbc4d66c838910895669eabfffd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user