previous patch had not been applied [release 2.1-6mamba;Wed Sep 03 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 20:45:50 +01:00
parent 4f22a8e2ef
commit 9f45911fd7
2 changed files with 7 additions and 4 deletions

View File

@ -24,4 +24,4 @@
+ [[ ${!2} == *\\* ]] && printf -v $2 %s "${1//\\\\/\\}"
# If result becomes quoted like this: $'string', re-evaluate in order to
# drop the additional quoting. See also: http://www.mail-archive.com/
# bash-completion-devel@lists.alioth.debian.org/msg01942.html
# bash-completion-devel@lists.alioth.debian.org/msg01942.html

View File

@ -1,7 +1,7 @@
### AUTOUPDATE-OFF: 0
Name: bash-completion
Version: 2.1
Release: 5mamba
Release: 6mamba
Epoch: 1
Summary: Programmable completion for bash
Group: Applications/Shells
@ -23,8 +23,8 @@ bash-completion is a collection of shell functions that take advantage of the pr
%prep
%setup -q
#%patch -p1
#%patch1 -p1
#%patch0 -p1
%patch1 -p0
%build
%configure
@ -66,6 +66,9 @@ rm -f %{buildroot}%{_datadir}/bash-completion/completions/\
#%doc CHANGES README
%changelog
* Wed Sep 03 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1-6mamba
- previous patch had not been applied
* Sat Aug 02 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1-5mamba
- fix patch for bash 4.3
- remove conclicting files for chsh provided by latest util-linux