rpms/perl-File-Fetch/devel .cvsignore, 1.3, 1.4 perl-File-Fetch.spec, 1.3, 1.4 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Jan 27 21:04:38 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-File-Fetch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18163

Modified Files:
	.cvsignore perl-File-Fetch.spec sources 
Log Message:
Update to 0.10.
Use fixperms macro instead of our own chmod incantation.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Fetch/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	5 Aug 2006 23:49:45 -0000	1.3
+++ .cvsignore	27 Jan 2007 21:04:08 -0000	1.4
@@ -1 +1 @@
-File-Fetch-0.08.tar.gz
+File-Fetch-0.10.tar.gz


Index: perl-File-Fetch.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Fetch/devel/perl-File-Fetch.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-File-Fetch.spec	17 Sep 2006 22:40:48 -0000	1.3
+++ perl-File-Fetch.spec	27 Jan 2007 21:04:08 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-File-Fetch
-Version:        0.08
-Release:        2%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        Generic file fetching mechanism
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -35,7 +35,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/*
 
 %check
 %{?_with_check:make test}
@@ -50,6 +50,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 27 2007 Steven Pritchard <steve at kspei.com> 0.10-1
+- Update to 0.10.
+- Use fixperms macro instead of our own chmod incantation.
+
 * Sun Sep 17 2006 Steven Pritchard <steve at kspei.com> 0.08-2
 - Rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-File-Fetch/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	5 Aug 2006 23:49:45 -0000	1.3
+++ sources	27 Jan 2007 21:04:08 -0000	1.4
@@ -1 +1 @@
-bd2fc93569b571dcd4d4140b4ccbc001  File-Fetch-0.08.tar.gz
+515746879e2ef1aa780e24c1e7b7f04f  File-Fetch-0.10.tar.gz




More information about the scm-commits mailing list