From e570bd7f871b4cf94e59488c0a136298cd9f6549 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Nov 22 2005 13:33:55 +0000 Subject: - Applied patch from upstream to fix parsing problem (bug #146638). --- diff --git a/bash.spec b/bash.spec index 5a61997..ef5a85a 100644 --- a/bash.spec +++ b/bash.spec @@ -56,6 +56,7 @@ Patch124: bash-pwd.patch Patch125: bash-afs.patch Patch126: bash-setlocale.patch Patch127: bash-sighandler.patch +Patch128: bash-subshell.patch Prefix: %{_prefix} Requires: mktemp Obsoletes: bash2 etcskel @@ -125,6 +126,7 @@ popular and powerful, and you'll probably end up using it. %patch125 -p1 -b .afs %patch126 -p1 -b .setlocale %patch127 -p1 -b .sighandler +%patch128 -p1 -b .subshell echo %{version} > _distribution echo %{release} > _patchlevel @@ -257,6 +259,9 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Tue Nov 22 2005 Tim Waugh +- Applied patch from upstream to fix parsing problem (bug #146638). + * Wed Nov 9 2005 Tim Waugh 3.0-36 - Added Url: tag (bug #172770). - Do not explicitly gzip info pages (bug #172770).