From 066c58ae9c129f0cec88cbdde03aef10dbc2837e Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Sat, 27 Jan 2007 21:04:08 +0000 Subject: [PATCH] Update to 0.10. Use fixperms macro instead of our own chmod incantation. --- .cvsignore | 2 +- perl-File-Fetch.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2475c68..c558eda 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -File-Fetch-0.08.tar.gz +File-Fetch-0.10.tar.gz diff --git a/perl-File-Fetch.spec b/perl-File-Fetch.spec index c38861a..a859b76 100644 --- a/perl-File-Fetch.spec +++ b/perl-File-Fetch.spec @@ -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 @@ 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 %{?_with_check:make test} @@ -50,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Jan 27 2007 Steven Pritchard 0.10-1 +- Update to 0.10. +- Use fixperms macro instead of our own chmod incantation. + * Sun Sep 17 2006 Steven Pritchard 0.08-2 - Rebuild. diff --git a/sources b/sources index 9559dc9..29e7a0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd2fc93569b571dcd4d4140b4ccbc001 File-Fetch-0.08.tar.gz +515746879e2ef1aa780e24c1e7b7f04f File-Fetch-0.10.tar.gz