OBS User unknown
2008-05-06 17:02:44 +00:00
committed by Git OBS Bridge
parent 113e6dc03a
commit c1fafe7f5d
4 changed files with 14 additions and 51 deletions

View File

@@ -20,7 +20,7 @@ Group: System/Shells
Recommends: bash-doc = %bash_vers
AutoReqProv: on
Version: 3.2
Release: 103
Release: 106
Summary: The GNU Bourne-Again Shell
Url: http://www.gnu.org/software/bash/bash.html
Source0: bash-%{bash_vers}.tar.bz2
@@ -44,7 +44,6 @@ 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
Patch13: bash-3.2-memleak.patch
Patch14: bash-3.2-sigrestart.patch
Patch15: bash-3.2-longjmp.dif
Patch20: readline-%{rl_vers}.dif
@@ -77,7 +76,7 @@ Group: Documentation/Man
Provides: bash:%{_infodir}/bash.info.gz
PreReq: %install_info_prereq
Version: 3.2
Release: 62
Release: 65
AutoReqProv: on
%description -n bash-doc
@@ -97,7 +96,7 @@ Summary: The Readline Library
Group: System/Libraries
Provides: bash:/%{_lib}/libreadline.so.5
Version: 5.2
Release: 62
Release: 65
Recommends: readline-doc = %{version}
Provides: readline = 5.2
Obsoletes: readline <= 5.2
@@ -121,7 +120,7 @@ Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Provides: bash:%{_libdir}/libreadline.a
Version: 5.2
Release: 103
Release: 106
Requires: libreadline5 = %{version}
Requires: ncurses-devel
Recommends: readline-doc = %{version}
@@ -145,7 +144,7 @@ Group: System/Libraries
Provides: readline:%{_infodir}/readline.info.gz
PreReq: %install_info_prereq
Version: 5.2
Release: 62
Release: 65
AutoReqProv: on
%description -n readline-doc
@@ -179,7 +178,6 @@ unset p
%patch10 -p0 -b .printf
%patch11 -p0 -b .plugins
%patch12 -p0 -b .valgrind
%patch13 -p0 -b .memleak
%patch14 -p0 -b .sigrestart
%patch15 -p0 -b .longjmp
%patch21 -p0 -b .zerotty
@@ -423,6 +421,8 @@ EOF
%doc %{_defaultdocdir}/readline/
%changelog
* Tue May 06 2008 schwab@suse.de
- Add bash patches 34-39.
* Mon Apr 28 2008 matz@suse.de
- Fix last patch.
* Thu Apr 24 2008 werner@suse.de