- update version and changelog

This commit is contained in:
ianmacd 2002-10-07 14:31:16 +00:00
parent 2497a3e3c1
commit 3c876e9c90

View File

@ -1,9 +1,9 @@
# $Id: bash-completion.spec,v 1.63 2002/10/05 09:52:25 ianmacd Exp $ # $Id: bash-completion.spec,v 1.64 2002/10/07 16:31:16 ianmacd Exp $
# #
Name: bash-completion Name: bash-completion
%define bashversion 2.05b %define bashversion 2.05b
Summary: bash-completion offers programmable completion for bash %{bashversion} Summary: bash-completion offers programmable completion for bash %{bashversion}
Version: 20021005 Version: 20021007
Release: 1 Release: 1
Group: System Environment/Shells Group: System Environment/Shells
License: GPL License: GPL
@ -73,6 +73,10 @@ fi
%doc BUGS README Changelog contrib/ %doc BUGS README Changelog contrib/
%changelog %changelog
* Mon Oct 7 2002 Ian Macdonald <ian@caliban.org>
- fix missing keywords in find completion
- back out double hostname scp fix, as issue is more complex
* Sat Oct 5 2002 Ian Macdonald <ian@caliban.org> * Sat Oct 5 2002 Ian Macdonald <ian@caliban.org>
- make java completion aware of -jar - make java completion aware of -jar
- make jar completion accept a leading dash to its option list - make jar completion accept a leading dash to its option list