This commit is contained in:
Jesse Keating 2009-02-26 18:27:35 +00:00
parent 40f77a4271
commit 21ae3ddc87

View File

@ -1,6 +1,6 @@
Name: perl-IPC-Run
Version: 0.82
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Perl module for interacting with child processes
License: GPL+ or Artistic
Group: Development/Libraries
@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.82-1
- Update to 0.82.
- Use fixperms macro instead of our own chmod incantation.