diff --git a/bash-completion-2.1-bash-4.3.patch b/bash-completion-2.1-bash-4.3.patch index f180bb9..6a6a149 100644 --- a/bash-completion-2.1-bash-4.3.patch +++ b/bash-completion-2.1-bash-4.3.patch @@ -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 \ No newline at end of file + # bash-completion-devel@lists.alioth.debian.org/msg01942.html diff --git a/bash-completion.spec b/bash-completion.spec index 01eb0c0..7f673c3 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -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 2.1-6mamba +- previous patch had not been applied + * Sat Aug 02 2014 Silvan Calarco 2.1-5mamba - fix patch for bash 4.3 - remove conclicting files for chsh provided by latest util-linux