|
|
Author: mclasen
Update of /cvs/dist/rpms/yelp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18275
Modified Files:
yelp.spec
Added Files:
yelp-2.15.91-use-pango.patch
Log Message:
use pango
yelp-2.15.91-use-pango.patch:
yelp-main.c | 12 ------------
1 files changed, 12 deletions(-)
--- NEW FILE yelp-2.15.91-use-pango.patch ---
--- 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 {
Index: yelp.spec
===================================================================
RCS file: /cvs/dist/rpms/yelp/devel/yelp.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- yelp.spec 23 Aug 2006 19:34:38 -0000 1.73
+++ yelp.spec 29 Aug 2006 17:33:41 -0000 1.74
@@ -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 @@
%{_datadir}/yelp
%changelog
+* Tue Aug 29 2006 Matthias Clasen <mclasen@xxxxxxxxxx> - 2.15.91-3.fc6
+- Use Pango
+
* Wed Aug 23 2006 Matthew Barnes <mbarnes@xxxxxxxxxx> - 2.15.91-2
- Rebuild
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|