- update version and changelog
This commit is contained in:
parent
ed9a4aa051
commit
11c0042959
@ -1,10 +1,10 @@
|
|||||||
# $Id: bash-completion.spec,v 1.48 2002/06/24 21:41:19 ianmacd Exp $
|
# $Id: bash-completion.spec,v 1.49 2002/06/26 08:30:31 ianmacd Exp $
|
||||||
#
|
#
|
||||||
Name: bash-completion
|
Name: bash-completion
|
||||||
%define bashversion 2.05a
|
%define bashversion 2.05a
|
||||||
Summary: bash-completion offers programmable completion for bash %{bashversion}
|
Summary: bash-completion offers programmable completion for bash %{bashversion}
|
||||||
Version: 20020624
|
Version: 20020626
|
||||||
Release: 2
|
Release: 1
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
License: GPL
|
License: GPL
|
||||||
Packager: Ian Macdonald <ian@caliban.org>
|
Packager: Ian Macdonald <ian@caliban.org>
|
||||||
@ -73,8 +73,12 @@ fi
|
|||||||
%doc README Changelog contrib/
|
%doc README Changelog contrib/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 24 2002 Ian Macdonald <ian@caliban.org> 20020624-2
|
* Wed Jun 26 2002 Ian Macdonald <ian@caliban.org>
|
||||||
- restore tilde expansion (its removal broke too much)
|
- make tilde expansion work during chown completion
|
||||||
|
- make tar completion '-o filenames' by default.
|
||||||
|
'-o dirnames' can be obtained by setting $COMP_TAR_INTERNAL_PATHS prior to
|
||||||
|
sourcing.
|
||||||
|
- restore expansion of ~ in _expand(): its removal broke too much
|
||||||
|
|
||||||
* Mon Jun 24 2002 Ian Macdonald <ian@caliban.org>
|
* Mon Jun 24 2002 Ian Macdonald <ian@caliban.org>
|
||||||
- avoid tilde expansion in _expand()
|
- avoid tilde expansion in _expand()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user