rpms/cpanspec/devel .cvsignore, 1.11, 1.12 cpanspec.spec, 1.12, 1.13 sources, 1.11, 1.12

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Oct 3 18:25:04 UTC 2006


Author: steve

Update of /cvs/extras/rpms/cpanspec/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5990

Modified Files:
	.cvsignore cpanspec.spec sources 
Log Message:
Update to 1.69.
Use _fixperms macro instead of our own chmod incantation.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cpanspec/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	21 Jul 2006 01:10:07 -0000	1.11
+++ .cvsignore	3 Oct 2006 18:25:03 -0000	1.12
@@ -1 +1 @@
-cpanspec-1.68.tar.gz
+cpanspec-1.69.tar.gz


Index: cpanspec.spec
===================================================================
RCS file: /cvs/extras/rpms/cpanspec/devel/cpanspec.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- cpanspec.spec	17 Sep 2006 17:33:11 -0000	1.12
+++ cpanspec.spec	3 Oct 2006 18:25:03 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           cpanspec
-Version:        1.68
-Release:        2%{?dist}
+Version:        1.69
+Release:        1%{?dist}
 Summary:        RPM spec file generation utility
 License:        GPL or Artistic
 Group:          Development/Tools
@@ -36,7 +36,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 # No tests.
 #%check
@@ -52,6 +52,10 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Oct 03 2006 Steven Pritchard <steve at kspei.com> 1.69-1
+- Update to 1.69.
+- Use _fixperms macro instead of our own chmod incantation.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 1.68-2
 - Fix find option order.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cpanspec/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	21 Jul 2006 01:10:07 -0000	1.11
+++ sources	3 Oct 2006 18:25:03 -0000	1.12
@@ -1 +1 @@
-7ba1c9f361fc61d22cbd694bd17fa53d  cpanspec-1.68.tar.gz
+ff2a7805606e400016661ad8d054f9a2  cpanspec-1.69.tar.gz




More information about the fedora-extras-commits mailing list