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:
Stephan Kulow 2011-11-28 11:53:02 +00:00 committed by Git OBS Bridge
commit 966be9a259
5 changed files with 37 additions and 6 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5538dcbfd4164c9bcbfb51323ec57c372f8c6eb193ff5482c449090151af0b4e
size 11780
oid sha256:8901a11f0cea89d82de52b9aef89f31dafb1fb563a65259d3a1007a465047ca7
size 15223

View File

@ -104,6 +104,15 @@
int current_readline_line_index = 0;
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 2006-03-27 12:15:25.000000000 +0000
@@ -479,7 +479,7 @@ main (argc, argv, env)
@ -173,6 +182,16 @@
.PD
.SH AUTHORS
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 2007-12-06 15:33:46.899561365 +0000
@@ -27,6 +27,7 @@

View File

@ -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

View File

@ -372,8 +372,9 @@ pushd ../readline-%{rl_vers}%{extend}
CFLAGS_FOR_BUILD="$CFLAGS"
LDFLAGS_FOR_BUILD="$LDFLAGS"
export CC_FOR_BUILD CFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
./configure --disable-static --build=%{_target_cpu}-suse-linux \
--prefix=%{_prefix} \
./configure --build=%{_target_cpu}-suse-linux \
--disable-static \
--prefix=%{_prefix} \
--with-curses \
--mandir=%{_mandir} \
--infodir=%{_infodir} \

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42d99fff6ab232dd0f14e69590a80159466d3d3a05ad45f705437896f7a20d84
size 1011
oid sha256:c289407622e86c15c445abe5d5fe5fdf728ab1cde8d56c3a9555cc416ef605a8
size 1652