rpms/gnome-doc-utils/F-10 gnome-doc-utils-0.14.0-package.patch, NONE, 1.1 gnome-doc-utils.spec, 1.49, 1.50

Matthew Barnes mbarnes at fedoraproject.org
Sat Nov 29 16:43:11 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-doc-utils/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27344

Modified Files:
	gnome-doc-utils.spec 
Added Files:
	gnome-doc-utils-0.14.0-package.patch 
Log Message:

* Sat Nov 29 2008 Matthew Barnes <mbarnes at redhat.com> - 0.14.0-2
- Add patch for RH bug #438638 (monospace <package> elements).


gnome-doc-utils-0.14.0-package.patch:

--- NEW FILE gnome-doc-utils-0.14.0-package.patch ---
diff -up gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl.package gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl
--- gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl.package	2008-09-22 16:06:09.000000000 -0400
+++ gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl	2008-11-29 11:35:54.000000000 -0500
@@ -465,6 +465,7 @@ span.medialabel { font-style: italic; }
 span.methodname { font-family: monospace; }
 span.ooclass, span.ooexception, span.oointerface { font-family: monospace; }
 span.option { font-family: monospace; }
+span.package { font-family: monospace; }
 span.parameter { font-family: monospace; }
 span.paramdef span.parameter { font-style: italic; }
 span.prompt { font-family: monospace; }
diff -up gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl.package gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl
--- gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl.package	2008-09-22 16:06:09.000000000 -0400
+++ gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl	2008-11-29 11:35:54.000000000 -0500
@@ -669,6 +669,11 @@ FIXME
   <xsl:call-template name="db2html.inline"/>
 </xsl:template>
 
+<!-- = package = -->
+<xsl:template match="package">
+  <xsl:call-template name="db2html.inline"/>
+</xsl:template>
+
 <!-- = pagenums = -->
 <xsl:template match="pagenums">
   <xsl:call-template name="db2html.inline"/>


Index: gnome-doc-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-doc-utils/F-10/gnome-doc-utils.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- gnome-doc-utils.spec	22 Sep 2008 23:28:35 -0000	1.49
+++ gnome-doc-utils.spec	29 Nov 2008 16:42:40 -0000	1.50
@@ -2,7 +2,7 @@
 
 Name: gnome-doc-utils
 Version: 0.14.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and LGPLv2+ and GFDL
 Group: Development/Tools
 Summary: Documentation utilities for the GNOME project
@@ -14,6 +14,9 @@
 
 ### Patches ###
 
+# RH bug #438638 / GNOME bug #524207
+Patch1: gnome-doc-utils-0.14.0-package.patch
+
 ### Dependencies ###
 
 Requires: libxml2 >= 2.6.12
@@ -59,6 +62,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .package
 
 %build
 %configure --disable-scrollkeeper
@@ -96,6 +100,9 @@
 %{_datadir}/xml/gnome
 
 %changelog
+* Sat Nov 29 2008 Matthew Barnes <mbarnes at redhat.com> - 0.14.0-2
+- Add patch for RH bug #438638 (monospace <package> elements).
+
 * Mon Sep 22 2008 Matthias Clasen <mclasen at redhat.com> - 0.14.0-1
 - Update to 0.14.0
 




More information about the fedora-extras-commits mailing list