11Name: perl-IPC-Run3
2- Version: 0.048
3- Release: 19 %{?dist }
2+ Version: 0.049
3+ Release: 1 %{?dist }
44Summary: Run a subprocess in batch mode
55License: GPL+ or Artistic or BSD
66Vendor: Microsoft Corporation
@@ -27,22 +27,16 @@ BuildRequires: perl(Test::Pod::Coverage)
2727BuildRequires: perl(Test::Pod)
2828Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
2929
30- # RHBZ #1062267 / https://rt.cpan.org/Public/Bug/Display.html?id=52317
31- # Patch from
32- # https://github.com/rschupp/IPC-Run3/commit/8ebe48760cfdc78fbf4fc46413dde9470121b99e
33- Patch0: 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch
34-
3530%description
3631This module allows you to run a subprocess and redirect stdin, stdout,
3732and/or stderr to files and perl data structures. It aims to satisfy 99% of
3833the need for using system, qx, and open3 with a simple, extremely Perlish
3934API and none of the bloat and rarely used features of IPC::Run.
4035
4136%prep
42- %setup -q -n IPC-Run3-%{version }
43- %patch 0 -p1
37+ %autosetup -n IPC-Run3-%{version }
4438
45- # Perms in tarballs are broken
39+ # Perms in tarballs are broken
4640find -type f -exec chmod -x {} \;
4741
4842%build
@@ -63,6 +57,11 @@ make test RELEASE_TESTING=1
6357%{_mandir }/man3/*
6458
6559%changelog
60+ * Mon Dec 23 2024 Kevin Lockwood <v-klockwood@microsoft.com> - 0.049-1
61+ - Update to 0.049
62+ - License verified
63+ - No longer apply 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch
64+
6665* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.048-19
6766- Initial CBL-Mariner import from Fedora 32 (license: MIT).
6867
0 commit comments