Update to 1.29
- New upstream release 1.29
- Improved handling of shell commands on Windows, which should get us closer
to resolving Win32-related issues; there should be no change of
functionality on Unix-like platforms
- Better workaround for bug in perl-5.8.9 (GH#129)
- Add t/args.t
- Modify t/win32.t
- Added Travis and AppVeyor configuration files
- Eliminated use of Dist::Zilla for build, using older, but more reliable and
better understood (by maintainer) ExtUtils::MakeMaker-based configuration
- Move author testing to xt/ directory
This commit is contained in:
parent
f641152b2e
commit
ea8c2b6d63
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: perl-IPC-System-Simple
|
||||
Version: 1.26
|
||||
Release: 2%{?dist}
|
||||
Version: 1.29
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Summary: Run commands simply, with detailed diagnostics
|
||||
URL: https://metacpan.org/release/IPC-System-Simple
|
||||
@ -39,16 +39,6 @@ BuildRequires: perl(Test::More)
|
||||
# Optional Tests
|
||||
BuildRequires: perl(BSD::Resource)
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
# Author Tests
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Break build-cycle: perl-IPC-System-Simple → perl-Test-Perl-Critic
|
||||
# → perl-Perl-Critic → perl-PPI → perl-IO-All → perl-File-MimeInfo
|
||||
# → perl-File-BaseDir → perl-IPC-System-Simple
|
||||
BuildRequires: perl(Pod::Coverage::TrustPod)
|
||||
BuildRequires: perl(Test::Perl::Critic)
|
||||
%endif
|
||||
BuildRequires: perl(Test::Pod) >= 1.41
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||
%endif
|
||||
# Dependencies
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
@ -82,11 +72,7 @@ find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test \
|
||||
%if %{with perl_IPC_System_Simple_enables_optional_test}
|
||||
TEST_AUTHOR=1 \
|
||||
%{!?perl_bootstrap:AUTHOR_TESTING=1}
|
||||
%endif
|
||||
make test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
@ -95,6 +81,19 @@ make test \
|
||||
%{_mandir}/man3/IPC::System::Simple.3*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 22 2020 Paul Howarth <paul@city-fan.org> - 1.29-1
|
||||
- Update to 1.29
|
||||
- Improved handling of shell commands on Windows, which should get us closer
|
||||
to resolving Win32-related issues; there should be no change of
|
||||
functionality on Unix-like platforms
|
||||
- Better workaround for bug in perl-5.8.9 (GH#129)
|
||||
- Add t/args.t
|
||||
- Modify t/win32.t
|
||||
- Added Travis and AppVeyor configuration files
|
||||
- Eliminated use of Dist::Zilla for build, using older, but more reliable and
|
||||
better understood (by maintainer) ExtUtils::MakeMaker-based configuration
|
||||
- Move author testing to xt/ directory
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IPC-System-Simple-1.26.tar.gz) = cf9a0ba99ecb080010f9da995d5985501dc61fb4254c4ba0c0033000e5f2678f728feb8cf3f96324439fcc77dbd76da6a509e0b75203ef37a8ca11bf1a2aa2bb
|
||||
SHA512 (IPC-System-Simple-1.29.tar.gz) = 037b6891d090dccccd68d92f6b2269d43444b374f0be2881ccc290d660de390ade4c840f3130caf2b17f21ee461e09877a46eb9f3d72ae06a2abd91fc9c6655b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user