diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec index 98f414f..5b3ef39 100644 --- a/docbook-style-xsl.spec +++ b/docbook-style-xsl.spec @@ -1,6 +1,6 @@ Name: docbook-style-xsl Version: 1.73.2 -Release: 6%{?dist} +Release: 7%{?dist} Group: Applications/Text Summary: Norman Walsh's XSL stylesheets for DocBook XML @@ -28,6 +28,7 @@ Source2: http://downloads.sourceforge.net/docbook/docbook-xsl-doc-%{version}.tar Patch1: docbook-xsl-pagesetup.patch Patch2: docbook-xsl-marginleft.patch Patch3: docbook-xsl-newmethods.patch +Patch4: docbook-xsl-non-constant-expressions.patch %description @@ -43,6 +44,7 @@ popd %patch1 -p1 -b .pagesetup %patch2 -p1 -b .marginleft %patch3 -p1 -b .newmethods +%patch4 -p1 -b .nonconstant cp -p %{SOURCE1} Makefile # fix of non UTF-8 files rpmlint warnings @@ -110,6 +112,10 @@ CATALOG=%{_sysconfdir}/xml/catalog %changelog +* Tue Dec 04 2007 Ondrej Vasik 1.73.2-7 +- change a few non-constant expressions to constant that + could now be handled by passivetex(#366441) + * Mon Dec 03 2007 Ondrej Vasik 1.73.2-6 - fixed docbook-xsl-pagesetup.patch to follow Norman Walsh's documentation for nonpassivetex processing(#307001) diff --git a/docbook-xsl-marginleft.patch b/docbook-xsl-marginleft.patch index e7a5d83..7ae08ae 100644 --- a/docbook-xsl-marginleft.patch +++ b/docbook-xsl-marginleft.patch @@ -104,8 +104,8 @@ - - -+ -+ ++ ++ false 0pt diff --git a/docbook-xsl-non-constant-expressions.patch b/docbook-xsl-non-constant-expressions.patch new file mode 100644 index 0000000..93fe9df --- /dev/null +++ b/docbook-xsl-non-constant-expressions.patch @@ -0,0 +1,29 @@ +Pouze v docbook-xsl-1.73.2/fo: .index.xsl.swp +diff -ur 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-12-03 15:49:14.000000000 +0100 ++++ docbook-xsl-1.73.2/fo/param.xsl 2007-12-04 15:49:46.000000000 +0100 +@@ -23,8 +23,8 @@ + always + always + +- +- ++ ++ + false + center + +@@ -331,8 +331,8 @@ + bold + always + +- +- ++ ++ + 0pt + + +Pouze v docbook-xsl-1.73.2/fo: .param.xsl.swp +Pouze v docbook-xsl-1.73.2/html: dtbl.xsl.newmethods +Pouze v docbook-xsl-1.73.2/lib: dumpfragment.xsl.newmethods