rpms/perl-IPC-Cmd/devel .cvsignore, 1.2, 1.3 perl-IPC-Cmd.spec, 1.1, 1.2 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Sep 17 01:08:52 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore perl-IPC-Cmd.spec sources 
Removed Files:
	needs.rebuild 
Log Message:
Update to 0.25.
Fix find option order.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Cmd/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Apr 2006 23:42:12 -0000	1.2
+++ .cvsignore	17 Sep 2006 01:08:52 -0000	1.3
@@ -1 +1 @@
-IPC-Cmd-0.24.tar.gz
+IPC-Cmd-0.25.tar.gz


Index: perl-IPC-Cmd.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Cmd/devel/perl-IPC-Cmd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-IPC-Cmd.spec	15 Apr 2006 23:42:12 -0000	1.1
+++ perl-IPC-Cmd.spec	17 Sep 2006 01:08:52 -0000	1.2
@@ -1,5 +1,5 @@
 Name:           perl-IPC-Cmd
-Version:        0.24
+Version:        0.25
 Release:        1%{?dist}
 Summary:        Finding and running system commands made easy
 License:        GPL or Artistic
@@ -30,7 +30,7 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 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/*
 
@@ -42,11 +42,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 0.25-1
+- Update to 0.25.
+- Fix find option order.
+
 * Thu Mar 23 2006 Steven Pritchard <steve at kspei.com> 0.24-1
 - Specfile autogenerated by cpanspec 1.62.
 - Fix License.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IPC-Cmd/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Apr 2006 23:42:12 -0000	1.2
+++ sources	17 Sep 2006 01:08:52 -0000	1.3
@@ -1 +1 @@
-9061bd187defad873432f91fa6de9f9b  IPC-Cmd-0.24.tar.gz
+69bb014822594266ca2cbd01aae54912  IPC-Cmd-0.25.tar.gz


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list