.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=11
This commit is contained in:
parent
edfdd8f046
commit
aa521f70b5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 13:24:57 CEST 2009 - werner@suse.de
|
||||||
|
|
||||||
|
- Make _rl_enable_meta configurable by rthe users (bnc#541379)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 9 17:41:15 CEST 2009 - werner@suse.de
|
Wed Sep 9 17:41:15 CEST 2009 - werner@suse.de
|
||||||
|
|
||||||
|
@ -59,6 +59,7 @@ Patch20: readline-%{rl_vers}.dif
|
|||||||
Patch21: readline-4.3-input.dif
|
Patch21: readline-4.3-input.dif
|
||||||
Patch22: readline-6.0-wrap.patch
|
Patch22: readline-6.0-wrap.patch
|
||||||
Patch23: readline-5.2-conf.patch
|
Patch23: readline-5.2-conf.patch
|
||||||
|
Patch24: readline-6.0-metamode.patch
|
||||||
Patch30: readline-6.0-destdir.patch
|
Patch30: readline-6.0-destdir.patch
|
||||||
Patch40: bash-4.0.10-typo.patch
|
Patch40: bash-4.0.10-typo.patch
|
||||||
Patch42: bash-4.0.24-acl.dif
|
Patch42: bash-4.0.24-acl.dif
|
||||||
@ -297,6 +298,7 @@ unset p
|
|||||||
%patch21 -p0 -b .zerotty
|
%patch21 -p0 -b .zerotty
|
||||||
%patch22 -p0 -b .wrap
|
%patch22 -p0 -b .wrap
|
||||||
%patch23 -p0 -b .conf
|
%patch23 -p0 -b .conf
|
||||||
|
%patch24 -p0 -b .metamode
|
||||||
%patch40 -p0 -b .typo
|
%patch40 -p0 -b .typo
|
||||||
%patch42 -p0 -b .acl
|
%patch42 -p0 -b .acl
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
@ -309,6 +311,7 @@ done
|
|||||||
%patch21 -p2 -b .zerotty
|
%patch21 -p2 -b .zerotty
|
||||||
%patch22 -p2 -b .wrap
|
%patch22 -p2 -b .wrap
|
||||||
%patch23 -p2 -b .conf
|
%patch23 -p2 -b .conf
|
||||||
|
%patch24 -p2 -b .metamode
|
||||||
%patch30 -p0 -b .destdir
|
%patch30 -p0 -b .destdir
|
||||||
%patch20 -p0
|
%patch20 -p0
|
||||||
|
|
||||||
|
11
readline-6.0-metamode.patch
Normal file
11
readline-6.0-metamode.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# See bug bnc#541379
|
||||||
|
--- lib/readline/bind.c
|
||||||
|
+++ lib/readline/bind.c 2009-09-30 11:25:38.087930034 +0200
|
||||||
|
@@ -1473,6 +1473,7 @@ static const struct {
|
||||||
|
#if defined (VISIBLE_STATS)
|
||||||
|
{ "visible-stats", &rl_visible_stats, 0 },
|
||||||
|
#endif /* VISIBLE_STATS */
|
||||||
|
+ { "meta-mode", &_rl_enable_meta, 0 },
|
||||||
|
{ (char *)NULL, (int *)NULL }
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user