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 2023-08-16 14:16:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and      /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-xsl-stylesheets"

Wed Aug 16 14:16:38 2023 rev:71 rq:1104067 version:2.92.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes    
    2023-08-11 15:55:18.723683631 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.11712/suse-xsl-stylesheets.changes
     2023-08-16 14:16:56.002909087 +0200
@@ -1,0 +2,8 @@
+Tue Aug 15 14:10:43 UTC 2023 - Thomas Schraitle <thomas.schrai...@suse.com> - 
2.92.5
+
+- Update 2.92.5
+  - Qualtrics script correction by @GGayathri3 in #568
+  - JSON-LD: Remove quotes in headlines & descriptions by @tomschr in #569
+  - DOCTEAM-1018: Feedback from reported SLE 15 SP5 translations by @tomschr 
in #549 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ suse-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.afihxH/_old  2023-08-16 14:16:56.690913904 +0200
+++ /var/tmp/diff_new_pack.afihxH/_new  2023-08-16 14:16:56.694913932 +0200
@@ -22,7 +22,7 @@
 %define suse_styles_dir   %{db_xml_dir}/stylesheet
 #
 Name:           suse-xsl-stylesheets
-Version:        2.92.4
+Version:        2.92.5
 Release:        0
 Summary:        SUSE-Branded Stylesheets for DocBook
 License:        GPL-2.0-only OR GPL-3.0-only

++++++ suse-xsl-2.92.4.tar.bz2 -> suse-xsl-2.92.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.92.4/ChangeLog 
new/suse-xsl-2.92.5/ChangeLog
--- old/suse-xsl-2.92.4/ChangeLog       2023-08-10 15:48:53.000000000 +0200
+++ new/suse-xsl-2.92.5/ChangeLog       2023-08-15 16:06:36.000000000 +0200
@@ -1,4 +1,14 @@
 -------------------------------------------------------------------
+Thu Aug 15 16:04:00 UTC 2022 - toms...@users.noreply.github.com
+
+- Update 2.92.5
+  - JSON-LD: Remove quotes in headlines & descriptions (#569)
+  - DOCTEAM-1018: Feedback from reported SLE 15 SP5 translations
+    - zh-tw: Change table-label and figure-label
+    - zh-cn: change startquote and endquote
+  - Qualtrics script correction (#568)
+
+-------------------------------------------------------------------
 Thu Aug 10 15:46:00 UTC 2022 - toms...@users.noreply.github.com
 
 - Update 2.92.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.92.4/Makefile new/suse-xsl-2.92.5/Makefile
--- old/suse-xsl-2.92.4/Makefile        2023-08-10 15:48:53.000000000 +0200
+++ new/suse-xsl-2.92.5/Makefile        2023-08-15 16:06:36.000000000 +0200
@@ -11,7 +11,7 @@
 
 SHELL         := /bin/bash
 PACKAGE       := suse-xsl-stylesheets
-VERSION       := 2.92.4
+VERSION       := 2.92.5
 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.92.4/suse2022-ns/common/l10n/zh_cn.xml 
new/suse-xsl-2.92.5/suse2022-ns/common/l10n/zh_cn.xml
--- old/suse-xsl-2.92.4/suse2022-ns/common/l10n/zh_cn.xml       2023-08-10 
15:48:53.000000000 +0200
+++ new/suse-xsl-2.92.5/suse2022-ns/common/l10n/zh_cn.xml       2023-08-15 
16:06:36.000000000 +0200
@@ -93,8 +93,8 @@
 
   <l:dingbat key="guimenustartquote" text=""/>
   <l:dingbat key="guimenuendquote" text=""/>
-  <l:dingbat key="startquote" text="&#x300c;"/>
-  <l:dingbat key="endquote" text="&#x300d;"/>
+  <l:dingbat key="startquote" text="&#x201c;"/>
+  <l:dingbat key="endquote" text="&#x201d;"/>
 
    <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.92.4/suse2022-ns/common/l10n/zh_tw.xml 
new/suse-xsl-2.92.5/suse2022-ns/common/l10n/zh_tw.xml
--- old/suse-xsl-2.92.4/suse2022-ns/common/l10n/zh_tw.xml       2023-08-10 
15:48:53.000000000 +0200
+++ new/suse-xsl-2.92.5/suse2022-ns/common/l10n/zh_tw.xml       2023-08-15 
16:06:36.000000000 +0200
@@ -98,13 +98,13 @@
 
       <l:template name="example-label" text="&#31684;&#20363; %n︰"/>
       <l:template name="example-title" text="%t"/>
-      <l:template name="figure-label" text="&#22294;&#24418; %n︰"/>
+      <l:template name="figure-label" text="&#22294; %n︰"/>
       <l:template name="figure-title" text="%t"/>
       <l:template name="glosslist-label" text=""/>
       <l:template name="glosslist-title" text="%t"/>
       <l:template name="procedure-label" text="&#31243;&#24207; %n︰"/>
       <l:template name="procedure-title" text="%t"/>
-      <l:template name="table-label" text="&#34920;&#26684; %n︰"/>
+      <l:template name="table-label" text="&#34920; %n︰"/>
       <l:template name="table-title" text="%t"/>
       <l:template name="variablelist-label" text=""/>
       <l:template name="variablelist-title" text="%t"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-2.92.4/suse2022-ns/static/js/qualtrics-feedback.js 
new/suse-xsl-2.92.5/suse2022-ns/static/js/qualtrics-feedback.js
--- old/suse-xsl-2.92.4/suse2022-ns/static/js/qualtrics-feedback.js     
2023-08-10 15:48:53.000000000 +0200
+++ new/suse-xsl-2.92.5/suse2022-ns/static/js/qualtrics-feedback.js     
2023-08-15 16:06:36.000000000 +0200
@@ -1,7 +1,7 @@
 (function(){var g=function(e,h,f,g){
-                this.get=function(a){for(var 
a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b<e;b++){for(var d=c[b];" 
"==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return 
d.substring(a.length,d.length)}return null};
-                        this.set=function(a,c){var b="",b=new 
Date;b.setTime(b.getTime()+6048E5);b="; 
expires="+b.toGMTString();document.cookie=a+"="+c+b+"; path=/; "};
-                        this.check=function(){var 
a=this.get(f);if(a)a=a.split(":");else 
if(100!=e)"v"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(":"));else
 return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case "v":return!1;case 
"r":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c}return!0};
-                        this.go=function(){if(this.check()){var 
a=document.createElement("script");a.type="text/javascript";a.src=g;document.body&amp;&amp;document.body.appendChild(a)}};
-                        this.start=function(){var 
t=this;"complete"!==document.readyState?window.addEventListener?window.addEventListener("load",function(){t.go()},!1):window.attachEvent&amp;&amp;window.attachEvent("onload",function(){t.go()}):t.go()};};
+this.get=function(a){for(var 
a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b<e;b++){for(var d=c[b];" 
"==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return 
d.substring(a.length,d.length)}return null};
+this.set=function(a,c){var b="",b=new Date;b.setTime(b.getTime()+6048E5);b="; 
expires="+b.toGMTString();document.cookie=a+"="+c+b+"; path=/; "};
+this.check=function(){var a=this.get(f);if(a)a=a.split(":");else 
if(100!=e)"v"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(":"));else
 return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case "v":return!1;case 
"r":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c}return!0};
+this.go=function(){if(this.check()){var 
a=document.createElement("script");a.type="text/javascript";a.src=g;document.body&&document.body.appendChild(a)}};
+this.start=function(){var 
t=this;"complete"!==document.readyState?window.addEventListener?window.addEventListener("load",function(){t.go()},!1):window.attachEvent&&window.attachEvent("onload",function(){t.go()}):t.go()};};
 try{(new 
g(100,"r","QSI_S_ZN_8qZUmklKYbBqAYe","https://zn8qzumklkybbqaye-suselinux.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_8qZUmklKYbBqAYe";)).start()}catch(i){}})();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.92.4/suse2022-ns/xhtml/json-ld.xsl 
new/suse-xsl-2.92.5/suse2022-ns/xhtml/json-ld.xsl
--- old/suse-xsl-2.92.4/suse2022-ns/xhtml/json-ld.xsl   2023-08-10 
15:48:53.000000000 +0200
+++ new/suse-xsl-2.92.5/suse2022-ns/xhtml/json-ld.xsl   2023-08-15 
16:06:36.000000000 +0200
@@ -83,8 +83,8 @@
 
   <xsl:template name="json-ld-headline">
     <xsl:param name="node" select="."/>
-    <xsl:variable name="headline" select="($node/d:info/d:meta[@name='title'] 
| $node/d:info/d:title | $node/d:title)[last()]"/>
-    "headline": "<xsl:value-of select="normalize-space($headline)"/>",
+    <xsl:variable name="headline" 
select="normalize-space(($node/d:info/d:meta[@name='title'] | 
$node/d:info/d:title | $node/d:title)[last()])"/>
+    "headline": "<xsl:value-of select="translate($headline, '&quot;', '')"/>",
   </xsl:template>
 
   <xsl:template name="json-ld-description">
@@ -121,7 +121,7 @@
     </xsl:variable>
 
       <xsl:if test="$description != ''">
-    "description": "<xsl:value-of select="$description"/>",
+    "description": "<xsl:value-of select="translate($description, '&quot;', 
'')"/>",
       </xsl:if>
   </xsl:template>
 

Reply via email to