diff --git a/.cvsignore b/.cvsignore index 597af8a..e393768 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Object-Accessor-0.30.tar.gz +Object-Accessor-0.32.tar.gz diff --git a/perl-Object-Accessor.spec b/perl-Object-Accessor.spec index 1a1166d..2b0d61f 100644 --- a/perl-Object-Accessor.spec +++ b/perl-Object-Accessor.spec @@ -1,5 +1,5 @@ Name: perl-Object-Accessor -Version: 0.30 +Version: 0.32 Release: 1%{?dist} Summary: Perl module that allows per object accessors License: GPL or Artistic @@ -30,7 +30,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 @@ -45,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Oct 17 2006 Steven Pritchard 0.32-1 +- Update to 0.32. +- Use fixperms macro instead of our own chmod incantation. + * Thu Sep 21 2006 Steven Pritchard 0.30-1 - Update to 0.30. diff --git a/sources b/sources index 579b92d..2a5e73c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f90bbe941b5489ca228513a45840ee5a Object-Accessor-0.30.tar.gz +bb898baa4cee74cbacdb3fd116b29922 Object-Accessor-0.32.tar.gz