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 2025-11-27 15:18:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and      /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-xsl-stylesheets"

Thu Nov 27 15:18:00 2025 rev:102 rq:1320219 version:2.95.25

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes    
    2025-11-07 18:16:50.597285973 +0100
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.14147/suse-xsl-stylesheets.changes
     2025-11-27 15:18:35.505466737 +0100
@@ -1,0 +2,7 @@
+Wed Nov 26 15:29:30 UTC 2025 - Thomas Schraitle <[email protected]> - 
2.95.25
+
+- Update to 2.95.25
+  * Fix #763: Add French translation for note in #764
+  * Add home icon in breadcrumb bar in #765
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ suse-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.of5aRF/_old  2025-11-27 15:18:36.225497101 +0100
+++ /var/tmp/diff_new_pack.of5aRF/_new  2025-11-27 15:18:36.229497270 +0100
@@ -22,7 +22,7 @@
 %define suse_styles_dir   %{db_xml_dir}/stylesheet
 #
 Name:           suse-xsl-stylesheets
-Version:        2.95.24
+Version:        2.95.25
 Release:        0
 Summary:        SUSE-Branded Stylesheets for DocBook
 License:        GPL-2.0-only OR GPL-3.0-only

++++++ suse-xsl-2.95.24.tar.bz2 -> suse-xsl-2.95.25.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.95.24/ChangeLog 
new/suse-xsl-2.95.25/ChangeLog
--- old/suse-xsl-2.95.24/ChangeLog      2025-11-06 14:43:54.000000000 +0100
+++ new/suse-xsl-2.95.25/ChangeLog      2025-11-26 16:26:27.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Nov 26 15:25:47 UTC 2025 - [email protected]
+
+* Update to 2.95.25
+  - Add home icon in breadcrumb bar (#765)
+  - Fix #763: Add French translation for note (#764)
+
+-------------------------------------------------------------------
 Thu Nov 06 13:42:55 UTC 2025 - [email protected]
 
 * Update to 2.95.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.95.24/Makefile 
new/suse-xsl-2.95.25/Makefile
--- old/suse-xsl-2.95.24/Makefile       2025-11-06 14:43:54.000000000 +0100
+++ new/suse-xsl-2.95.25/Makefile       2025-11-26 16:26:27.000000000 +0100
@@ -11,7 +11,7 @@
 
 SHELL         := /bin/bash
 PACKAGE       := suse-xsl-stylesheets
-VERSION       := 2.95.24
+VERSION       := 2.95.25
 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.95.24/source-assets/styles2022/sass/custom/breadcrumbs.sass 
new/suse-xsl-2.95.25/source-assets/styles2022/sass/custom/breadcrumbs.sass
--- old/suse-xsl-2.95.24/source-assets/styles2022/sass/custom/breadcrumbs.sass  
2025-11-06 14:43:54.000000000 +0100
+++ new/suse-xsl-2.95.25/source-assets/styles2022/sass/custom/breadcrumbs.sass  
2025-11-26 16:26:27.000000000 +0100
@@ -13,5 +13,36 @@
       color: $c_pine
       text-decoration: underline
 
+    // Home icon
+    &.overview-link
+            // Apply Flexbox for perfect vertical alignment
+            display: inline-flex
+            align-items: center
+
+            // Base style for the icon (the ::before pseudo-element)
+            &::before
+                content: ""
+                display: block
+
+                width: 1.25rem
+                height: 1.25rem
+
+                // Default icon: home.svg
+                background: url('../images/home-o.svg') 50%
+
+                margin-right: .225rem
+
+                position: relative
+                top: 6px 
+
+            // Hover state: Changes the background image of the ::before 
element
+            &:hover::before
+                // Hover icon: home.svg (blacked icon)
+                background-image: url('../images/home.svg')
+
   span
     color: $c_lighter_pine
+
+    &.sep
+      margin-left: 0.75rem
+      margin-right: 0.75rem
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.95.24/suse2022-ns/common/l10n/fr.xml 
new/suse-xsl-2.95.25/suse2022-ns/common/l10n/fr.xml
--- old/suse-xsl-2.95.24/suse2022-ns/common/l10n/fr.xml 2025-11-06 
14:43:54.000000000 +0100
+++ new/suse-xsl-2.95.25/suse2022-ns/common/l10n/fr.xml 2025-11-26 
16:26:27.000000000 +0100
@@ -11,6 +11,10 @@
    <l:gentext key="Contributor"     text="Contributeur"/>
    <l:gentext key="Contributors"    text="Contributeurs"/>
 
+   <l:gentext key="NOTE" text="REMARQUE"/>
+   <l:gentext key="Note" text="Remarque"/>
+   <l:gentext key="note" text="remarque"/>
+
    <l:gentext key="admonseparator"  text="&#160;: "/>
    <l:gentext key="Date" text="Date"/>
    <l:gentext key="date" text="Date"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-2.95.24/suse2022-ns/static/css/style-new.css 
new/suse-xsl-2.95.25/suse2022-ns/static/css/style-new.css
--- old/suse-xsl-2.95.24/suse2022-ns/static/css/style-new.css   2025-11-06 
14:43:54.000000000 +0100
+++ new/suse-xsl-2.95.25/suse2022-ns/static/css/style-new.css   2025-11-26 
16:26:27.000000000 +0100
@@ -1454,9 +1454,26 @@
   .crumbs a:hover, .crumbs a:focus {
     color: #0c322c;
     text-decoration: underline; }
+  .crumbs a.overview-link {
+    display: inline-flex;
+    align-items: center; }
+    .crumbs a.overview-link::before {
+      content: "";
+      display: block;
+      width: 1.25rem;
+      height: 1.25rem;
+      background: url("../images/home-o.svg") 50%;
+      margin-right: .225rem;
+      position: relative;
+      top: 6px; }
+    .crumbs a.overview-link:hover::before {
+      background-image: url("../images/home.svg"); }
 
 .crumbs span {
   color: #025937; }
+  .crumbs span.sep {
+    margin-left: 0.75rem;
+    margin-right: 0.75rem; }
 
 .side-toc > *:last-child::after {
   content: '';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.95.24/suse2022-ns/static/css/style.css 
new/suse-xsl-2.95.25/suse2022-ns/static/css/style.css
--- old/suse-xsl-2.95.24/suse2022-ns/static/css/style.css       2025-11-06 
14:43:54.000000000 +0100
+++ new/suse-xsl-2.95.25/suse2022-ns/static/css/style.css       2025-11-26 
16:26:27.000000000 +0100
@@ -1723,9 +1723,26 @@
   .crumbs a:hover, .crumbs a:focus {
     color: #0c322c;
     text-decoration: underline; }
+  .crumbs a.overview-link {
+    display: inline-flex;
+    align-items: center; }
+    .crumbs a.overview-link::before {
+      content: "";
+      display: block;
+      width: 1.25rem;
+      height: 1.25rem;
+      background: url("../images/home-o.svg") 50%;
+      margin-right: .225rem;
+      position: relative;
+      top: 6px; }
+    .crumbs a.overview-link:hover::before {
+      background-image: url("../images/home.svg"); }
 
 .crumbs span {
   color: #025937; }
+  .crumbs span.sep {
+    margin-left: 0.75rem;
+    margin-right: 0.75rem; }
 
 .side-toc > *:last-child::after {
   content: '';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-xsl-2.95.24/suse2022-ns/static/images/home-o.svg 
new/suse-xsl-2.95.25/suse2022-ns/static/images/home-o.svg
--- old/suse-xsl-2.95.24/suse2022-ns/static/images/home-o.svg   1970-01-01 
01:00:00.000000000 +0100
+++ new/suse-xsl-2.95.25/suse2022-ns/static/images/home-o.svg   2025-11-26 
16:26:27.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 100 100"><g fill="none" 
stroke="#222" stroke-width="4"><path d="M50.02 13.576l-28.58 25.54-.02 
47.345h21.506l.025-25.166H57.05l.025 
25.166H78.62l.02-47.31-28.62-25.575z"/><path d="M63.815 
25.904v-9.217h8.657V33.64zM21.439 39.116l-9.982 8.92m77.125 
0l-9.943-8.885"/></g></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.95.24/suse2022-ns/static/images/home.svg 
new/suse-xsl-2.95.25/suse2022-ns/static/images/home.svg
--- old/suse-xsl-2.95.24/suse2022-ns/static/images/home.svg     1970-01-01 
01:00:00.000000000 +0100
+++ new/suse-xsl-2.95.25/suse2022-ns/static/images/home.svg     2025-11-26 
16:26:27.000000000 +0100
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 100 100"><g stroke="#222" 
stroke-width="4"><path d="M50.02 13.576l-28.58 25.54-.02 
47.345h21.506l.025-25.166H57.05l.025 25.166H78.62l.02-47.31-28.62-25.575z" 
fill="#222" fill-rule="evenodd"/><path d="M63.815 25.904v-9.217h8.657V33.64z" 
fill="#222" fill-rule="evenodd"/><path d="M21.439 39.116l-9.982 8.92m77.125 
0l-9.943-8.885" fill="none"/></g></svg>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.95.24/suse2022-ns/xhtml/chunk-common.xsl 
new/suse-xsl-2.95.25/suse2022-ns/xhtml/chunk-common.xsl
--- old/suse-xsl-2.95.24/suse2022-ns/xhtml/chunk-common.xsl     2025-11-06 
14:43:54.000000000 +0100
+++ new/suse-xsl-2.95.25/suse2022-ns/xhtml/chunk-common.xsl     2025-11-26 
16:26:27.000000000 +0100
@@ -81,7 +81,7 @@
                 </xsl:apply-templates>
               </xsl:when>
               <xsl:otherwise>
-                <span><xsl:copy-of select="$daps.breadcrumbs.sep"/></span>
+                <span class="sep"><xsl:copy-of 
select="$daps.breadcrumbs.sep"/></span>
                 <xsl:apply-templates select="." mode="breadcrumbs"/>
               </xsl:otherwise>
             </xsl:choose>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.95.24/suse2022-ns/xhtml/docbook.xsl 
new/suse-xsl-2.95.25/suse2022-ns/xhtml/docbook.xsl
--- old/suse-xsl-2.95.24/suse2022-ns/xhtml/docbook.xsl  2025-11-06 
14:43:54.000000000 +0100
+++ new/suse-xsl-2.95.25/suse2022-ns/xhtml/docbook.xsl  2025-11-26 
16:26:27.000000000 +0100
@@ -483,9 +483,9 @@
 
     <xsl:if test="$overview-page != ''">
       <a class="crumb overview-link" href="{$overview-page}" title="{$title}">
-        <xsl:value-of select="$title"/>
+<!--        <xsl:value-of select="string($title)"/>-->
       </a>
-      <span><xsl:copy-of select="$daps.breadcrumbs.sep"/></span>
+<!--      <span><xsl:copy-of select="$daps.breadcrumbs.sep"/></span>-->
     </xsl:if>
   </xsl:template>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-2.95.24/suse2022-ns/xhtml/param.xsl 
new/suse-xsl-2.95.25/suse2022-ns/xhtml/param.xsl
--- old/suse-xsl-2.95.24/suse2022-ns/xhtml/param.xsl    2025-11-06 
14:43:54.000000000 +0100
+++ new/suse-xsl-2.95.25/suse2022-ns/xhtml/param.xsl    2025-11-26 
16:26:27.000000000 +0100
@@ -386,7 +386,7 @@
   <xsl:param name="force.generate.give.feedback" select="0"/>
 
   <!-- Separator between breadcrumbs links: -->
-  <xsl:param name="daps.breadcrumbs.sep">&#xa0;/&#xa0;</xsl:param>
+  <xsl:param name="daps.breadcrumbs.sep">|</xsl:param>
 
   <!--  Create permalinks?-->
   <xsl:param name="generate.permalinks">

Reply via email to