diff --git a/.cvsignore b/.cvsignore index 6cabe7f..b2d8204 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -IO-All-0.35.tar.gz +IO-All-0.36.tar.gz diff --git a/perl-IO-All.spec b/perl-IO-All.spec index bbcf1a2..c54ecc0 100644 --- a/perl-IO-All.spec +++ b/perl-IO-All.spec @@ -1,6 +1,6 @@ Name: perl-IO-All -Version: 0.35 -Release: 4%{?dist} +Version: 0.36 +Release: 1%{?dist} Summary: IO::All Perl module License: GPL or Artistic Group: Development/Libraries @@ -44,7 +44,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 @@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires} %{_mandir}/man3/* %changelog +* Tue Oct 17 2006 Steven Pritchard 0.36-1 +- Update to 0.36. +- Use fixperms macro instead of our own chmod incantation. + * Sat Sep 16 2006 Steven Pritchard 0.35-4 - Fix find option order. diff --git a/sources b/sources index 211dd0a..b24180f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -feea9663b97eb78abac4d956dde72f08 IO-All-0.35.tar.gz +e6d28db65f56936c641f68dcf2daa45f IO-All-0.36.tar.gz