From 8806cca1d6b5fd5ac998d3cf25ef90792acff4f6 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Sat, 5 Aug 2006 23:49:45 +0000 Subject: [PATCH] Update to 0.08. --- .cvsignore | 2 +- perl-File-Fetch.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9bdb71a..2475c68 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -File-Fetch-0.07.tar.gz +File-Fetch-0.08.tar.gz diff --git a/perl-File-Fetch.spec b/perl-File-Fetch.spec index 0e78258..4388785 100644 --- a/perl-File-Fetch.spec +++ b/perl-File-Fetch.spec @@ -1,7 +1,7 @@ Name: perl-File-Fetch -Version: 0.07 +Version: 0.08 Release: 1%{?dist} -Summary: A generic file fetching mechanism +Summary: Generic file fetching mechanism License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Fetch/ @@ -33,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT 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/* @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.08-1 +- Update to 0.08. + * Thu Mar 23 2006 Steven Pritchard 0.07-1 - Specfile autogenerated by cpanspec 1.62. - Fix License. diff --git a/sources b/sources index dd21967..9559dc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53135c09fa15e9cb0a980b153b9634e0 File-Fetch-0.07.tar.gz +bd2fc93569b571dcd4d4140b4ccbc001 File-Fetch-0.08.tar.gz