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-20 20:20:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 20 20:20:00 2022 rev:62 rq:1043827 version:2.88.2 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes 2022-12-13 18:55:13.807127311 +0100 +++ /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.1835/suse-xsl-stylesheets.changes 2022-12-20 20:20:14.973800178 +0100 @@ -1,0 +2,7 @@ +Mon Dec 12 21:32:09 UTC 2022 - Thomas Schraitle <thomas.schrai...@suse.com> - 2.88.2 + +- Update 2.88.2 + - Fix #521: SBP(FO): Don't hyphenate title & subtitle + - Fix #522: SBP(FO): Small cleanup + +------------------------------------------------------------------- Old: ---- suse-xsl-2.88.1.tar.bz2 New: ---- suse-xsl-2.88.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-xsl-stylesheets.spec ++++++ --- /var/tmp/diff_new_pack.ygUVsQ/_old 2022-12-20 20:20:15.421802635 +0100 +++ /var/tmp/diff_new_pack.ygUVsQ/_new 2022-12-20 20:20:15.425802657 +0100 @@ -22,7 +22,7 @@ %define suse_styles_dir %{db_xml_dir}/stylesheet # Name: suse-xsl-stylesheets -Version: 2.88.1 +Version: 2.88.2 Release: 0 Summary: SUSE-Branded Stylesheets for DocBook License: GPL-2.0-only OR GPL-3.0-only ++++++ suse-xsl-2.88.1.tar.bz2 -> suse-xsl-2.88.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.88.1/ChangeLog new/suse-xsl-2.88.2/ChangeLog --- old/suse-xsl-2.88.1/ChangeLog 2022-12-12 16:11:30.000000000 +0100 +++ new/suse-xsl-2.88.2/ChangeLog 2022-12-12 22:29:30.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Dec 12 22:28:00 UTC 2022 - toms...@users.noreply.github.com + +- Update 2.88.2 + - Fix #521: SBP(FO): don't hyphenate title & subtitle + - #522: SBP(FO): Small cleanup + +------------------------------------------------------------------- Mon Dec 12 16:10:00 UTC 2022 - toms...@users.noreply.github.com - Update 2.88.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.88.1/Makefile new/suse-xsl-2.88.2/Makefile --- old/suse-xsl-2.88.1/Makefile 2022-12-12 16:11:30.000000000 +0100 +++ new/suse-xsl-2.88.2/Makefile 2022-12-12 22:29:30.000000000 +0100 @@ -11,7 +11,7 @@ SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets -VERSION := 2.88.1 +VERSION := 2.88.2 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.1/sbp/fo/article.titlepage.templates.xsl new/suse-xsl-2.88.2/sbp/fo/article.titlepage.templates.xsl --- old/suse-xsl-2.88.1/sbp/fo/article.titlepage.templates.xsl 2022-12-12 16:11:30.000000000 +0100 +++ new/suse-xsl-2.88.2/sbp/fo/article.titlepage.templates.xsl 2022-12-12 22:29:30.000000000 +0100 @@ -45,7 +45,7 @@ </fo:table-body> </fo:table> <!-- Title --> - <fo:block space-before="3cm"> + <fo:block space-before="3cm" hyphenate="false" text-align="left"> <xsl:choose> <xsl:when test="d:artheader/d:title"> <xsl:apply-templates mode="article.titlepage.recto.auto.mode" @@ -62,7 +62,7 @@ </xsl:choose> </fo:block> <!-- Subtitle --> - <fo:block space-before="0.75em"> + <fo:block space-before="0.75em" hyphenate="false" text-align="left"> <xsl:choose> <xsl:when test="d:artheader/d:subtitle"> <xsl:apply-templates mode="article.titlepage.recto.auto.mode" @@ -269,7 +269,7 @@ <!-- Verso page --> <xsl:template name="article.titlepage.verso"> <fo:block break-after="page"/> - <fo:block space-after="2em"> + <fo:block space-after="2em" hyphenate="false" text-align="left"> <xsl:choose> <xsl:when test="d:artheader/d:title"> <xsl:apply-templates mode="article.titlepage.verso.mode" @@ -284,7 +284,7 @@ select="d:title" /> </xsl:when> </xsl:choose> - <fo:block space-before="0.75em"> + <fo:block space-before="0.75em" hyphenate="false" text-align="left"> <xsl:choose> <xsl:when test="d:artheader/d:subtitle"> <xsl:apply-templates mode="article.titlepage.recto.mode" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-xsl-2.88.1/sbp/fo/titlepage.templates.xsl new/suse-xsl-2.88.2/sbp/fo/titlepage.templates.xsl --- old/suse-xsl-2.88.1/sbp/fo/titlepage.templates.xsl 2022-12-12 16:11:30.000000000 +0100 +++ new/suse-xsl-2.88.2/sbp/fo/titlepage.templates.xsl 1970-01-01 01:00:00.000000000 +0100 @@ -1,146 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ---> - -<!DOCTYPE xsl:stylesheet -[ - <!ENTITY % fonts SYSTEM "fonts.ent"> - <!ENTITY % colors SYSTEM "colors.ent"> - <!ENTITY % metrics SYSTEM "metrics.ent"> - %fonts; - %colors; - %metrics; -]> - -<xsl:stylesheet version="1.0" - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - xmlns:d="http://docbook.org/ns/docbook" - xmlns:fo="http://www.w3.org/1999/XSL/Format"> - - <xsl:template name="article.titlepage.recto"> - <xsl:variable name="height"> - <xsl:call-template name="get.value.from.unit"> - <xsl:with-param name="string" select="$page.height"/> - </xsl:call-template> - </xsl:variable> - <xsl:variable name="unit"> - <xsl:call-template name="get.unit.from.unit"> - <xsl:with-param name="string" select="$page.height"/> - </xsl:call-template> - </xsl:variable> - - <fo:block space-after="&gutter;mm" text-align="start"> - <xsl:choose> - <xsl:when test="$writing.mode ='rl'"> - <xsl:attribute name="margin-right"> - <xsl:value-of select="&columnfragment; + &gutter;"/>mm - </xsl:attribute> - </xsl:when> - <xsl:otherwise> - <xsl:attribute name="margin-left"> - <xsl:value-of select="&columnfragment; + &gutter;"/>mm - </xsl:attribute> - </xsl:otherwise> - </xsl:choose> - <fo:instream-foreign-object content-width="{$titlepage.logo.width.article}" - width="{$titlepage.logo.width}"> - <xsl:call-template name="logo-image"/> - </fo:instream-foreign-object> - </fo:block> - - <fo:block start-indent="{&columnfragment; + &gutter;}mm" text-align="start" - role="article.titlepage.recto"> - <fo:block space-after="{&gutterfragment;}mm"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" - select="*[concat(local-name(.), 'info')]/d:productname[not(@role='abbrev')]"/> - <xsl:choose> - <xsl:when test="d:articleinfo/d:title"> - <xsl:apply-templates - mode="article.titlepage.recto.auto.mode" - select="d:articleinfo/d:title"/> - </xsl:when> - <xsl:when test="d:artheader/d:title"> - <xsl:apply-templates - mode="article.titlepage.recto.auto.mode" - select="d:artheader/d:title"/> - </xsl:when> - <xsl:when test="d:info/d:title"> - <xsl:apply-templates - mode="article.titlepage.recto.auto.mode" - select="d:info/d:title"/> - </xsl:when> - <xsl:when test="d:title"> - <xsl:apply-templates - mode="article.titlepage.recto.auto.mode" select="d:title"/> - </xsl:when> - </xsl:choose> - </fo:block> - - <fo:block padding-before="{2 * &gutterfragment;}mm" - padding-start="{&column; + &columnfragment; + &gutter;}mm"> - - <xsl:choose> - <xsl:when test="d:articleinfo/d:subtitle"> - <xsl:apply-templates - mode="article.titlepage.recto.auto.mode" - select="d:articleinfo/d:subtitle"/> - </xsl:when> - <xsl:when test="d:artheader/d:subtitle"> - <xsl:apply-templates - mode="article.titlepage.recto.auto.mode" - select="d:artheader/d:subtitle"/> - </xsl:when> - <xsl:when test="d:info/d:subtitle"> - <xsl:apply-templates - mode="article.titlepage.recto.auto.mode" - select="d:info/d:subtitle"/> - </xsl:when> - <xsl:when test="d:subtitle"> - <xsl:apply-templates - mode="article.titlepage.recto.auto.mode" - select="d:subtitle"/> - </xsl:when> - </xsl:choose> - </fo:block> - - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:articleinfo/d:corpauthor"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:info/d:corpauthor"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:articleinfo/d:authorgroup"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:info/d:authorgroup"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:articleinfo/d:author"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:info/d:author"/> - - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:info/d:cover"/> - - <xsl:choose> - <xsl:when test="d:articleinfo/d:abstract or d:info/d:abstract"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:articleinfo/d:abstract"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:info/d:abstract"/> - </xsl:when> - <xsl:when test="d:abstract"> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:abstract"/> - </xsl:when> - </xsl:choose> - - <fo:block> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:articleinfo/d:othercredit"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:info/d:othercredit"/> - </fo:block> - - <fo:block> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:articleinfo/d:editor"/> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:info/d:editor"/> - </fo:block> - - <fo:block> - <xsl:call-template name="date.and.revision"/> - </fo:block> - - <fo:block> - <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="d:articleinfo/d:mediaobject"/> - </fo:block> - </fo:block> - </xsl:template> - -</xsl:stylesheet> \ No newline at end of file