This commit is contained in:
Dennis Gilmore 2014-06-07 00:46:06 -05:00
parent 4e25c82a41
commit e8213a69b5

View File

@ -1,6 +1,6 @@
Name: perl-IPC-Run
Version: 0.92
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Perl module for interacting with child processes
License: GPL+ or Artistic
Group: Development/Libraries
@ -69,6 +69,9 @@ make test
%{_mandir}/man3/IPC::Run::Timer.3pm*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.92-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue May 6 2014 Paul Howarth <paul@city-fan.org> - 0.92-5
- Address intermittent test failures (CPAN RT#20105, RH BZ#1094395)
- Add runtime dependency on Data::Dumper