diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec index 34fef71..76cb6f4 100644 --- a/perl-IPC-Run.spec +++ b/perl-IPC-Run.spec @@ -1,6 +1,6 @@ Name: perl-IPC-Run Version: 20200505.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 @@ -102,6 +102,9 @@ make test %{_mandir}/man3/IPC::Run::Timer.3* %changelog +* Tue Jun 23 2020 Jitka Plesnikova - 20200505.0-2 +- Perl 5.32 rebuild + * Wed May 6 2020 Paul Howarth - 20200505.0-1 - Update to 20200505.0 - Fix syntax errors in POD examples (GH#125)