Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kf6-syntax-highlighting for
openSUSE:Factory checked in at 2026-03-16 14:16:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.kf6-syntax-highlighting.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-syntax-highlighting"
Mon Mar 16 14:16:22 2026 rev:25 rq:1338959 version:6.24.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kf6-syntax-highlighting/kf6-syntax-highlighting.changes
2026-02-16 13:07:54.086495658 +0100
+++
/work/SRC/openSUSE:Factory/.kf6-syntax-highlighting.new.8177/kf6-syntax-highlighting.changes
2026-03-16 14:19:11.909941600 +0100
@@ -1,0 +2,12 @@
+Mon Mar 9 08:07:45 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.24.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.24.0
+- Changes since 6.23.0:
+ * Update dependency version to 6.24.0
+ * move comment after white space for some shells and Perl (kde#510666)
+ * Update version to 6.24.0
+
+-------------------------------------------------------------------
Old:
----
syntax-highlighting-6.23.0.tar.xz
syntax-highlighting-6.23.0.tar.xz.sig
New:
----
syntax-highlighting-6.24.0.tar.xz
syntax-highlighting-6.24.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.aK53He/_old 2026-03-16 14:19:12.581969497 +0100
+++ /var/tmp/diff_new_pack.aK53He/_new 2026-03-16 14:19:12.585969664 +0100
@@ -19,11 +19,11 @@
%define qt6_version 6.8.0
%define rname syntax-highlighting
-# Full KF6 version (e.g. 6.23.0)
+# Full KF6 version (e.g. 6.24.0)
%{!?_kf6_version: %global _kf6_version %{version}}
%bcond_without released
Name: kf6-syntax-highlighting
-Version: 6.23.0
+Version: 6.24.0
Release: 0
Summary: Syntax highlighting engine and library
License: LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND
GPL-3.0-only AND MIT AND BSD-3-Clause AND Artistic-1.0
++++++ syntax-highlighting-6.23.0.tar.xz -> syntax-highlighting-6.24.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-6.23.0/CMakeLists.txt
new/syntax-highlighting-6.24.0/CMakeLists.txt
--- old/syntax-highlighting-6.23.0/CMakeLists.txt 2026-02-06
13:18:47.000000000 +0100
+++ new/syntax-highlighting-6.24.0/CMakeLists.txt 2026-03-07
21:34:02.000000000 +0100
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.27)
-set(KF_VERSION "6.23.0")
+set(KF_VERSION "6.24.0")
project(KSyntaxHighlighting VERSION ${KF_VERSION})
-find_package(ECM 6.23.0 REQUIRED NO_MODULE)
+find_package(ECM 6.24.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(KDEInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-6.23.0/data/syntax/bash.xml
new/syntax-highlighting-6.24.0/data/syntax/bash.xml
--- old/syntax-highlighting-6.23.0/data/syntax/bash.xml 2026-02-06
13:18:47.000000000 +0100
+++ new/syntax-highlighting-6.24.0/data/syntax/bash.xml 2026-03-07
21:34:02.000000000 +0100
@@ -71,7 +71,7 @@
<language
name="Bash"
- version="54"
+ version="55"
kateversion="5.79"
section="Scripts"
extensions="*.sh;*.bash;*.ebuild;*.eclass;*.exlib;*.exheres-0;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD;APKBUILD"
@@ -1934,7 +1934,7 @@
</highlighting>
<general>
<comments>
- <comment name="singleLine" start="#"/>
+ <comment name="singleLine" start="#" position="afterwhitespace"/>
</comments>
<keywords casesensitive="1" weakDeliminator="_&weakDeliminatorSymbols;"
additionalDeliminator="`"/>
</general>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-6.23.0/data/syntax/fish.xml
new/syntax-highlighting-6.24.0/data/syntax/fish.xml
--- old/syntax-highlighting-6.23.0/data/syntax/fish.xml 2026-02-06
13:18:47.000000000 +0100
+++ new/syntax-highlighting-6.24.0/data/syntax/fish.xml 2026-03-07
21:34:02.000000000 +0100
@@ -25,7 +25,7 @@
]>
-<language name="Fish" version="9" kateversion="5.72" section="Scripts"
extensions="*.fish;fishd.*" mimetype="application/x-fish" casesensitive="1"
author="Arnd Diestelhorst ([email protected])" license="LGPL">
+<language name="Fish" version="10" kateversion="5.72" section="Scripts"
extensions="*.fish;fishd.*" mimetype="application/x-fish" casesensitive="1"
author="Arnd Diestelhorst ([email protected])" license="LGPL">
<highlighting>
@@ -704,7 +704,7 @@
<!-- no / as weakDeliminator, otherwwise in /usr/bin/ls ls is not
recognized as UnixCommand -->
<keywords casesensitive="1" weakDeliminator="\+,-:=!.@#%^_`~"
wordWrapDeliminator="&separator;"/>
<comments>
- <comment name="singleLine" start="#"/>
+ <comment name="singleLine" start="#" position="afterwhitespace"/>
</comments>
</general>
</language>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-6.23.0/data/syntax/perl.xml
new/syntax-highlighting-6.24.0/data/syntax/perl.xml
--- old/syntax-highlighting-6.23.0/data/syntax/perl.xml 2026-02-06
13:18:47.000000000 +0100
+++ new/syntax-highlighting-6.24.0/data/syntax/perl.xml 2026-03-07
21:34:02.000000000 +0100
@@ -42,7 +42,7 @@
Enhance tr/// and y/// support.
-->
-<language name="Perl" alternativeNames="PL" version="22" kateversion="5.0"
section="Scripts" extensions="*.pl;*.PL;*.pm"
mimetype="application/x-perl;text/x-perl" priority="5" author="Anders Lund
([email protected])" license="LGPLv2">
+<language name="Perl" alternativeNames="PL" version="23" kateversion="5.0"
section="Scripts" extensions="*.pl;*.PL;*.pm"
mimetype="application/x-perl;text/x-perl" priority="5" author="Anders Lund
([email protected])" license="LGPLv2">
<highlighting>
<list name="control_flow">
<item>if</item>
@@ -860,7 +860,7 @@
</highlighting>
<general>
<comments>
- <comment name="singleLine" start="#" />
+ <comment name="singleLine" start="#" position="afterwhitespace"/>
</comments>
<keywords casesensitive="1" />
</general>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-6.23.0/data/syntax/tcsh.xml
new/syntax-highlighting-6.24.0/data/syntax/tcsh.xml
--- old/syntax-highlighting-6.23.0/data/syntax/tcsh.xml 2026-02-06
13:18:47.000000000 +0100
+++ new/syntax-highlighting-6.24.0/data/syntax/tcsh.xml 2026-03-07
21:34:02.000000000 +0100
@@ -9,7 +9,7 @@
<!ENTITY pathpart "([\w_@.%*?+-]|\\ )"> <!-- valid character
in a file name -->
<!ENTITY tab "	">
]>
-<language name="Tcsh" version="10" kateversion="5.53" section="Scripts"
extensions="*.csh;*.tcsh;csh.cshrc;csh.login;.tcshrc;.cshrc;.login"
mimetype="application/x-csh" casesensitive="1" author="Matthew Woehlke
([email protected])" license="LGPL">
+<language name="Tcsh" version="11" kateversion="5.53" section="Scripts"
extensions="*.csh;*.tcsh;csh.cshrc;csh.login;.tcshrc;.cshrc;.login"
mimetype="application/x-csh" casesensitive="1" author="Matthew Woehlke
([email protected])" license="LGPL">
<!-- (c) 2006 Matthew Woehlke ([email protected])
Based on the bash highlighter by Wilbert Berendsen ([email protected])
@@ -465,7 +465,7 @@
</highlighting>
<general>
<comments>
- <comment name="singleLine" start="#"/>
+ <comment name="singleLine" start="#" position="afterwhitespace"/>
</comments>
<keywords casesensitive="1" weakDeliminator="^%#[]$._{}:-"
additionalDeliminator="`"/>
</general>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-6.23.0/data/syntax/zsh.xml
new/syntax-highlighting-6.24.0/data/syntax/zsh.xml
--- old/syntax-highlighting-6.23.0/data/syntax/zsh.xml 2026-02-06
13:18:47.000000000 +0100
+++ new/syntax-highlighting-6.24.0/data/syntax/zsh.xml 2026-03-07
21:34:02.000000000 +0100
@@ -83,7 +83,7 @@
current: 5.9
-->
-<language name="Zsh" version="34" kateversion="5.79" section="Scripts"
extensions="*.sh;*.zsh;.zshrc;.zprofile;.zlogin;.zlogout;.profile"
mimetype="application/x-shellscript" casesensitive="1" author="Jonathan Poelen
([email protected])" license="MIT">
+<language name="Zsh" version="35" kateversion="5.79" section="Scripts"
extensions="*.sh;*.zsh;.zshrc;.zprofile;.zlogin;.zlogout;.profile"
mimetype="application/x-shellscript" casesensitive="1" author="Jonathan Poelen
([email protected])" license="MIT">
<highlighting>
<list name="keywords">
@@ -2166,7 +2166,7 @@
</highlighting>
<general>
<comments>
- <comment name="singleLine" start="#"/>
+ <comment name="singleLine" start="#" position="afterwhitespace"/>
</comments>
<keywords casesensitive="1" weakDeliminator="^%#[]$._:-/"
additionalDeliminator="`"/>
</general>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-6.23.0/poqm/bg/syntaxhighlighting6_qt.po
new/syntax-highlighting-6.24.0/poqm/bg/syntaxhighlighting6_qt.po
--- old/syntax-highlighting-6.23.0/poqm/bg/syntaxhighlighting6_qt.po
2026-02-06 13:18:47.000000000 +0100
+++ new/syntax-highlighting-6.24.0/poqm/bg/syntaxhighlighting6_qt.po
2026-03-07 21:34:02.000000000 +0100
@@ -3,20 +3,20 @@
#
# Zlatko Popov <[email protected]>, 2006, 2007, 2009.
# Yasen Pramatarov <[email protected]>, 2010, 2011.
-# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025 Mincho Kondarev
<[email protected]>
+# SPDX-FileCopyrightText: 2022, 2023, 2024, 2025, 2026 Mincho Kondarev
<[email protected]>
msgid ""
msgstr ""
"Project-Id-Version: katepart4\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2016-09-08 07:30+0000\n"
-"PO-Revision-Date: 2025-12-04 17:28+0100\n"
+"PO-Revision-Date: 2026-01-29 23:02+0100\n"
"Last-Translator: Mincho Kondarev <[email protected]>\n"
"Language-Team: Bulgarian <[email protected]>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 25.07.70\n"
+"X-Generator: Lokalize 26.03.70\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Qt-Contexts: true\n"
@@ -440,12 +440,9 @@
msgid "GDL"
msgstr "GDL"
-#, fuzzy
-#| msgctxt "Language|"
-#| msgid "GNU Gettext"
msgctxt "Language|"
msgid "Gemtext"
-msgstr "GNU Gettext"
+msgstr "Gemtext"
msgctxt "Language|"
msgid "GNU Gettext"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-6.23.0/poqm/eu/syntaxhighlighting6_qt.po
new/syntax-highlighting-6.24.0/poqm/eu/syntaxhighlighting6_qt.po
--- old/syntax-highlighting-6.23.0/poqm/eu/syntaxhighlighting6_qt.po
2026-02-06 13:18:47.000000000 +0100
+++ new/syntax-highlighting-6.24.0/poqm/eu/syntaxhighlighting6_qt.po
2026-03-07 21:34:02.000000000 +0100
@@ -1,27 +1,27 @@
# Translation for syntaxhighlighting6_qt.po to Euskara/Basque (eu).
-# Copyright (C) 2002-2025 This file is copyright:
+# Copyright (C) 2002-2026 This file is copyright:
# This file is distributed under the same license as the original file.
-# SPDX-FileCopyrightText: 2023, 2024, 2025 KDE euskaratzeko proiektuaren
arduraduna <[email protected]>
+# SPDX-FileCopyrightText: 2023, 2024, 2025, 2026 KDE euskaratzeko proiektuaren
arduraduna <[email protected]>
#
# Translators:
# marcos <[email protected]>, 2002,2003, 2004, 2005, 2006, 2009, 2010.
# Juan Irigoien <[email protected]>, 2004.
# Ion Gaztañaga <[email protected]>, 2005.
# Iñaki Larrañaga Murgoitio <[email protected]>, 2009, 2011.
-# Iñigo Salvador Azurmendi <[email protected]>, 2010, 2011, 2017, 2018, 2019, 2020,
2021, 2022, 2023, 2024, 2025.
+# Iñigo Salvador Azurmendi <[email protected]>, 2010, 2011, 2017, 2018, 2019, 2020,
2021, 2022, 2023, 2024, 2025, 2026.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2016-09-08 07:30+0000\n"
-"PO-Revision-Date: 2025-12-06 20:57+0100\n"
+"PO-Revision-Date: 2026-02-10 20:22+0100\n"
"Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
"Language-Team: Basque <[email protected]>\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 25.08.3\n"
+"X-Generator: Lokalize 25.12.2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Qt-Contexts: true\n"
@@ -445,11 +445,9 @@
msgid "GDL"
msgstr "GDL"
-#, fuzzy
-#| msgid "text"
msgctxt "Language|"
msgid "Gemtext"
-msgstr "testua"
+msgstr "Gemtext"
msgctxt "Language|"
msgid "GNU Gettext"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-6.23.0/poqm/is/syntaxhighlighting6_qt.po
new/syntax-highlighting-6.24.0/poqm/is/syntaxhighlighting6_qt.po
--- old/syntax-highlighting-6.23.0/poqm/is/syntaxhighlighting6_qt.po
2026-02-06 13:18:47.000000000 +0100
+++ new/syntax-highlighting-6.24.0/poqm/is/syntaxhighlighting6_qt.po
2026-03-07 21:34:02.000000000 +0100
@@ -7,13 +7,13 @@
# Pjetur G. Hjaltason <[email protected]>, 2003, 2004.
# Arnar Leósson <[email protected]>, 2003.
# Arnar Leosson <[email protected]>, 2004, 2005.
-# SPDX-FileCopyrightText: 2008, 2009, 2010, 2016, 2023, 2024, 2025 Sveinn í
Felli <[email protected]>
+# SPDX-FileCopyrightText: 2008, 2009, 2010, 2016, 2023, 2024, 2025, 2026
Sveinn í Felli <[email protected]>
msgid ""
msgstr ""
"Project-Id-Version: katepart4\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2016-09-08 07:30+0000\n"
-"PO-Revision-Date: 2025-12-03 17:52+0000\n"
+"PO-Revision-Date: 2026-02-25 10:39+0000\n"
"Last-Translator: Sveinn í Felli <[email protected]>\n"
"Language-Team: Icelandic\n"
"Language: is\n"
@@ -447,11 +447,9 @@
msgid "GDL"
msgstr "GDL"
-#, fuzzy
-#| msgid "text"
msgctxt "Language|"
msgid "Gemtext"
-msgstr "texti"
+msgstr "Gemtexti"
msgctxt "Language|"
msgid "GNU Gettext"