From b0857a0cb178831783dc75f6215652b5856317bb Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:29:54 +0000 Subject: auto-import changelog data from bash-2.05b-38.src.rpm Thu Mar 11 2004 Tim Waugh 2.05b-38 - Apply patch from Nalin Dahyabhai fixing an overread. Tue Mar 02 2004 Elliot Lee - rebuilt Fri Feb 13 2004 Elliot Lee - rebuilt --- diff --git a/bash.spec b/bash.spec index 7ac15dc..78c7816 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ Version: 2.05b Name: bash Summary: The GNU Bourne Again shell (bash) version %{version}. -Release: 36 +Release: 38 Group: System Environment/Shells License: GPL Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{version}.tar.bz2 @@ -43,6 +43,7 @@ Patch36: ftp://ftp.gnu.org/pub/gnu/bash/bash-2.05b-patches/bash205b-007 Patch37: bash-2.05b-slow.patch Patch38: bash-2.05b-subst.patch Patch39: bash-2.05b-rereadline.patch +Patch40: bash-2.05b-overread.patch Prefix: %{_prefix} Requires: mktemp Provides: bash2 @@ -98,6 +99,7 @@ popular and powerful, and you'll probably end up using it. %patch37 -p1 -b .slow %patch38 -p1 -b .subst %patch39 -p1 -b .rereadline +%patch40 -p1 -b .overread echo %{version} > _distribution echo %{release} > _patchlevel @@ -236,6 +238,15 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Thu Mar 11 2004 Tim Waugh 2.05b-38 +- Apply patch from Nalin Dahyabhai fixing an overread. + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Thu Jan 22 2004 Tim Waugh 2.05b-36 - Fix the bug causing bindings to need reparsing .inputrc (bug #114101).