Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update perl-IPC-Run3 to version 0.049-1 #11698

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

4 changes: 2 additions & 2 deletions SPECS-EXTENDED/perl-IPC-Run3/perl-IPC-Run3.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"perl-IPC-Run3-0.048.tar.gz": "3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565"
"perl-IPC-Run3-0.049.tar.gz": "9d048ae7b9ae63871bae976ba01e081d887392d904e5d48b04e22d35ed22011a"
}
}
}
19 changes: 9 additions & 10 deletions SPECS-EXTENDED/perl-IPC-Run3/perl-IPC-Run3.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: perl-IPC-Run3
Version: 0.048
Release: 19%{?dist}
Version: 0.049
Release: 1%{?dist}
Summary: Run a subprocess in batch mode
License: GPL+ or Artistic or BSD
Vendor: Microsoft Corporation
Expand All @@ -27,22 +27,16 @@ BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# RHBZ #1062267 / https://rt.cpan.org/Public/Bug/Display.html?id=52317
# Patch from
# https://github.com/rschupp/IPC-Run3/commit/8ebe48760cfdc78fbf4fc46413dde9470121b99e
Patch0: 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch

%description
This module allows you to run a subprocess and redirect stdin, stdout,
and/or stderr to files and perl data structures. It aims to satisfy 99% of
the need for using system, qx, and open3 with a simple, extremely Perlish
API and none of the bloat and rarely used features of IPC::Run.

%prep
%setup -q -n IPC-Run3-%{version}
%patch 0 -p1
%autosetup -n IPC-Run3-%{version}

# Perms in tarballs are broken
# Perms in tarballs are broken
find -type f -exec chmod -x {} \;

%build
Expand All @@ -63,6 +57,11 @@ make test RELEASE_TESTING=1
%{_mandir}/man3/*

%changelog
* Mon Dec 23 2024 Kevin Lockwood <[email protected]> - 0.049-1
- Update to 0.049
- License verified
- No longer apply 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.048-19
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17933,8 +17933,8 @@
"type": "other",
"other": {
"name": "perl-IPC-Run3",
"version": "0.048",
"downloadUrl": "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz"
"version": "0.049",
"downloadUrl": "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.049.tar.gz"
}
}
},
Expand Down