diff --git a/yelp-2.15.91-use-pango.patch b/yelp-2.15.91-use-pango.patch new file mode 100644 index 0000000..8569d4b --- /dev/null +++ b/yelp-2.15.91-use-pango.patch @@ -0,0 +1,21 @@ +--- yelp-2.15.91/src/yelp-main.c.use-pango 2006-08-29 12:18:35.000000000 -0400 ++++ yelp-2.15.91/src/yelp-main.c 2006-08-29 12:19:07.000000000 -0400 +@@ -403,18 +403,6 @@ + } + + if (private || !main_is_running ()) { +- const gchar *env; +- +- /* workaround for bug #329461 */ +- env = g_getenv ("MOZ_ENABLE_PANGO"); +- +- if (env == NULL || +- *env == '\0' || +- g_str_equal(env, "0")) +- { +- g_setenv ("MOZ_DISABLE_PANGO", "1", TRUE); +- } +- + if (session_started) { + main_restore_session (); + } else { diff --git a/yelp.spec b/yelp.spec index 483db0d..ed74759 100644 --- a/yelp.spec +++ b/yelp.spec @@ -19,7 +19,7 @@ Summary: A system documentation reader from the Gnome project. Name: yelp Version: 2.15.91 -Release: 2 +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 @@ -130,6 +130,9 @@ update-desktop-database &> /dev/null ||: %{_datadir}/yelp %changelog +* Tue Aug 29 2006 Matthias Clasen - 2.15.91-3.fc6 +- Use Pango + * Wed Aug 23 2006 Matthew Barnes - 2.15.91-2 - Rebuild