rpms/perl-Object-Accessor/devel .cvsignore, 1.5, 1.6 perl-Object-Accessor.spec, 1.5, 1.6 sources, 1.5, 1.6

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Oct 17 20:40:18 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Object-Accessor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20201

Modified Files:
	.cvsignore perl-Object-Accessor.spec sources 
Log Message:
Update to 0.32.
Use fixperms macro instead of our own chmod incantation.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Object-Accessor/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	21 Sep 2006 21:31:55 -0000	1.5
+++ .cvsignore	17 Oct 2006 20:39:47 -0000	1.6
@@ -1 +1 @@
-Object-Accessor-0.30.tar.gz
+Object-Accessor-0.32.tar.gz


Index: perl-Object-Accessor.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Object-Accessor/devel/perl-Object-Accessor.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Object-Accessor.spec	21 Sep 2006 21:31:55 -0000	1.5
+++ perl-Object-Accessor.spec	17 Oct 2006 20:39:47 -0000	1.6
@@ -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 @@
 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 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Oct 17 2006 Steven Pritchard <steve at kspei.com> 0.32-1
+- Update to 0.32.
+- Use fixperms macro instead of our own chmod incantation.
+
 * Thu Sep 21 2006 Steven Pritchard <steve at kspei.com> 0.30-1
 - Update to 0.30.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Object-Accessor/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	21 Sep 2006 21:31:55 -0000	1.5
+++ sources	17 Oct 2006 20:39:47 -0000	1.6
@@ -1 +1 @@
-f90bbe941b5489ca228513a45840ee5a  Object-Accessor-0.30.tar.gz
+bb898baa4cee74cbacdb3fd116b29922  Object-Accessor-0.32.tar.gz




More information about the scm-commits mailing list