- rebuild against perl 5.10.1

This commit is contained in:
Štěpán Kasal 2009-12-07 10:29:44 +00:00
parent 483d4a5505
commit b91780d2a3

View File

@ -1,6 +1,6 @@
Name: perl-IPC-Run
Version: 0.84
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Perl module for interacting with child processes
License: GPL+ or Artistic
Group: Development/Libraries
@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.84-2
- rebuild against perl 5.10.1
* Wed Sep 02 2009 Steven Pritchard <steve@kspei.com> 0.84-1
- Update to 0.84.
- Drop IPCRUNDEBUG from "make test" (bug fixed long ago).