rpms/perltidy/devel .cvsignore, 1.3, 1.4 perltidy.spec, 1.10, 1.11 sources, 1.3, 1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Jul 20 15:40:32 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perltidy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6169/devel

Modified Files:
	.cvsignore perltidy.spec sources 
Log Message:
* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060719-1
- 20060719.
- Fix order of options to find(1) in %install.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perltidy/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Jun 2006 17:09:53 -0000	1.3
+++ .cvsignore	20 Jul 2006 15:40:32 -0000	1.4
@@ -1 +1 @@
-Perl-Tidy-20060614.tar.gz
+Perl-Tidy-20060719.tar.gz


Index: perltidy.spec
===================================================================
RCS file: /cvs/extras/rpms/perltidy/devel/perltidy.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perltidy.spec	15 Jun 2006 17:09:53 -0000	1.10
+++ perltidy.spec	20 Jul 2006 15:40:32 -0000	1.11
@@ -1,5 +1,5 @@
 Name:           perltidy
-Version:        20060614
+Version:        20060719
 Release:        1%{?dist}
 Summary:        Tool for indenting and reformatting Perl scripts
 
@@ -40,7 +40,7 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -62,6 +62,10 @@
 
 
 %changelog
+* Thu Jul 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060719-1
+- 20060719.
+- Fix order of options to find(1) in %%install.
+
 * Thu Jun 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 20060614-1
 - 20060614, specfile cleanups, include examples in docs.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perltidy/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Jun 2006 17:09:53 -0000	1.3
+++ sources	20 Jul 2006 15:40:32 -0000	1.4
@@ -1 +1 @@
-4f147bdec6140216db983a72c01bbfd7  Perl-Tidy-20060614.tar.gz
+8996668ca4550ae51060deeb577b2022  Perl-Tidy-20060719.tar.gz




More information about the fedora-extras-commits mailing list