Author: arekm                        Date: Sat Jun 25 13:29:48 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 6.2.1

---- Files affected:
packages/readline:
   readline.spec (1.123 -> 1.124) , readline62-001 (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/readline/readline.spec
diff -u packages/readline/readline.spec:1.123 
packages/readline/readline.spec:1.124
--- packages/readline/readline.spec:1.123       Wed Feb 16 20:37:58 2011
+++ packages/readline/readline.spec     Sat Jun 25 15:29:42 2011
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %define        ver             6.2
-#%%define      patchlevel      1
+%define        patchlevel      1
 Summary:       Library for reading lines from a terminal
 Summary(de.UTF-8):     Library zum Lesen von Zeilen von einem Terminal
 Summary(es.UTF-8):     Biblioteca para lectura de lĂ­neas de un terminal
@@ -25,7 +25,7 @@
 Patch2:                %{name}-header.patch
 Patch3:                %{name}-lfs.patch
 Patch4:                %{name}-tinfo.patch
-%{?patchlevel:%patchset_source -f 
http://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline61-%03g 1 
%{patchlevel}}
+%{?patchlevel:%patchset_source -f 
http://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-%03g 1 
%{patchlevel}}
 URL:           http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -268,6 +268,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.124  2011/06/25 13:29:42  arekm
+- up to 6.2.1
+
 Revision 1.123  2011/02/16 19:37:58  arekm
 - patchlevel in macro
 

================================================================
Index: packages/readline/readline62-001
diff -u /dev/null packages/readline/readline62-001:1.1
--- /dev/null   Sat Jun 25 15:29:48 2011
+++ packages/readline/readline62-001    Sat Jun 25 15:29:42 2011
@@ -0,0 +1,46 @@
+                          READLINE PATCH REPORT
+                          =====================
+
+Readline-Release: 6.2
+Patch-ID: readline62-001
+
+Bug-Reported-by:       Clark J. Wang <[email protected]>
+Bug-Reference-ID:      
<[email protected]>
+Bug-Reference-URL:     
http://lists.gnu.org/archive/html/bug-bash/2011-02/msg00157.html
+
+Bug-Description:
+
+The readline vi-mode `cc', `dd', and `yy' commands failed to modify the
+entire line.
+
+[This patch intentionally does not modify patchlevel]
+
+Patch (apply with `patch -p0'):
+
+*** ../readline-6.2-patched/vi_mode.c  2010-11-20 19:51:39.000000000 -0500
+--- vi_mode.c  2011-02-17 20:24:25.000000000 -0500
+***************
+*** 1115,1119 ****
+        _rl_vi_last_motion = c;
+        RL_UNSETSTATE (RL_STATE_VIMOTION);
+!       return (0);
+      }
+  #if defined (READLINE_CALLBACKS)
+--- 1115,1119 ----
+        _rl_vi_last_motion = c;
+        RL_UNSETSTATE (RL_STATE_VIMOTION);
+!       return (vidomove_dispatch (m));
+      }
+  #if defined (READLINE_CALLBACKS)
+*** ../readline-6.2-patched/callback.c 2010-06-06 12:18:58.000000000 -0400
+--- callback.c 2011-02-17 20:43:28.000000000 -0500
+***************
+*** 149,152 ****
+--- 149,155 ----
+         /* Should handle everything, including cleanup, numeric arguments,
+            and turning off RL_STATE_VIMOTION */
++        if (RL_ISSTATE (RL_STATE_NUMERICARG) == 0)
++          _rl_internal_char_cleanup ();
++ 
+         return;
+       }
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/readline/readline.spec?r1=1.123&r2=1.124&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to