rpms/docbook-style-xsl/F-11 docbook-xsl-fop1extensionpath.patch, NONE, 1.1 docbook-style-xsl.spec, 1.58, 1.59

Ondrej Vasik ovasik at fedoraproject.org
Wed Aug 5 12:24:22 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/docbook-style-xsl/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3374

Modified Files:
	docbook-style-xsl.spec 
Added Files:
	docbook-xsl-fop1extensionpath.patch 
Log Message:
 Add extension URL to fop1 extension(#505364)

docbook-xsl-fop1extensionpath.patch:
 fop1.xsl |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE docbook-xsl-fop1extensionpath.patch ---
diff -urNp docbook-xsl-1.74.3-orig/fo/fop1.xsl docbook-xsl-1.74.3/fo/fop1.xsl
--- docbook-xsl-1.74.3-orig/fo/fop1.xsl	2009-01-06 21:04:27.000000000 +0100
+++ docbook-xsl-1.74.3/fo/fop1.xsl	2009-08-05 14:18:41.000000000 +0200
@@ -1,5 +1,6 @@
 <?xml version='1.0'?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns:fox="http://xmlgraphics.apache.org/fop/extensions"
                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
                 version='1.0'>
 


Index: docbook-style-xsl.spec
===================================================================
RCS file: /cvs/extras/rpms/docbook-style-xsl/F-11/docbook-style-xsl.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- docbook-style-xsl.spec	11 Mar 2009 22:19:47 -0000	1.58
+++ docbook-style-xsl.spec	5 Aug 2009 12:24:21 -0000	1.59
@@ -1,6 +1,6 @@
 Name: docbook-style-xsl
 Version: 1.74.3
-Release: 1%{?dist}
+Release: 2{?dist}
 Group: Applications/Text
 
 Summary: Norman Walsh's XSL stylesheets for DocBook XML
@@ -30,6 +30,7 @@ Patch2: docbook-xsl-marginleft.patch
 Patch3: docbook-xsl-newmethods.patch
 Patch4: docbook-xsl-non-constant-expressions.patch
 Patch5: docbook-xsl-list-item-body.patch
+Patch6: docbook-xsl-fop1extensions.patch
 
 
 %description
@@ -47,6 +48,7 @@ popd
 %patch3 -p1 -b .newmethods
 %patch4 -p1 -b .nonconstant
 %patch5 -p1 -b .listitembody
+%patch6 -p1 -b .fop1ext
 
 cp -p %{SOURCE1} Makefile
 
@@ -117,6 +119,9 @@ if [ "$1" = 0 ]; then
 fi
 
 %changelog
+* Wed Aug 05 2009 Ondrej Vasik <ovasik at redhat.com> 1.74.3-2
+- Add extension URL to fop1 extension(#505364)
+
 * Wed Mar 11 2009 Ondrej Vasik <ovasik at redhat.com> 1.74.3-1
 - New upstream release 1.74.3
 




More information about the scm-commits mailing list