Update to 1.302164
- New upstream release 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
This commit is contained in:
parent
4a13d5b6e3
commit
29e240cb77
@ -7,7 +7,7 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Epoch: 2
|
||||
Version: 1.302162
|
||||
Version: 1.302164
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -41,7 +41,6 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Symbol)
|
||||
BuildRequires: perl(Term::ANSIColor)
|
||||
BuildRequires: perl(Term::Table)
|
||||
BuildRequires: perl(threads::shared)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
@ -69,11 +68,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(Term::ANSIColor)
|
||||
Requires: perl(Term::Table)
|
||||
Requires: perl(threads::shared)
|
||||
|
||||
# Test2 integrated at 1.302014 (Fedora 25)
|
||||
Obsoletes: perl-Test2 < %{version}-%{release}
|
||||
Provides: perl-Test2 = %{version}-%{release}
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
@ -88,10 +82,10 @@ 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 %{?_smp_mflags}
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
@ -181,6 +175,15 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302162.tar.gz) = 1e8ac18986f4e8ae44f385a4db025adc714dd355b8590472392468a8865a2a21d0a30484c196f4cb31fcb1fcff85e7e06f8402931d8f9b04fea4139399aad116
|
||||
SHA512 (Test-Simple-1.302164.tar.gz) = 6b1945bfc7766feabd9fe731b7d993ebdc0bacc0b770f680ece714c1d76708cf03d6ebf803761a1ab9670907d3ba9d201e5dc650901fc9d8e2207c226f5d3024
|
||||
|
||||
Loading…
Reference in New Issue
Block a user