diff --git a/yelp.spec b/yelp.spec index b5a3b42..87eb5d8 100644 --- a/yelp.spec +++ b/yelp.spec @@ -13,10 +13,11 @@ Summary: A system documentation reader from the Gnome project. Name: yelp Version: 2.12.1 -Release: 2 +Release: 3 Source: %{name}-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=319096 Patch0: yelp-2.12.1-doublefree.patch +Patch1: yelp-2.12.1-fedora-docs.patch License: GPL Group: Applications/System BuildRoot: %{_tmppath}/%{name}-root @@ -58,6 +59,7 @@ one central tool. %prep %setup -q %patch0 -p1 -b .doublefree +%patch1 -p1 -b .fedora-docs %build %configure --with-mozilla=mozilla --disable-man --disable-info --disable-schemas-install @@ -103,6 +105,10 @@ fi %{_datadir}/yelp %changelog +* Mon Oct 17 2005 Matthias Clasen - 2.12.1-3 +- Include the category General|Linux|Distributions|Other on the + title page + * Mon Oct 17 2005 Matthias Clasen - 2.12.1-2 - Fix a double-free bug