From ca4ce41c3246189a97b3a2792eb389a6b81495dadf608d5f640801236f03e8bc Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 14 Dec 2016 12:42:51 +0000 Subject: [PATCH] boo#1012212 OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=80 --- bash-completion-doc.changes | 6 ++++++ bash-completion-doc.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/bash-completion-doc.changes b/bash-completion-doc.changes index 72417ee..3b3ea0c 100644 --- a/bash-completion-doc.changes +++ b/bash-completion-doc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 14 12:41:38 UTC 2016 - werner@suse.de + +- Add patch tar-completion.patch to allow mixed options with long + and short options (boo#1012212) + ------------------------------------------------------------------- Wed Dec 14 10:46:27 UTC 2016 - werner@suse.de diff --git a/bash-completion-doc.spec b/bash-completion-doc.spec index 6868c7b..ad3628d 100644 --- a/bash-completion-doc.spec +++ b/bash-completion-doc.spec @@ -30,6 +30,8 @@ Source0: https://github.com/scop/bash-completion/releases/download/%{vers Source1: bash-completion-rpmlintrc # PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error Patch0: %{_name}-%{version}.patch +# PATCH-FIX-SUSE bnc#1012212 -- bash tab-autocompletion hangs on TAR-archiving with --create key +Patch1: tar-completion.patch # PATCH-FIX-SUSE bnc#903362 -- tab completion for file names prints error Patch2: PS1-completion-boo903362.patch # PATCH-FIX-SUSE boo#905348 -- tab completion with shell variable changes command line with backslash @@ -61,6 +63,7 @@ package bash-completion. %prep %setup -q -n %{_name}-%{version} %patch0 -b .p0 +%patch1 -b .p0 %patch2 -b .p2 %patch3 -b .p3 %patch5 -b .p5