Perl 5.32 rebuild

This commit is contained in:
Jitka Plesnikova 2020-06-23 11:23:29 +02:00
parent fc56213adb
commit 322effa463

View File

@ -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 <jplesnik@redhat.com> - 20200505.0-2
- Perl 5.32 rebuild
* Wed May 6 2020 Paul Howarth <paul@city-fan.org> - 20200505.0-1
- Update to 20200505.0
- Fix syntax errors in POD examples (GH#125)