From 2eb0abeb55b8e9e14fdf5693bcee66f30e1dace7 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Mon, 24 Jun 2002 19:41:19 +0000 Subject: [PATCH] - update release and changelog --- bash-completion.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bash-completion.spec b/bash-completion.spec index 9b8b2566..02948b22 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,10 +1,10 @@ -# $Id: bash-completion.spec,v 1.47 2002/06/24 16:36:49 ianmacd Exp $ +# $Id: bash-completion.spec,v 1.48 2002/06/24 21:41:19 ianmacd Exp $ # Name: bash-completion %define bashversion 2.05a Summary: bash-completion offers programmable completion for bash %{bashversion} Version: 20020624 -Release: 1 +Release: 2 Group: System Environment/Shells License: GPL Packager: Ian Macdonald @@ -73,6 +73,9 @@ fi %doc README Changelog contrib/ %changelog +* Mon Jun 24 2002 Ian Macdonald 20020624-2 +- restore tilde expansion (its removal broke too much) + * Mon Jun 24 2002 Ian Macdonald - avoid tilde expansion in _expand() - gdb completion defaults to -o filenames, not -o default