fix some crashes
This commit is contained in:
parent
45546d8f36
commit
a902a10d73
10
yelp.spec
10
yelp.spec
@ -19,12 +19,14 @@
|
||||
Summary: A system documentation reader from the Gnome project
|
||||
Name: yelp
|
||||
Version: 2.16.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=319096
|
||||
Patch1: yelp-2.15.5-fedora-docs.patch
|
||||
Patch2: yelp-2.13.2-add-mime-handling.patch
|
||||
Patch3: yelp-2.15.91-use-pango.patch
|
||||
# backports from cvs
|
||||
Patch4: yelp-2.16.1-crash-fixes.patch
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -81,6 +83,7 @@ one central tool.
|
||||
%patch1 -p1 -b .fedora-docs
|
||||
%patch2 -p1 -b .add-mime-handling
|
||||
%patch3 -p1 -b .use-pango
|
||||
%patch4 -p1 -b .crash-fixes
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -141,7 +144,10 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_datadir}/yelp
|
||||
|
||||
%changelog
|
||||
* Fri Oct 27 2006 Christopher Aillon <caillon@redhat.com> - .2.16.1-2
|
||||
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-3
|
||||
- Fix some crashes (#212888)
|
||||
|
||||
* Fri Oct 27 2006 Christopher Aillon <caillon@redhat.com> - 2.16.1-2
|
||||
- Rebuild against newer gecko
|
||||
|
||||
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
||||
|
Loading…
Reference in New Issue
Block a user