From 66b8f287f0c9c0e511b2d94b55d2a061ee19bb8ff0033a39c9eb4239b6682bd8 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 17 Feb 2017 14:10:21 +0000 Subject: [PATCH] remove bash-4.0-async-bnc523667.dif OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=234 --- bash-4.0-async-bnc523667.dif | 22 ---------------------- bash.changes | 6 ++++++ bash.spec | 3 --- 3 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 bash-4.0-async-bnc523667.dif diff --git a/bash-4.0-async-bnc523667.dif b/bash-4.0-async-bnc523667.dif deleted file mode 100644 index e693c53..0000000 --- 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 8492250..16d2fcf 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 8307d56..12ede95 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