From 8b24d02103b18bd8f5d0bf8cc00410e5f666d9d8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 15 May 2009 19:21:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=38 --- bash.changes | 5 +++++ bash.spec | 15 +++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/bash.changes b/bash.changes index f649ba76..3af957ab 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 11 10:18:06 CEST 2009 - werne@suse.de + +- Increase size of hash table for runtime linker a lot + ------------------------------------------------------------------- Mon Apr 27 12:18:44 CEST 2009 - werne@suse.de diff --git a/bash.spec b/bash.spec index 944d690a..97c7b3dc 100644 --- a/bash.spec +++ b/bash.spec @@ -27,7 +27,7 @@ Recommends: bash-doc = %bash_vers Suggests: command-not-found AutoReqProv: on Version: 4.0 -Release: 9 +Release: 10 Summary: The GNU Bourne-Again Shell Url: http://www.gnu.org/software/bash/bash.html Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.bz2 @@ -91,7 +91,7 @@ Group: Documentation/Man Provides: bash:%{_infodir}/bash.info.gz PreReq: %install_info_prereq Version: 4.0 -Release: 9 +Release: 10 AutoReqProv: on %description -n bash-doc @@ -111,7 +111,7 @@ Summary: The Readline Library Group: System/Libraries Provides: bash:/%{_lib}/libreadline.so.%{rl_major} Version: 6.0 -Release: 9 +Release: 10 Recommends: readline-doc = %{version} # bug437293 %ifarch ppc64 @@ -140,7 +140,7 @@ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ Provides: bash:%{_libdir}/libreadline.a Version: 6.0 -Release: 9 +Release: 10 Requires: libreadline6 = %{version} Requires: ncurses-devel Recommends: readline-doc = %{version} @@ -169,7 +169,7 @@ Group: System/Libraries Provides: readline:%{_infodir}/readline.info.gz PreReq: %install_info_prereq Version: 6.0 -Release: 9 +Release: 10 AutoReqProv: on %description -n readline-doc @@ -268,7 +268,8 @@ cd ../readline-%{rl_vers} cflags -ftree-loop-linear CFLAGS cflags -pipe CFLAGS cflags -Wl,--as-needed LDFLAGS - cflags -Wl,-O,2 LDFLAGS + cflags -Wl,-O2 LDFLAGS + cflags -Wl,--hash-size=16699 LDFLAGS CC=gcc CC_FOR_BUILD="$CC" CFLAGS_FOR_BUILD="$CFLAGS" @@ -519,6 +520,8 @@ ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true %doc %{_defaultdocdir}/readline/ %changelog +* Mon May 11 2009 werne@suse.de +- Increase size of hash table for runtime linker a lot * Mon Apr 27 2009 werne@suse.de - Add patches from mailing list: * fix problem with invisible characters in prompt