This commit is contained in:
parent
2c3ccf72eb
commit
91d61a91d6
@ -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
|
||||
|
||||
|
15
bash.spec
15
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
|
||||
|
Loading…
Reference in New Issue
Block a user