From ff51dd83e07ee82e658421114413e2e2fc96b5fe Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Tue, 17 Oct 2006 20:35:15 +0000 Subject: [PATCH] Update to 0.32. Use fixperms macro instead of our own chmod incantation. --- .cvsignore | 2 +- perl-IPC-Cmd.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8c886c7..02316cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IPC-Cmd-0.25.tar.gz +IPC-Cmd-0.32.tar.gz diff --git a/perl-IPC-Cmd.spec b/perl-IPC-Cmd.spec index 320a7c4..29a0ca0 100644 --- a/perl-IPC-Cmd.spec +++ b/perl-IPC-Cmd.spec @@ -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 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT 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 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Oct 17 2006 Steven Pritchard 0.32-1 +- Update to 0.32. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 0.25-1 - Update to 0.25. - Fix find option order. diff --git a/sources b/sources index 3504fe0..bb15760 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69bb014822594266ca2cbd01aae54912 IPC-Cmd-0.25.tar.gz +4a9828ce6bd63fedba46bca124743850 IPC-Cmd-0.32.tar.gz