diff --git a/devhelp.spec b/devhelp.spec index 7354015..a3502bf 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -4,7 +4,7 @@ ExclusiveArch: i386 x86_64 ppc Summary: API document browser Name: devhelp Version: 0.9.3 -Release: 4 +Release: 5 License: GPL Group: Development/Tools Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/ @@ -27,6 +27,8 @@ BuildRequires: mozilla BuildRequires: intltool BuildRequires: gettext +Patch0: devhelp-0.9.3-dont-crash-on-typeahead.patch + %description A API document browser for GNOME 2. @@ -43,6 +45,7 @@ Library of Devhelp for embedding into other applications. %prep %setup -q +%patch0 -p1 -b .dont-crash-on-typeahead %build @@ -102,6 +105,9 @@ done %{_libdir}/pkgconfig/* %changelog +* Thu Apr 14 2005 Ray Strode 0.9.3-5 +- Don't crash on typeahead (bug #154398) + * Wed Mar 9 2005 Christopher Aillon 0.9.3-4 - Depend on mozilla 1.7.6