Update to 20050112.

This commit is contained in:
Ville Skyttä 2005-01-17 20:00:20 +00:00
parent ae3bc3faf2
commit c460536ce7
4 changed files with 7 additions and 16 deletions

View File

@ -1 +1 @@
bash-completion-20050103.tar.bz2
bash-completion-20050112.tar.bz2

View File

@ -1,10 +0,0 @@
--- 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]}

View File

@ -1,5 +1,5 @@
Name: bash-completion
Version: 20050103
Version: 20050112
Release: 1
Epoch: 0
Summary: Programmable completion for Bash
@ -7,9 +7,8 @@ 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-20050103.tar.bz2
Source0: http://www.caliban.org/files/bash/bash-completion-20050112.tar.bz2
Source1: %{name}.profile
Patch0: %{name}-openssl-cnf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -22,7 +21,6 @@ of the programmable completion feature of bash 2.
%prep
%setup -q -n bash_completion
%patch0
%build
@ -130,6 +128,9 @@ fi
%changelog
* Thu Jan 13 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:20050112-1
- Update to 20050112, openssl patch applied upstream.
* Wed Jan 5 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:20050103-1
- Update to 20050103.

View File

@ -1 +1 @@
0ee7009b18ff862f8a63c2395e5fd100 bash-completion-20050103.tar.bz2
82fbd64d75fb9942519763c7188407e7 bash-completion-20050112.tar.bz2