From ae3bc3faf24bf8e38d4345e3bdbee5c32b480b12 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jan 04 2005 23:23:51 +0000 Subject: Update to 20050103. --- diff --git a/.cvsignore b/.cvsignore index 230fd83..d0c83ae 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bash-completion-20041017.tar.bz2 +bash-completion-20050103.tar.bz2 diff --git a/bash-completion-openssl-cnf.patch b/bash-completion-openssl-cnf.patch new file mode 100644 index 0000000..b9cb27e --- /dev/null +++ b/bash-completion-openssl-cnf.patch @@ -0,0 +1,10 @@ +--- bash_completion~ 2005-01-04 08:37:42.000000000 +0200 ++++ bash_completion 2005-01-05 01:16:06.683299242 +0200 +@@ -3179,6 +3179,7 @@ + local config + + config=/etc/ssl/openssl.cnf ++ [ ! -f $config ] && config=/usr/share/ssl/openssl.cnf + for (( i=2; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" == -config ]]; then + config=${COMP_WORDS[i+1]} diff --git a/bash-completion.spec b/bash-completion.spec index cd0a28a..5b846a4 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,14 +1,15 @@ Name: bash-completion -Version: 20041017 -Release: 5 +Version: 20050103 +Release: 1 Epoch: 0 Summary: Programmable completion for Bash Group: System Environment/Shells License: GPL URL: http://www.caliban.org/bash/ -Source0: http://www.caliban.org/files/bash/bash-completion-20041017.tar.bz2 +Source0: http://www.caliban.org/files/bash/bash-completion-20050103.tar.bz2 Source1: %{name}.profile +Patch0: %{name}-openssl-cnf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -21,6 +22,7 @@ of the programmable completion feature of bash 2. %prep %setup -q -n bash_completion +%patch0 %build @@ -128,6 +130,9 @@ fi %changelog +* Wed Jan 5 2005 Ville Skyttä - 0:20050103-1 +- Update to 20050103. + * Sat Nov 27 2004 Ville Skyttä - 0:20041017-5 - Change version scheme, bump release to provide Extras upgrade path. diff --git a/sources b/sources index c92514d..27f8fcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3fd0836127d01606a9dc4262f3e2e1fb bash-completion-20041017.tar.bz2 +0ee7009b18ff862f8a63c2395e5fd100 bash-completion-20050103.tar.bz2