rpms/perl-IO-All/devel .cvsignore, 1.3, 1.4 perl-IO-All.spec, 1.6, 1.7 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Oct 17 21:33:25 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore perl-IO-All.spec sources 
Log Message:
Update to 0.36.
Use fixperms macro instead of our own chmod incantation.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-All/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 May 2006 00:17:53 -0000	1.3
+++ .cvsignore	17 Oct 2006 21:32:55 -0000	1.4
@@ -1 +1 @@
-IO-All-0.35.tar.gz
+IO-All-0.36.tar.gz


Index: perl-IO-All.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-All/devel/perl-IO-All.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-IO-All.spec	17 Sep 2006 20:46:31 -0000	1.6
+++ perl-IO-All.spec	17 Oct 2006 21:32:55 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           perl-IO-All
-Version:        0.35
-Release:        4%{?dist}
+Version:        0.36
+Release:        1%{?dist}
 Summary:        IO::All Perl module
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -44,7 +44,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
 make test
@@ -59,6 +59,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 17 2006 Steven Pritchard <steve at kspei.com> 0.36-1
+- Update to 0.36.
+- Use fixperms macro instead of our own chmod incantation.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.35-4
 - Fix find option order.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-All/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 May 2006 00:17:53 -0000	1.3
+++ sources	17 Oct 2006 21:32:55 -0000	1.4
@@ -1 +1 @@
-feea9663b97eb78abac4d956dde72f08  IO-All-0.35.tar.gz
+e6d28db65f56936c641f68dcf2daa45f  IO-All-0.36.tar.gz




More information about the fedora-extras-commits mailing list