From 5b5cbb02c6a1864cfd111eea26bbae6503ea26b3 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sep 11 2008 10:18:29 +0000 Subject: tiny changes in docbook-xsl-newmethods.patch to work with xalan (#461463) --- diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec index f890e77..905d23a 100644 --- a/docbook-style-xsl.spec +++ b/docbook-style-xsl.spec @@ -1,6 +1,6 @@ Name: docbook-style-xsl Version: 1.73.2 -Release: 9%{?dist} +Release: 10%{?dist} Group: Applications/Text Summary: Norman Walsh's XSL stylesheets for DocBook XML @@ -117,6 +117,11 @@ if [ "$1" = 0 ]; then fi %changelog +* Thu Sep 11 2008 Kamil Dudka 1.73.2-10 +- tiny changes in docbook-xsl-newmethods.patch to work with xalan + (#461463) +- rediffed all patches + * Fri Dec 14 2007 Ondrej Vasik 1.73.2-9 - added fixes for passivetex extension and list-item-body (#161371) diff --git a/docbook-xsl-list-item-body.patch b/docbook-xsl-list-item-body.patch index d3d72a3..de21966 100644 --- a/docbook-xsl-list-item-body.patch +++ b/docbook-xsl-list-item-body.patch @@ -1,6 +1,6 @@ -diff -urNp docbook-xsl-1.73.2-orig/fo/lists.xsl docbook-xsl-1.73.2/fo/lists.xsl ---- docbook-xsl-1.73.2-orig/fo/lists.xsl 2007-12-14 12:27:58.000000000 +0100 -+++ docbook-xsl-1.73.2/fo/lists.xsl 2007-12-14 12:43:25.000000000 +0100 +diff -ruNp docbook-xsl-1.73.2.orig/fo/lists.xsl docbook-xsl-1.73.2/fo/lists.xsl +--- docbook-xsl-1.73.2.orig/fo/lists.xsl 2008-09-11 11:06:31.000000000 +0200 ++++ docbook-xsl-1.73.2/fo/lists.xsl 2008-09-11 11:07:40.000000000 +0200 @@ -286,9 +286,17 @@ diff --git a/docbook-xsl-marginleft.patch b/docbook-xsl-marginleft.patch index 7ae08ae..c729add 100644 --- a/docbook-xsl-marginleft.patch +++ b/docbook-xsl-marginleft.patch @@ -1,40 +1,7 @@ ---- docbook-xsl-1.68.0/fo/pagesetup.xsl.marginleft 2005-02-09 12:09:37.000000000 +0000 -+++ docbook-xsl-1.68.0/fo/pagesetup.xsl 2005-02-09 14:53:59.088068221 +0000 -@@ -34,29 +34,11 @@ - margin-left="{$page.margin.outer} - {$title.margin.left}" - --> - -- -- -- -- -- -- -- - -- -- -- -+ - - - -- -- -- -- -- -- -- - -- -- -- -+ - - - ---- docbook-xsl-1.68.0/fo/lists.xsl.marginleft 2005-02-09 12:09:37.000000000 +0000 -+++ docbook-xsl-1.68.0/fo/lists.xsl 2005-02-09 14:55:06.682138599 +0000 -@@ -371,7 +371,7 @@ +diff -ruNp docbook-xsl-1.73.2.orig/fo/lists.xsl docbook-xsl-1.73.2/fo/lists.xsl +--- docbook-xsl-1.73.2.orig/fo/lists.xsl 2007-07-07 10:15:39.000000000 +0200 ++++ docbook-xsl-1.73.2/fo/lists.xsl 2008-09-11 10:52:43.000000000 +0200 +@@ -362,7 +362,7 @@ @@ -42,8 +9,8 @@ + - -@@ -380,15 +380,7 @@ + +@@ -371,15 +371,7 @@ @@ -60,7 +27,7 @@ -@@ -397,15 +389,7 @@ +@@ -388,15 +380,7 @@ @@ -77,7 +44,7 @@ -@@ -419,17 +403,7 @@ +@@ -410,17 +394,7 @@ 1em @@ -96,9 +63,45 @@ ---- docbook-xsl-1.68.0/fo/param.xsl.marginleft 2005-02-09 12:20:55.000000000 +0000 -+++ docbook-xsl-1.68.0/fo/param.xsl 2005-02-09 14:53:59.115063057 +0000 -@@ -95,8 +95,8 @@ +diff -ruNp docbook-xsl-1.73.2.orig/fo/pagesetup.xsl docbook-xsl-1.73.2/fo/pagesetup.xsl +--- docbook-xsl-1.73.2.orig/fo/pagesetup.xsl 2008-09-11 10:50:36.000000000 +0200 ++++ docbook-xsl-1.73.2/fo/pagesetup.xsl 2008-09-11 10:52:43.000000000 +0200 +@@ -34,29 +34,11 @@ + margin-left="{$page.margin.outer} - {$title.margin.left}" + --> + +- +- +- +- +- +- +- - +- +- +- ++ + + + +- +- +- +- +- +- +- - +- +- +- ++ + + + +diff -ruNp docbook-xsl-1.73.2.orig/fo/param.xsl docbook-xsl-1.73.2/fo/param.xsl +--- docbook-xsl-1.73.2.orig/fo/param.xsl 2007-08-30 15:43:12.000000000 +0200 ++++ docbook-xsl-1.73.2/fo/param.xsl 2008-09-11 10:52:43.000000000 +0200 +@@ -133,8 +133,8 @@ always @@ -107,5 +110,5 @@ + + false - 0pt - + + diff --git a/docbook-xsl-newmethods.patch b/docbook-xsl-newmethods.patch index fe95dca..eb49b9c 100644 --- a/docbook-xsl-newmethods.patch +++ b/docbook-xsl-newmethods.patch @@ -1,6 +1,6 @@ -diff -urNp docbook-xsl-1.72.0/html/docbook.xsl devel/html/docbook.xsl ---- docbook-xsl-1.72.0/html/docbook.xsl 2007-01-21 18:39:03.000000000 +0100 -+++ devel/html/docbook.xsl 2007-06-18 13:19:45.000000000 +0200 +diff -ruNp docbook-xsl-1.73.2.orig/html/docbook.xsl docbook-xsl-1.73.2/html/docbook.xsl +--- docbook-xsl-1.73.2.orig/html/docbook.xsl 2007-08-09 09:48:42.000000000 +0200 ++++ docbook-xsl-1.73.2/html/docbook.xsl 2008-09-11 10:54:26.000000000 +0200 @@ -25,6 +25,7 @@ @@ -8,8 +8,8 @@ diff -urNp docbook-xsl-1.72.0/html/docbook.xsl devel/html/docbook.xsl + - -@@ -42,6 +43,7 @@ + +@@ -43,6 +44,7 @@ @@ -17,10 +17,10 @@ diff -urNp docbook-xsl-1.72.0/html/docbook.xsl devel/html/docbook.xsl -diff -urNp docbook-xsl-1.72.0/html/dtbl.xsl devel/html/dtbl.xsl ---- docbook-xsl-1.72.0/html/dtbl.xsl 1970-01-01 01:00:00.000000000 +0100 -+++ devel/html/dtbl.xsl 2007-06-18 14:00:05.000000000 +0200 -@@ -0,0 +1,292 @@ +diff -ruNp docbook-xsl-1.73.2.orig/html/dtbl.xsl docbook-xsl-1.73.2/html/dtbl.xsl +--- docbook-xsl-1.73.2.orig/html/dtbl.xsl 1970-01-01 01:00:00.000000000 +0100 ++++ docbook-xsl-1.73.2/html/dtbl.xsl 2008-09-11 10:55:42.000000000 +0200 +@@ -0,0 +1,293 @@ + + + + ++ + + + + -+ ++ + + + @@ -313,23 +314,20 @@ diff -urNp docbook-xsl-1.72.0/html/dtbl.xsl devel/html/dtbl.xsl + + + -diff -urNp docbook-xsl-1.72.0/html/param.xsl devel/html/param.xsl ---- docbook-xsl-1.72.0/html/param.xsl 2007-01-23 13:33:37.000000000 +0100 -+++ devel/html/param.xsl 2007-06-18 13:26:41.000000000 +0200 +diff -ruNp docbook-xsl-1.73.2.orig/html/param.xsl docbook-xsl-1.73.2/html/param.xsl +--- docbook-xsl-1.73.2.orig/html/param.xsl 2007-08-30 15:43:10.000000000 +0200 ++++ docbook-xsl-1.73.2/html/param.xsl 2008-09-11 10:54:26.000000000 +0200 @@ -64,6 +64,7 @@ div.annotation-close { position: absolut - right: 2px; - } + } - + + http://docbook.sourceforge.net/release/script/AnchorPosition.js http://docbook.sourceforge.net/release/script/PopupWindow.js - http://docbook.sourceforge.net/release/images/annot-open.png - -diff -urNp docbook-xsl-1.72.0/html/table.xsl devel/html/table.xsl ---- docbook-xsl-1.72.0/html/table.xsl 2006-12-06 10:28:33.000000000 +0100 -+++ devel/html/table.xsl 2007-06-18 13:30:00.000000000 +0200 +diff -ruNp docbook-xsl-1.73.2.orig/html/table.xsl docbook-xsl-1.73.2/html/table.xsl +--- docbook-xsl-1.73.2.orig/html/table.xsl 2007-07-12 02:28:40.000000000 +0200 ++++ docbook-xsl-1.73.2/html/table.xsl 2008-09-11 10:54:26.000000000 +0200 @@ -5,7 +5,8 @@ xmlns:xtbl="xalan://com.nwalsh.xalan.Table" xmlns:lxslt="http://xml.apache.org/xslt" @@ -340,7 +338,7 @@ diff -urNp docbook-xsl-1.72.0/html/table.xsl devel/html/table.xsl version='1.0'> -@@ -373,6 +374,9 @@ +@@ -364,6 +365,9 @@ @@ -350,7 +348,7 @@ diff -urNp docbook-xsl-1.72.0/html/table.xsl devel/html/table.xsl -@@ -397,6 +401,9 @@ +@@ -388,6 +392,9 @@ @@ -360,9 +358,9 @@ diff -urNp docbook-xsl-1.72.0/html/table.xsl devel/html/table.xsl -diff -urNp docbook-xsl-1.72.0/lib/dumpfragment.xsl devel/lib/dumpfragment.xsl ---- docbook-xsl-1.72.0/lib/dumpfragment.xsl 1970-01-01 01:00:00.000000000 +0100 -+++ devel/lib/dumpfragment.xsl 2007-06-18 14:00:52.000000000 +0200 +diff -ruNp docbook-xsl-1.73.2.orig/lib/dumpfragment.xsl docbook-xsl-1.73.2/lib/dumpfragment.xsl +--- docbook-xsl-1.73.2.orig/lib/dumpfragment.xsl 1970-01-01 01:00:00.000000000 +0100 ++++ docbook-xsl-1.73.2/lib/dumpfragment.xsl 2008-09-11 10:54:26.000000000 +0200 @@ -0,0 +1,30 @@ + +always always @@ -12,7 +12,7 @@ diff -ur docbook-xsl-1.73.2-orig/fo/param.xsl docbook-xsl-1.73.2/fo/param.xsl false center -@@ -331,8 +331,8 @@ +@@ -331,8 +331,8 @@ set toc,title bold always diff --git a/docbook-xsl-pagesetup.patch b/docbook-xsl-pagesetup.patch index f7fa3a4..11eb122 100644 --- a/docbook-xsl-pagesetup.patch +++ b/docbook-xsl-pagesetup.patch @@ -1,10 +1,10 @@ -diff -urp docbook-xsl-1.73.2-orig/fo/pagesetup.xsl docbook-xsl-1.73.2/fo/pagesetup.xsl ---- docbook-xsl-1.73.2-orig/fo/pagesetup.xsl 2007-12-03 14:54:28.000000000 +0100 -+++ docbook-xsl-1.73.2/fo/pagesetup.xsl 2007-12-03 15:24:32.000000000 +0100 -@@ -1679,37 +1679,82 @@ +diff -ruNp docbook-xsl-1.73.2.orig/fo/pagesetup.xsl docbook-xsl-1.73.2/fo/pagesetup.xsl +--- docbook-xsl-1.73.2.orig/fo/pagesetup.xsl 2007-06-29 01:23:31.000000000 +0200 ++++ docbook-xsl-1.73.2/fo/pagesetup.xsl 2008-09-11 10:50:36.000000000 +0200 +@@ -1697,36 +1697,81 @@ - + - - - proportional-column-width( @@ -110,11 +110,10 @@ diff -urp docbook-xsl-1.73.2-orig/fo/pagesetup.xsl docbook-xsl-1.73.2/fo/pageset + + + - + - -@@ -2003,36 +2046,81 @@ +@@ -2021,36 +2066,81 @@