Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package syntax-highlighting for 
openSUSE:Factory checked in at 2022-06-17 21:19:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
 and      /work/SRC/openSUSE:Factory/.syntax-highlighting.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syntax-highlighting"

Fri Jun 17 21:19:49 2022 rev:70 rq:982312 version:5.95.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes  
2022-05-16 18:09:42.541335037 +0200
+++ 
/work/SRC/openSUSE:Factory/.syntax-highlighting.new.1548/syntax-highlighting.changes
        2022-06-17 21:22:00.834757136 +0200
@@ -1,0 +2,14 @@
+Fri Jun 10 14:12:53 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.95.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.95.0
+- Changes since 5.94.0:
+  * avoid spell checking in diffs
+  * Avoid unprefixed CamelCase headers generated directly in build dir 
(kde#453759)
+  * Bash: fix comments in double braces (kde#450878)
+  * systemd unit: update to systemd v251
+  * debchangelog: add Kinetic Kudu
+
+-------------------------------------------------------------------

Old:
----
  syntax-highlighting-5.94.0.tar.xz
  syntax-highlighting-5.94.0.tar.xz.sig

New:
----
  syntax-highlighting-5.95.0.tar.xz
  syntax-highlighting-5.95.0.tar.xz.sig

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

Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.3HK4kN/_old  2022-06-17 21:22:01.290757384 +0200
+++ /var/tmp/diff_new_pack.3HK4kN/_new  2022-06-17 21:22:01.294757386 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5SyntaxHighlighting5
-%define _tar_path 5.94
+%define _tar_path 5.95
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           syntax-highlighting
-Version:        5.94.0
+Version:        5.95.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-5.94.0.tar.xz -> syntax-highlighting-5.95.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.94.0/CMakeLists.txt 
new/syntax-highlighting-5.95.0/CMakeLists.txt
--- old/syntax-highlighting-5.94.0/CMakeLists.txt       2022-05-07 
23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/CMakeLists.txt       2022-06-09 
23:30:34.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.94.0")
+set(KF_VERSION "5.95.0")
 project(KSyntaxHighlighting VERSION ${KF_VERSION})
 
-find_package(ECM 5.93.0 REQUIRED NO_MODULE)
+find_package(ECM 5.95.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 if(POLICY CMP0063)
     cmake_policy(SET CMP0063 NEW)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/folding/highlight.sh.fold 
new/syntax-highlighting-5.95.0/autotests/folding/highlight.sh.fold
--- old/syntax-highlighting-5.94.0/autotests/folding/highlight.sh.fold  
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/autotests/folding/highlight.sh.fold  
2022-06-09 23:30:34.000000000 +0200
@@ -248,6 +248,12 @@
 # Braces (bug ##387915)
 <beginfold id='1'>[[</beginfold id='1'> $line_name =~ 
\{([0-9]{1,})\}\{([0-9]{1,})\}(.*) <endfold id='1'>]]</endfold id='1'>
 <beginfold id='1'>[[</beginfold id='1'> $name =~ 
(.*)_(S[0-9]{2})(E[0-9]{2,3}[a-z]{0,1})_(.*) <endfold id='1'>]]</endfold id='1'>
+# Comments in Braces (bug 450878)
+<beginfold id='1'>[[</beginfold id='1'> # comment 1
+   1 == 1 # comment 2
+   # comment 3
+<endfold id='1'>]]</endfold id='1'>
+
 rm /data/{hello1,hello2}/input/{bye1,$bye2}/si{a,${b},c{k,p{e,a}}}/*.non
 rm /data/{aa,{e,i}t{b,c} # Not closed
 rm /data/{aa,{e,i}t{b,c}}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/folding/systemd-unit.service.fold 
new/syntax-highlighting-5.95.0/autotests/folding/systemd-unit.service.fold
--- old/syntax-highlighting-5.94.0/autotests/folding/systemd-unit.service.fold  
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/autotests/folding/systemd-unit.service.fold  
2022-06-09 23:30:34.000000000 +0200
@@ -92,6 +92,7 @@
 ## from systemd.exec
 ExecPaths = some/path some/other/path
 ExtensionImages = /source/path
+ExtensionDirectories = /source/path
 IPCNamespacePath = /some/absolute/path
 NoExecPaths = some/path some/other/path
 PrivateIPC = false
@@ -1432,6 +1433,7 @@
 SuccessExitStatus = 75
 SuccessExitStatus = ADDRESS_FAMILIES
 SuccessExitStatus = APPARMOR
+SuccessExitStatus = BPF
 SuccessExitStatus = CACHE_DIRECTORY
 SuccessExitStatus = CANTCREAT
 SuccessExitStatus = CAPABILITIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/html/highlight.sh.dark.html 
new/syntax-highlighting-5.95.0/autotests/html/highlight.sh.dark.html
--- old/syntax-highlighting-5.94.0/autotests/html/highlight.sh.dark.html        
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/autotests/html/highlight.sh.dark.html        
2022-06-09 23:30:34.000000000 +0200
@@ -254,6 +254,12 @@
 <span style="color:#7a7c7d;"># Braces (bug ##387915)</span>
 <span style="font-weight:bold;">[[</span> <span 
style="color:#27aeae;">$line_name</span> <span style="color:#27ae60;">=~</span> 
<span style="color:#2980b9;">\{</span><span 
style="color:#3f8058;">([</span><span style="color:#da4453;">0</span><span 
style="color:#3f8058;">-</span><span style="color:#da4453;">9</span><span 
style="color:#3f8058;">]</span><span style="color:#27aeae;">{</span><span 
style="color:#f67400;">1</span><span style="color:#3f8058;">,</span><span 
style="color:#27aeae;">}</span><span style="color:#3f8058;">)</span><span 
style="color:#2980b9;">\}\{</span><span style="color:#3f8058;">([</span><span 
style="color:#da4453;">0</span><span style="color:#3f8058;">-</span><span 
style="color:#da4453;">9</span><span style="color:#3f8058;">]</span><span 
style="color:#27aeae;">{</span><span style="color:#f67400;">1</span><span 
style="color:#3f8058;">,</span><span style="color:#27aeae;">}</span><span 
style="color:#3f8058;">)</span><span style="color:#2980b9;">\}</span><span style
 ="color:#3f8058;">(</span><span style="color:#27ae60;">.*</span><span 
style="color:#3f8058;">)</span> <span style="font-weight:bold;">]]</span>
 <span style="font-weight:bold;">[[</span> <span 
style="color:#27aeae;">$name</span> <span style="color:#27ae60;">=~</span> 
<span style="color:#3f8058;">(</span><span 
style="color:#27ae60;">.*</span><span style="color:#3f8058;">)</span><span 
style="color:#da4453;">_</span><span style="color:#3f8058;">(</span><span 
style="color:#da4453;">S</span><span style="color:#3f8058;">[</span><span 
style="color:#da4453;">0</span><span style="color:#3f8058;">-</span><span 
style="color:#da4453;">9</span><span style="color:#3f8058;">]</span><span 
style="color:#27aeae;">{</span><span style="color:#f67400;">2</span><span 
style="color:#27aeae;">}</span><span style="color:#3f8058;">)(</span><span 
style="color:#da4453;">E</span><span style="color:#3f8058;">[</span><span 
style="color:#da4453;">0</span><span style="color:#3f8058;">-</span><span 
style="color:#da4453;">9</span><span style="color:#3f8058;">]</span><span 
style="color:#27aeae;">{</span><span style="color:#f67400;">2</span><span 
style="color:#3
 f8058;">,</span><span style="color:#f67400;">3</span><span 
style="color:#27aeae;">}</span><span style="color:#3f8058;">[</span><span 
style="color:#da4453;">a</span><span style="color:#3f8058;">-</span><span 
style="color:#da4453;">z</span><span style="color:#3f8058;">]</span><span 
style="color:#27aeae;">{</span><span style="color:#f67400;">0</span><span 
style="color:#3f8058;">,</span><span style="color:#f67400;">1</span><span 
style="color:#27aeae;">}</span><span style="color:#3f8058;">)</span><span 
style="color:#da4453;">_</span><span style="color:#3f8058;">(</span><span 
style="color:#27ae60;">.*</span><span style="color:#3f8058;">)</span> <span 
style="font-weight:bold;">]]</span>
+<span style="color:#7a7c7d;"># Comments in Braces (bug 450878)</span>
+<span style="font-weight:bold;">[[</span> <span style="color:#7a7c7d;"># 
comment 1</span>
+   1 <span style="color:#27ae60;">==</span> 1 <span style="color:#7a7c7d;"># 
comment 2</span>
+   <span style="color:#7a7c7d;"># comment 3</span>
+<span style="font-weight:bold;">]]</span>
+
 <span style="color:#8e44ad;">rm</span> /data/<span 
style="color:#2980b9;">{hello1</span><span style="color:#3f8058;">,</span><span 
style="color:#2980b9;">hello2}</span>/input/<span 
style="color:#2980b9;">{bye1</span><span style="color:#3f8058;">,</span><span 
style="color:#27aeae;">$bye2</span><span 
style="color:#2980b9;">}</span>/si<span style="color:#2980b9;">{a</span><span 
style="color:#3f8058;">,</span><span style="color:#27aeae;">${</span><span 
style="color:#27aeae;">b</span><span style="color:#27aeae;">}</span><span 
style="color:#3f8058;">,</span><span style="color:#2980b9;">c{k</span><span 
style="color:#3f8058;">,</span><span style="color:#2980b9;">p{e</span><span 
style="color:#3f8058;">,</span><span style="color:#2980b9;">a}}}</span>/<span 
style="color:#27ae60;">*</span>.non
 <span style="color:#8e44ad;">rm</span> /data/{aa,<span 
style="color:#2980b9;">{e</span><span style="color:#3f8058;">,</span><span 
style="color:#2980b9;">i}</span>t<span style="color:#2980b9;">{b</span><span 
style="color:#3f8058;">,</span><span style="color:#2980b9;">c}</span> <span 
style="color:#7a7c7d;"># Not closed</span>
 <span style="color:#8e44ad;">rm</span> /data/<span 
style="color:#2980b9;">{aa</span><span style="color:#3f8058;">,</span><span 
style="color:#2980b9;">{e</span><span style="color:#3f8058;">,</span><span 
style="color:#2980b9;">i}t{b</span><span style="color:#3f8058;">,</span><span 
style="color:#2980b9;">c}}</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/html/highlight.sh.html 
new/syntax-highlighting-5.95.0/autotests/html/highlight.sh.html
--- old/syntax-highlighting-5.94.0/autotests/html/highlight.sh.html     
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/autotests/html/highlight.sh.html     
2022-06-09 23:30:34.000000000 +0200
@@ -254,6 +254,12 @@
 <span style="color:#898887;"># Braces (bug ##387915)</span>
 <span style="font-weight:bold;">[[</span> <span 
style="color:#0057ae;">$line_name</span> <span style="color:#006e28;">=~</span> 
<span style="color:#0057ae;">\{</span><span 
style="color:#ca60ca;">([</span><span style="color:#ff5500;">0</span><span 
style="color:#ca60ca;">-</span><span style="color:#ff5500;">9</span><span 
style="color:#ca60ca;">]</span><span style="color:#0057ae;">{</span><span 
style="color:#b08000;">1</span><span style="color:#ca60ca;">,</span><span 
style="color:#0057ae;">}</span><span style="color:#ca60ca;">)</span><span 
style="color:#0057ae;">\}\{</span><span style="color:#ca60ca;">([</span><span 
style="color:#ff5500;">0</span><span style="color:#ca60ca;">-</span><span 
style="color:#ff5500;">9</span><span style="color:#ca60ca;">]</span><span 
style="color:#0057ae;">{</span><span style="color:#b08000;">1</span><span 
style="color:#ca60ca;">,</span><span style="color:#0057ae;">}</span><span 
style="color:#ca60ca;">)</span><span style="color:#0057ae;">\}</span><span style
 ="color:#ca60ca;">(</span><span style="color:#006e28;">.*</span><span 
style="color:#ca60ca;">)</span> <span style="font-weight:bold;">]]</span>
 <span style="font-weight:bold;">[[</span> <span 
style="color:#0057ae;">$name</span> <span style="color:#006e28;">=~</span> 
<span style="color:#ca60ca;">(</span><span 
style="color:#006e28;">.*</span><span style="color:#ca60ca;">)</span><span 
style="color:#ff5500;">_</span><span style="color:#ca60ca;">(</span><span 
style="color:#ff5500;">S</span><span style="color:#ca60ca;">[</span><span 
style="color:#ff5500;">0</span><span style="color:#ca60ca;">-</span><span 
style="color:#ff5500;">9</span><span style="color:#ca60ca;">]</span><span 
style="color:#0057ae;">{</span><span style="color:#b08000;">2</span><span 
style="color:#0057ae;">}</span><span style="color:#ca60ca;">)(</span><span 
style="color:#ff5500;">E</span><span style="color:#ca60ca;">[</span><span 
style="color:#ff5500;">0</span><span style="color:#ca60ca;">-</span><span 
style="color:#ff5500;">9</span><span style="color:#ca60ca;">]</span><span 
style="color:#0057ae;">{</span><span style="color:#b08000;">2</span><span 
style="color:#c
 a60ca;">,</span><span style="color:#b08000;">3</span><span 
style="color:#0057ae;">}</span><span style="color:#ca60ca;">[</span><span 
style="color:#ff5500;">a</span><span style="color:#ca60ca;">-</span><span 
style="color:#ff5500;">z</span><span style="color:#ca60ca;">]</span><span 
style="color:#0057ae;">{</span><span style="color:#b08000;">0</span><span 
style="color:#ca60ca;">,</span><span style="color:#b08000;">1</span><span 
style="color:#0057ae;">}</span><span style="color:#ca60ca;">)</span><span 
style="color:#ff5500;">_</span><span style="color:#ca60ca;">(</span><span 
style="color:#006e28;">.*</span><span style="color:#ca60ca;">)</span> <span 
style="font-weight:bold;">]]</span>
+<span style="color:#898887;"># Comments in Braces (bug 450878)</span>
+<span style="font-weight:bold;">[[</span> <span style="color:#898887;"># 
comment 1</span>
+   1 <span style="color:#006e28;">==</span> 1 <span style="color:#898887;"># 
comment 2</span>
+   <span style="color:#898887;"># comment 3</span>
+<span style="font-weight:bold;">]]</span>
+
 <span style="color:#644a9b;">rm</span> /data/<span 
style="color:#0057ae;">{hello1</span><span style="color:#ca60ca;">,</span><span 
style="color:#0057ae;">hello2}</span>/input/<span 
style="color:#0057ae;">{bye1</span><span style="color:#ca60ca;">,</span><span 
style="color:#0057ae;">$bye2</span><span 
style="color:#0057ae;">}</span>/si<span style="color:#0057ae;">{a</span><span 
style="color:#ca60ca;">,</span><span style="color:#0057ae;">${</span><span 
style="color:#0057ae;">b</span><span style="color:#0057ae;">}</span><span 
style="color:#ca60ca;">,</span><span style="color:#0057ae;">c{k</span><span 
style="color:#ca60ca;">,</span><span style="color:#0057ae;">p{e</span><span 
style="color:#ca60ca;">,</span><span style="color:#0057ae;">a}}}</span>/<span 
style="color:#006e28;">*</span>.non
 <span style="color:#644a9b;">rm</span> /data/{aa,<span 
style="color:#0057ae;">{e</span><span style="color:#ca60ca;">,</span><span 
style="color:#0057ae;">i}</span>t<span style="color:#0057ae;">{b</span><span 
style="color:#ca60ca;">,</span><span style="color:#0057ae;">c}</span> <span 
style="color:#898887;"># Not closed</span>
 <span style="color:#644a9b;">rm</span> /data/<span 
style="color:#0057ae;">{aa</span><span style="color:#ca60ca;">,</span><span 
style="color:#0057ae;">{e</span><span style="color:#ca60ca;">,</span><span 
style="color:#0057ae;">i}t{b</span><span style="color:#ca60ca;">,</span><span 
style="color:#0057ae;">c}}</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/html/systemd-unit.service.dark.html 
new/syntax-highlighting-5.95.0/autotests/html/systemd-unit.service.dark.html
--- 
old/syntax-highlighting-5.94.0/autotests/html/systemd-unit.service.dark.html    
    2022-05-07 23:30:22.000000000 +0200
+++ 
new/syntax-highlighting-5.95.0/autotests/html/systemd-unit.service.dark.html    
    2022-06-09 23:30:34.000000000 +0200
@@ -98,6 +98,7 @@
 <span style="color:#7a7c7d;">## from systemd.exec</span>
 <span style="color:#2980b9;">ExecPaths</span> = some/path some/other/path
 <span style="color:#2980b9;">ExtensionImages</span> = /source/path
+<span style="color:#2980b9;">ExtensionDirectories</span> = /source/path
 <span style="color:#2980b9;">IPCNamespacePath</span> = /some/absolute/path
 <span style="color:#2980b9;">NoExecPaths</span> = some/path some/other/path
 <span style="color:#2980b9;">PrivateIPC</span> = <span 
style="color:#27aeae;font-weight:bold;">false</span>
@@ -1438,6 +1439,7 @@
 <span style="color:#2980b9;">SuccessExitStatus</span> = <span 
style="color:#f67400;">75</span>
 <span style="color:#2980b9;">SuccessExitStatus</span> = <span 
style="color:#27aeae;font-weight:bold;">ADDRESS_FAMILIES</span>
 <span style="color:#2980b9;">SuccessExitStatus</span> = <span 
style="color:#27aeae;font-weight:bold;">APPARMOR</span>
+<span style="color:#2980b9;">SuccessExitStatus</span> = <span 
style="color:#27aeae;font-weight:bold;">BPF</span>
 <span style="color:#2980b9;">SuccessExitStatus</span> = <span 
style="color:#27aeae;font-weight:bold;">CACHE_DIRECTORY</span>
 <span style="color:#2980b9;">SuccessExitStatus</span> = <span 
style="color:#27aeae;font-weight:bold;">CANTCREAT</span>
 <span style="color:#2980b9;">SuccessExitStatus</span> = <span 
style="color:#27aeae;font-weight:bold;">CAPABILITIES</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/html/systemd-unit.service.html 
new/syntax-highlighting-5.95.0/autotests/html/systemd-unit.service.html
--- old/syntax-highlighting-5.94.0/autotests/html/systemd-unit.service.html     
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/autotests/html/systemd-unit.service.html     
2022-06-09 23:30:34.000000000 +0200
@@ -98,6 +98,7 @@
 <span style="color:#898887;">## from systemd.exec</span>
 <span style="color:#0057ae;">ExecPaths</span> = some/path some/other/path
 <span style="color:#0057ae;">ExtensionImages</span> = /source/path
+<span style="color:#0057ae;">ExtensionDirectories</span> = /source/path
 <span style="color:#0057ae;">IPCNamespacePath</span> = /some/absolute/path
 <span style="color:#0057ae;">NoExecPaths</span> = some/path some/other/path
 <span style="color:#0057ae;">PrivateIPC</span> = <span 
style="color:#aa5500;">false</span>
@@ -1438,6 +1439,7 @@
 <span style="color:#0057ae;">SuccessExitStatus</span> = <span 
style="color:#b08000;">75</span>
 <span style="color:#0057ae;">SuccessExitStatus</span> = <span 
style="color:#aa5500;">ADDRESS_FAMILIES</span>
 <span style="color:#0057ae;">SuccessExitStatus</span> = <span 
style="color:#aa5500;">APPARMOR</span>
+<span style="color:#0057ae;">SuccessExitStatus</span> = <span 
style="color:#aa5500;">BPF</span>
 <span style="color:#0057ae;">SuccessExitStatus</span> = <span 
style="color:#aa5500;">CACHE_DIRECTORY</span>
 <span style="color:#0057ae;">SuccessExitStatus</span> = <span 
style="color:#aa5500;">CANTCREAT</span>
 <span style="color:#0057ae;">SuccessExitStatus</span> = <span 
style="color:#aa5500;">CAPABILITIES</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/input/highlight.sh 
new/syntax-highlighting-5.95.0/autotests/input/highlight.sh
--- old/syntax-highlighting-5.94.0/autotests/input/highlight.sh 2022-05-07 
23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/autotests/input/highlight.sh 2022-06-09 
23:30:34.000000000 +0200
@@ -248,6 +248,12 @@
 # Braces (bug ##387915)
 [[ $line_name =~ \{([0-9]{1,})\}\{([0-9]{1,})\}(.*) ]]
 [[ $name =~ (.*)_(S[0-9]{2})(E[0-9]{2,3}[a-z]{0,1})_(.*) ]]
+# Comments in Braces (bug 450878)
+[[ # comment 1
+   1 == 1 # comment 2
+   # comment 3
+]]
+
 rm /data/{hello1,hello2}/input/{bye1,$bye2}/si{a,${b},c{k,p{e,a}}}/*.non
 rm /data/{aa,{e,i}t{b,c} # Not closed
 rm /data/{aa,{e,i}t{b,c}}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/input/systemd-unit.service 
new/syntax-highlighting-5.95.0/autotests/input/systemd-unit.service
--- old/syntax-highlighting-5.94.0/autotests/input/systemd-unit.service 
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/autotests/input/systemd-unit.service 
2022-06-09 23:30:34.000000000 +0200
@@ -92,6 +92,7 @@
 ## from systemd.exec
 ExecPaths = some/path some/other/path
 ExtensionImages = /source/path
+ExtensionDirectories = /source/path
 IPCNamespacePath = /some/absolute/path
 NoExecPaths = some/path some/other/path
 PrivateIPC = false
@@ -1432,6 +1433,7 @@
 SuccessExitStatus = 75
 SuccessExitStatus = ADDRESS_FAMILIES
 SuccessExitStatus = APPARMOR
+SuccessExitStatus = BPF
 SuccessExitStatus = CACHE_DIRECTORY
 SuccessExitStatus = CANTCREAT
 SuccessExitStatus = CAPABILITIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/reference/highlight.sh.ref 
new/syntax-highlighting-5.95.0/autotests/reference/highlight.sh.ref
--- old/syntax-highlighting-5.94.0/autotests/reference/highlight.sh.ref 
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/autotests/reference/highlight.sh.ref 
2022-06-09 23:30:34.000000000 +0200
@@ -248,6 +248,12 @@
 <Comment># Braces (bug ##387915)</Comment><br/>
 <Keyword>[[</Keyword><Normal Text> </Normal 
Text><Variable>$line_name</Variable><Normal Text> </Normal 
Text><Expression>=~</Expression><Normal Text> </Normal 
Text><Escape>\{</Escape><Operator>([</Operator><Pattern>0</Pattern><Operator>-</Operator><Pattern>9</Pattern><Operator>]</Operator><Parameter
 Expansion>{</Parameter Expansion><Decimal>1</Decimal><Parameter Expansion 
Operator>,</Parameter Expansion Operator><Parameter Expansion>}</Parameter 
Expansion><Operator>)</Operator><Escape>\}\{</Escape><Operator>([</Operator><Pattern>0</Pattern><Operator>-</Operator><Pattern>9</Pattern><Operator>]</Operator><Parameter
 Expansion>{</Parameter Expansion><Decimal>1</Decimal><Parameter Expansion 
Operator>,</Parameter Expansion Operator><Parameter Expansion>}</Parameter 
Expansion><Operator>)</Operator><Escape>\}</Escape><Operator>(</Operator><Glob>.*</Glob><Operator>)</Operator><Normal
 Text> </Normal Text><Keyword>]]</Keyword><br/>
 <Keyword>[[</Keyword><Normal Text> </Normal 
Text><Variable>$name</Variable><Normal Text> </Normal 
Text><Expression>=~</Expression><Normal Text> </Normal 
Text><Operator>(</Operator><Glob>.*</Glob><Operator>)</Operator><Pattern>_</Pattern><Operator>(</Operator><Pattern>S</Pattern><Operator>[</Operator><Pattern>0</Pattern><Operator>-</Operator><Pattern>9</Pattern><Operator>]</Operator><Parameter
 Expansion>{</Parameter Expansion><Decimal>2</Decimal><Parameter 
Expansion>}</Parameter 
Expansion><Operator>)(</Operator><Pattern>E</Pattern><Operator>[</Operator><Pattern>0</Pattern><Operator>-</Operator><Pattern>9</Pattern><Operator>]</Operator><Parameter
 Expansion>{</Parameter Expansion><Decimal>2</Decimal><Parameter Expansion 
Operator>,</Parameter Expansion Operator><Decimal>3</Decimal><Parameter 
Expansion>}</Parameter 
Expansion><Operator>[</Operator><Pattern>a</Pattern><Operator>-</Operator><Pattern>z</Pattern><Operator>]</Operator><Parameter
 Expansion>{</Parameter Expansion><Decimal>0</Dec
 imal><Parameter Expansion Operator>,</Parameter Expansion 
Operator><Decimal>1</Decimal><Parameter Expansion>}</Parameter 
Expansion><Operator>)</Operator><Pattern>_</Pattern><Operator>(</Operator><Glob>.*</Glob><Operator>)</Operator><Normal
 Text> </Normal Text><Keyword>]]</Keyword><br/>
+<Comment># Comments in Braces (bug 450878)</Comment><br/>
+<Keyword>[[</Keyword><Normal Text> </Normal Text><Comment># comment 
1</Comment><br/>
+<Normal Text>   1 </Normal Text><Expression>==</Expression><Normal Text> 1 
</Normal Text><Comment># comment 2</Comment><br/>
+<Normal Text>   </Normal Text><Comment># comment 3</Comment><br/>
+<Keyword>]]</Keyword><br/>
+<Normal Text></Normal Text><br/>
 <Command>rm</Command><Normal Text> </Normal 
Text><Path>/data/</Path><Escape>{hello1</Escape><Operator>,</Operator><Escape>hello2}</Escape><Path>/input/</Path><Escape>{bye1</Escape><Operator>,</Operator><Variable>$bye2</Variable><Escape>}</Escape><Path>/si</Path><Escape>{a</Escape><Operator>,</Operator><Parameter
 Expansion>${</Parameter Expansion><Variable>b</Variable><Parameter 
Expansion>}</Parameter 
Expansion><Operator>,</Operator><Escape>c{k</Escape><Operator>,</Operator><Escape>p{e</Escape><Operator>,</Operator><Escape>a}}}</Escape><Path>/</Path><Glob>*</Glob><Path>.non</Path><br/>
 <Command>rm</Command><Normal Text> </Normal 
Text><Path>/data/{aa,</Path><Escape>{e</Escape><Operator>,</Operator><Escape>i}</Escape><Path>t</Path><Escape>{b</Escape><Operator>,</Operator><Escape>c}</Escape><Normal
 Text> </Normal Text><Comment># Not closed</Comment><br/>
 <Command>rm</Command><Normal Text> </Normal 
Text><Path>/data/</Path><Escape>{aa</Escape><Operator>,</Operator><Escape>{e</Escape><Operator>,</Operator><Escape>i}t{b</Escape><Operator>,</Operator><Escape>c}}</Escape><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/autotests/reference/systemd-unit.service.ref 
new/syntax-highlighting-5.95.0/autotests/reference/systemd-unit.service.ref
--- old/syntax-highlighting-5.94.0/autotests/reference/systemd-unit.service.ref 
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/autotests/reference/systemd-unit.service.ref 
2022-06-09 23:30:34.000000000 +0200
@@ -92,6 +92,7 @@
 <Comment>## from systemd.exec</Comment><br/>
 <Option Name>ExecPaths</Option Name><Normal> = some/path 
some/other/path</Normal><br/>
 <Option Name>ExtensionImages</Option Name><Normal> = /source/path</Normal><br/>
+<Option Name>ExtensionDirectories</Option Name><Normal> = 
/source/path</Normal><br/>
 <Option Name>IPCNamespacePath</Option Name><Normal> = 
/some/absolute/path</Normal><br/>
 <Option Name>NoExecPaths</Option Name><Normal> = some/path 
some/other/path</Normal><br/>
 <Option Name>PrivateIPC</Option Name><Normal> = 
</Normal><Constant>false</Constant><br/>
@@ -1432,6 +1433,7 @@
 <Option Name>SuccessExitStatus</Option Name><Normal> = 
</Normal><Number>75</Number><br/>
 <Option Name>SuccessExitStatus</Option Name><Normal> = 
</Normal><Constant>ADDRESS_FAMILIES</Constant><br/>
 <Option Name>SuccessExitStatus</Option Name><Normal> = 
</Normal><Constant>APPARMOR</Constant><br/>
+<Option Name>SuccessExitStatus</Option Name><Normal> = 
</Normal><Constant>BPF</Constant><br/>
 <Option Name>SuccessExitStatus</Option Name><Normal> = 
</Normal><Constant>CACHE_DIRECTORY</Constant><br/>
 <Option Name>SuccessExitStatus</Option Name><Normal> = 
</Normal><Constant>CANTCREAT</Constant><br/>
 <Option Name>SuccessExitStatus</Option Name><Normal> = 
</Normal><Constant>CAPABILITIES</Constant><br/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.94.0/data/syntax/bash.xml 
new/syntax-highlighting-5.95.0/data/syntax/bash.xml
--- old/syntax-highlighting-5.94.0/data/syntax/bash.xml 2022-05-07 
23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/data/syntax/bash.xml 2022-06-09 
23:30:34.000000000 +0200
@@ -39,7 +39,7 @@
         <!ENTITY arithmetic_as_subshell 
"\(((?:[^`'&quot;()$]++|\$\{[^`'&quot;(){}$]+\}|\$(?=[^{`'&quot;()])|`[^`]*+`|\((?1)(?:[)]|(?=['&quot;])))++)(?:[)](?=$|[^)])|[&quot;'])">
 ]>
 
-<language name="Bash" version="38" kateversion="5.79" section="Scripts" 
extensions="*.sh;*.bash;*.ebuild;*.eclass;*.exlib;*.exheres-0;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD;APKBUILD"
 mimetype="application/x-shellscript" casesensitive="1" author="Wilbert 
Berendsen (wilb...@kde.nl)" license="LGPL">
+<language name="Bash" version="39" kateversion="5.79" section="Scripts" 
extensions="*.sh;*.bash;*.ebuild;*.eclass;*.exlib;*.exheres-0;.bashrc;.bash_profile;.bash_login;.profile;PKGBUILD;APKBUILD"
 mimetype="application/x-shellscript" casesensitive="1" author="Wilbert 
Berendsen (wilb...@kde.nl)" license="LGPL">
 
 <!-- (c) 2004 by Wilbert Berendsen (wilb...@kde.nl)
     Changes by Matthew Woehlke (mw_tr...@users.sourceforge.net)
@@ -1405,6 +1405,7 @@
       <!-- ExprDblBracket consumes an expression till ]] -->
       <context attribute="Normal Text" lineEndContext="#stay" 
name="ExprDblBracket" fallthroughContext="#pop!ExprDblBracketNot">
         <DetectSpaces attribute="Normal Text" context="#stay"/>
+        <DetectChar attribute="Comment" context="Comment" char="#"/>
         <IncludeRules context="FindExprDblBracketEnd"/>
       </context>
 
@@ -1480,6 +1481,7 @@
       <context attribute="Normal Text" lineEndContext="#stay" 
name="ExprDblBracketFinal" fallthroughContext="ExprDblBracketValue">
         <DetectSpaces attribute="Normal Text" context="#stay"/>
         <IncludeRules context="FindExprDblBracketEnd"/>
+        <DetectChar attribute="Comment" context="Comment" char="#"/>
         <RegExpr attribute="Error" context="#pop" String="(?:[^] 
&tab;]++|\](?:[^]]|\][^ &tab;]))++" endRegion="expression"/>
       </context>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/data/syntax/debianchangelog.xml 
new/syntax-highlighting-5.95.0/data/syntax/debianchangelog.xml
--- old/syntax-highlighting-5.94.0/data/syntax/debianchangelog.xml      
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/data/syntax/debianchangelog.xml      
2022-06-09 23:30:34.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE language SYSTEM "language.dtd">
-<language name="Debian Changelog" version="17" kateversion="2.4" 
section="Other" extensions="" mimetype="">
+<language name="Debian Changelog" version="18" kateversion="2.4" 
section="Other" extensions="" mimetype="">
     <highlighting>
         <list name="keywords">
             <item>urgency</item>
@@ -230,6 +230,11 @@
             <item>jammy-proposed</item>
             <item>jammy-updates</item>
             <item>jammy-backports</item>
+            <item>kinetic</item>
+            <item>kinetic-security</item>
+            <item>kinetic-proposed</item>
+            <item>kinetic-updates</item>
+            <item>kinetic-backports</item>
         </list>
 
         <list name="urgencies">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.94.0/data/syntax/diff.xml 
new/syntax-highlighting-5.95.0/data/syntax/diff.xml
--- old/syntax-highlighting-5.94.0/data/syntax/diff.xml 2022-05-07 
23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/data/syntax/diff.xml 2022-06-09 
23:30:34.000000000 +0200
@@ -12,7 +12,7 @@
     2008-02-13: 1.11 Eduardo Robles Elvira <edulix AT gmail DOT com>
      Fixed folding.
 -->
-<language name="Diff" version="7" kateversion="5.62" section="Other" 
extensions="*.diff;*patch;*.rej" mimetype="text/x-patch">
+<language name="Diff" version="8" kateversion="5.62" section="Other" 
extensions="*.diff;*patch;*.rej" mimetype="text/x-patch">
 
   <highlighting>
 
@@ -115,13 +115,13 @@
     </contexts>
 
     <itemDatas>
-      <itemData name="Normal Text" defStyleNum="dsNormal"/>
-      <itemData name="File"  defStyleNum="dsKeyword"/>
-      <itemData name="Header"  defStyleNum="dsDataType"/>
-      <itemData name="Removed line"  defStyleNum="dsString" />
-      <itemData name="Added line"  defStyleNum="dsVariable"/>
-      <itemData name="Changed line (old)"  defStyleNum="dsString"/>
-      <itemData name="Changed line (new)"  defStyleNum="dsVariable"/>
+      <itemData name="Normal Text" defStyleNum="dsNormal" 
spellChecking="false"/>
+      <itemData name="File"  defStyleNum="dsKeyword" spellChecking="false"/>
+      <itemData name="Header"  defStyleNum="dsDataType" spellChecking="false"/>
+      <itemData name="Removed line"  defStyleNum="dsString" 
spellChecking="false"/>
+      <itemData name="Added line"  defStyleNum="dsVariable" 
spellChecking="false"/>
+      <itemData name="Changed line (old)"  defStyleNum="dsString" 
spellChecking="false"/>
+      <itemData name="Changed line (new)"  defStyleNum="dsVariable" 
spellChecking="false"/>
     </itemDatas>
 
   </highlighting>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/data/syntax/systemd-unit.xml 
new/syntax-highlighting-5.95.0/data/syntax/systemd-unit.xml
--- old/syntax-highlighting-5.94.0/data/syntax/systemd-unit.xml 2022-05-07 
23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/data/syntax/systemd-unit.xml 2022-06-09 
23:30:34.000000000 +0200
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Created for systemd version 250. -->
+<!-- Created for systemd version 251. -->
 <!DOCTYPE language SYSTEM "language.dtd" [
 <!ENTITY alp "A-Za-z">
 <!ENTITY aln "&alp;0-9">
 <!ENTITY end "(?:\s+|$)">
 <!ENTITY escaped "\\x[0-9a-f]{2}">
 <!ENTITY hex "0-9A-Fa-f">
-<!ENTITY specifier "&#x0025;[&#x0025;ABCEGHIJLMNPSTUVWabfghijlmnopstuvw]">
+<!ENTITY specifier "&#x0025;[&#x0025;ABCEGHIJLMNPSTUVWYabdfghijlmnopqstuvwy]">
 <!ENTITY name "(?:[-\w]|&specifier;)+@?(?:[-.@\:\w]|&escaped;|&specifier;)*">
 <!ENTITY extension 
"automount|device|mount|path|service|slice|socket|swap|target|timer">
 <!ENTITY unit "&name;\.(?:&extension;)&end;">
@@ -22,7 +22,7 @@
 <!ENTITY tsp_unit 
"&tsp_year;|&tsp_month;|&tsp_week;|&tsp_day;|&tsp_hour;|&tsp_sec;|&tsp_msec;|&tsp_usec;|&tsp_min;">
 <!ENTITY tsp "\d+(?:\.\d+)?\h*(?=(&tsp_unit;)?)">
 ]>
-<language author="Andreas Gratzer" 
extensions="*.automount;*.device;*.mount;*.path;*.service;*.slice;*.socket;*.swap;*.target;*.timer"
 kateversion="5.0" license="MIT" mimetype="text/x-systemd-unit" name="systemd 
unit" section="Configuration" version="8">
+<language author="Andreas Gratzer" 
extensions="*.automount;*.device;*.mount;*.path;*.service;*.slice;*.socket;*.swap;*.target;*.timer"
 kateversion="5.0" license="MIT" mimetype="text/x-systemd-unit" name="systemd 
unit" section="Configuration" version="9">
   <highlighting>
     <list name="boolean">
       <!-- 0, 1, t, f, y, n are also valid, but handled using AnyChar. -->
@@ -488,6 +488,7 @@
       <item>CAPABILITIES</item>
       <item>CANTCREAT</item>
       <item>CACHE_DIRECTORY</item>
+      <item>BPF</item>
       <item>APPARMOR</item>
       <item>ADDRESS_FAMILIES</item>
     </list>
@@ -897,6 +898,7 @@
       <item>CacheDirectory</item>
       <item>ConfigurationDirectory</item>
       <item>ExecSearchPath</item>
+      <item>ExtensionDirectories</item>
       <item>ExtensionImages</item>
       <item>IPCNamespacePath</item>
       <item>InaccessiblePaths</item>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/po/ca@valencia/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.95.0/po/ca@valencia/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.94.0/po/ca@valencia/syntaxhighlighting5_qt.po     
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/po/ca@valencia/syntaxhighlighting5_qt.po     
2022-06-09 23:30:34.000000000 +0200
@@ -1356,7 +1356,7 @@
 
 msgctxt "Theme|"
 msgid "Printing"
-msgstr "Impressi??"
+msgstr "Imprimix"
 
 msgctxt "Theme|"
 msgid "Radical"
@@ -1378,8 +1378,8 @@
 msgctxt "SyntaxHighlightingCLI|"
 msgid "Command line syntax highlighter using Kate syntax definitions."
 msgstr ""
-"Ressalta la sintaxi de la l??nia d'ordres usant les definicions de sintaxi de 
"
-"Kate."
+"Ressalta la sintaxi de la ll??nea d'ordres utilisant les definicions de "
+"sintaxi de Kate."
 
 #: cli/kate-syntax-highlighter.cpp:64
 msgctxt "SyntaxHighlightingCLI|"
@@ -1404,7 +1404,7 @@
 #: cli/kate-syntax-highlighter.cpp:73
 msgctxt "SyntaxHighlightingCLI|"
 msgid "Download new/updated syntax definitions."
-msgstr "Baixa definicions de sintaxi noves/actualitzades."
+msgstr "Baixa definicions de sintaxi noves/actualisades."
 
 #: cli/kate-syntax-highlighter.cpp:77
 msgctxt "SyntaxHighlightingCLI|"
@@ -1422,8 +1422,8 @@
 "Highlight using this syntax definition (default: auto-detect based on input "
 "file)."
 msgstr ""
-"Ressaltat usant la definici?? de sintaxi (per defecte: detecci?? autom??tica "
-"basada en el fitxer d'entrada)."
+"Ressaltat utilisant la definici?? de sintaxi (per defecte: detecci?? "
+"autom??tica basada en el fitxer d'entrada)."
 
 #: cli/kate-syntax-highlighter.cpp:83
 msgctxt "SyntaxHighlightingCLI|"
@@ -1433,7 +1433,7 @@
 #: cli/kate-syntax-highlighter.cpp:87
 msgctxt "SyntaxHighlightingCLI|"
 msgid "Color theme to use for highlighting."
-msgstr "Tema de color que cal utilitzar per al ressaltat."
+msgstr "Tema de color que cal utilisar per al ressaltat."
 
 #: cli/kate-syntax-highlighter.cpp:88
 msgctxt "SyntaxHighlightingCLI|"
@@ -1446,7 +1446,7 @@
 "Use the specified format instead of html. Must be html, ansi or "
 "ansi256Colors."
 msgstr ""
-"Utilitza el format especificat en lloc d'HTML. Cal que siga ??html??, 
??ansi?? o "
+"Utilisa el format especificat en lloc d'HTML. Cal que siga ??html??, ??ansi?? 
o "
 "??ansi256Colors??."
 
 #: cli/kate-syntax-highlighter.cpp:95
@@ -1480,7 +1480,7 @@
 "Set HTML page's title\n"
 "(default: the filename or \"Kate Syntax Highlighter\" if reading from stdin)."
 msgstr ""
-"Estableix el t??tol de la p??gina HTML\n"
+"Establix el t??tol de la p??gina HTML\n"
 "(per defecte: el nom del fitxer o el ??Ressaltat de sintaxi de Kate?? si es "
 "llig des de l'estrada est??ndard)."
 
@@ -1503,7 +1503,7 @@
 #: lib/definitiondownloader.cpp:64
 msgctxt "QObject|"
 msgid "All syntax definitions are up-to-date."
-msgstr "Totes les definicions de sintaxi estan actualitzades."
+msgstr "Totes les definicions de sintaxi estan actualisades."
 
 #: lib/definitiondownloader.cpp:78
 #, qt-format
@@ -1515,4 +1515,4 @@
 #, qt-format
 msgctxt "QObject|"
 msgid "Updating syntax definition for '%1' to version %2..."
-msgstr "S'est?? actualitzant la definici?? de sintaxi de ??%1?? a la versi?? 
%2..."
+msgstr "S'est?? actualisant la definici?? de sintaxi de ??%1?? a la versi?? 
%2..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/po/ia/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.95.0/po/ia/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.94.0/po/ia/syntaxhighlighting5_qt.po      
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/po/ia/syntaxhighlighting5_qt.po      
2022-06-09 23:30:34.000000000 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# g.sora <g.s...@tiscali.it>, 2010, 2011, 2012, 2013, 2014, 2016, 2019, 2020, 
2021.
+# g.sora <g.s...@tiscali.it>, 2010, 2011, 2012, 2013, 2014, 2016, 2019, 2020, 
2021, 2022.
 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: 2021-12-14 22:28+0100\n"
+"PO-Revision-Date: 2022-05-26 09:29+0200\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n-...@kde.org>\n"
 "Language: ia\n"
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 21.12.0\n"
+"X-Generator: Lokalize 20.04.2\n"
 "X-Qt-Contexts: true\n"
 
 msgctxt "Language|"
@@ -352,7 +352,7 @@
 
 msgctxt "Language|"
 msgid "GDB Backtrace"
-msgstr "Tracia de retro (backtrace) de GDB"
+msgstr "Retraciamento (backtrace) de GDB"
 
 msgctxt "Language|"
 msgid "GDB Init"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/syntax-highlighting-5.94.0/po/zh_CN/syntaxhighlighting5_qt.po 
new/syntax-highlighting-5.95.0/po/zh_CN/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.94.0/po/zh_CN/syntaxhighlighting5_qt.po   
2022-05-07 23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/po/zh_CN/syntaxhighlighting5_qt.po   
2022-06-09 23:30:34.000000000 +0200
@@ -16,7 +16,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2022-04-26 15:20\n"
+"PO-Revision-Date: 2022-06-05 04:18\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syntax-highlighting-5.94.0/src/lib/CMakeLists.txt 
new/syntax-highlighting-5.95.0/src/lib/CMakeLists.txt
--- old/syntax-highlighting-5.94.0/src/lib/CMakeLists.txt       2022-05-07 
23:30:22.000000000 +0200
+++ new/syntax-highlighting-5.95.0/src/lib/CMakeLists.txt       2022-06-09 
23:30:34.000000000 +0200
@@ -72,6 +72,12 @@
 ecm_generate_headers(CamelCase_HEADERS
     HEADER_NAMES ${Forwarding_Header_Names}
     REQUIRED_HEADERS SyntaxHighlighting_HEADERS
+    # Avoid unprefixed headers in build dir (which is part of library's build 
interface include directories)
+    # and thus visible to anything linking it in the same build, incl. when 
used with CMake's FetchContent.
+    # E.g. there can be look-up clashes on case-insensitive filesystems with 
C++20's <format> file and
+    # the library's generated "Format" file.
+    # See BUG: 453759
+    OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}/camelcaseheaders
 )
 
 install(TARGETS KF5SyntaxHighlighting EXPORT KF5SyntaxHighlightingTargets 
${KDE_INSTALL_TARGETS_DEFAULT_ARGS})

Reply via email to