diff --git a/bash-completion-1.99-noblacklist.patch b/bash-completion-1.99-noblacklist.patch deleted file mode 100644 index f3cd42e160f06a0ddc3a1dd405c17b7adab16c85..0000000000000000000000000000000000000000 --- a/bash-completion-1.99-noblacklist.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up bash-completion-1.99/bash_completion~ bash-completion-1.99/bash_completion ---- bash-completion-1.99/bash_completion~ 2012-01-08 01:03:46.000000000 +0200 -+++ bash-completion-1.99/bash_completion 2012-01-08 13:50:33.412012530 +0200 -@@ -45,7 +45,7 @@ readonly BASH_COMPLETION_COMPAT_DIR - - # Blacklisted completions, causing problems with our code. - # --_blacklist_glob='@(acroread.sh)' -+_blacklist_glob='@()' - - # Turn on extended globbing and programmable completion - shopt -s extglob progcomp diff --git a/bash-completion-2.12.0.tar.xz b/bash-completion-2.12.0.tar.xz deleted file mode 100644 index 102c085c145393567cde8cec4ccc5c523c494062..0000000000000000000000000000000000000000 Binary files a/bash-completion-2.12.0.tar.xz and /dev/null differ diff --git a/bash-completion-2.12.0-remove-python2.patch b/bash-completion-2.14.0-remove-python2.patch similarity index 97% rename from bash-completion-2.12.0-remove-python2.patch rename to bash-completion-2.14.0-remove-python2.patch index 77350fe0847cb73a5f9b1a5e43b8e0933b7595d2..f01a59d83d9a2cb00104835718c201ed2e0abdf8 100644 --- a/bash-completion-2.12.0-remove-python2.patch +++ b/bash-completion-2.14.0-remove-python2.patch @@ -1,7 +1,7 @@ From 4add64d07eb56f42ce9c9c6255bcbc64dafa9b1c Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Mon, 4 Mar 2024 11:14:11 +0800 -Subject: [PATCH] bash-completion-2.12.0 remove python2 +Subject: [PATCH] bash-completion-2.14.0 remove python2 --- completions/Makefile.am | 11 +++-------- diff --git a/bash-completion-2.14.0.tar.xz b/bash-completion-2.14.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..00ec940e90412bd94afa2bd84e4f97b9e8c36a4e Binary files /dev/null and b/bash-completion-2.14.0.tar.xz differ diff --git a/bash-completion-remove-python2.patch b/bash-completion-remove-python2.patch deleted file mode 100644 index 8501568092650c121b7201ce59568b4b72893962..0000000000000000000000000000000000000000 --- a/bash-completion-remove-python2.patch +++ /dev/null @@ -1,70 +0,0 @@ -From f13d6bc1c1675eddf148db3d0b942872aef398ec Mon Sep 17 00:00:00 2001 -From: renhongxun -Date: Mon, 20 Jun 2022 10:54:26 +0800 -Subject: [PATCH] bash-completion remove python2 - ---- - completions/Makefile.am | 4 +--- - completions/Makefile.in | 4 +--- - completions/python | 2 +- - 3 files changed, 3 insertions(+), 7 deletions(-) - -diff --git a/completions/Makefile.am b/completions/Makefile.am -index 723b42f..2d0c0f2 100644 ---- a/completions/Makefile.am -+++ b/completions/Makefile.am -@@ -666,8 +666,6 @@ CLEANFILES = \ - pypy3 \ - pytest-2 \ - pytest-3 \ -- python2 \ -- python2.7 \ - python3 \ - python3.3 \ - python3.4 \ -@@ -890,7 +888,7 @@ symlinks: $(DATA) - $(ss) pylint \ - pylint-2 pylint-3 - $(ss) python \ -- micropython pypy pypy3 python2 python2.7 python3 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 -+ micropython pypy pypy3 python3 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 - $(ss) pyvenv \ - pyvenv-3.4 pyvenv-3.5 pyvenv-3.6 pyvenv-3.7 pyvenv-3.8 - $(ss) qdbus \ -diff --git a/completions/Makefile.in b/completions/Makefile.in -index b8a439f..fe2ad1c 100644 ---- a/completions/Makefile.in -+++ b/completions/Makefile.in -@@ -890,8 +890,6 @@ CLEANFILES = \ - pypy3 \ - pytest-2 \ - pytest-3 \ -- python2 \ -- python2.7 \ - python3 \ - python3.3 \ - python3.4 \ -@@ -1332,7 +1330,7 @@ symlinks: $(DATA) - $(ss) pylint \ - pylint-2 pylint-3 - $(ss) python \ -- micropython pypy pypy3 python2 python2.7 python3 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 -+ micropython pypy pypy3 python3 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 - $(ss) pyvenv \ - pyvenv-3.4 pyvenv-3.5 pyvenv-3.6 pyvenv-3.7 pyvenv-3.8 - $(ss) qdbus \ -diff --git a/completions/python b/completions/python -index d50c18f..a8c17db 100644 ---- a/completions/python -+++ b/completions/python -@@ -62,6 +62,6 @@ _python() - COMPREPLY=($(compgen -W '$(_parse_help "$1" -h)' -- "$cur")) - fi - } && -- complete -F _python python python2 python2.7 python3 python3.{3..8} pypy pypy3 micropython -+ complete -F _python python python3 python3.{3..8} pypy pypy3 micropython - - # ex: filetype=sh --- -1.8.3.1 - diff --git a/bash-completion-remove-redundant-python2-links.patch b/bash-completion-remove-redundant-python2-links.patch deleted file mode 100644 index 557ba2ffad4af467bff7c8b493d39cfff0cfde7e..0000000000000000000000000000000000000000 --- a/bash-completion-remove-redundant-python2-links.patch +++ /dev/null @@ -1,79 +0,0 @@ -From e67d1ffcb510e314f3bd37446ab8e79078ea9a0b Mon Sep 17 00:00:00 2001 -From: liyuan -Date: Tue, 2 Aug 2022 15:15:09 +0800 -Subject: [PATCH] bash completion remove redundant python2 links - ---- - completions/Makefile.am | 7 ++----- - completions/Makefile.in | 7 ++----- - 2 files changed, 4 insertions(+), 10 deletions(-) - -diff --git a/completions/Makefile.am b/completions/Makefile.am -index 2d0c0f2..91a6a90 100644 ---- a/completions/Makefile.am -+++ b/completions/Makefile.am -@@ -657,14 +657,11 @@ CLEANFILES = \ - pvscan \ - pxz \ - py.test \ -- py.test-2 \ - py.test-3 \ - pydoc3 \ -- pylint-2 \ - pylint-3 \ - pypy \ - pypy3 \ -- pytest-2 \ - pytest-3 \ - python3 \ - python3.3 \ -@@ -882,11 +879,11 @@ symlinks: $(DATA) - filebucket puppetca puppetd puppetdoc puppetmasterd puppetqd \ - puppetrun ralsh - $(ss) pytest \ -- py.test py.test-2 py.test-3 pytest-2 pytest-3 -+ py.test py.test-3 pytest-3 - $(ss) pydoc \ - pydoc3 - $(ss) pylint \ -- pylint-2 pylint-3 -+ pylint-3 - $(ss) python \ - micropython pypy pypy3 python3 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 - $(ss) pyvenv \ -diff --git a/completions/Makefile.in b/completions/Makefile.in -index fe2ad1c..897faba 100644 ---- a/completions/Makefile.in -+++ b/completions/Makefile.in -@@ -881,14 +881,11 @@ CLEANFILES = \ - pvscan \ - pxz \ - py.test \ -- py.test-2 \ - py.test-3 \ - pydoc3 \ -- pylint-2 \ - pylint-3 \ - pypy \ - pypy3 \ -- pytest-2 \ - pytest-3 \ - python3 \ - python3.3 \ -@@ -1324,11 +1321,11 @@ symlinks: $(DATA) - filebucket puppetca puppetd puppetdoc puppetmasterd puppetqd \ - puppetrun ralsh - $(ss) pytest \ -- py.test py.test-2 py.test-3 pytest-2 pytest-3 -+ py.test py.test-3 pytest-3 - $(ss) pydoc \ - pydoc3 - $(ss) pylint \ -- pylint-2 pylint-3 -+ pylint-3 - $(ss) python \ - micropython pypy pypy3 python3 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8 - $(ss) pyvenv \ --- -2.33.0 - diff --git a/bash-completion.spec b/bash-completion.spec index cca513ca030989d3f7f0177e1106b6614a4b24dc..1a60555527b28ce97548537c0c1a4d02b3be6d7b 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -2,7 +2,7 @@ %define _python_bytecompile_errors_terminate_build 0 Name: bash-completion -Version: 2.12.0 +Version: 2.14.0 Release: 1 Epoch: 1 Summary: Completion for bash command @@ -10,7 +10,7 @@ License: GPLv2+ URL: https://github.com/scop/bash-completion Source0: https://github.com/scop/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -Patch0: bash-completion-2.12.0-remove-python2.patch +Patch0: bash-completion-2.14.0-remove-python2.patch BuildArch: noarch @@ -64,6 +64,9 @@ make -C completions check %doc CHANGELOG.md README.md doc/configuration.md CONTRIBUTING.md %changelog +* Mon Jul 01 2024 warlcok - 1:2.14.0-1 +- update to 2.14.0 + * Mon Mar 04 2024 yueyuankun - 1:2.12.0-1 - Type:update - ID:NA