rpms/which/devel which-2.14-broken.patch, 1.1, 1.2 which.spec, 1.15, 1.16

Than Ngo (than) fedora-extras-commits at redhat.com
Tue Nov 13 14:33:19 UTC 2007


Author: than

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

Modified Files:
	which-2.14-broken.patch which.spec 
Log Message:
2.18


which-2.14-broken.patch:

Index: which-2.14-broken.patch
===================================================================
RCS file: /cvs/extras/rpms/which/devel/which-2.14-broken.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- which-2.14-broken.patch	9 Sep 2004 14:19:12 -0000	1.1
+++ which-2.14-broken.patch	13 Nov 2007 14:33:15 -0000	1.2
@@ -12,22 +12,3 @@
      result = xmalloc (result_size = (strlen (string) + 16));
    else
      result = xmalloc (result_size = (strlen (string) + 1));
---- which-2.14/which.c.orig	Mon Dec  9 18:58:28 2002
-+++ which-2.14/which.c	Mon Dec  9 18:59:52 2002
-@@ -22,6 +22,7 @@
- #include "getopt.h"
- #include "tilde/tilde.h"
- #include "bash.h"
-+#include <ctype.h>
- 
- static const char *progname;
- 
-@@ -536,7 +537,7 @@
-     while (fgets(buf, sizeof(buf), stdin))
-     {
-       int looks_like_function_start = 0;
--      int function_start_version_205b;
-+      int function_start_version_205b = 0;
-       if (read_functions)
-       {
- 	// bash version 2.0.5a and older output a pattern for `str' like


Index: which.spec
===================================================================
RCS file: /cvs/extras/rpms/which/devel/which.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- which.spec	13 Nov 2007 14:22:00 -0000	1.15
+++ which.spec	13 Nov 2007 14:33:15 -0000	1.16
@@ -50,7 +50,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING AUTHORS LICENSE EXAMPLES README AUTHORS NEWS
+%doc COPYING EXAMPLES README AUTHORS NEWS
 /etc/profile.d/which-2.*
 %{_bindir}/*
 %{_infodir}/which.info.gz




More information about the fedora-extras-commits mailing list