rpms/perl-IPC-Run/devel perl-IPC-Run.spec,1.12,1.13

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Aug 30 15:48:41 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perl-IPC-Run/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32123

Modified Files:
	perl-IPC-Run.spec 
Log Message:
* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-2
- Fix order of arguments to find(1).



Index: perl-IPC-Run.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Run/devel/perl-IPC-Run.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-IPC-Run.spec	11 May 2006 15:32:16 -0000	1.12
+++ perl-IPC-Run.spec	30 Aug 2006 15:48:41 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           perl-IPC-Run
 Version:        0.80
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl module for interacting with child processes
 
 License:        GPL or Artistic
@@ -37,7 +37,7 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/IPC/Run/Win32*.pm
 rm -f $RPM_BUILD_ROOT%{_mandir}/man3/IPC::Run::Win32*.3*
@@ -60,6 +60,9 @@
 
 
 %changelog
+* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-2
+- Fix order of arguments to find(1).
+
 * Thu May 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-1
 - 0.80, fine tune build dependencies.
 




More information about the scm-commits mailing list