diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec index 66459ad..700b41c 100644 --- a/perl-IPC-Run.spec +++ b/perl-IPC-Run.spec @@ -3,7 +3,7 @@ Name: perl-IPC-Run Version: 20231003.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module for interacting with child processes # the rest: GPL+ or Artistic # The Win32* modules are not part of the binary RPM package @@ -108,6 +108,9 @@ make test %{_mandir}/man3/IPC::Run::Timer.3* %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 20231003.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Oct 3 2023 Paul Howarth - 20231003.0-1 - Update to 20231003.0 (rhbz#2241845) - On Windows, avoid hang under IPCRUNDEBUG (GH#157)