rpms/perl-IO-Capture/devel perl-IO-Capture.spec,1.1,1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sun Dec 17 19:07:19 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-IO-Capture/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1391

Modified Files:
	perl-IO-Capture.spec 
Log Message:
find: fixed arguments order (#219956).


Index: perl-IO-Capture.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Capture/devel/perl-IO-Capture.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-IO-Capture.spec	17 Dec 2006 19:01:40 -0000	1.1
+++ perl-IO-Capture.spec	17 Dec 2006 19:06:49 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-IO-Capture
 Version:        0.05
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Abstract Base Class to build modules to capture output
 
 Group:          Development/Libraries
@@ -31,7 +31,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/*
 
 
@@ -51,5 +51,8 @@
 
 
 %changelog
+* Sun Dec 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-2
+- find: fixed arguments order (#219956).
+
 * Sun Dec 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-1
 - First build.




More information about the scm-commits mailing list