Dr. Werner Fink 2009-09-09 16:11:34 +00:00 committed by Git OBS Bridge
parent de0f1815fa
commit 4545e74444
4 changed files with 33 additions and 4 deletions

View File

@ -0,0 +1,18 @@
--- jobs.c
+++ jobs.c 2009-09-09 17:38:46.286401756 +0200
@@ -626,6 +626,7 @@ stop_pipeline (async, deferred)
if (newjob)
{
newjob->flags |= J_FOREGROUND;
+#if !defined(__linux__)
/*
* !!!!! NOTE !!!!! (chet@ins.cwru.edu)
*
@@ -640,6 +641,7 @@ stop_pipeline (async, deferred)
*/
if (job_control && newjob->pgrp && (subshell_environment&SUBSHELL_ASYNC) == 0)
maybe_give_terminal_to (shell_pgrp, newjob->pgrp, 0);
+#endif
}
}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5976375a49b913bacb5aafa2e1471666731621f19bd3d7872c2eacb035824f9e oid sha256:64b45587a32f84769d300c251406047bf8ecf8e54eec72281da82913b4ad4b5b
size 15858 size 17535

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 9 17:41:15 CEST 2009 - werner@suse.de
- Do not change tty owner group twice by child and parent (bnc#523667)
-------------------------------------------------------------------
Wed Sep 9 17:32:20 CEST 2009 - werner@suse.de
- Update to newest patch level 33
* Includes one of our own patches
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 26 13:01:19 CEST 2009 - coolo@novell.com Wed Aug 26 13:01:19 CEST 2009 - coolo@novell.com

View File

@ -47,6 +47,7 @@ Patch4: bash-3.0-evalexp.patch
Patch5: bash-3.0-warn-locale.patch Patch5: bash-3.0-warn-locale.patch
Patch6: bash-3.0-nfs_redir.patch Patch6: bash-3.0-nfs_redir.patch
Patch7: bash-3.0-decl.patch Patch7: bash-3.0-decl.patch
Patch8: bash-4.0-async-bnc523667.dif
Patch9: bash-4.0-extended_quote.patch Patch9: bash-4.0-extended_quote.patch
Patch10: bash-3.2-printf.patch Patch10: bash-3.2-printf.patch
Patch11: bash-4.0-loadables.dif Patch11: bash-4.0-loadables.dif
@ -61,7 +62,6 @@ Patch23: readline-5.2-conf.patch
Patch30: readline-6.0-destdir.patch Patch30: readline-6.0-destdir.patch
Patch40: bash-4.0.10-typo.patch Patch40: bash-4.0.10-typo.patch
Patch42: bash-4.0.24-acl.dif Patch42: bash-4.0.24-acl.dif
Patch43: bash-4.0.24-memleak-read.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global _sysconfdir /etc %global _sysconfdir /etc
%global _incdir %{_includedir} %global _incdir %{_includedir}
@ -286,6 +286,7 @@ unset p
%patch5 -p0 -b .warnlc %patch5 -p0 -b .warnlc
%patch6 -p0 -b .nfs_redir %patch6 -p0 -b .nfs_redir
%patch7 -p0 -b .decl %patch7 -p0 -b .decl
%patch8 -p0 -b .async
%patch9 -p0 -b .extended_quote %patch9 -p0 -b .extended_quote
%patch10 -p0 -b .printf %patch10 -p0 -b .printf
%patch11 -p0 -b .plugins %patch11 -p0 -b .plugins
@ -298,7 +299,6 @@ unset p
%patch23 -p0 -b .conf %patch23 -p0 -b .conf
%patch40 -p0 -b .typo %patch40 -p0 -b .typo
%patch42 -p0 -b .acl %patch42 -p0 -b .acl
%patch43 -p0 -b .leak
%patch0 -p0 %patch0 -p0
cd ../readline-%{rl_vers} cd ../readline-%{rl_vers}
for p in ../readline-%{rl_vers}-patches/*; do for p in ../readline-%{rl_vers}-patches/*; do