- Don't crash on typeahead (bug #154398)
This commit is contained in:
parent
66e30990a8
commit
8864deada7
@ -4,7 +4,7 @@ ExclusiveArch: i386 x86_64 ppc
|
|||||||
Summary: API document browser
|
Summary: API document browser
|
||||||
Name: devhelp
|
Name: devhelp
|
||||||
Version: 0.9.3
|
Version: 0.9.3
|
||||||
Release: 4
|
Release: 5
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/
|
Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/
|
||||||
@ -27,6 +27,8 @@ BuildRequires: mozilla
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
|
||||||
|
Patch0: devhelp-0.9.3-dont-crash-on-typeahead.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A API document browser for GNOME 2.
|
A API document browser for GNOME 2.
|
||||||
|
|
||||||
@ -43,6 +45,7 @@ Library of Devhelp for embedding into other applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .dont-crash-on-typeahead
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -102,6 +105,9 @@ done
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 14 2005 Ray Strode <rstrode@redhat.com> 0.9.3-5
|
||||||
|
- Don't crash on typeahead (bug #154398)
|
||||||
|
|
||||||
* Wed Mar 9 2005 Christopher Aillon <caillon@redhat.com> 0.9.3-4
|
* Wed Mar 9 2005 Christopher Aillon <caillon@redhat.com> 0.9.3-4
|
||||||
- Depend on mozilla 1.7.6
|
- Depend on mozilla 1.7.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user