diff --git a/bash.changes b/bash.changes index 682f3f5c..243720e9 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 13 14:19:02 CEST 2010 - werner@suse.de + +- Disable the pipe patch from Thu Jun 24 10:40:09 CEST 2010 + as this resets the PIPESTATUS array to the status of the + forground process only + ------------------------------------------------------------------- Thu Jul 29 17:06:51 CEST 2010 - werner@suse.de diff --git a/bash.spec b/bash.spec index 8f769e05..046e00f0 100644 --- a/bash.spec +++ b/bash.spec @@ -36,7 +36,7 @@ Suggests: bash-doc = %bash_vers %endif AutoReqProv: on Version: 4.1 -Release: 12 +Release: 13 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 @@ -104,7 +104,7 @@ Group: Documentation/Man Provides: bash:%{_infodir}/bash.info.gz PreReq: %install_info_prereq Version: 4.1 -Release: 12 +Release: 13 AutoReqProv: on %if %suse_version > 1120 BuildArch: noarch @@ -140,7 +140,7 @@ License: GPLv2+ Summary: Include Files mandatory for Development of bash loadable builtins Group: Development/Languages/C and C++ Version: 4.1 -Release: 12 +Release: 13 AutoReqProv: on %description -n bash-devel @@ -160,7 +160,7 @@ License: GPLv2+ Summary: Loadable bash builtins Group: System/Shells Version: 4.1 -Release: 12 +Release: 13 AutoReqProv: on %description -n bash-loadables @@ -229,7 +229,7 @@ Summary: The Readline Library Group: System/Libraries Provides: bash:/%{_lib}/libreadline.so.%{rl_major} Version: 6.1 -Release: 12 +Release: 13 %if %suse_version > 1020 Recommends: readline-doc = %{version} %endif @@ -260,7 +260,7 @@ Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ Provides: bash:%{_libdir}/libreadline.a Version: 6.1 -Release: 12 +Release: 13 Requires: libreadline6 = %{version} Requires: ncurses-devel %if %suse_version > 1020 @@ -291,7 +291,7 @@ Group: System/Libraries Provides: readline:%{_infodir}/readline.info.gz PreReq: %install_info_prereq Version: 6.1 -Release: 12 +Release: 13 AutoReqProv: on %if %suse_version > 1120 BuildArch: noarch @@ -339,7 +339,9 @@ unset p %patch41 -p0 -b .intr %patch42 -p0 -b .non_void %patch43 -p0 -b .array -%patch44 -p0 -b .pipe +# This currently resets the PIPESTATUS array +# the status of the forground process only +#%patch44 -p0 -b .pipe %patch45 -p0 -b .parser %patch0 -p0 cd ../readline-%{rl_vers}