From e4de24e2678187e6c83038043a95fd7e8874edf3 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Fri, 12 Dec 2008 10:23:23 +0000 Subject: [PATCH] Do not mix orgname into person names (#473019) --- docbook-style-xsl.spec | 8 ++++- docbook-xsl-weird-orgname-use.patch | 56 +++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 docbook-xsl-weird-orgname-use.patch diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec index 1f733e1..ce17685 100644 --- a/docbook-style-xsl.spec +++ b/docbook-style-xsl.spec @@ -1,6 +1,6 @@ Name: docbook-style-xsl Version: 1.74.0 -Release: 3%{?dist} +Release: 4%{?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-weird-orgname-use.patch %description @@ -47,6 +48,7 @@ popd %patch3 -p1 -b .newmethods %patch4 -p1 -b .nonconstant %patch5 -p1 -b .listitembody +%patch6 -p1 -b .orgname cp -p %{SOURCE1} Makefile @@ -117,6 +119,10 @@ if [ "$1" = 0 ]; then fi %changelog +* Fri Dec 12 2008 Ondrej Vasik 1.74.0-4 +- Author_Group "" merged between "" + and "" (#473019) + * Wed Aug 06 2008 Kamil Dudka 1.74.0-3 - Rediffed all patches to work with patch --fuzz=0 diff --git a/docbook-xsl-weird-orgname-use.patch b/docbook-xsl-weird-orgname-use.patch new file mode 100644 index 0000000..70e7bef --- /dev/null +++ b/docbook-xsl-weird-orgname-use.patch @@ -0,0 +1,56 @@ +diff -urNp docbook-xsl-1.74.0-orig/common/common.xsl docbook-xsl-1.74.0/common/common.xsl +--- docbook-xsl-1.74.0-orig/common/common.xsl 2008-06-01 23:37:07.000000000 +0200 ++++ docbook-xsl-1.74.0/common/common.xsl 2008-12-12 11:02:23.000000000 +0100 +@@ -574,7 +574,7 @@ Defaults to the context node. + + + +- ++ + + +diff -urNp docbook-xsl-1.74.0-orig/fo/param.xsl docbook-xsl-1.74.0/fo/param.xsl +--- docbook-xsl-1.74.0-orig/fo/param.xsl 2008-12-12 11:00:17.000000000 +0100 ++++ docbook-xsl-1.74.0/fo/param.xsl 2008-12-12 11:08:16.000000000 +0100 +@@ -881,6 +881,7 @@ set toc,title + preserve + start + ++ + + + true +diff -urNp docbook-xsl-1.74.0-orig/html/param.xsl docbook-xsl-1.74.0/html/param.xsl +--- docbook-xsl-1.74.0-orig/html/param.xsl 2008-12-12 11:00:17.000000000 +0100 ++++ docbook-xsl-1.74.0/html/param.xsl 2008-12-12 11:07:50.000000000 +0100 +@@ -404,6 +404,7 @@ set toc,title + + , + 0 ++ + + : + +diff -urNp docbook-xsl-1.74.0-orig/xhtml/param.xsl docbook-xsl-1.74.0/xhtml/param.xsl +--- docbook-xsl-1.74.0-orig/xhtml/param.xsl 2008-06-02 01:06:32.000000000 +0200 ++++ docbook-xsl-1.74.0/xhtml/param.xsl 2008-12-12 11:08:41.000000000 +0100 +@@ -405,6 +405,7 @@ set toc,title + + , + 0 ++ + + : + +diff -urNp docbook-xsl-1.74.0-orig/xhtml-1_1/param.xsl docbook-xsl-1.74.0/xhtml-1_1/param.xsl +--- docbook-xsl-1.74.0-orig/xhtml-1_1/param.xsl 2008-06-02 01:06:41.000000000 +0200 ++++ docbook-xsl-1.74.0/xhtml-1_1/param.xsl 2008-12-12 11:09:25.000000000 +0100 +@@ -405,6 +405,7 @@ set toc,title + + , + 0 ++ + + : +