Compare commits

...

No commits in common. "c8-stream-5.3" and "c8s" have entirely different histories.

5 changed files with 21 additions and 119 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/Test-Simple-1.302170.tar.gz
/Test-Simple-[0-9._]*.tar.gz

View File

@ -1 +0,0 @@
9e7b94ba932da0f5bffb355472b1bbf66c9da835 SOURCES/Test-Simple-1.302170.tar.gz

5
.rpmlint Normal file
View File

@ -0,0 +1,5 @@
from Config import *
addFilter("spelling-error %description -l en_US perldoc -> ");
addFilter("spelling-error %description -l en_US lifed -> ");
addFilter("wrong-script-interpreter /usr/share/doc/perl-Test-Simple/examples/");
addFilter("wrong-script-interpreter /usr/share/doc/perl-Test-Simple/t/");

View File

@ -6,15 +6,15 @@
Name: perl-Test-Simple
Summary: Basic utilities for writing tests
Epoch: 3
Version: 1.302170
Epoch: 1
Version: 1.302135
Release: 1%{?dist}
# CC0: lib/ok.pm
# Public Domain: lib/Test/Tutorial.pod
# GPL+ or Artistic: the rest of the distribution
License: (GPL+ or Artistic) and CC0 and Public Domain
URL: https://metacpan.org/release/Test-Simple
Source0: https://cpan.metacpan.org/modules/by-module/Test/Test-Simple-%{version}.tar.gz
URL: http://search.cpan.org/dist/Test-Simple
Source0: http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Simple-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
@ -40,9 +40,7 @@ BuildRequires: perl(Storable)
BuildRequires: perl(strict)
BuildRequires: perl(Symbol)
BuildRequires: perl(Term::ANSIColor)
%if !%{defined perl_bootstrap}
BuildRequires: perl(Term::Table)
%endif
BuildRequires: perl(threads::shared)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
# Test Suite
@ -55,6 +53,7 @@ BuildRequires: perl(threads)
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120920
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(IPC::SysV)
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::Harness) >= 2.03
@ -69,9 +68,11 @@ BuildRequires: perl(Test::Script)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Data::Dumper)
Requires: perl(Term::ANSIColor)
%if !%{defined perl_bootstrap}
Requires: perl(Term::Table)
%endif
Requires: perl(threads::shared)
# Test2 integrated at 1.302014 (Fedora 25)
Obsoletes: perl-Test2 < %{version}-%{release}
Provides: perl-Test2 = %{version}-%{release}
%{?perl_default_filter}
@ -86,14 +87,14 @@ This package is the CPAN component of the dual-lifed core package Test-Simple.
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
%{make_build}
make %{?_smp_mflags}
%install
%{make_install}
make install DESTDIR=%{buildroot}
%{_fixperms} -c %{buildroot}
%check
make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
make test AUTHOR_TESTING=1
%files
%license LICENSE
@ -155,7 +156,6 @@ make test %{!?perl_bootstrap: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,109 +179,6 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
%{_mandir}/man3/Test2::Util::Trace.3*
%changelog
* 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)
* Tue Nov 19 2019 Paul Howarth <paul@city-fan.org> - 3:1.302169-1
- Update to 1.302169
- Update inlined Object::HashBase
- Avoid 'used only once' warnings in BEGIN and END blocks
* Fri Sep 6 2019 Paul Howarth <paul@city-fan.org> - 3:1.302168-1
- Update to 1.302168
- Fix typo in a Test2::API::Breakage warning
- Delay loading of Term::Table until needed
* Mon Aug 26 2019 Paul Howarth <paul@city-fan.org> - 3:1.302167-1
- Update to 1.302167
- Add test2_is_testing_done api method
- Fix string compare warning
* Fri Aug 16 2019 Paul Howarth <paul@city-fan.org> - 3:1.302166-1
- Update to 1.302166
- Better diagnostics when a context is destroyed unexpectedly
- Add an event to notify when END phase starts
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3:1.302164-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302164-3
- Perl 5.30 re-rebuild of bootstrapped packages
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3:1.302164-2
- Perl 5.30 rebuild
* Sun Apr 28 2019 Paul Howarth <paul@city-fan.org> - 2:1.302164-1
- Update to 1.302164
- Do not use threads::shared in Test::Tester::Capture (GH#826)
- Add missing version info to Info/Table
- Fix event in global destruction bug (GH#827)
- Proper fix for todo = '' (GH#812, GH#829)
- Modernize spec using %%{make_build} and %%{make_install}
- Drop obsoletes/provides for perl-Test2 dating back to Fedora 25
* Wed Feb 6 2019 Paul Howarth <paul@city-fan.org> - 2:1.302162-1
- Update to 1.302162
- Remove SHM Optimization
- Typo fixes in documentation
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.302160-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* 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)
- Documentation updates (GH#819)
- Fix verbose TAP newline regression (GH#810)
- Fix local $TODO bugs (GH#812, GH#817)
- Fix shm read warning (GH#815)
- Merge doc fix PR's from magnolia-k
- Fix failure to check error code on shmwrite (GH#815)
- Fix localization error in new test (GH#820)
- Fix SHM test to work on machines without SHM
- Fix locale errors in Instance.t
- Windows test fixes
- Perl 5.6 test fixes
- Add trace to SHM error when possible
- Fix test not to fail in non-english locales
* Sun Dec 2 2018 Paul Howarth <paul@city-fan.org> - 2:1.302141-1
- Update to 1.302141
- Fix bug where IPC init failed in preload+fork environments
* Tue Aug 14 2018 Paul Howarth <paul@city-fan.org> - 2:1.302140-1
- Update to 1.302140
- Mask warning from the recent IPC fix generated when threaded Test tools are
loaded at run-time
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.302138-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jul 12 2018 Paul Howarth <paul@city-fan.org> - 2:1.302138-1
- Update to 1.302138
- Make it safe to fork before events in IPC
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.302136-3
- Perl 5.28 re-rebuild of bootstrapped packages
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.302136-2
- Perl 5.28 rebuild
* Thu Apr 19 2018 Paul Howarth <paul@city-fan.org> - 1:1.302136-1
- Update to 1.302136
- Add test2_add_callback_testing_done to Test2::API
* Fri Mar 30 2018 Paul Howarth <paul@city-fan.org> - 1:1.302135-1
- Update to 1.302135
- Make sure all hubs, events, and contexts get a unique (per run) id

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (Test-Simple-1.302135.tar.gz) = 6601dfb7eeb5cdcfa7558282164049847257d5b081ceaa13d5ebef9e09ce1fdd6b6b6179ea7cb8247d5127eaa28b23cd9c03afa6c2f76475f37f27f091f81e64