From 4319eae7d3543b537c82bab6fe2e35ed7d3dd7be Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 18 Nov 2004 17:13:21 +0000 Subject: [PATCH] - Fixed last patch to avoid regressions (bug #139575). --- bash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index 1d3995b..3fb0404 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ Version: 3.0 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version}. -Release: 22 +Release: 23 Group: System Environment/Shells License: GPL Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz @@ -243,6 +243,9 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Thu Nov 18 2004 Tim Waugh 3.0-23 +- Fixed last patch to avoid regressions (bug #139575). + * Mon Nov 15 2004 Tim Waugh 3.0-22 - Fixed prompt wrapping code to cope with zero-length prompts (bug #139306).