Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package bash-completion for openSUSE:Factory
checked in at 2026-09-15 17:09:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bash-completion (Old)
and /work/SRC/openSUSE:Factory/.bash-completion.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bash-completion"
Tue Sep 15 17:09:14 2026 rev:64 rq:1377739 version:2.17.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes
2025-09-25 18:45:11.873926456 +0200
+++
/work/SRC/openSUSE:Factory/.bash-completion.new.383539/bash-completion.changes
2026-09-15 17:09:38.380399993 +0200
@@ -1,0 +2,36 @@
+Sun Sep 6 13:56:03 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.17.0:
+ * Support -P prefix in _comp_compgen.
+ * Add -f in _filedir to manually suffix / to directories.
+ * New completions: free, fsnotifywait, fsnotifywatch, nload,
+ tmux, fprintd-*, slabtop.
+ * Vastly expanded 3rd-party fallback completion loaders
+ (including asdf, caddy, cosign, delta, jj, just, k9s, tofu,
+ tldr, trash-cli, uv, uvx, zola, and many others).
+ * Added and updated file/archive associations (unzip, zipinfo,
+ bsdtar, wine, xv) for .apk, .apkm, .apks, .xapk, .crx, .hap,
+ .ipa, .vsix, .webp, .pnm, .ogx, .oga.
+ * Enable .java filename completion for the java command.
+ Complete commands and variable assignments in env.
+ * Greatly expanded subcommand, protocol, and argument
+ completions in ip, curl, openssl, ssh-keygen, ssh-keyscan,
+ ssh-copy-id, tar, aptitude, coreutils, set, and others.
+ * Support Python 3.13 versioned executables.
+ * Bug Fixes:
+ - Avoid nounset, localvar_inherit, and pathname expansion
+ errors in various completions.
+ - Always quote special characters in _filedir completions.
+ - Correct cd pattern matching and cdable_vars validation.
+ - Try calling magick for ImageMagick 7 in convert.
+ - Fix remote file/path quoting and backslash issues in ssh,
+ scp, rsync, and sshfs.
+ - Improve BSD-style compatibility/arguments for openssl, patch,
+ truncate, and rsync.
+ - Bash 5.3 compatibility fixes (GLOBSORT and compgen -V).
+ - Cache GNU tar help parsing for improved performance.
+- drop patches (already merged upstream):
+ * tar-completion.patch
+ * bug1246923.patch
+
+-------------------------------------------------------------------
Old:
----
bash-completion-2.12.0.tar.xz
bug1246923.patch
tar-completion.patch
New:
----
bash-completion-2.17.0.tar.xz
----------(Old B)----------
Old: * tar-completion.patch
* bug1246923.patch
Old:- drop patches (already merged upstream):
* tar-completion.patch
* bug1246923.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bash-completion.spec ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:40.884504793 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:40.887504918 +0200
@@ -1,7 +1,7 @@
#
# spec file for package bash-completion
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
%global _name bash-completion
Name: %{_name}%{?nsuffix}
-Version: 2.12.0
+Version: 2.17.0
Release: 0
%if %{build_core}
Summary: Programmable Completion for Bash
@@ -44,8 +44,6 @@
Source1: bash-completion-rpmlintrc
# PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error
Patch0: %{_name}-2.4.patch
-# PATCH-FIX-SUSE bnc#1012212 -- bash tab-autocompletion hangs on TAR-archiving
with --create key
-Patch1: tar-completion.patch
# PATCH-FIX-SUSE boo#905348 -- tab completion with shell variable changes
command line with backslash
Patch3: FOO-dir-completion-boo905348.patch
# PATCH-FIX-SUSE
@@ -70,8 +68,6 @@
Patch14: bsc1199724-modules.patch
# PATCH-FIX-SUSE boo#1221414 -- shells/bash-completion: Bug
Patch15: boo1221414-scp.patch
-# PATCH-FIX-UPSTREAM bsc#1246923 -- [SLES 16.0] The network name is end with
":" via ethtool auto-completion
-Patch16: bug1246923.patch
BuildRequires: libtool
BuildRequires: pkgconfig
BuildArch: noarch
@@ -137,6 +133,8 @@
del="$del insmod insmod.static modinfo modprobe rmmod"
# shipped as part of patchutils
del="$del interdiff"
+# shipped as part of tmux
+del="$del tmux"
for i in $del; do
rm -fv "%{buildroot}%{_datadir}/bash-completion/completions/$i"
++++++ FOO-dir-completion-boo905348.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:40.918506216 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:40.921506341 +0200
@@ -3,17 +3,19 @@
bash-completion-2.12.0/completions/cd | 11 ++++++++-
2 files changed, 48 insertions(+), 1 deletion(-)
---- bash-completion-2.12.0/bash_completion
-+++ bash-completion-2.12.0/bash_completion 2024-02-23 07:34:25.733559088
+0000
-@@ -1102,6 +1102,7 @@ _comp_quote_compgen()
+Index: bash-completion-2.17.0/bash_completion
+===================================================================
+--- bash-completion-2.17.0.orig/bash_completion
++++ bash-completion-2.17.0/bash_completion
+@@ -1288,6 +1288,7 @@ _comp_quote_compgen()
_comp_compgen_filedir()
{
_comp_compgen_tilde && return
+ _comp_compgen_dollar "$cur" || return
local -a toks
- local _arg=${1-}
-@@ -1775,6 +1776,43 @@ _comp_compgen_tilde()
+ local _dir="" _filenames=""
+@@ -1997,6 +1998,43 @@ _comp_compgen_tilde()
return 1
}
@@ -57,9 +59,11 @@
# Expand string starting with tilde (~)
# We want to expand ~foo/... to /home/foo/... to avoid problems when
# word-to-complete starting with a tilde is fed to commands and ending up
---- bash-completion-2.12.0/completions/cd
-+++ bash-completion-2.12.0/completions/cd 2024-02-23 07:45:00.565836867
+0000
-@@ -5,7 +5,16 @@
+Index: bash-completion-2.17.0/completions/cd
+===================================================================
+--- bash-completion-2.17.0.orig/completions/cd
++++ bash-completion-2.17.0/completions/cd
+@@ -62,7 +62,16 @@ _comp_cmd_cd__compgen_cdpath()
_comp_cmd_cd()
{
local cur prev words cword comp_args
++++++ backtick-completion-boo940835.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:40.957507848 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:40.960507974 +0200
@@ -2,9 +2,11 @@
bash-completion-2.12.0/bash_completion | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
---- bash-completion-2.12.0/bash_completion
-+++ bash-completion-2.12.0/bash_completion 2024-02-23 07:56:27.581141856
+0000
-@@ -1784,16 +1784,21 @@ _comp_compgen_tilde()
+Index: bash-completion-2.17.0/bash_completion
+===================================================================
+--- bash-completion-2.17.0.orig/bash_completion
++++ bash-completion-2.17.0/bash_completion
+@@ -2006,16 +2006,21 @@ _comp_compgen_tilde()
_comp_compgen_dollar()
{
local s=""
@@ -30,7 +32,7 @@
\$\{*)
COMPREPLY=($(compgen -v -P '${' -S "}$s" -- ${1#??})) ;;
\$*)
-@@ -1805,7 +1810,7 @@ _comp_compgen_dollar()
+@@ -2027,7 +2032,7 @@ _comp_compgen_dollar()
if ((${#COMPREPLY[@]} > 0)) ; then
((${#COMPREPLY[@]} == 1)) && eval COMPREPLY=\(${COMPREPLY[@]}\)
++++++ backticks-bsc963140.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:40.974508560 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:40.978508727 +0200
@@ -2,9 +2,11 @@
bash-completion-2.12.0/bash_completion | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
---- bash-completion-2.12.0/bash_completion
-+++ bash-completion-2.12.0/bash_completion 2024-02-23 08:14:51.140697234
+0000
-@@ -1791,13 +1791,21 @@ _comp_compgen_dollar()
+Index: bash-completion-2.17.0/bash_completion
+===================================================================
+--- bash-completion-2.17.0.orig/bash_completion
++++ bash-completion-2.17.0/bash_completion
+@@ -2013,13 +2013,21 @@ _comp_compgen_dollar()
[[ "$COMP_LINE" == cd* ]] && s="/"
case "$1" in
@@ -30,7 +32,7 @@
;;
\$\{*)
COMPREPLY=($(compgen -v -P '${' -S "}$s" -- ${1#??})) ;;
-@@ -1810,8 +1818,8 @@ _comp_compgen_dollar()
+@@ -2032,8 +2040,8 @@ _comp_compgen_dollar()
if ((${#COMPREPLY[@]} > 0)) ; then
((${#COMPREPLY[@]} == 1)) && eval COMPREPLY=\(${COMPREPLY[@]}\)
++++++ bash-completion-2.12.0.tar.xz -> bash-completion-2.17.0.tar.xz ++++++
++++ 22726 lines of diff (skipped)
++++++ bash-completion-2.4.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:41.480529737 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:41.483529863 +0200
@@ -2,23 +2,25 @@
bash-completion-2.12.0/bash_completion | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---- bash-completion-2.12.0/bash_completion
-+++ bash-completion-2.12.0/bash_completion 2024-02-22 14:42:03.923479796
+0000
-@@ -2989,13 +2989,14 @@ _comp_complete_longopt()
+Index: bash-completion-2.17.0/bash_completion
+===================================================================
+--- bash-completion-2.17.0.orig/bash_completion
++++ bash-completion-2.17.0/bash_completion
+@@ -3218,14 +3218,15 @@ _comp_complete_longopt()
fi
}
# makeinfo and texi2dvi are defined elsewhere.
-complete -F _comp_complete_longopt \
+complete -F _comp_complete_longopt -o filenames \
- a2ps awk base64 bash bc bison cat chroot colordiff cp \
-- csplit cut date df diff dir du enscript env expand fmt fold gperf \
-+ csplit cut date df diff dir du enscript expand fmt fold gperf \
+ a2ps awk base{32,64,nc} bash bc bison cat chroot colordiff comm cp \
+ csplit cut date df diff dir du enscript expand fmt fold gperf \
grep grub head irb ld ldd less ln ls m4 mkdir mkfifo mknod \
-- mv netstat nl nm objcopy objdump od paste pr ptx readelf rm rmdir \
-- sed seq shar sort split strip sum tac tail tee \
+- mv netstat nl nm numfmt objcopy objdump od paste pr ptx readelf \
+- readlink realpath rm rmdir sed seq shar shred \
++ mv nl nm numfmt objcopy objdump od paste pr ptx readelf \
++ readlink realpath rm rmdir sed shar shred \
+ shuf sort split stat strip sum sync tac tail tee \
- texindex touch tr uname unexpand uniq units vdir wc who
-+ mv nl nm objcopy objdump od paste pr ptx readelf rm rmdir \
-+ sed shar sort split strip sum tac tail tee \
+ texindex touch tr unexpand uniq vdir wc who
+complete -F _comp_complete_longopt -o default env netstat seq uname units
++++++ bash-completion-2.7-unRAR-remove.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:41.500530574 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:41.504530742 +0200
@@ -4,18 +4,20 @@
bash-completion-2.12.0/completions/7z | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---- bash-completion-2.12.0/completions/7z
-+++ bash-completion-2.12.0/completions/7z 2024-02-23 08:20:37.142193535
+0000
-@@ -66,7 +66,7 @@ _comp_cmd_7z()
+Index: bash-completion-2.17.0/completions/7z
+===================================================================
+--- bash-completion-2.17.0.orig/completions/7z
++++ bash-completion-2.17.0/completions/7z
+@@ -62,7 +62,7 @@ _comp_cmd_7z()
else
- _comp_compgen -c "${cur:2}" -- -P"${cur:0:2}" -W '7z apm arj
- bzip2 cab chm cpio cramfs deb dmg elf fat flv gzip hfs iso
-- lzh lzma lzma86 macho mbr mslz mub nsis ntfs pe ppmd rar
-+ lzh lzma lzma86 macho mbr mslz mub nsis ntfs pe ppmd
- rpm squashfs swf swfc tar udf vhd wim xar xz z zip'
+ _comp_compgen -P "-t" -- -W '7z apm arj bzip2 cab chm cpio
+ cramfs deb dmg elf fat flv gzip hfs iso lzh lzma lzma86
+- macho mbr mslz mub nsis ntfs pe ppmd rar rpm squashfs swf
++ macho mbr mslz mub nsis ntfs pe ppmd rpm squashfs swf
+ swfc tar udf vhd wim xar xz z zip'
fi
return
-@@ -98,7 +98,7 @@ _comp_cmd_7z()
+@@ -94,7 +94,7 @@ _comp_cmd_7z()
# (assumption: extensions are all lowercase)
[[ $mode == w ]] &&
_comp_compgen -a filedir
'@(7z|bz2|swf|?(g)tar|?(t)[bglx]z|tb?(z)2|wim)' ||
++++++ boo1190929-9af4afd0.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:41.536532081 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:41.542532332 +0200
@@ -8,10 +8,11 @@
completions/modprobe | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
-diff --git a/completions/insmod b/completions/insmod
---- a/completions/insmod
-+++ b/completions/insmod
-@@ -7,7 +7,7 @@ _comp_cmd_insmod()
+Index: bash-completion-2.17.0/completions/_insmod
+===================================================================
+--- bash-completion-2.17.0.orig/completions/_insmod
++++ bash-completion-2.17.0/completions/_insmod
+@@ -10,7 +10,7 @@ _comp_cmd_insmod()
# do filename completion for first argument
if ((cword == 1)); then
@@ -20,10 +21,11 @@
else # do module parameter completion
_comp_compgen_split -- "$(PATH="$PATH:/sbin" modinfo \
-p "${words[1]}" 2>/dev/null | cut -d: -f1)"
-diff --git a/completions/modinfo b/completions/modinfo
---- a/completions/modinfo
-+++ b/completions/modinfo
-@@ -43,7 +43,7 @@ _comp_cmd_modinfo()
+Index: bash-completion-2.17.0/completions/_modinfo
+===================================================================
+--- bash-completion-2.17.0.orig/completions/_modinfo
++++ bash-completion-2.17.0/completions/_modinfo
+@@ -46,7 +46,7 @@ _comp_cmd_modinfo()
# do filename completion if we're giving a path to a module
if [[ $cur == @(*/|[.~])* ]]; then
@@ -32,10 +34,11 @@
else
_comp_compgen_kernel_modules "$version"
fi
-diff --git a/completions/modprobe b/completions/modprobe
---- a/completions/modprobe
-+++ b/completions/modprobe
-@@ -83,7 +83,7 @@ _comp_cmd_modprobe()
+Index: bash-completion-2.17.0/completions/_modprobe
+===================================================================
+--- bash-completion-2.17.0.orig/completions/_modprobe
++++ bash-completion-2.17.0/completions/_modprobe
+@@ -86,7 +86,7 @@ _comp_cmd_modprobe()
insert)
# do filename completion if we're giving a path to a module
if [[ $cur == @(*/|[.~])* ]]; then
++++++ boo1221414-scp.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:41.560533085 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:41.563533211 +0200
@@ -4,13 +4,15 @@
completions/ssh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---- a/completions/ssh
-+++ b/completions/ssh 2024-03-22 13:27:49.715476006 +0000
-@@ -499,7 +499,7 @@ _comp_xfunc_scp_compgen_remote_files()
- command sed -e 's/'"$_comp_cmd_scp__path_esc"'/\\\\\\&/g' -e
's/[*@|=]$//g' \
- -e 's/[^\/]$/& /g')
- fi
-- _comp_compgen_split -l -- "$_files"
+Index: bash-completion-2.17.0/completions/ssh
+===================================================================
+--- bash-completion-2.17.0.orig/completions/ssh
++++ bash-completion-2.17.0/completions/ssh
+@@ -584,7 +584,7 @@ _comp_xfunc_scp_compgen_remote_files()
+ command ls -aF1dL "$_path*" 2>/dev/null |
+ _comp_cmd_scp__escape_path ${_dirs_only:+'-d'} -- \
+ "$_escape_replacement")
+- _comp_compgen -R split -l -- "$_files"
+ COMPREPLY+=( $_files )
}
++++++ bsc1199724-modules.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:41.580533922 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:41.585534132 +0200
@@ -2,10 +2,11 @@
bash_completion | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/bash_completion b/bash_completion
---- a/bash_completion
-+++ b/bash_completion
-@@ -2090,7 +2090,7 @@ _comp_compgen_kernel_modules()
+Index: bash-completion-2.17.0/bash_completion
+===================================================================
+--- bash-completion-2.17.0.orig/bash_completion
++++ bash-completion-2.17.0/bash_completion
+@@ -2312,7 +2312,7 @@ _comp_compgen_kernel_modules()
local _modpath=/lib/modules/$1
_comp_compgen_split -- "$(command ls -RL "$_modpath" 2>/dev/null |
command sed -ne 's/^\(.*\)\.k\{0,1\}o\(\.[gx]z\)\{0,1\}$/\1/p' \
++++++ ls-completion-boo889319.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:41.598534676 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:41.602534843 +0200
@@ -2,16 +2,19 @@
bash-completion-2.12.0/bash_completion | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---- bash-completion-2.12.0/bash_completion
-+++ bash-completion-2.12.0/bash_completion 2024-02-23 07:54:39.219148113
+0000
-@@ -3030,11 +3030,12 @@ _comp_complete_longopt()
+Index: bash-completion-2.17.0/bash_completion
+===================================================================
+--- bash-completion-2.17.0.orig/bash_completion
++++ bash-completion-2.17.0/bash_completion
+@@ -3259,12 +3259,13 @@ _comp_complete_longopt()
complete -F _comp_complete_longopt -o filenames \
- a2ps awk base64 bash bc bison cat chroot colordiff cp \
+ a2ps awk base{32,64,nc} bash bc bison cat chroot colordiff comm cp \
csplit cut date df diff dir du enscript expand fmt fold gperf \
- grep grub head irb ld ldd less ln ls m4 mkdir mkfifo mknod \
+ grep grub head irb ld ldd less ln m4 mkdir mkfifo mknod \
- mv nl nm objcopy objdump od paste pr ptx readelf rm rmdir \
- sed shar sort split strip sum tac tail tee \
+ mv nl nm numfmt objcopy objdump od paste pr ptx readelf \
+ readlink realpath rm rmdir sed shar shred \
+ shuf sort split stat strip sum sync tac tail tee \
texindex touch tr unexpand uniq vdir wc who
complete -F _comp_complete_longopt -o default env netstat seq uname units
+complete -F _comp_complete_longopt -o bashdefault -o default -o filenames ls
ll la l ls-l lf
++++++ qdbus-qt5.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:41.619535555 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:41.622535680 +0200
@@ -3,35 +3,32 @@
qdbus is the Qt 4 variant, also complete for the Qt 5 version.
-Index: bash-completion-2.11/completions/qdbus
+Index: bash-completion-2.17.0/completions/Makefile.am
===================================================================
----
- bash-completion-2.12.0/completions/Makefile.am | 4 +++-
- bash-completion-2.12.0/completions/qdbus | 2 +-
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
---- bash-completion-2.12.0/completions/Makefile.am
-+++ bash-completion-2.12.0/completions/Makefile.am 2024-02-23
09:21:49.726811653 +0000
-@@ -821,6 +821,8 @@ CLEANFILES = \
- pyvenv-3.10 \
+--- bash-completion-2.17.0.orig/completions/Makefile.am
++++ bash-completion-2.17.0/completions/Makefile.am
+@@ -973,6 +973,8 @@ CLEANFILES = \
pyvenv-3.11 \
pyvenv-3.12 \
+ pyvenv-3.13 \
+ qdbus-qt5 \
+ qdbus6 \
qemu-kvm \
qemu-system-i386 \
qemu-system-x86_64 \
-@@ -1169,7 +1171,7 @@ symlinks: $(DATA)
+@@ -1484,7 +1486,7 @@ endif
pyvenv-3.4 pyvenv-3.5 pyvenv-3.6 pyvenv-3.7 pyvenv-3.8 \
- pyvenv-3.9 pyvenv-3.10 pyvenv-3.11 pyvenv-3.12
+ pyvenv-3.9 pyvenv-3.10 pyvenv-3.11 pyvenv-3.12 pyvenv-3.13
$(ss) qdbus \
- dcop
+ dcop qdbus-qt5 qdbus6
$(ss) qemu \
qemu-kvm qemu-system-i386 qemu-system-x86_64
$(ss) quota \
---- bash-completion-2.12.0/completions/qdbus
-+++ bash-completion-2.12.0/completions/qdbus 2024-02-23 09:20:07.148708732
+0000
+Index: bash-completion-2.17.0/completions/qdbus
+===================================================================
+--- bash-completion-2.17.0.orig/completions/qdbus
++++ bash-completion-2.17.0/completions/qdbus
@@ -9,6 +9,6 @@ _comp_cmd_qdbus()
command "${words[@]::cword}" 2>/dev/null | command sed 's/(.*)//'
)"
++++++ respect-variables-boo940837.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:41.639536392 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:41.645536643 +0200
@@ -8,9 +8,11 @@
bash-completion-2.12.0/bash_completion | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
---- bash-completion-2.12.0/bash_completion
-+++ bash-completion-2.12.0/bash_completion 2024-02-23 08:10:16.777791836
+0000
-@@ -2984,8 +2984,19 @@ _comp_compgen_commands()
+Index: bash-completion-2.17.0/bash_completion
+===================================================================
+--- bash-completion-2.17.0.orig/bash_completion
++++ bash-completion-2.17.0/bash_completion
+@@ -3213,8 +3213,19 @@ _comp_compgen_commands()
# @since 2.12
_comp_complete_longopt()
{
++++++ rm-completion-smart-boo958462.patch ++++++
--- /var/tmp/diff_new_pack.cfzrMo/_old 2026-09-15 17:09:41.658537187 +0200
+++ /var/tmp/diff_new_pack.cfzrMo/_new 2026-09-15 17:09:41.660537271 +0200
@@ -7,15 +7,17 @@
bash-completion-2.12.0/bash_completion | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---- bash-completion-2.12.0/bash_completion
-+++ bash-completion-2.12.0/bash_completion 2024-02-23 08:12:55.346856835
+0000
-@@ -3047,11 +3047,12 @@ complete -F _comp_complete_longopt -o fi
- a2ps awk base64 bash bc bison cat chroot colordiff cp \
+Index: bash-completion-2.17.0/bash_completion
+===================================================================
+--- bash-completion-2.17.0.orig/bash_completion
++++ bash-completion-2.17.0/bash_completion
+@@ -3277,11 +3277,12 @@ complete -F _comp_complete_longopt -o fi
csplit cut date df diff dir du enscript expand fmt fold gperf \
grep grub head irb ld ldd less ln m4 mkdir mkfifo mknod \
-- mv nl nm objcopy objdump od paste pr ptx readelf rm rmdir \
-+ mv nl nm objcopy objdump od paste pr ptx readelf \
- sed shar sort split strip sum tac tail tee \
+ mv nl nm numfmt objcopy objdump od paste pr ptx readelf \
+- readlink realpath rm rmdir sed shar shred \
++ readlink realpath sed shar shred \
+ shuf sort split stat strip sum sync tac tail tee \
texindex touch tr unexpand uniq vdir wc who
complete -F _comp_complete_longopt -o default env netstat seq uname units
complete -F _comp_complete_longopt -o bashdefault -o default -o filenames ls
ll la l ls-l lf