.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=69
This commit is contained in:
parent
cde97eefad
commit
2efee28bfb
@ -1,34 +0,0 @@
|
|||||||
*** ../bash-4.2-patched/sig.c Tue Nov 23 08:21:22 2010
|
|
||||||
--- sig.c Tue Mar 8 21:28:32 2011
|
|
||||||
***************
|
|
||||||
*** 47,50 ****
|
|
||||||
--- 47,51 ----
|
|
||||||
#if defined (READLINE)
|
|
||||||
# include "bashline.h"
|
|
||||||
+ # include <readline/readline.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
***************
|
|
||||||
*** 63,66 ****
|
|
||||||
--- 64,68 ----
|
|
||||||
extern int history_lines_this_session;
|
|
||||||
#endif
|
|
||||||
+ extern int no_line_editing;
|
|
||||||
|
|
||||||
extern void initialize_siglist ();
|
|
||||||
***************
|
|
||||||
*** 506,510 ****
|
|
||||||
#if defined (HISTORY)
|
|
||||||
/* XXX - will inhibit history file being written */
|
|
||||||
! history_lines_this_session = 0;
|
|
||||||
#endif
|
|
||||||
terminate_immediately = 0;
|
|
||||||
--- 508,515 ----
|
|
||||||
#if defined (HISTORY)
|
|
||||||
/* XXX - will inhibit history file being written */
|
|
||||||
! # if defined (READLINE)
|
|
||||||
! if (interactive_shell == 0 || interactive == 0 || (sig != SIGHUP && sig != SIGTERM) || no_line_editing || (RL_ISSTATE (RL_STATE_READCMD) == 0))
|
|
||||||
! # endif
|
|
||||||
! history_lines_this_session = 0;
|
|
||||||
#endif
|
|
||||||
terminate_immediately = 0;
|
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a2fc41cc8e9ba0a9d83f2e1eccf28762adedb7b12584db1fae683c22771f3992
|
oid sha256:0b80c189a132da8ecbbfb8c283224f75ebcd774c4fb5468117b218a9a6ea7021
|
||||||
size 5099
|
size 7397
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 15 18:28:58 CET 2011 - werner@suse.de
|
||||||
|
|
||||||
|
- Update bash 4.2 to patch level 8
|
||||||
|
- Add Ctr-C patch from upstream
|
||||||
|
- Add fix for endless loop in UTF-8 locale
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 9 12:00:48 CET 2011 - werner@suse.de
|
Wed Mar 9 12:00:48 CET 2011 - werner@suse.de
|
||||||
|
|
||||||
|
@ -66,7 +66,6 @@ Patch9: bash-4.0-extended_quote.patch
|
|||||||
Patch10: bash-3.2-printf.patch
|
Patch10: bash-3.2-printf.patch
|
||||||
Patch11: bash-4.0-loadables.dif
|
Patch11: bash-4.0-loadables.dif
|
||||||
Patch12: bash-4.1-completion.dif
|
Patch12: bash-4.1-completion.dif
|
||||||
Patch13: bash-4.2-history.dif
|
|
||||||
Patch14: bash-4.2-sigrestart.patch
|
Patch14: bash-4.2-sigrestart.patch
|
||||||
Patch15: bash-3.2-longjmp.dif
|
Patch15: bash-3.2-longjmp.dif
|
||||||
Patch16: bash-4.0-setlocale.dif
|
Patch16: bash-4.0-setlocale.dif
|
||||||
@ -330,7 +329,6 @@ unset p
|
|||||||
%patch10 -p0 -b .printf
|
%patch10 -p0 -b .printf
|
||||||
%patch11 -p0 -b .plugins
|
%patch11 -p0 -b .plugins
|
||||||
%patch12 -p0 -b .completion
|
%patch12 -p0 -b .completion
|
||||||
%patch13 -p0 -b .history
|
|
||||||
%patch14 -p0 -b .sigrestart
|
%patch14 -p0 -b .sigrestart
|
||||||
%patch15 -p0 -b .longjmp
|
%patch15 -p0 -b .longjmp
|
||||||
%patch16 -p0 -b .setlocale
|
%patch16 -p0 -b .setlocale
|
||||||
|
Loading…
Reference in New Issue
Block a user