diff --git a/bash-4.0-async-bnc523667.dif b/bash-4.0-async-bnc523667.dif deleted file mode 100644 index 7513f5d1..00000000 --- a/bash-4.0-async-bnc523667.dif +++ /dev/null @@ -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 - } - } - diff --git a/bash.changes b/bash.changes index 5702a1e1..76394d72 100644 --- a/bash.changes +++ b/bash.changes @@ -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 diff --git a/bash.spec b/bash.spec index e9699dd9..a531e2c7 100644 --- a/bash.spec +++ b/bash.spec @@ -71,8 +71,6 @@ Patch5: bash-3.0-warn-locale.patch # Disabled Patch6: bash-4.2-endpw.dif Patch7: bash-4.3-decl.patch -# Is this fixed meanwhile? -Patch8: bash-4.0-async-bnc523667.dif Patch9: bash-4.3-include-unistd.dif Patch10: bash-3.2-printf.patch Patch11: bash-4.3-loadables.dif @@ -285,7 +283,6 @@ done %patch5 -p0 -b .warnlc #%patch6 -p0 -b .endpw %patch7 -p0 -b .decl -#%patch8 -p0 -b .async %patch9 -p0 -b .unistd %patch10 -p0 -b .printf %patch11 -p0 -b .plugins