From 1aa79a262394e255b543d19abcc346cf90780cb1 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 25 Nov 2011 17:36:58 +0000 Subject: [PATCH 1/2] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=106 --- bash-4.2-patches.tar.bz2 | 4 ++-- bash.changes | 6 ++++++ bash.spec | 5 +++-- readline-6.2-patches.tar.bz2 | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/bash-4.2-patches.tar.bz2 b/bash-4.2-patches.tar.bz2 index 511532b3..4ea015e3 100644 --- a/bash-4.2-patches.tar.bz2 +++ b/bash-4.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5538dcbfd4164c9bcbfb51323ec57c372f8c6eb193ff5482c449090151af0b4e -size 11780 +oid sha256:8901a11f0cea89d82de52b9aef89f31dafb1fb563a65259d3a1007a465047ca7 +size 15223 diff --git a/bash.changes b/bash.changes index ed1dbc9d..c87c20ac 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/bash.spec b/bash.spec index 79e54382..2acdac86 100644 --- a/bash.spec +++ b/bash.spec @@ -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} \ diff --git a/readline-6.2-patches.tar.bz2 b/readline-6.2-patches.tar.bz2 index 192ad3f0..48b9e86f 100644 --- a/readline-6.2-patches.tar.bz2 +++ b/readline-6.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42d99fff6ab232dd0f14e69590a80159466d3d3a05ad45f705437896f7a20d84 -size 1011 +oid sha256:c289407622e86c15c445abe5d5fe5fdf728ab1cde8d56c3a9555cc416ef605a8 +size 1652 From b3652ece744aeee0d595cb45f2125b4f070037e4 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 25 Nov 2011 17:50:33 +0000 Subject: [PATCH 2/2] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=107 --- bash-4.2.dif | 19 +++++++++++++++++++ bash.changes | 5 +++++ 2 files changed, 24 insertions(+) diff --git a/bash-4.2.dif b/bash-4.2.dif index 498fec32..3623d971 100644 --- a/bash-4.2.dif +++ b/bash-4.2.dif @@ -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 + #include + #include ++#include + + #define NULL_TERMINATED(n) ((n) + 1) + --- support/printenv.c +++ support/printenv.c 2007-12-06 15:33:46.899561365 +0000 @@ -27,6 +27,7 @@ diff --git a/bash.changes b/bash.changes index c87c20ac..90167300 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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