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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Jan 6 21:59:20 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Module-Load-Conditional/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2460

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	18 Aug 2006 21:47:44 -0000	1.4
+++ .cvsignore	6 Jan 2007 21:58:50 -0000	1.5
@@ -1 +1 @@
-Module-Load-Conditional-0.12.tar.gz
+Module-Load-Conditional-0.14.tar.gz


Index: perl-Module-Load-Conditional.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/perl-Module-Load-Conditional.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Module-Load-Conditional.spec	17 Sep 2006 22:44:53 -0000	1.4
+++ perl-Module-Load-Conditional.spec	6 Jan 2007 21:58:50 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-Module-Load-Conditional
-Version:        0.12
-Release:        2%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 Summary:        Looking up module information / loading at runtime
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -32,7 +32,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
@@ -47,6 +47,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 06 2007 Steven Pritchard <steve at kspei.com> 0.14-1
+- Update to 0.14.
+- Use fixperms macro instead of our own chmod incantation.
+
 * Sun Sep 17 2006 Steven Pritchard <steve at kspei.com> 0.12-2
 - Rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 Aug 2006 21:47:44 -0000	1.4
+++ sources	6 Jan 2007 21:58:50 -0000	1.5
@@ -1 +1 @@
-280dff17d332a24437f8b15192ae0c86  Module-Load-Conditional-0.12.tar.gz
+e2e434299b6d82f2b604858305a23c55  Module-Load-Conditional-0.14.tar.gz




More information about the scm-commits mailing list