rpms/perl-IPC-Cmd/devel .cvsignore, 1.3, 1.4 perl-IPC-Cmd.spec, 1.2, 1.3 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Oct 17 20:35:45 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-IPC-Cmd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20062

Modified Files:
	.cvsignore perl-IPC-Cmd.spec sources 
Log Message:
Update to 0.32.
Use fixperms macro instead of our own chmod incantation.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Cmd/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	17 Sep 2006 01:08:52 -0000	1.3
+++ .cvsignore	17 Oct 2006 20:35:15 -0000	1.4
@@ -1 +1 @@
-IPC-Cmd-0.25.tar.gz
+IPC-Cmd-0.32.tar.gz


Index: perl-IPC-Cmd.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Cmd/devel/perl-IPC-Cmd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-IPC-Cmd.spec	17 Sep 2006 01:08:52 -0000	1.2
+++ perl-IPC-Cmd.spec	17 Oct 2006 20:35:15 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           perl-IPC-Cmd
-Version:        0.25
+Version:        0.32
 Release:        1%{?dist}
 Summary:        Finding and running system commands made easy
 License:        GPL or Artistic
@@ -32,7 +32,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
@@ -47,6 +47,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 17 2006 Steven Pritchard <steve at kspei.com> 0.32-1
+- Update to 0.32.
+- Use fixperms macro instead of our own chmod incantation.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.25-1
 - Update to 0.25.
 - Fix find option order.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Cmd/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	17 Sep 2006 01:08:52 -0000	1.3
+++ sources	17 Oct 2006 20:35:15 -0000	1.4
@@ -1 +1 @@
-69bb014822594266ca2cbd01aae54912  IPC-Cmd-0.25.tar.gz
+4a9828ce6bd63fedba46bca124743850  IPC-Cmd-0.32.tar.gz




More information about the scm-commits mailing list