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-12-13 18:54:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old) and /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-xsl-stylesheets" Tue Dec 13 18:54:57 2022 rev:61 rq:1042409 version:2.88.1 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes 2022-12-10 21:18:03.857639268 +0100 +++ /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.1835/suse-xsl-stylesheets.changes 2022-12-13 18:55:13.807127311 +0100 @@ -1,0 +2,6 @@ +Mon Dec 12 15:15:28 UTC 2022 - Thomas Schraitle <thomas.schrai...@suse.com> - 2.88.1 + +- Update 2.88.1 + Commit de70e83 Enable SBP layout again for FO stylesheets + +------------------------------------------------------------------- Old: ---- suse-xsl-2.88.0.tar.bz2 New: ---- suse-xsl-2.88.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-xsl-stylesheets.spec ++++++ --- /var/tmp/diff_new_pack.8oNGec/_old 2022-12-13 18:55:14.407130513 +0100 +++ /var/tmp/diff_new_pack.8oNGec/_new 2022-12-13 18:55:14.411130535 +0100 @@ -22,7 +22,7 @@ %define suse_styles_dir %{db_xml_dir}/stylesheet # Name: suse-xsl-stylesheets -Version: 2.88.0 +Version: 2.88.1 Release: 0 Summary: SUSE-Branded Stylesheets for DocBook License: GPL-2.0-only OR GPL-3.0-only ++++++ suse-xsl-2.88.0.tar.bz2 -> suse-xsl-2.88.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.88.0/ChangeLog new/suse-xsl-2.88.1/ChangeLog --- old/suse-xsl-2.88.0/ChangeLog 2022-12-09 14:12:06.000000000 +0100 +++ new/suse-xsl-2.88.1/ChangeLog 2022-12-12 16:11:30.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Dec 12 16:10:00 UTC 2022 - toms...@users.noreply.github.com + +- Update 2.88.1 + Only a bugfix release. In the SBP stylesheets for FO, the + article titlepage wasn't really imported. + +------------------------------------------------------------------- Fri Dec 09 14:10:00 UTC 2022 - toms...@users.noreply.github.com - Update 2.88.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.88.0/Makefile new/suse-xsl-2.88.1/Makefile --- old/suse-xsl-2.88.0/Makefile 2022-12-09 14:12:06.000000000 +0100 +++ new/suse-xsl-2.88.1/Makefile 2022-12-12 16:11:30.000000000 +0100 @@ -11,7 +11,7 @@ SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets -VERSION := 2.88.0 +VERSION := 2.88.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.88.0/sbp/fo/docbook.xsl new/suse-xsl-2.88.1/sbp/fo/docbook.xsl --- old/suse-xsl-2.88.0/sbp/fo/docbook.xsl 2022-12-09 14:12:06.000000000 +0100 +++ new/suse-xsl-2.88.1/sbp/fo/docbook.xsl 2022-12-12 16:11:30.000000000 +0100 @@ -31,5 +31,5 @@ <xsl:include href="../VERSION.xsl"/> <xsl:include href="param.xsl"/> - <xsl:include href="../../suse2022-ns/fo/article.titlepage.templates.xsl"/> + <xsl:include href="article.titlepage.templates.xsl"/> </xsl:stylesheet>