Accepting request 93690 from Base:System
- Make build check quiet - Update bash 4.2 to patch level 20 - Update readline 6.2 to patch level 2 OBS-URL: https://build.opensuse.org/request/show/93690 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=89
This commit is contained in:
commit
966be9a259
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5538dcbfd4164c9bcbfb51323ec57c372f8c6eb193ff5482c449090151af0b4e
|
oid sha256:8901a11f0cea89d82de52b9aef89f31dafb1fb563a65259d3a1007a465047ca7
|
||||||
size 11780
|
size 15223
|
||||||
|
19
bash-4.2.dif
19
bash-4.2.dif
@ -104,6 +104,15 @@
|
|||||||
int current_readline_line_index = 0;
|
int current_readline_line_index = 0;
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
@@ -5983,6 +5983,8 @@ save_input_line_state (ls)
|
||||||
|
/* force reallocation */
|
||||||
|
shell_input_line = 0;
|
||||||
|
shell_input_line_size = shell_input_line_len = shell_input_line_index = 0;
|
||||||
|
+
|
||||||
|
+ return ls;
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
--- shell.c
|
--- shell.c
|
||||||
+++ shell.c 2006-03-27 12:15:25.000000000 +0000
|
+++ shell.c 2006-03-27 12:15:25.000000000 +0000
|
||||||
@@ -479,7 +479,7 @@ main (argc, argv, env)
|
@@ -479,7 +479,7 @@ main (argc, argv, env)
|
||||||
@ -173,6 +182,16 @@
|
|||||||
.PD
|
.PD
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Brian Fox, Free Software Foundation
|
Brian Fox, Free Software Foundation
|
||||||
|
--- support/man2html.c
|
||||||
|
+++ support/man2html.c 2011-11-25 17:07:28.895646776 +0000
|
||||||
|
@@ -77,6 +77,7 @@
|
||||||
|
#include <time.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
#include <errno.h>
|
||||||
|
+#include <unistd.h>
|
||||||
|
|
||||||
|
#define NULL_TERMINATED(n) ((n) + 1)
|
||||||
|
|
||||||
--- support/printenv.c
|
--- support/printenv.c
|
||||||
+++ support/printenv.c 2007-12-06 15:33:46.899561365 +0000
|
+++ support/printenv.c 2007-12-06 15:33:46.899561365 +0000
|
||||||
@@ -27,6 +27,7 @@
|
@@ -27,6 +27,7 @@
|
||||||
|
11
bash.changes
11
bash.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 25 17:08:30 UTC 2011 - werner@suse.de
|
||||||
|
|
||||||
|
- Make build check quiet
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 25 16:32:14 UTC 2011 - werner@suse.de
|
||||||
|
|
||||||
|
- Update bash 4.2 to patch level 20
|
||||||
|
- Update readline 6.2 to patch level 2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 21 15:35:05 UTC 2011 - werner@suse.de
|
Mon Nov 21 15:35:05 UTC 2011 - werner@suse.de
|
||||||
|
|
||||||
|
@ -372,8 +372,9 @@ pushd ../readline-%{rl_vers}%{extend}
|
|||||||
CFLAGS_FOR_BUILD="$CFLAGS"
|
CFLAGS_FOR_BUILD="$CFLAGS"
|
||||||
LDFLAGS_FOR_BUILD="$LDFLAGS"
|
LDFLAGS_FOR_BUILD="$LDFLAGS"
|
||||||
export CC_FOR_BUILD CFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
|
export CC_FOR_BUILD CFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
|
||||||
./configure --disable-static --build=%{_target_cpu}-suse-linux \
|
./configure --build=%{_target_cpu}-suse-linux \
|
||||||
--prefix=%{_prefix} \
|
--disable-static \
|
||||||
|
--prefix=%{_prefix} \
|
||||||
--with-curses \
|
--with-curses \
|
||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--infodir=%{_infodir} \
|
--infodir=%{_infodir} \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:42d99fff6ab232dd0f14e69590a80159466d3d3a05ad45f705437896f7a20d84
|
oid sha256:c289407622e86c15c445abe5d5fe5fdf728ab1cde8d56c3a9555cc416ef605a8
|
||||||
size 1011
|
size 1652
|
||||||
|
Loading…
Reference in New Issue
Block a user