diff --git a/IPC-Run-20231003.0.tar.gz b/IPC-Run-20231003.0.tar.gz deleted file mode 100644 index 1428fc59713c6a985aee42ed21520f95bfdb0a93..0000000000000000000000000000000000000000 Binary files a/IPC-Run-20231003.0.tar.gz and /dev/null differ diff --git a/IPC-Run-20250809.0.tar.gz b/IPC-Run-20250809.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..530c17e3a85cbd239419c772cd52dad08c43bb84 Binary files /dev/null and b/IPC-Run-20250809.0.tar.gz differ diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec index bb0436c1e859aa7c8a3b0bf19946fffcc4ad1ccc..393fbca5854024d1f35a1abb07d199fed2259565 100644 --- a/perl-IPC-Run.spec +++ b/perl-IPC-Run.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-IPC-Run -Version: 20231003.0 -Release: 2 +Version: 20250809.0 +Release: 1 Summary: System() and background procs w/ piping, redirs, ptys (Unix, Win32) License: GPL-1.0-or-later OR Artistic-1.0-Perl Group: Development/Libraries @@ -98,6 +98,12 @@ make test %{_mandir}/man?/* %changelog +* Mon Aug 11 2025 xieyanlong - 20250809.0-1 +- Upgrade to version 20250809.0 +- #172 - Reduce delays in detecting child exit +- #174 - Add quickstart section at the top of the docs +- #177 - Retry _read() on EINTR, instead of losing pipe contents + * Sat Jan 18 2025 Funda Wang - 20231003.0-2 - drop useless perl(:MODULE_COMPAT) requirement