remove bash-4.0-async-bnc523667.dif

OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=234
This commit is contained in:
Dr. Werner Fink 2017-02-17 14:10:21 +00:00 committed by Git OBS Bridge
parent a2d9a23d44
commit 83b180bf09
3 changed files with 6 additions and 25 deletions

View File

@ -1,22 +0,0 @@
---
jobs.c | 2 ++
1 file changed, 2 insertions(+)
--- jobs.c
+++ jobs.c 2009-09-09 15:38:46.286401756 +0000
@@ -681,6 +681,7 @@ stop_pipeline (async, deferred)
if (newjob)
{
newjob->flags |= J_FOREGROUND;
+#if !defined(__linux__)
/*
* !!!!! NOTE !!!!! (chet@ins.cwru.edu)
*
@@ -696,6 +697,7 @@ stop_pipeline (async, deferred)
*/
if (job_control && newjob->pgrp && (subshell_environment&SUBSHELL_ASYNC) == 0 && running_in_background == 0)
maybe_give_terminal_to (shell_pgrp, newjob->pgrp, 0);
+#endif
}
}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 17 14:08:47 UTC 2017 - werner@suse.de
- Remove bash-4.0-async-bnc523667.dif as this one is fixed (and
was disabled and nobody had reported trouble)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 30 16:11:13 UTC 2017 - werner@suse.de Mon Jan 30 16:11:13 UTC 2017 - werner@suse.de

View File

@ -71,8 +71,6 @@ Patch5: bash-3.0-warn-locale.patch
# Disabled # Disabled
Patch6: bash-4.2-endpw.dif Patch6: bash-4.2-endpw.dif
Patch7: bash-4.3-decl.patch Patch7: bash-4.3-decl.patch
# Is this fixed meanwhile?
Patch8: bash-4.0-async-bnc523667.dif
Patch9: bash-4.3-include-unistd.dif Patch9: bash-4.3-include-unistd.dif
Patch10: bash-3.2-printf.patch Patch10: bash-3.2-printf.patch
Patch11: bash-4.3-loadables.dif Patch11: bash-4.3-loadables.dif
@ -285,7 +283,6 @@ done
%patch5 -p0 -b .warnlc %patch5 -p0 -b .warnlc
#%patch6 -p0 -b .endpw #%patch6 -p0 -b .endpw
%patch7 -p0 -b .decl %patch7 -p0 -b .decl
#%patch8 -p0 -b .async
%patch9 -p0 -b .unistd %patch9 -p0 -b .unistd
%patch10 -p0 -b .printf %patch10 -p0 -b .printf
%patch11 -p0 -b .plugins %patch11 -p0 -b .plugins