diff --git a/bash-completion-2.14.0.tar.xz b/bash-completion-2.14.0.tar.xz deleted file mode 100644 index 00ec940e90412bd94afa2bd84e4f97b9e8c36a4e..0000000000000000000000000000000000000000 Binary files a/bash-completion-2.14.0.tar.xz and /dev/null differ diff --git a/bash-completion-2.14.0-remove-python2.patch b/bash-completion-2.16.0-remove-python2.patch similarity index 91% rename from bash-completion-2.14.0-remove-python2.patch rename to bash-completion-2.16.0-remove-python2.patch index f01a59d83d9a2cb00104835718c201ed2e0abdf8..1ece855443e44425dd38873c34753e1d95702830 100644 --- a/bash-completion-2.14.0-remove-python2.patch +++ b/bash-completion-2.16.0-remove-python2.patch @@ -48,7 +48,7 @@ index 8f11291..fae5fc3 100644 - micropython pypy pypy3 pyston pyston3 python2 python2.7 \ + micropython pypy pypy3 pyston pyston3 \ python3 python3.3 python3.4 python3.5 python3.6 python3.7 \ - python3.8 python3.9 python3.10 python3.11 python3.12 + python3.8 python3.9 python3.10 python3.11 python3.12 python3.13 $(ss) pyvenv \ diff --git a/completions/Makefile.in b/completions/Makefile.in index 7117553..c2e43f9 100644 @@ -89,7 +89,7 @@ index 7117553..c2e43f9 100644 - micropython pypy pypy3 pyston pyston3 python2 python2.7 \ + micropython pypy pypy3 pyston pyston3 \ python3 python3.3 python3.4 python3.5 python3.6 python3.7 \ - python3.8 python3.9 python3.10 python3.11 python3.12 + python3.8 python3.9 python3.10 python3.11 python3.12 python3.13 $(ss) pyvenv \ diff --git a/completions/python b/completions/python index 5bf4b70..91e0f7a 100644 @@ -99,8 +99,8 @@ index 5bf4b70..91e0f7a 100644 fi } && complete -F _comp_cmd_python \ -- python python2 python2.7 python3 python3.{3..12} \ -+ python python3 python3.{3..12} \ +- python python2 python2.7 python3 python3.{3..13} \ ++ python python3 python3.{3..13} \ pypy pypy3 pyston pyston3 micropython # ex: filetype=sh diff --git a/bash-completion-2.16.0.tar.xz b/bash-completion-2.16.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..da488ad88a89f0f7f2d95c23c4ade8d56c8e044c Binary files /dev/null and b/bash-completion-2.16.0.tar.xz differ diff --git a/bash-completion.spec b/bash-completion.spec index 0599f912c2249bbaf38f69ca713423f45ae2bfa4..05abe545ff9f6389769bf80ec3ce275d384b31dd 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -2,15 +2,15 @@ %define _python_bytecompile_errors_terminate_build 0 Name: bash-completion -Version: 2.14.0 -Release: 2 +Version: 2.16.0 +Release: 1 Epoch: 1 Summary: Completion for bash command License: GPL-2.0-or-later URL: https://github.com/scop/bash-completion Source0: https://github.com/scop/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -Patch0: bash-completion-2.14.0-remove-python2.patch +Patch0: bash-completion-2.16.0-remove-python2.patch BuildArch: noarch @@ -65,6 +65,9 @@ make -C completions check %doc CHANGELOG.md README.md doc/configuration.md CONTRIBUTING.md %changelog +* Sun Dec 29 2024 Funda Wang - 1:2.16.0-1 +- update to 2.16.0 + * Thu Aug 01 2024 Funda Wang - 1:2.14.0-2 - Enhance bash with bash-completion