- Test out improved sighandler patch (bug #169231).

This commit is contained in:
Tim Waugh 2005-12-06 18:12:43 +00:00
parent e850c715be
commit 3c9f58bfe3

View File

@ -1,7 +1,7 @@
Version: 3.0
Name: bash
Summary: The GNU Bourne Again shell (bash) version %{version}.
Release: 37
Release: 38
Group: System Environment/Shells
License: GPL
Url: http://www.gnu.org/software/bash
@ -259,6 +259,9 @@ fi
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog
* Tue Dec 6 2005 Tim Waugh <twaugh@redhat.com> 3.0-38
- Test out improved sighandler patch (bug #169231).
* Tue Nov 22 2005 Tim Waugh <twaugh@redhat.com> 3.0-37
- Applied patch from upstream to fix parsing problem (bug #146638).