From ca13a4b6446aaae6440bfd5bc2dafe40a8b248dca64aacb76448999a3419807a Mon Sep 17 00:00:00 2001 From: Rick Salevsky Date: Fri, 25 Jul 2014 12:19:49 +0000 Subject: [PATCH] Accepting request 242362 from home:stknorr:branches:Documentation:Tools Version 2.0 RC1: - 2013 stylesheets + all: use simpler version.xsl file + all: more useful output for ulinks that only have a space character in them + PDF output: allow manual page breaks via + PDF output: left-align text in table of content and titles of formal elements + PDF output: unclutter tables of content a little by limiting formatting + PDF output: fix font scaling in xrefs + PDF output: improve page-break behavior of lists + PDF output: better overflow handling for the footer + PDF output: mention all appendixes in the table of contents + HTML output: use (correctly-scaled) Geeko as openSUSE logo - 2005 stylesheets + all: add version.xsl file + PDF output: allow manual page breaks via OBS-URL: https://build.opensuse.org/request/show/242362 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=79 --- suse-xsl-stylesheets-2.0~rc1.tar.bz2 | 3 --- suse-xsl-stylesheets-2.0~rc2.tar.bz2 | 3 +++ suse-xsl-stylesheets.changes | 22 ++++++++++++++++++++++ suse-xsl-stylesheets.spec | 11 +++++++++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 suse-xsl-stylesheets-2.0~rc1.tar.bz2 create mode 100644 suse-xsl-stylesheets-2.0~rc2.tar.bz2 diff --git a/suse-xsl-stylesheets-2.0~rc1.tar.bz2 b/suse-xsl-stylesheets-2.0~rc1.tar.bz2 deleted file mode 100644 index 1317686..0000000 --- a/suse-xsl-stylesheets-2.0~rc1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1d9483bf17224b828a44954760cb69655e5729c4fbc5424f5343df040cabf66 -size 1284730 diff --git a/suse-xsl-stylesheets-2.0~rc2.tar.bz2 b/suse-xsl-stylesheets-2.0~rc2.tar.bz2 new file mode 100644 index 0000000..febc4c1 --- /dev/null +++ b/suse-xsl-stylesheets-2.0~rc2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd7ec4979fad7399b3220ab008d0a29dfc8e65860eabc8f67b3c443c454c2a1 +size 1294459 diff --git a/suse-xsl-stylesheets.changes b/suse-xsl-stylesheets.changes index e5facde..1dddcb4 100644 --- a/suse-xsl-stylesheets.changes +++ b/suse-xsl-stylesheets.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Jul 25 11:55:02 UTC 2014 - sknorr@suse.de + +Version 2.0 RC1: +- 2013 stylesheets + + all: use simpler version.xsl file + + all: more useful output for ulinks that only have a space character + in them + + PDF output: allow manual page breaks via + + PDF output: left-align text in table of content and titles of formal + elements + + PDF output: unclutter tables of content a little by limiting + formatting + + PDF output: fix font scaling in xrefs + + PDF output: improve page-break behavior of lists + + PDF output: better overflow handling for the footer + + PDF output: mention all appendixes in the table of contents + + HTML output: use (correctly-scaled) Geeko as openSUSE logo +- 2005 stylesheets + + all: add version.xsl file + + PDF output: allow manual page breaks via + ------------------------------------------------------------------- Wed Jul 2 15:46:13 UTC 2014 - SKnorr@novell.com diff --git a/suse-xsl-stylesheets.spec b/suse-xsl-stylesheets.spec index 6b32d05..a922920 100644 --- a/suse-xsl-stylesheets.spec +++ b/suse-xsl-stylesheets.spec @@ -17,7 +17,7 @@ Name: suse-xsl-stylesheets -Version: 2.0~rc1 +Version: 2.0~rc2 Release: 0 ############################################################### @@ -136,7 +136,14 @@ the DocBook 4 DTD. %setup -q -n %{name} # # Patch the VERSION.xsl file to hold the current version -sed -i "s%.*%%{version}%" suse2013/VERSION.xsl +# FIXME: this is not the right place for these sed lines -- if anyone ever +# creates e.g. a Debian package, these would lines would have to be +# duplicated in the DEB equivalent of a spec file. This should be in +# ../Makefile instead. +sed -i "s/@@#version@@/%{version}/" xslt2005/version.xsl +sed -i "s/@@#version@@/%{version}/" suse2013/version.xsl +sed -i "s/@@#version@@/%{version}/" daps2013/version.xsl +sed -i "s/@@#version@@/%{version}/" opensuse2013/version.xsl #-------------------------------------------------------------------------- %build