rpms/docbook-style-xsl/devel docbook-xsl-sp.patch, NONE, 1.1 docbook-style-xsl.spec, 1.23, 1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 12:09:28 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/docbook-style-xsl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18892

Modified Files:
	docbook-style-xsl.spec 
Added Files:
	docbook-xsl-sp.patch 
Log Message:
* Thu Jan 19 2006 Tim Waugh <twaugh at redhat.com> 1.69.1-3
- Apply patch to fix simpara manpage output, which asciidoc tends to use
  (bug #175592).


docbook-xsl-sp.patch:
 block.xsl |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE docbook-xsl-sp.patch ---
--- docbook-xsl-1.69.1/manpages/block.xsl.sp	2005-08-09 10:11:02.000000000 +0100
+++ docbook-xsl-1.69.1/manpages/block.xsl	2006-01-19 12:07:47.000000000 +0000
@@ -37,7 +37,7 @@
     <xsl:apply-templates/>
   </xsl:variable>
   <xsl:value-of select="normalize-space($content)"/>
-  <xsl:text>.sp
</xsl:text>
+  <xsl:text>
.sp
</xsl:text>
 </xsl:template>
 
 <xsl:template match="address|literallayout|programlisting|screen|synopsis">


Index: docbook-style-xsl.spec
===================================================================
RCS file: /cvs/dist/rpms/docbook-style-xsl/devel/docbook-style-xsl.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- docbook-style-xsl.spec	3 Jan 2006 13:51:32 -0000	1.23
+++ docbook-style-xsl.spec	19 Jan 2006 12:09:11 -0000	1.24
@@ -1,6 +1,6 @@
 Name: docbook-style-xsl
 Version: 1.69.1
-Release: 2
+Release: 3
 Group: Applications/Text
 
 Summary: Norman Walsh's XSL stylesheets for DocBook XML.
@@ -25,6 +25,7 @@
 Patch1: docbook-xsl-pagesetup.patch
 Patch2: docbook-xsl-marginleft.patch
 Patch3: docbook-xsl-lists.patch
+Patch4: docbook-xsl-sp.patch
 
 
 %description
@@ -40,6 +41,7 @@
 %patch1 -p1 -b .pagesetup
 %patch2 -p1 -b .marginleft
 %patch3 -p1 -b .lists
+%patch4 -p1 -b .sp
 cp %{SOURCE1} Makefile
 for f in $(find -name "*'*")
 do
@@ -98,6 +100,10 @@
 
 
 %changelog
+* Thu Jan 19 2006 Tim Waugh <twaugh at redhat.com> 1.69.1-3
+- Apply patch to fix simpara manpage output, which asciidoc tends to use
+  (bug #175592).
+
 * Tue Jan  3 2006 Tim Waugh <twaugh at redhat.com> 1.69.1-2
 - Patches from W. Michael Petullo:
   - Fix lists blocking (bug #161371).




More information about the fedora-cvs-commits mailing list