rpms/perl-YAML/devel perl-YAML.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE perl-YAML-testmore054.patch, 1.3, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Sep 17 22:28:10 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-YAML/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29407

Modified Files:
	perl-YAML.spec 
Removed Files:
	needs.rebuild perl-YAML-testmore054.patch 
Log Message:
Fix find option order.


Index: perl-YAML.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/devel/perl-YAML.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-YAML.spec	7 Jul 2006 13:50:55 -0000	1.13
+++ perl-YAML.spec	17 Sep 2006 22:28:10 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           perl-YAML
 Version:        0.62
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -39,7 +39,7 @@
     $RPM_BUILD_ROOT%{_mandir}/man3/Test::YAML*.3*
 
 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+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
@@ -58,6 +58,9 @@
 %{_mandir}/man3/YAML*.3*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.62-2
+- Fix find option order.
+
 * Fri Jul 07 2006 Steven Pritchard <steve at kspei.com> 0.62-1
 - Update to 0.62.
 - Removed Test::YAML (bug #197539).


--- needs.rebuild DELETED ---


--- perl-YAML-testmore054.patch DELETED ---




More information about the scm-commits mailing list