From 84c77d8e98bd736caacec87db7588e62b452d6f2 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 03:25:32 +0000 Subject: [PATCH] auto-import changelog data from bash-2.04-22.src.rpm Tue May 22 2001 Leon Ho - Applied a patch for readline to support multibyte --- bash.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bash.spec b/bash.spec index fb0be54..0775f24 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ Version: 2.04 Name: bash Summary: The GNU Bourne Again shell (bash) version %{version}. -Release: 21 +Release: 22 Group: System Environment/Shells Copyright: GPL Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.gz @@ -19,6 +19,7 @@ Patch6: bash-2.04-compat.patch Patch7: bash-2.04-shellfunc.patch Patch8: bash-ia64.patch Patch9: bash-2.04-export.patch +Patch10: bash-2.04-readline-i18n.patch Prefix: %{_prefix} Requires: mktemp Provides: bash2 @@ -59,6 +60,7 @@ Again shell version %{version}. %patch7 -p1 -b .shellfunc %patch8 -p1 -b .ia64 %patch9 -p0 +%patch10 -p1 -b .readline echo %{version} > _distribution echo %{release} > _patchlevel @@ -189,6 +191,9 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Tue May 23 2001 Leon Ho +- Applied a patch for readline to support multibyte + * Wed Feb 28 2001 Matt Wilson - don't Prereq: /sbin/install-info!