diff --git a/bash-completion-2.10.tar.xz b/bash-completion-2.10.tar.xz deleted file mode 100644 index 8e22c660bddd1676aa09aa192b0b54df25ebcef2..0000000000000000000000000000000000000000 Binary files a/bash-completion-2.10.tar.xz and /dev/null differ diff --git a/bash-completion-2.11.tar.xz b/bash-completion-2.11.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..9aaecae7c5c4761f7677f810f6fbb70b7d53164c Binary files /dev/null and b/bash-completion-2.11.tar.xz differ diff --git a/bash-completion.spec b/bash-completion.spec index 636ba8fa72dfb2fafaf6d129ab397c75ba4a6aed..535b30fd0b45ed166e65b9862d298b948195a9ca 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,18 +1,18 @@ #solve build failure with .py files %define _python_bytecompile_errors_terminate_build 0 -Name: bash-completion -Version: 2.10 -Release: 1 -Epoch: 1 -Summary: Completion for bash command -License: GPLv2+ -URL: https://github.com/scop/bash-completion -Source0: https://github.com/scop/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +Name: bash-completion +Version: 2.11 +Release: 1 +Epoch: 1 +Summary: Completion for bash command +License: GPLv2+ +URL: https://github.com/scop/bash-completion +Source0: https://github.com/scop/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -Patch0: %{name}-1.99-noblacklist.patch +Patch0: %{name}-1.99-noblacklist.patch -BuildArch: noarch +BuildArch: noarch BuildRequires: gcc autoconf automake @@ -64,6 +64,9 @@ make -C completions check %doc CHANGES README.md doc/bash_completion.txt CONTRIBUTING.md %changelog +* Tue Jan 26 2021 fuanan - 1:2.11-1 +- Update to version 2.11 + * Mon Jul 27 2020 wangchen - 1:2.10-1 - Type:enhancement - ID:NA