rpms/perl-Module-Pluggable/devel .cvsignore, 1.4, 1.5 perl-Module-Pluggable.spec, 1.4, 1.5 sources, 1.4, 1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Dec 10 01:35:46 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Module-Pluggable/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1398

Modified Files:
	.cvsignore perl-Module-Pluggable.spec sources 
Log Message:
Update to 3.4.
Use fixperms macro instead of our own chmod incantation.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	17 Jul 2006 23:26:22 -0000	1.4
+++ .cvsignore	10 Dec 2006 01:35:16 -0000	1.5
@@ -1 +1 @@
-Module-Pluggable-3.1.tar.gz
+Module-Pluggable-3.4.tar.gz


Index: perl-Module-Pluggable.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/perl-Module-Pluggable.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Module-Pluggable.spec	17 Sep 2006 20:53:54 -0000	1.4
+++ perl-Module-Pluggable.spec	10 Dec 2006 01:35:16 -0000	1.5
@@ -1,8 +1,8 @@
-%define module_version 3.1
+%define module_version 3.4
 
 Name:           perl-Module-Pluggable
-Version:        3.10
-Release:        2%{?dist}
+Version:        3.40
+Release:        1%{?dist}
 Summary:        Automatically give your module the ability to have plugins
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -31,7 +31,7 @@
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 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
 ./Build test
@@ -46,6 +46,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 09 2006 Steven Pritchard <steve at kspei.com> 3.40-1
+- Update to 3.4.
+- Use fixperms macro instead of our own chmod incantation.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 3.10-2
 - Fix find option order.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Pluggable/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	17 Jul 2006 23:26:22 -0000	1.4
+++ sources	10 Dec 2006 01:35:16 -0000	1.5
@@ -1 +1 @@
-4ca7144b4a0da45bed0ab986c187f328  Module-Pluggable-3.1.tar.gz
+33a505c7cdb3627c3fbc1f267078733f  Module-Pluggable-3.4.tar.gz




More information about the scm-commits mailing list