- update version and changelog

This commit is contained in:
ianmacd 2002-06-19 06:20:01 +00:00
parent 9c2829b3a7
commit eea13453de

View File

@ -1,9 +1,9 @@
# $Id: bash-completion.spec,v 1.44 2002/06/16 18:37:25 ianmacd Exp $ # $Id: bash-completion.spec,v 1.45 2002/06/19 08:20:01 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: 20020616 Version: 20020619
Release: 1 Release: 1
Group: System Environment/Shells Group: System Environment/Shells
License: GPL License: GPL
@ -73,6 +73,12 @@ fi
%doc README Changelog contrib/ %doc README Changelog contrib/
%changelog %changelog
* Wed Jun 19 2002 Ian Macdonald <ian@caliban.org>
- allow .tbz as an extension during tar completion
- check for non-Linux and presence of gsed (GNU sed). If it's there, alias
it to sed.
- make man completion work for FreeBSD
* Sun Jun 16 2002 Ian Macdonald <ian@caliban.org> * Sun Jun 16 2002 Ian Macdonald <ian@caliban.org>
- eliminate errors when setting read-only variables - eliminate errors when setting read-only variables
- fix quoting bug in PINE address completion - fix quoting bug in PINE address completion