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 2024-03-20 21:10:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and      /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-xsl-stylesheets"

Wed Mar 20 21:10:03 2024 rev:78 rq:1159591 version:2.94.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes    
    2024-02-18 20:22:43.393044235 +0100
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.1905/suse-xsl-stylesheets.changes
      2024-03-20 21:10:20.177110651 +0100
@@ -1,0 +2,9 @@
+Tue Mar 19 12:57:02 UTC 2024 - Thomas Schraitle <thomas.schrai...@suse.com> - 
2.94.2
+
+- Update 2.94.2
+  * Add abstract/para in article.titlepage.recto.auto.mode (SBPs) (#610)
+  * Correct include.ssi.{header,body,footer} params (#613)
+  * Introduce json-ld-base.dir parameter (#614)
+  * Correct social media length (#615)
+
+-------------------------------------------------------------------

Old:
----
  suse-xsl-2.94.1.tar.bz2

New:
----
  suse-xsl-2.94.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ suse-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.bkv8wd/_old  2024-03-20 21:10:22.105181501 +0100
+++ /var/tmp/diff_new_pack.bkv8wd/_new  2024-03-20 21:10:22.105181501 +0100
@@ -22,7 +22,7 @@
 %define suse_styles_dir   %{db_xml_dir}/stylesheet
 #
 Name:           suse-xsl-stylesheets
-Version:        2.94.1
+Version:        2.94.2
 Release:        0
 Summary:        SUSE-Branded Stylesheets for DocBook
 License:        GPL-2.0-only OR GPL-3.0-only

++++++ suse-xsl-2.94.1.tar.bz2 -> suse-xsl-2.94.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.94.1/ChangeLog 
new/suse-xsl-2.94.2/ChangeLog
--- old/suse-xsl-2.94.1/ChangeLog       2024-02-16 17:27:10.000000000 +0100
+++ new/suse-xsl-2.94.2/ChangeLog       2024-03-19 13:47:40.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Mar 19 12:47:24 UTC 2024 - toms...@users.noreply.github.com
+
+- Update 2.94.2
+  * Add abstract/para in article.titlepage.recto.auto.mode (SBPs) (#610)
+  * Correct include.ssi.{header,body,footer} params (#613)
+  * Introduce json-ld-base.dir parameter (#614)
+  * Correct social media length (#615)
+-------------------------------------------------------------------
 Fri Feb 16 16:26:56 UTC 2024 - toms...@users.noreply.github.com
 
 - Update 2.94.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.94.1/sbp/xhtml/titlepage.templates.xsl 
new/suse-xsl-2.94.2/sbp/xhtml/titlepage.templates.xsl
--- old/suse-xsl-2.94.1/sbp/xhtml/titlepage.templates.xsl       2024-02-16 
17:27:10.000000000 +0100
+++ new/suse-xsl-2.94.2/sbp/xhtml/titlepage.templates.xsl       2024-03-19 
13:47:40.000000000 +0100
@@ -78,6 +78,10 @@
   </xsl:template>
 
 
+  <xsl:template match="d:abstract/d:*" 
mode="article.titlepage.recto.auto.mode">
+    <xsl:apply-templates select="."/>
+  </xsl:template>
+
   <xsl:template 
match="d:author[d:personname]|d:editor[d:personname]|d:othercredit[d:personname]"
  mode="authorgroup">
     <xsl:param name="withlabel" select="1"/>
 <!--<xsl:message>d:<xsl:value-of 
select="local-name(.)"/>[d:personname]</xsl:message>  -->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.94.1/suse2022-ns/xhtml/json-ld.xsl 
new/suse-xsl-2.94.2/suse2022-ns/xhtml/json-ld.xsl
--- old/suse-xsl-2.94.1/suse2022-ns/xhtml/json-ld.xsl   2024-02-16 
17:27:10.000000000 +0100
+++ new/suse-xsl-2.94.2/suse2022-ns/xhtml/json-ld.xsl   2024-03-19 
13:47:40.000000000 +0100
@@ -238,12 +238,12 @@
         select="$filename"/>" for <xsl:value-of select="local-name($node)"/>
       Found <xsl:value-of select="count($stitchxml)"/> node(s) (=<xsl:value-of 
select="local-name($stitchxml)"/>).
       <xsl:if test="$dcfilename">Found DC filename "<xsl:value-of 
select="$dcfilename"/>"</xsl:if>
-      base.dir="<xsl:value-of select="$base.dir"/>"
+      json-ld-base.dir="<xsl:value-of select="$json-ld-base.dir"/>"
       filename="<xsl:value-of select="$filename"/>"
       </xsl:message>
       -->
       <xsl:call-template name="write.chunk">
-        <xsl:with-param name="filename" select="concat($base.dir, $filename)"/>
+        <xsl:with-param name="filename" select="concat($json-ld-base.dir, 
$filename)"/>
         <xsl:with-param name="quiet" select="0"/>
         <xsl:with-param name="method">text</xsl:with-param>
         <xsl:with-param name="doctype-public"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.94.1/suse2022-ns/xhtml/param.xsl 
new/suse-xsl-2.94.2/suse2022-ns/xhtml/param.xsl
--- old/suse-xsl-2.94.1/suse2022-ns/xhtml/param.xsl     2024-02-16 
17:27:10.000000000 +0100
+++ new/suse-xsl-2.94.2/suse2022-ns/xhtml/param.xsl     2024-03-19 
13:47:40.000000000 +0100
@@ -416,11 +416,11 @@
   <xsl:param name="onpage.teaser.length" select="300"/>
   <!-- <meta> description tags used for search results pages, roughly as
   recommended by the Contentking -->
-  <xsl:param name="search.title.length" select="60"/>
-  <xsl:param name="search.description.length" select="55"/>
+  <xsl:param name="search.title.length" select="55"/>
+  <xsl:param name="search.description.length" select="150"/>
   <!-- Open Graph (og:)/Twitter Cards tags used for social-media preview -->
   <xsl:param name="socialmedia.title.length" select="55"/>
-  <xsl:param name="socialmedia.description.length" select="125"/>
+  <xsl:param name="socialmedia.description.length" select="60"/>
   <!-- Type of content to display in og:type tag, https://ogp.me/#types -->
   <xsl:param name="opengraph.type" select="'article'"/>
   <!-- How Twitter Cards should be displayed, as "summary" (uses smaller square
@@ -455,9 +455,9 @@
        to be added inside <head>, <body>, and <footer>.
        Use "{{#language#}}" to insert the language
   -->
-  <xsl:param 
name="include.ssi.header">/docserv/fragments/{{#language#}}/suse-head.fragment.html</xsl:param>
-  <xsl:param 
name="include.ssi.body">/docserv/fragments/{{#language#}}/suse-body.fragment.html</xsl:param>
-  <xsl:param 
name="include.ssi.footer">/docserv/fragments/{{#language#}}/suse-footer.fragment.html</xsl:param>
+  <xsl:param 
name="include.ssi.header">/docserv/fragments/suseparts/head_{{#language#}}.html</xsl:param>
+  <xsl:param 
name="include.ssi.body">/docserv/fragments/suseparts/header_{{#language#}}.html</xsl:param>
+  <xsl:param 
name="include.ssi.footer">/docserv/fragments/suseparts/footer_{{#language#}}.html</xsl:param>
 
   <!-- Should we generate a JSON-LD structure? 0=no, 1=yes -->
   <xsl:param name="generate.json-ld" select="0"/>
@@ -467,6 +467,8 @@
   <xsl:param name="generate.json-ld.external" select="0"/>
   <!-- Filename to the single stitch file that Docserv generates on startup -->
   <xsl:param name="stitchfile"/>
+  <!-- The base.dir to store all external JSON files -->
+  <xsl:param name="json-ld-base.dir" select="$base.dir"/>
   <!-- Should the individual authors be used? 0=no, 1=yes  -->
   <xsl:param name="json-ld-use-individual-authors" select="1"/>
   <!-- File extension -->

Reply via email to