rpms/tree/devel tree.spec,1.38,1.39

Tim Waugh twaugh at fedoraproject.org
Wed Mar 3 11:04:06 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/tree/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15205

Modified Files:
	tree.spec 
Log Message:
* Wed Mar  3 2010 Tim Waugh <twaugh at redhat.com> 1.5.3-2
- Added comments to all patches.



Index: tree.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tree/devel/tree.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- tree.spec	27 Nov 2009 17:15:48 -0000	1.38
+++ tree.spec	3 Mar 2010 11:04:06 -0000	1.39
@@ -1,7 +1,7 @@
 Summary: File system tree viewer
 Name: tree
 Version: 1.5.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/File
 License: GPLv2+
 Url: http://mama.indstate.edu/users/ice/tree/
@@ -19,9 +19,16 @@ utility.
 
 %prep
 %setup -q
+# Fixed spelling mistake in man page.
 %patch1 -p1 -b .carrot
+
+# Don't strip binary in the Makefile -- let rpmbuild do it.
 %patch2 -p1 -b .no-strip
+
+# Preserve timestamp on man page.
 %patch3 -p1 -b .preserve-timestamps
+
+# Disable color output by default.
 %patch4 -p1 -b .no-color-by-default
 
 %build
@@ -47,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README LICENSE
 
 %changelog
+* Wed Mar  3 2010 Tim Waugh <twaugh at redhat.com> 1.5.3-2
+- Added comments to all patches.
+
 * Fri Nov 27 2009 Tim Waugh <twaugh at redhat.com> 1.5.3-1
 - 1.5.3 (bug #517342, bug #541255).
 



More information about the scm-commits mailing list