diff --git a/.cvsignore b/.cvsignore index 15c3657..6c14a61 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Load-Conditional-0.08.tar.gz +Module-Load-Conditional-0.10.tar.gz diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec index 3cf03e0..db3f1d4 100644 --- a/perl-Module-Load-Conditional.spec +++ b/perl-Module-Load-Conditional.spec @@ -1,5 +1,5 @@ Name: perl-Module-Load-Conditional -Version: 0.08 +Version: 0.10 Release: 1%{?dist} Summary: Looking up module information / loading at runtime License: GPL or Artistic @@ -30,7 +30,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/* @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.10-1 +- Update to 0.10. + * Thu Mar 23 2006 Steven Pritchard 0.08-1 - Specfile autogenerated by cpanspec 1.62. - Fix License. diff --git a/sources b/sources index 57de349..a5f7f7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e2a706b6511651ca4eb6de0c4c89a12 Module-Load-Conditional-0.08.tar.gz +7f9d3dc493429163ec0cd87fd0bd80e4 Module-Load-Conditional-0.10.tar.gz