Skip to content

Commit a4f754d

Browse files
Update perl-IPC-Run3 to version 0.049-1 (#11698)
1 parent a073947 commit a4f754d

4 files changed

Lines changed: 13 additions & 148 deletions

File tree

SPECS-EXTENDED/perl-IPC-Run3/0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch

Lines changed: 0 additions & 134 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"perl-IPC-Run3-0.048.tar.gz": "3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565"
3+
"perl-IPC-Run3-0.049.tar.gz": "9d048ae7b9ae63871bae976ba01e081d887392d904e5d48b04e22d35ed22011a"
44
}
5-
}
5+
}

SPECS-EXTENDED/perl-IPC-Run3/perl-IPC-Run3.spec

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: perl-IPC-Run3
2-
Version: 0.048
3-
Release: 19%{?dist}
2+
Version: 0.049
3+
Release: 1%{?dist}
44
Summary: Run a subprocess in batch mode
55
License: GPL+ or Artistic or BSD
66
Vendor: Microsoft Corporation
@@ -27,22 +27,16 @@ BuildRequires: perl(Test::Pod::Coverage)
2727
BuildRequires: perl(Test::Pod)
2828
Requires: 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
3631
This module allows you to run a subprocess and redirect stdin, stdout,
3732
and/or stderr to files and perl data structures. It aims to satisfy 99% of
3833
the need for using system, qx, and open3 with a simple, extremely Perlish
3934
API 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
4640
find -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

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17943,8 +17943,8 @@
1794317943
"type": "other",
1794417944
"other": {
1794517945
"name": "perl-IPC-Run3",
17946-
"version": "0.048",
17947-
"downloadUrl": "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz"
17946+
"version": "0.049",
17947+
"downloadUrl": "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.049.tar.gz"
1794817948
}
1794917949
}
1795017950
},

0 commit comments

Comments
 (0)