This commit is contained in:
committed by
Git OBS Bridge
parent
37bc61f66f
commit
e96a15b909
17
bash.spec
17
bash.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bash (Version 3.2)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@@ -16,7 +16,7 @@ Group: System/Shells
|
||||
Requires: readline >= 5.2
|
||||
Autoreqprov: on
|
||||
Version: 3.2
|
||||
Release: 5
|
||||
Release: 12
|
||||
%define bash_vers 3.2
|
||||
%define rl_vers 5.2
|
||||
Summary: The GNU Bourne-Again Shell
|
||||
@@ -38,6 +38,7 @@ Patch8: bash-3.1-random.patch
|
||||
Patch9: bash-3.1-extended_quote.patch
|
||||
Patch10: bash-3.2-printf.patch
|
||||
Patch11: bash-3.1-loadables.dif
|
||||
Patch12: bash-3.2-valgrind.patch
|
||||
Patch20: readline-%{rl_vers}.dif
|
||||
Patch21: readline-4.3-input.dif
|
||||
Patch22: readline-5.2-wrap.patch
|
||||
@@ -64,7 +65,7 @@ Summary: The Readline Library
|
||||
Group: System/Libraries
|
||||
Provides: bash:/lib/libreadline.so.5
|
||||
Version: 5.2
|
||||
Release: 5
|
||||
Release: 12
|
||||
Autoreqprov: on
|
||||
|
||||
%description -n readline
|
||||
@@ -84,7 +85,7 @@ Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: bash:/usr/lib/libreadline.a
|
||||
Version: 5.2
|
||||
Release: 5
|
||||
Release: 12
|
||||
Requires: readline = %{version}-%{release}, %{_libdir}/libncurses.so
|
||||
Autoreqprov: on
|
||||
|
||||
@@ -118,6 +119,7 @@ unset p
|
||||
%patch9 -p0 -b .extended_quote
|
||||
%patch10 -p0 -b .printf
|
||||
%patch11 -p0 -b .plugins
|
||||
%patch12 -p0 -b .valgrind
|
||||
for p in ../readline-%{rl_vers}-patches/*; do
|
||||
test -e $p || break
|
||||
case "${p##*/}" in
|
||||
@@ -325,7 +327,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libreadline.so
|
||||
%doc %{_mandir}/man3/readline.3.gz
|
||||
|
||||
%changelog -n bash
|
||||
%changelog
|
||||
* Wed Feb 28 2007 - werner@suse.de
|
||||
- Don't access buffer but resulting pointer for array element names
|
||||
to avoid the not initialized area of the buffer. This also fixes
|
||||
an inherent wrong calculation of the string length of the array
|
||||
element names (bug #248717)
|
||||
* Thu Dec 14 2006 - werner@suse.de
|
||||
- Update to bash 3.2 patch level 9
|
||||
* Wed Dec 06 2006 - schwab@suse.de
|
||||
|
Reference in New Issue
Block a user