diff --git a/bash-4.1-patches.tar.bz2 b/bash-4.1-patches.tar.bz2 index ffa48eb7..e7eb2f89 100644 --- a/bash-4.1-patches.tar.bz2 +++ b/bash-4.1-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73424968769484ed4ac52f07dbe882c9710faf8a348c0fffe57d64bbde8ad898 -size 2814 +oid sha256:c09d82089a275831e34dd2a885d50f733265d4929e62c0fce5a5ae623e8d8a0b +size 3633 diff --git a/bash.changes b/bash.changes index 8a6fcdd5..d9b93875 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 25 12:35:03 CEST 2010 - werner@suse.de + +- Update bash 4.1 to patch level 7 + * Bash did not correctly print/reproduce here documents attached + to commands inside compound commands such as for and while. + * A typo caused bash to not honor a precision specification in a + printf format. + ------------------------------------------------------------------- Mon Apr 12 11:36:30 CEST 2010 - werner@suse.de diff --git a/bash.spec b/bash.spec index 39aa6520..40418196 100644 --- a/bash.spec +++ b/bash.spec @@ -28,7 +28,7 @@ Recommends: bash-lang = %bash_vers Suggests: command-not-found AutoReqProv: on Version: 4.1 -Release: 5 +Release: 6 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 @@ -94,7 +94,7 @@ Group: Documentation/Man Provides: bash:%{_infodir}/bash.info.gz PreReq: %install_info_prereq Version: 4.1 -Release: 5 +Release: 6 AutoReqProv: on %if %suse_version > 1120 BuildArch: noarch @@ -117,7 +117,7 @@ License: GPLv2+ Summary: Include Files mandatory for Development of bash loadable builtins Group: Development/Languages/C and C++ Version: 4.1 -Release: 5 +Release: 6 AutoReqProv: on %description -n bash-devel @@ -137,7 +137,7 @@ License: GPLv2+ Summary: Loadable bash builtins Group: System/Shells Version: 4.1 -Release: 5 +Release: 6 AutoReqProv: on %description -n bash-loadables @@ -206,7 +206,7 @@ Summary: The Readline Library Group: System/Libraries Provides: bash:/%{_lib}/libreadline.so.%{rl_major} Version: 6.1 -Release: 5 +Release: 6 Recommends: readline-doc = %{version} # bug437293 %ifarch ppc64 @@ -235,7 +235,7 @@ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ Provides: bash:%{_libdir}/libreadline.a Version: 6.1 -Release: 5 +Release: 6 Requires: libreadline6 = %{version} Requires: ncurses-devel Recommends: readline-doc = %{version} @@ -264,7 +264,7 @@ Group: System/Libraries Provides: readline:%{_infodir}/readline.info.gz PreReq: %install_info_prereq Version: 6.1 -Release: 5 +Release: 6 AutoReqProv: on %if %suse_version > 1120 BuildArch: noarch diff --git a/readline-6.1-patches.tar.bz2 b/readline-6.1-patches.tar.bz2 index e09a7bc3..1cbd4b77 100644 --- a/readline-6.1-patches.tar.bz2 +++ b/readline-6.1-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28646085728346f5236c05f9e7c22cf430928eb2bf55f281cb9809bf621906df -size 1011 +oid sha256:692dab6b4f9c4ea0acf6160cc52c150086cccfa147f59ca4ce94dbea14cf8c56 +size 1351