diff --git a/.cvsignore b/.cvsignore index a0dfaeb..0e0a163 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Load-Conditional-0.12.tar.gz +Module-Load-Conditional-0.14.tar.gz diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec index 7138b69..3275e05 100644 --- a/perl-Module-Load-Conditional.spec +++ b/perl-Module-Load-Conditional.spec @@ -1,6 +1,6 @@ Name: perl-Module-Load-Conditional -Version: 0.12 -Release: 2%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Looking up module information / loading at runtime License: GPL or Artistic Group: Development/Libraries @@ -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 +* Sat Jan 06 2007 Steven Pritchard 0.14-1 +- Update to 0.14. +- Use fixperms macro instead of our own chmod incantation. + * Sun Sep 17 2006 Steven Pritchard 0.12-2 - Rebuild. diff --git a/sources b/sources index 4401840..8ccecc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -280dff17d332a24437f8b15192ae0c86 Module-Load-Conditional-0.12.tar.gz +e2e434299b6d82f2b604858305a23c55 Module-Load-Conditional-0.14.tar.gz