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 2024-05-20 18:10:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old) and /work/SRC/openSUSE:Factory/.syntax-highlighting.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting" Mon May 20 18:10:51 2024 rev:91 rq:1175187 version:5.116.0 Changes: -------- --- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes 2024-02-12 18:53:56.322252204 +0100 +++ /work/SRC/openSUSE:Factory/.syntax-highlighting.new.1880/syntax-highlighting.changes 2024-05-20 18:12:03.423282065 +0200 @@ -1,0 +2,11 @@ +Mon May 6 11:33:25 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 5.116.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.116.0 +- Changes since 5.115.0: + * fix refs + * use (?:sub){0,2} to work with all pcre versions + +------------------------------------------------------------------- Old: ---- syntax-highlighting-5.115.0.tar.xz syntax-highlighting-5.115.0.tar.xz.sig New: ---- syntax-highlighting-5.116.0.tar.xz syntax-highlighting-5.116.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ syntax-highlighting.spec ++++++ --- /var/tmp/diff_new_pack.gJLaS5/_old 2024-05-20 18:12:03.991302754 +0200 +++ /var/tmp/diff_new_pack.gJLaS5/_new 2024-05-20 18:12:03.991302754 +0200 @@ -24,7 +24,7 @@ %define qt5_version 5.15.2 %bcond_without released Name: syntax-highlighting -Version: 5.115.0 +Version: 5.116.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.115.0.tar.xz -> syntax-highlighting-5.116.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/CMakeLists.txt new/syntax-highlighting-5.116.0/CMakeLists.txt --- old/syntax-highlighting-5.115.0/CMakeLists.txt 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/CMakeLists.txt 2024-05-04 13:44:05.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.115.0") +set(KF_VERSION "5.116.0") project(KSyntaxHighlighting VERSION ${KF_VERSION}) -find_package(ECM 5.115.0 REQUIRED NO_MODULE) +find_package(ECM 5.116.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-5.115.0/autotests/html/highlight.ly.dark.html new/syntax-highlighting-5.116.0/autotests/html/highlight.ly.dark.html --- old/syntax-highlighting-5.115.0/autotests/html/highlight.ly.dark.html 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/autotests/html/highlight.ly.dark.html 2024-05-04 13:44:05.000000000 +0200 @@ -15,7 +15,7 @@ <span style="color:#7a7c7d;">%}</span> <span style="font-weight:bold;">\header {</span> - title = <span style="color:#f44f4f;">"Katepart Lilypond syntax highlighting test file"</span> + <span style="color:#2980b9;">title</span> = <span style="color:#f44f4f;">"Katepart Lilypond syntax highlighting test file"</span> <span style="color:#2980b9;">composer</span> = <span style="color:#7a7c7d;">%{"Wilbert Berendsen"%}</span> <span style="color:#f44f4f;">"Anonymus"</span> <span style="color:#2980b9;">poet</span> = <span style="color:#f44f4f;">"The KDE team"</span> <span style="color:#2980b9;">opus</span> = <span style="color:#f44f4f;">"1"</span> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/autotests/html/highlight.ly.html new/syntax-highlighting-5.116.0/autotests/html/highlight.ly.html --- old/syntax-highlighting-5.115.0/autotests/html/highlight.ly.html 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/autotests/html/highlight.ly.html 2024-05-04 13:44:05.000000000 +0200 @@ -15,7 +15,7 @@ <span style="color:#898887;">%}</span> <span style="font-weight:bold;">\header {</span> - title = <span style="color:#bf0303;">"Katepart Lilypond syntax highlighting test file"</span> + <span style="color:#0057ae;">title</span> = <span style="color:#bf0303;">"Katepart Lilypond syntax highlighting test file"</span> <span style="color:#0057ae;">composer</span> = <span style="color:#898887;">%{"Wilbert Berendsen"%}</span> <span style="color:#bf0303;">"Anonymus"</span> <span style="color:#0057ae;">poet</span> = <span style="color:#bf0303;">"The KDE team"</span> <span style="color:#0057ae;">opus</span> = <span style="color:#bf0303;">"1"</span> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/autotests/reference/highlight.ly.ref new/syntax-highlighting-5.116.0/autotests/reference/highlight.ly.ref --- old/syntax-highlighting-5.115.0/autotests/reference/highlight.ly.ref 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/autotests/reference/highlight.ly.ref 2024-05-04 13:44:05.000000000 +0200 @@ -9,7 +9,7 @@ <Comment>%}</Comment><br/> <Normal Text></Normal Text><br/> <Keyword>\header {</Keyword><br/> -<Normal Text> title = </Normal Text><Quoted Text>"Katepart Lilypond syntax highlighting test file"</Quoted Text><br/> +<Normal Text> </Normal Text><Variable>title</Variable><Normal Text> = </Normal Text><Quoted Text>"Katepart Lilypond syntax highlighting test file"</Quoted Text><br/> <Normal Text> </Normal Text><Variable>composer</Variable><Normal Text> = </Normal Text><Comment>%{"Wilbert Berendsen"%}</Comment><Normal Text> </Normal Text><Quoted Text>"Anonymus"</Quoted Text><br/> <Normal Text> </Normal Text><Variable>poet</Variable><Normal Text> = </Normal Text><Quoted Text>"The KDE team"</Quoted Text><br/> <Normal Text> </Normal Text><Variable>opus</Variable><Normal Text> = </Normal Text><Quoted Text>"1"</Quoted Text><br/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/data/syntax/lilypond.xml new/syntax-highlighting-5.116.0/data/syntax/lilypond.xml --- old/syntax-highlighting-5.115.0/data/syntax/lilypond.xml 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/data/syntax/lilypond.xml 2024-05-04 13:44:05.000000000 +0200 @@ -23,7 +23,7 @@ <!ENTITY markupnotextargs "arrow-head|beam|char|(semi|sesqui|double)?(flat|sharp)|draw-(circle|line)|epsfile|eyeglasses|filled-box|fret-diagram(-terse|-verbose)?|fromproperty|harp-pedal|(justify|wordwrap)-(field|string)|left-brace|lookup|markalphabet|markletter|musicglyph|natural|note-by-number|note|null|path|right-brace|simple|(back)?slashed-digit|stencil|strut|tied-lyric|triangle|verbatim-file"> <!ENTITY markupwithtextargs "markup|bold|(rounded-)?box|bracket|caps|(center|general|left|right)-align|circle|((center|dir|left|right)-)?column|combine|concat|dynamic|fill-line|finger|fontCaps|(abs-)?fontsize|fraction|halign|hbracket|hcenter-in|hcenter|hspace|huge|italic|justify|larger?|line|lower|magnify|medium|normal-size-(sub|super)|normal-text|normalsize|number|on-the-fly|override|pad-(around|markup|to-box|x)|page-ref|postscript|put-adjacent|raise|roman|rotate|sans|small(er)?|smallCaps|sub|super|teeny|text|tiny|translate(-scaled)?|transparent|typewriter|underline|upright|vcenter|whiteout|with-(color|dimensions|url)|wordwrap|(markup|column-|justified-|override-|wordwrap-)lines|wordwrap-(string-)?internal"> <!ENTITY deprecatedmarkup "bigger|h?center"> - <!ENTITY headervars "dedication|(sub){,2}title|poet|composer|meter|opus|arranger|instrument|piece|breakbefore|copyright|tagline|mutopia(title|composer|poet|opus|instrument)|date|enteredby|source|style|maintainer(Email|Web)?|moreInfo|lastupdated|texidoc|footer"> + <!ENTITY headervars "dedication|(?:sub){0,2}title|poet|composer|meter|opus|arranger|instrument|piece|breakbefore|copyright|tagline|mutopia(title|composer|poet|opus|instrument)|date|enteredby|source|style|maintainer(Email|Web)?|moreInfo|lastupdated|texidoc|footer"> <!-- The '-new' entities are for for LilyPond 2.13.4 and higher, and '-old' for LilyPond up to 2.12 --> <!ENTITY paper-margin "(top|bottom|left|right)-margin|(foot|head)-separation|indent|short-indent|paper-(height|width)|horizontal-shift|line-width"> @@ -56,7 +56,7 @@ ]> <language name="LilyPond" section="Other" style="lilypond" indenter="lilypond" - version="10" kateversion="5.0" + version="11" kateversion="5.0" extensions="*.ly;*.LY;*.ily;*.ILY;*.lyi;*.LYI" mimetype="text/x-lilypond" author="Wilbert Berendsen (i...@wilbertberendsen.nl)" license="LGPL"> @@ -1076,7 +1076,7 @@ <RegExpr String="("?)\b(?:&engravers00;|&engravers01;|&engravers02;|&engravers1;|&engravers2;)\b\1" attribute="Engraver"/> <keyword String="layoutobjects" attribute="Layout Object"/> <keyword String="properties" attribute="Property"/> - <RegExpr String="\b(&headervars;|&papervars;|&layoutvars;)\b" attribute="Variable"/> + <RegExpr String="\b(?:&headervars;|&papervars;|&layoutvars;)\b" attribute="Variable"/> <keyword String="deprecatedproperties" attribute="Deprecated Property"/> <IncludeRules context="default"/> </context> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/poqm/cs/syntaxhighlighting5_qt.po new/syntax-highlighting-5.116.0/poqm/cs/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.115.0/poqm/cs/syntaxhighlighting5_qt.po 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/poqm/cs/syntaxhighlighting5_qt.po 2024-05-04 13:44:05.000000000 +0200 @@ -1,9 +1,9 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2023 VÃt PelÄák <v...@pelcak.org> +# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2023, 2024 VÃt PelÄák <v...@pelcak.org> # Lukáš Tinkl <lti...@redhat.com>, 2011. # Tomáš Chvátal <tomas.chva...@gmail.com>, 2012, 2013. -# Vit Pelcak <v...@pelcak.org>, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2021, 2022, 2023, 2024 Vit Pelcak <v...@pelcak.org> # msgid "" msgstr "" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 23.08.2\n" +"X-Generator: Lokalize 24.02.1\n" "X-Qt-Contexts: true\n" msgctxt "Language|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/poqm/fi/syntaxhighlighting5_qt.po new/syntax-highlighting-5.116.0/poqm/fi/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.115.0/poqm/fi/syntaxhighlighting5_qt.po 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/poqm/fi/syntaxhighlighting5_qt.po 2024-05-04 13:44:05.000000000 +0200 @@ -10,7 +10,7 @@ # Teemu Rytilahti <t...@d5k.net>, 2008. # Teemu Rytilahti <teemu.rytila...@kde-fi.org>, 2008. # Teemu Rytilahti <teemu.rytila...@d5k.net>, 2008, 2012. -# Tommi Nieminen <transla...@legisign.org>, 2009, 2010, 2011, 2012, 2014, 2016, 2018, 2019, 2020, 2021, 2022, 2023. +# Tommi Nieminen <transla...@legisign.org>, 2009, 2010, 2011, 2012, 2014, 2016, 2018, 2019, 2020, 2021, 2022, 2023, 2024. # Jorma Karvonen <karvonen.jo...@gmail.com>, 2010, 2012. # Lasse Liehu <lasse.li...@gmail.com>, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017. # Jiri Grönroos <jiri.gronroos+...@iki.fi>, 2012. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/poqm/fr/syntaxhighlighting5_qt.po new/syntax-highlighting-5.116.0/poqm/fr/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.115.0/poqm/fr/syntaxhighlighting5_qt.po 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/poqm/fr/syntaxhighlighting5_qt.po 2024-05-04 13:44:05.000000000 +0200 @@ -28,13 +28,13 @@ "POT-Creation-Date: 2016-09-08 07:30+0000\n" "PO-Revision-Date: 2023-11-07 20:29+0100\n" "Last-Translator: Xavier BESNARD <xavier.besn...@neuf.fr>\n" -"Language-Team: \n" +"Language-Team: French <French <kde-francoph...@kde.org>>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 23.08.4\n" +"X-Generator: Lokalize 23.08.5\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: qtrich\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/poqm/gl/syntaxhighlighting5_qt.po new/syntax-highlighting-5.116.0/poqm/gl/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.115.0/poqm/gl/syntaxhighlighting5_qt.po 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/poqm/gl/syntaxhighlighting5_qt.po 2024-05-04 13:44:05.000000000 +0200 @@ -21,7 +21,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 23.08.4\n" +"X-Generator: Lokalize 24.02.1\n" "X-Qt-Contexts: true\n" msgctxt "Language|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/poqm/ia/syntaxhighlighting5_qt.po new/syntax-highlighting-5.116.0/poqm/ia/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.115.0/poqm/ia/syntaxhighlighting5_qt.po 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/poqm/ia/syntaxhighlighting5_qt.po 2024-05-04 13:44:05.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, 2022, 2023. +# g.sora <g.s...@tiscali.it>, 2010, 2011, 2012, 2013, 2014, 2016, 2019, 2020, 2021, 2022, 2023, 2024. 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: 2023-04-25 22:41+0200\n" +"PO-Revision-Date: 2024-02-23 10:57+0100\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 23.04.0\n" +"X-Generator: Lokalize 22.12.3\n" "X-Qt-Contexts: true\n" msgctxt "Language|" @@ -460,7 +460,7 @@ msgctxt "Language|" msgid "Hare" -msgstr "" +msgstr "Hare" msgctxt "Language|" msgid "Haskell" @@ -1160,7 +1160,7 @@ msgctxt "Language|" msgid "TextProto" -msgstr "" +msgstr "TextProto" msgctxt "Language|" msgid "TI Basic" @@ -1384,19 +1384,19 @@ msgctxt "Theme|" msgid "Catppuccin Frappé" -msgstr "" +msgstr "Catppuccin Frappé" msgctxt "Theme|" msgid "Catppuccin Latte" -msgstr "" +msgstr "Catppuccin Latte" msgctxt "Theme|" msgid "Catppuccin Macchiato" -msgstr "" +msgstr "Catppuccin Macchiato" msgctxt "Theme|" msgid "Catppuccin Mocha" -msgstr "" +msgstr "Catppuccin Mocha" msgctxt "Theme|" msgid "Dracula" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/poqm/it/syntaxhighlighting5_qt.po new/syntax-highlighting-5.116.0/poqm/it/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.115.0/poqm/it/syntaxhighlighting5_qt.po 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/poqm/it/syntaxhighlighting5_qt.po 2024-05-04 13:44:05.000000000 +0200 @@ -21,7 +21,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 23.08.4\n" +"X-Generator: Lokalize 24.02.1\n" "X-Qt-Contexts: true\n" msgctxt "Language|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/poqm/ko/syntaxhighlighting5_qt.po new/syntax-highlighting-5.116.0/poqm/ko/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.115.0/poqm/ko/syntaxhighlighting5_qt.po 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/poqm/ko/syntaxhighlighting5_qt.po 2024-05-04 13:44:05.000000000 +0200 @@ -3,7 +3,7 @@ # Sae-keun Kim <se...@susekorea.net>, 2001. # Louis JANG <lo...@mizi.com>, 2001. # KIM KyungHeon <t...@teoal.net>, 2001, 2002, 2003, 2004. -# Shinjo Park <k...@peremen.name>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023. +# SPDX-FileCopyrightText: 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Shinjo Park <k...@peremen.name> # JungHee Lee <daemu...@gmail.com>, 2019, 2021. # msgid "" @@ -19,7 +19,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 22.12.3\n" +"X-Generator: Lokalize 23.08.1\n" "X-Qt-Contexts: true\n" msgctxt "Language|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/syntax-highlighting-5.115.0/poqm/zh_CN/syntaxhighlighting5_qt.po new/syntax-highlighting-5.116.0/poqm/zh_CN/syntaxhighlighting5_qt.po --- old/syntax-highlighting-5.115.0/poqm/zh_CN/syntaxhighlighting5_qt.po 2024-02-03 15:28:05.000000000 +0100 +++ new/syntax-highlighting-5.116.0/poqm/zh_CN/syntaxhighlighting5_qt.po 2024-05-04 13:44:05.000000000 +0200 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2024-01-21 14:14\n" +"PO-Revision-Date: 2024-04-21 04:52\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n"