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-09-09 18:22:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old) and /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-xsl-stylesheets" Fri Sep 9 18:22:12 2022 rev:54 rq:1001781 version:2.86.1 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes 2022-08-11 18:31:15.482112783 +0200 +++ /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.2083/suse-xsl-stylesheets.changes 2022-09-09 18:22:16.092056144 +0200 @@ -1,0 +2,7 @@ +Wed Sep 7 12:15:04 UTC 2022 - Thomas Schraitle <thomas.schrai...@suse.com> - 2.86.1 + +- Update 2.86.1 + - Add missing elements to fix #484 + - Use new jQuery syntax (report bug links) + +------------------------------------------------------------------- Old: ---- suse-xsl-2.86.0.tar.bz2 New: ---- suse-xsl-2.86.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-xsl-stylesheets.spec ++++++ --- /var/tmp/diff_new_pack.BxWDM0/_old 2022-09-09 18:22:17.120058865 +0200 +++ /var/tmp/diff_new_pack.BxWDM0/_new 2022-09-09 18:22:17.124058876 +0200 @@ -17,7 +17,7 @@ Name: suse-xsl-stylesheets -Version: 2.86.0 +Version: 2.86.1 Release: 0 %define reponame suse-xsl ++++++ suse-xsl-2.86.0.tar.bz2 -> suse-xsl-2.86.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.0/ChangeLog new/suse-xsl-2.86.1/ChangeLog --- old/suse-xsl-2.86.0/ChangeLog 2022-08-02 13:43:51.000000000 +0200 +++ new/suse-xsl-2.86.1/ChangeLog 2022-09-07 13:51:56.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Sep 07 13:50:00 UTC 2022 - toms...@users.noreply.github.com + +- Update 2.86.1 + - Use new jQuery syntax (report bug links) (#493) + - Add missing elements to h1-fix (#484) + +------------------------------------------------------------------- Tue Aug 02 13:42:00 UTC 2022 - toms...@users.noreply.github.com - Update 2.86.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.0/Makefile new/suse-xsl-2.86.1/Makefile --- old/suse-xsl-2.86.0/Makefile 2022-08-02 13:43:51.000000000 +0200 +++ new/suse-xsl-2.86.1/Makefile 2022-09-07 13:51:56.000000000 +0200 @@ -11,7 +11,7 @@ SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets -VERSION := 2.86.0 +VERSION := 2.86.1 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.0/suse2022-ns/static/js/script.js new/suse-xsl-2.86.1/suse2022-ns/static/js/script.js --- old/suse-xsl-2.86.0/suse2022-ns/static/js/script.js 2022-08-02 13:43:51.000000000 +0200 +++ new/suse-xsl-2.86.1/suse2022-ns/static/js/script.js 2022-09-07 13:51:56.000000000 +0200 @@ -419,7 +419,7 @@ }); // bugReportScrollSpy(); - console.log("Calling addBugLinks...") + addBugLinks(); // hljs likes to unset click handlers, so run after it @@ -436,7 +436,7 @@ function addBugLinks() { // do not create links if there is no URL if ( typeof(bugtrackerUrl) == 'string') { - $('.permalink:not([href^=#idm])').each(function () { + $('.permalink:not([href^=\\#idm])').each(function () { var permalink = this.href; var sectionNumber = ""; var sectionName = ""; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.86.0/suse2022-ns/xhtml/component.xsl new/suse-xsl-2.86.1/suse2022-ns/xhtml/component.xsl --- old/suse-xsl-2.86.0/suse2022-ns/xhtml/component.xsl 2022-08-02 13:43:51.000000000 +0200 +++ new/suse-xsl-2.86.1/suse2022-ns/xhtml/component.xsl 2022-09-07 13:51:56.000000000 +0200 @@ -34,6 +34,9 @@ <xsl:value-of select="count(ancestor::d:section)+1"/> </xsl:when> <xsl:when test="ancestor::d:chapter">0</xsl:when> + <xsl:when test="ancestor::d:appendix">0</xsl:when> + <xsl:when test="ancestor::d:glossary">0</xsl:when> + <xsl:when test="ancestor::d:reference">0</xsl:when> <xsl:when test="ancestor::d:sect5">6</xsl:when> <xsl:when test="ancestor::d:sect4">5</xsl:when> <xsl:when test="ancestor::d:sect3">4</xsl:when>