rpms/perl-Data-Alias/F-7 perl-Data-Alias.spec, 1.7, 1.8 sources, 1.5, 1.6

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Jun 1 20:55:53 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Data-Alias/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22434/F-7

Modified Files:
	perl-Data-Alias.spec sources 
Log Message:
* Fri Jun 01 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.05-1
- update to 1.05



Index: perl-Data-Alias.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Alias/F-7/perl-Data-Alias.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Data-Alias.spec	4 May 2007 23:55:27 -0000	1.7
+++ perl-Data-Alias.spec	1 Jun 2007 20:55:15 -0000	1.8
@@ -1,5 +1,5 @@
 Name:           perl-Data-Alias
-Version:        1.04
+Version:        1.05
 Release:        1%{?dist}
 Summary:        Comprehensive set of aliasing operations
 License:        GPL or Artistic
@@ -18,7 +18,7 @@
 Source99: filter-requires.sh
 %define __perl_requires %{SOURCE99}
 
-# and the missing requires
+# and the missing -- core! -- requires
 Requires:       perl(Exporter), perl(DynaLoader)
 
 
@@ -41,9 +41,9 @@
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
+find %{buildroot} -depth -type d -exec rmdir --ignore-fail-on-non-empty {} +
 
 %{_fixperms} %{buildroot}/*
 
@@ -67,6 +67,9 @@
 
 
 %changelog
+* Fri Jun 01 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.05-1
+- update to 1.05
+
 * Fri May 04 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.04-1
 - update to 1.04
 - add t/ to %%doc


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Alias/F-7/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	4 May 2007 16:10:43 -0000	1.5
+++ sources	1 Jun 2007 20:55:15 -0000	1.6
@@ -1 +1 @@
-694c4536600f6923381be6003170c2f1  Data-Alias-1.04.tar.gz
+36d849be339befc5f7b3a2dd74bd686f  Data-Alias-1.05.tar.gz




More information about the scm-commits mailing list