rpms/perl-Set-IntSpan/devel perl-Set-IntSpan.spec,1.7,1.8

Ville Skytta (scop) fedora-extras-commits at redhat.com
Mon Aug 28 16:52:41 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perl-Set-IntSpan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4792

Modified Files:
	perl-Set-IntSpan.spec 
Log Message:
* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.09-2
- Fix order of arguments to find(1).



Index: perl-Set-IntSpan.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Set-IntSpan/devel/perl-Set-IntSpan.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Set-IntSpan.spec	14 Dec 2005 15:17:11 -0000	1.7
+++ perl-Set-IntSpan.spec	28 Aug 2006 16:52:41 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           perl-Set-IntSpan
 Version:        1.09
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl module for managing sets of integers
 
 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,6 +51,9 @@
 
 
 %changelog
+* Mon Aug 28 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.09-2
+- Fix order of arguments to find(1).
+
 * Wed Dec 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.09-1
 - 1.09.
 




More information about the scm-commits mailing list