packages: quagga/quagga.spec, quagga/quagga-readline.patch (NEW) - added co...

gotar gotar at pld-linux.org
Fri May 8 17:51:36 CEST 2009


Author: gotar                        Date: Fri May  8 15:51:36 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added completion patch against readline 6 library:
  as rl_completion_append_character and rl_completion_suppress_append are
  reset to defaults we need to reinit in completion function

---- Files affected:
packages/quagga:
   quagga.spec (1.56 -> 1.57) , quagga-readline.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/quagga/quagga.spec
diff -u packages/quagga/quagga.spec:1.56 packages/quagga/quagga.spec:1.57
--- packages/quagga/quagga.spec:1.56	Fri May  8 14:21:36 2009
+++ packages/quagga/quagga.spec	Fri May  8 17:51:30 2009
@@ -41,6 +41,7 @@
 Patch8:		%{name}-view_commands.patch
 Patch9:		%{name}-save_history.patch
 Patch10:	%{name}-0.99.11-BGP-4-byte-ASN-bug-fixes.patch
+Patch11:	%{name}-readline.patch
 URL:		http://www.quagga.net/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
@@ -210,6 +211,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 %{__libtoolize}
@@ -497,6 +499,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2009/05/08 15:51:30  gotar
+- added completion patch against readline 6 library:
+  as rl_completion_append_character and rl_completion_suppress_append are
+  reset to defaults we need to reinit in completion function
+
 Revision 1.56  2009/05/08 12:21:36  gotar
 - --enable-nssa switch removed in 0.98.0, NSSA enabled permanently
 

================================================================
Index: packages/quagga/quagga-readline.patch
diff -u /dev/null packages/quagga/quagga-readline.patch:1.1
--- /dev/null	Fri May  8 17:51:36 2009
+++ packages/quagga/quagga-readline.patch	Fri May  8 17:51:30 2009
@@ -0,0 +1,11 @@
+diff -urN quagga-0.99.11.orig/vtysh/vtysh.c quagga-0.99.11/vtysh/vtysh.c
+--- quagga-0.99.11.orig/vtysh/vtysh.c	2008-09-05 16:27:26.000000000 +0200
++++ quagga-0.99.11/vtysh/vtysh.c	2009-05-08 17:41:22.000000000 +0200
+@@ -679,6 +679,7 @@
+ 	rl_pending_input = ' ';
+     }
+ 
++  rl_completion_suppress_append = 1;
+   return matches;
+ }
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/quagga/quagga.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list