Update to 0.049.
Do not apply 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch
This commit is contained in:
parent
d0bf030f45
commit
28ec256297
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/IPC-Run3-0.048.tar.gz
|
||||
/IPC-Run3-0.049.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-IPC-Run3
|
||||
Version: 0.048
|
||||
Release: 31%{?dist}
|
||||
Version: 0.049
|
||||
Release: 1%{?dist}
|
||||
Summary: Run a subprocess in batch mode
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl OR BSD-2-Clause
|
||||
URL: https://metacpan.org/release/IPC-Run3
|
||||
@ -26,8 +26,10 @@ BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
|
||||
# RHBZ #1062267 / https://rt.cpan.org/Public/Bug/Display.html?id=52317
|
||||
# Patch from
|
||||
# Patch against IPC-Run3-0.048 from
|
||||
# https://github.com/rschupp/IPC-Run3/commit/8ebe48760cfdc78fbf4fc46413dde9470121b99e
|
||||
# FIXME: For now, keep the patch, but do not apply it.
|
||||
# Upstream considers the issue to be a known implementation limitation.
|
||||
Patch0: 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch
|
||||
|
||||
%description
|
||||
@ -38,10 +40,6 @@ API and none of the bloat and rarely used features of IPC::Run.
|
||||
|
||||
%prep
|
||||
%setup -q -n IPC-Run3-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
# Perms in tarballs are broken
|
||||
find -type f -exec chmod -x {} \;
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
@ -61,6 +59,10 @@ find -type f -exec chmod -x {} \;
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.049-1
|
||||
- Update to 0.049.
|
||||
- Do not apply 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IPC-Run3-0.048.tar.gz) = 50432850d8dccd2e59aa6684d34f3e3242fd7df3eb4d9a5eb02dae389aa46b5fd68cc54114a157c3fe99956e68e74d575ab3db5009b7bf7d5c325f1f109b1262
|
||||
SHA512 (IPC-Run3-0.049.tar.gz) = 19dbf902666ccb56bfdb02c0c4e9ef585d773e1b8b53d4627367a3c0344d08a6358a733786b8de97e615b6916b716c4e66e73ae263986a2cacf50ab155539c55
|
||||
|
Loading…
Reference in New Issue
Block a user