Compare commits
No commits in common. "c8-stream-5.3" and "c9-beta" have entirely different histories.
c8-stream-
...
c9-beta
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Test-Simple-1.302170.tar.gz
|
||||
SOURCES/Test-Simple-1.302183.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
9e7b94ba932da0f5bffb355472b1bbf66c9da835 SOURCES/Test-Simple-1.302170.tar.gz
|
||||
fbcf81383233adc08982e04e37c85d23e6a75721 SOURCES/Test-Simple-1.302183.tar.gz
|
||||
|
||||
@ -1,4 +1,9 @@
|
||||
%if ! (0%{?rhel})
|
||||
%bcond_without perl_Test_Simple_enables_Module_Pluggable
|
||||
%else
|
||||
%bcond_with perl_Test_Simple_enables_Module_Pluggable
|
||||
%endif
|
||||
%if ! (0%{?rhel})
|
||||
%bcond_without perl_Test_Simple_enables_optional_test
|
||||
%else
|
||||
%bcond_with perl_Test_Simple_enables_optional_test
|
||||
@ -7,8 +12,8 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Epoch: 3
|
||||
Version: 1.302170
|
||||
Release: 1%{?dist}
|
||||
Version: 1.302183
|
||||
Release: 4%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
# GPL+ or Artistic: the rest of the distribution
|
||||
@ -31,7 +36,13 @@ BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(JSON::PP)
|
||||
BuildRequires: perl(List::Util)
|
||||
%if %{with perl_Test_Simple_enables_Module_Pluggable} && !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Module::Pluggable)
|
||||
%endif
|
||||
# mro used since Perl 5.010
|
||||
BuildRequires: perl(mro)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(PerlIO) >= 1.02
|
||||
BuildRequires: perl(POSIX)
|
||||
@ -68,6 +79,12 @@ BuildRequires: perl(Test::Script)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(JSON::PP)
|
||||
%if %{with perl_Test_Simple_enables_Module_Pluggable} && !%{defined perl_bootstrap}
|
||||
Suggests: perl(Module::Pluggable)
|
||||
%endif
|
||||
# mro used since Perl 5.010
|
||||
Requires: perl(mro)
|
||||
Requires: perl(Term::ANSIColor)
|
||||
%if !%{defined perl_bootstrap}
|
||||
Requires: perl(Term::Table)
|
||||
@ -130,6 +147,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*
|
||||
@ -179,6 +200,91 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3:1.302183-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3:1.302183-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.302183-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Oct 22 2020 Paul Howarth <paul@city-fan.org> - 3:1.302183-1
|
||||
- Update to 1.302183
|
||||
- Avoid closing over scalar in BEGIN block in cmp_ok eval
|
||||
|
||||
* Thu Oct 15 2020 Petr Pisar <ppisar@redhat.com> - 3:1.302182-2
|
||||
- Demote Module::Pluggable hard dependency to Suggests level
|
||||
|
||||
* Tue Oct 6 2020 Paul Howarth <paul@city-fan.org> - 3:1.302182-1
|
||||
- Update to 1.302182
|
||||
- Fix 5.6 support
|
||||
- Fix fragile %%INC handling in a test
|
||||
|
||||
* 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
|
||||
- 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 <ppisar@redhat.com> - 3:1.302177-1
|
||||
- Update to 1.302177
|
||||
- Minor fix to author downstream test
|
||||
- No significant changes since the last trial
|
||||
- Fix Test::More's $TODO inside intercept (#862)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.302175-458
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302175-457
|
||||
- Perl 5.32 re-rebuild of bootstrapped packages
|
||||
|
||||
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302175-456
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Tue Apr 14 2020 Paul Howarth <paul@city-fan.org> - 3:1.302175-1
|
||||
- Update to 1.302175
|
||||
- Fix typos in POD
|
||||
- Fix incorrect Test2::Hub documentation
|
||||
- Fix test that needed . in @INC on Windows
|
||||
- Fix Breakage test to show more info
|
||||
|
||||
* Tue Mar 31 2020 Paul Howarth <paul@city-fan.org> - 3:1.302174-1
|
||||
- Update to 1.302174
|
||||
- Fall back to Data::Dumper if JSON::PP is not available during IPC errors
|
||||
|
||||
* Fri Mar 27 2020 Paul Howarth <paul@city-fan.org> - 3:1.302173-1
|
||||
- Update to 1.302173
|
||||
- Add extra debugging for "Not all files from hub '...' have been collected!"
|
||||
|
||||
* Mon Mar 9 2020 Paul Howarth <paul@city-fan.org> - 3:1.302172-1
|
||||
- Update to 1.302172
|
||||
- Fix transition documentation
|
||||
- Fix warnings from info/debug tap
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.302171-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2020 Paul Howarth <paul@city-fan.org> - 3:1.302171-1
|
||||
- Update to 1.302171
|
||||
- Fix 5.6
|
||||
- Fix EBCDIC
|
||||
- Upgrade Object::HashBase
|
||||
- Clarify error message in test (GH#841)
|
||||
- Spelling/Grammar fixes
|
||||
|
||||
* Thu Jan 02 2020 Petr Pisar <ppisar@redhat.com> - 3:1.302170-2
|
||||
- Require mro
|
||||
|
||||
* Tue Dec 3 2019 Paul Howarth <paul@city-fan.org> - 3:1.302170-1
|
||||
- Update to 1.302170
|
||||
- Fix unwanted END phase event (GH#840)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user