Update to 20050103.

This commit is contained in:
Ville Skyttä 2005-01-04 23:23:51 +00:00
parent 4c62e7387d
commit ae3bc3faf2
4 changed files with 20 additions and 5 deletions

View File

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

View File

@ -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]}

View File

@ -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ä <ville.skytta at iki.fi> - 0:20050103-1
- Update to 20050103.
* Sat Nov 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:20041017-5
- Change version scheme, bump release to provide Extras upgrade path.

View File

@ -1 +1 @@
3fd0836127d01606a9dc4262f3e2e1fb bash-completion-20041017.tar.bz2
0ee7009b18ff862f8a63c2395e5fd100 bash-completion-20050103.tar.bz2