temporarily drop a patch
This commit is contained in:
parent
6d943173f1
commit
2f35b6b183
19
hp.patch
19
hp.patch
@ -1,22 +1,3 @@
|
||||
--- yelp-2.20.0/src/yelp-man.c 2007-09-17 16:49:09.000000000 -0400
|
||||
+++ hacked/src/yelp-man.c 2007-11-16 22:21:32.000000000 -0500
|
||||
@@ -463,6 +463,16 @@
|
||||
yelp_document_error_pending (document, error);
|
||||
}
|
||||
|
||||
+#if 0
|
||||
+ {
|
||||
+ xmlChar *text;
|
||||
+ int len;
|
||||
+ xmlDocDumpFormatMemory (priv->xmldoc, &text, &len, 1);
|
||||
+ g_print (text);
|
||||
+ xmlFree (text);
|
||||
+ }
|
||||
+#endif
|
||||
+
|
||||
g_mutex_lock (priv->mutex);
|
||||
if (priv->state == MAN_STATE_STOP) {
|
||||
g_mutex_unlock (priv->mutex);
|
||||
--- yelp-2.20.0/src/yelp-man-parser.c 2007-09-17 16:49:09.000000000 -0400
|
||||
+++ hacked/src/yelp-man-parser.c 2007-11-16 20:00:34.000000000 -0500
|
||||
@@ -501,7 +501,12 @@
|
||||
|
@ -27,7 +27,7 @@ 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
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=497559
|
||||
Patch6: hp.patch
|
||||
# Patch6: hp.patch
|
||||
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=431077
|
||||
# XXX Does this no longer apply to yelp >= 2.19.1 ?
|
||||
@ -92,7 +92,7 @@ documentation written in DocBook.
|
||||
%patch1 -p1 -b .fedora-docs
|
||||
%patch2 -p1 -b .add-mime-handling
|
||||
%patch3 -p1 -b .use-pango
|
||||
%patch6 -p1 -b .hp
|
||||
#%patch6 -p1 -b .hp
|
||||
%patch12 -p1 -b .libxul
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user