rpms/perl-Module-Build/devel .cvsignore, 1.13, 1.14 perl-Module-Build.spec, 1.25, 1.26 sources, 1.13, 1.14

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Dec 26 18:20:15 UTC 2006


Author: steve

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	8 Aug 2006 18:39:54 -0000	1.13
+++ .cvsignore	26 Dec 2006 18:19:45 -0000	1.14
@@ -1 +1 @@
-Module-Build-0.2805.tar.gz
+Module-Build-0.2806.tar.gz


Index: perl-Module-Build.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/devel/perl-Module-Build.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- perl-Module-Build.spec	15 Nov 2006 22:59:34 -0000	1.25
+++ perl-Module-Build.spec	26 Dec 2006 18:19:45 -0000	1.26
@@ -1,9 +1,9 @@
-%define module_version 0.2805
+%define module_version 0.2806
 
 Name:           perl-Module-Build
 # When the module version is x.yz, set Version to x.yz00.
-Version:        0.2805
-Release:        3%{?dist}
+Version:        0.2806
+Release:        1%{?dist}
 Summary:        Perl module for building and installing Perl modules
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -48,7 +48,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
@@ -65,6 +65,10 @@
 %{_mandir}/man3/Module::Build*.3*
 
 %changelog
+* Sat Dec 16 2006 Steven Pritchard <steve at kspei.com> 0.2806-1
+- Update to 0.2806.
+- Use fixperms macro instead of our own chmod incantation.
+
 * Wed Nov 15 2006 Steven Pritchard <steve at kspei.com> 0.2805-3
 - Don't BR Pod::Readme.  (#215558)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Build/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	8 Aug 2006 18:39:54 -0000	1.13
+++ sources	26 Dec 2006 18:19:45 -0000	1.14
@@ -1 +1 @@
-598bb59b86c2c4842eeffb03392fab5b  Module-Build-0.2805.tar.gz
+919a54ab295329ab668fae14756ae80a  Module-Build-0.2806.tar.gz




More information about the fedora-extras-commits mailing list