Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suse-xsl-stylesheets for openSUSE:Factory checked in at 2022-10-14 15:40:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old) and /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-xsl-stylesheets" Fri Oct 14 15:40:36 2022 rev:56 rq:1010197 version:2.86.3 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes 2022-09-16 13:32:22.561275534 +0200 +++ /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.2275/suse-xsl-stylesheets.changes 2022-10-14 15:41:19.183796210 +0200 @@ -1,0 +2,11 @@ +Wed Oct 12 10:33:42 UTC 2022 - Thomas Schraitle <thomas.schrai...@suse.com> - 2.86.3 + +- Update 2.86.3 + - Fix #DOCTEAM-778: Adjust HTML headings (SEO) by @tomschr in #498 + - Fix #DOCTEAM-721: Add quote characters for zh_TW (5df1237) + +- Update 2.86.2 + not completely released on OBS + Fix #493 (again): This time for Quick Starts in #495 + +------------------------------------------------------------------- Old: ---- suse-xsl-2.86.2.tar.bz2 New: ---- suse-xsl-2.86.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-xsl-stylesheets.spec ++++++ --- /var/tmp/diff_new_pack.ft7zpL/_old 2022-10-14 15:41:19.775797199 +0200 +++ /var/tmp/diff_new_pack.ft7zpL/_new 2022-10-14 15:41:19.775797199 +0200 @@ -17,7 +17,7 @@ Name: suse-xsl-stylesheets -Version: 2.86.2 +Version: 2.86.3 Release: 0 %define reponame suse-xsl ++++++ suse-xsl-2.86.2.tar.bz2 -> suse-xsl-2.86.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/ChangeLog new/suse-xsl-2.86.3/ChangeLog --- old/suse-xsl-2.86.2/ChangeLog 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/ChangeLog 2022-10-12 12:26:22.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Oct 12 12:10:00 UTC 2022 - toms...@users.noreply.github.com + +- Update 2.86.3 + - Fix DOCTEAM-721: Add quote characters for zh_TW (5df1237) + - Fix #DOCTEAM-778: Adjust HTML headings (SEO) (#498) + +------------------------------------------------------------------- Tue Sep 08 13:50:00 UTC 2022 - toms...@users.noreply.github.com - Update 2.86.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/Makefile new/suse-xsl-2.86.3/Makefile --- old/suse-xsl-2.86.2/Makefile 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/Makefile 2022-10-12 12:26:22.000000000 +0200 @@ -11,7 +11,7 @@ SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets -VERSION := 2.86.2 +VERSION := 2.86.3 CDIR := $(shell pwd) SUSE_XML_PATH := $(PREFIX)/xml/suse DB_XML_PATH := $(PREFIX)/xml/docbook diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/source-assets/styles2022/sass/README.md new/suse-xsl-2.86.3/source-assets/styles2022/sass/README.md --- old/suse-xsl-2.86.2/source-assets/styles2022/sass/README.md 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/source-assets/styles2022/sass/README.md 2022-10-12 12:26:22.000000000 +0200 @@ -46,7 +46,7 @@ 2. Compile the SASS files to CSS with a SASS preprocessor using the following command from this directory: - sassc --sass style.sass ../../../suse2022-ns/static/css/style.css + sassc --precicion 5 --sass style.sass ../../../suse2022-ns/static/css/style.css 3. Manually copy the CSS file from the previous step into your target directory. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/source-assets/styles2022/sass/custom/content-admonition.sass new/suse-xsl-2.86.3/source-assets/styles2022/sass/custom/content-admonition.sass --- old/suse-xsl-2.86.2/source-assets/styles2022/sass/custom/content-admonition.sass 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/source-assets/styles2022/sass/custom/content-admonition.sass 2022-10-12 12:26:22.000000000 +0200 @@ -7,7 +7,7 @@ margin: 0 10px 0 0 width: 36px - > h6 + > .admon-title font-weight: 600 color: $c_pine @@ -20,7 +20,7 @@ border-width: .2rem padding: 10px - > h6 + > .admon-title display: table-cell height: 36px vertical-align: middle @@ -60,7 +60,7 @@ margin-left: 0 width: 24px - > h6 + > .admon-title height: unset color: $c_pine diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/source-assets/styles2022/sass/custom/content-mono-verbatim.sass new/suse-xsl-2.86.3/source-assets/styles2022/sass/custom/content-mono-verbatim.sass --- old/suse-xsl-2.86.2/source-assets/styles2022/sass/custom/content-mono-verbatim.sass 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/source-assets/styles2022/sass/custom/content-mono-verbatim.sass 2022-10-12 12:26:22.000000000 +0200 @@ -61,7 +61,7 @@ display: inline padding: 0 !important -.admonition h6, +.admonition .admon-title, .name, a .literal, @@ -71,7 +71,7 @@ color: inherit -.admonition h6 +.admonition .admon-title .replaceable, code border-color: $c_fog_200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/source-assets/styles2022/sass/custom/content-xref-target.sass new/suse-xsl-2.86.3/source-assets/styles2022/sass/custom/content-xref-target.sass --- old/suse-xsl-2.86.2/source-assets/styles2022/sass/custom/content-xref-target.sass 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/source-assets/styles2022/sass/custom/content-xref-target.sass 2022-10-12 12:26:22.000000000 +0200 @@ -8,7 +8,7 @@ // unfortunately we need these super-specific selectors to avoid highlighting // <phrase/> etc. headlines -.admonition:target > h6, +.admonition:target > .admon-title, *:target > .titlepage:nth-child(1) h1 > span, *:target > .titlepage:nth-child(1) h2 > span, *:target > .titlepage:nth-child(1) h3 > span, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/suse2022-ns/common/l10n/zh_tw.xml new/suse-xsl-2.86.3/suse2022-ns/common/l10n/zh_tw.xml --- old/suse-xsl-2.86.2/suse2022-ns/common/l10n/zh_tw.xml 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/suse2022-ns/common/l10n/zh_tw.xml 2022-10-12 12:26:22.000000000 +0200 @@ -61,6 +61,8 @@ <!-- In most cases, this has to be empty --> <l:dingbat key="guimenustartquote" text=""/> <l:dingbat key="guimenuendquote" text=""/> + <l:dingbat key="startquote" text="「"/> + <l:dingbat key="endquote" text="」"/> <l:context name="bypass-block"> <l:template name="bypass-to-content" text="????????????" /> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/suse2022-ns/static/css/style.css new/suse-xsl-2.86.3/suse2022-ns/static/css/style.css --- old/suse-xsl-2.86.2/suse2022-ns/static/css/style.css 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/suse2022-ns/static/css/style.css 2022-10-12 12:26:22.000000000 +0200 @@ -2228,7 +2228,7 @@ margin-top: -33px; width: 1px; } -.admonition:target > h6, +.admonition:target > .admon-title, *:target > .titlepage:nth-child(1) h1 > span, *:target > .titlepage:nth-child(1) h2 > span, *:target > .titlepage:nth-child(1) h3 > span, @@ -2469,7 +2469,7 @@ height: 36px; margin: 0 10px 0 0; width: 36px; } - .admonition > h6 { + .admonition > .admon-title { font-weight: 600; color: #0c322c; } .admonition p { @@ -2478,7 +2478,7 @@ border-style: solid; border-width: .2rem; padding: 10px; } - .admonition.normal > h6 { + .admonition.normal > .admon-title { display: table-cell; height: 36px; vertical-align: middle; } @@ -2504,7 +2504,7 @@ height: 24px; margin-left: 0; width: 24px; } - .admonition.compact > h6 { + .admonition.compact > .admon-title { height: unset; color: #0c322c; } .admonition.compact > p:nth-child(1) { @@ -3050,10 +3050,10 @@ display: inline; padding: 0 !important; } -.admonition h6 .literal, -.admonition h6 .package, -.admonition h6 .replaceable, -.admonition h6 code, +.admonition .admon-title .literal, +.admonition .admon-title .package, +.admonition .admon-title .replaceable, +.admonition .admon-title code, .name .literal, .name .package, .name .replaceable, @@ -3064,8 +3064,8 @@ a code { color: inherit; } -.admonition h6 .replaceable, -.admonition h6 code { +.admonition .admon-title .replaceable, +.admonition .admon-title code { border-color: #dedfe0; } .literal, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/suse2022-ns/xhtml/admon.xsl new/suse-xsl-2.86.3/suse2022-ns/xhtml/admon.xsl --- old/suse-xsl-2.86.2/suse2022-ns/xhtml/admon.xsl 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/suse2022-ns/xhtml/admon.xsl 2022-10-12 12:26:22.000000000 +0200 @@ -57,9 +57,9 @@ <!-- compact admons can have no title unless explicitly set, otherwise, we always generate at least the text Note/Tip/... --> <xsl:if test="((d:title or d:info/d:title) or ($admon.textlabel != 0 and not(@role='compact')))"> - <h6> + <div class="admon-title"> <xsl:apply-templates select="." mode="object.title.markup"/> - </h6> + </div> </xsl:if> <xsl:apply-templates/> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.2/suse2022-ns/xhtml/formal.xsl new/suse-xsl-2.86.3/suse2022-ns/xhtml/formal.xsl --- old/suse-xsl-2.86.2/suse2022-ns/xhtml/formal.xsl 2022-09-08 09:35:52.000000000 +0200 +++ new/suse-xsl-2.86.3/suse2022-ns/xhtml/formal.xsl 2022-10-12 12:26:22.000000000 +0200 @@ -89,13 +89,13 @@ <xsl:if test="not($object/ancestor-or-self::d:abstract or $object/ancestor-or-self::d:highlights)"> <div class="{concat(local-name(),'-title-wrap')}"> - <h6 class="{concat(local-name(), '-title')}"> + <div class="{concat(local-name(), '-title')}"> <!-- Do NOT create an id here; parent contains one already --> <xsl:copy-of select="$title"/> <xsl:call-template name="create.permalink"> <xsl:with-param name="object" select="$object"/> </xsl:call-template> - </h6> + </div> </div> </xsl:if> </xsl:template>