From 3c880812d847c16631b7787298bd0e9abaceafc8 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 18 Jan 2005 12:36:11 +0000 Subject: [PATCH] - Apply "read -e" patch from bash package. --- readline.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readline.spec b/readline.spec index 195fa47..7ad3c8d 100644 --- a/readline.spec +++ b/readline.spec @@ -13,6 +13,7 @@ Patch3: ftp://ftp.cwru.edu/pub/bash/readline-5.0-patches/readline50-003 Patch4: ftp://ftp.cwru.edu/pub/bash/readline-5.0-patches/readline50-004 Patch5: ftp://ftp.cwru.edu/pub/bash/readline-5.0-patches/readline50-005 Patch6: readline-4.3-no_rpath.patch +Patch7: readline-read-e-segfault.patch Prereq: /sbin/install-info /sbin/ldconfig Buildroot: %{_tmppath}/%{name}-root BuildRequires: sed autoconf libtool @@ -46,6 +47,7 @@ installed. You also need to have the readline package installed. %patch4 -p0 -b .004 %patch5 -p0 -b .005 %patch6 -p1 -b .no_rpath +%patch7 -p1 -b .read-e-segfault libtoolize --copy --force autoconf || autoconf-2.53 @@ -96,6 +98,9 @@ fi %{_libdir}/lib*.so %changelog +* Tue Jan 18 2005 Tim Waugh +- Apply "read -e" patch from bash package. + * Wed Jan 12 2005 Tim Waugh 5.0-1 - 5.0 (bug #144835).