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 2023-12-17 21:30:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.syntax-highlighting.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting"
Sun Dec 17 21:30:52 2023 rev:88 rq:1133350 version:5.113.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes
2023-11-13 22:20:24.474480011 +0100
+++
/work/SRC/openSUSE:Factory/.syntax-highlighting.new.25432/syntax-highlighting.changes
2023-12-17 21:33:18.807739605 +0100
@@ -1,0 +2,9 @@
+Tue Dec 5 11:18:08 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 5.113.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.113.0
+- No code change since 5.112.0
+
+-------------------------------------------------------------------
Old:
----
syntax-highlighting-5.112.0.tar.xz
syntax-highlighting-5.112.0.tar.xz.sig
New:
----
syntax-highlighting-5.113.0.tar.xz
syntax-highlighting-5.113.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.LTMeNx/_old 2023-12-17 21:33:19.423761987 +0100
+++ /var/tmp/diff_new_pack.LTMeNx/_new 2023-12-17 21:33:19.423761987 +0100
@@ -17,14 +17,14 @@
%define lname libKF5SyntaxHighlighting5
-%define _tar_path 5.103
# 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}')}
+%define qt5_version 5.15.2
%bcond_without released
Name: syntax-highlighting
-Version: 5.112.0
+Version: 5.113.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
@@ -34,17 +34,16 @@
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
-BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
+BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: fdupes
-BuildRequires: kf5-filesystem
-BuildRequires: cmake(Qt5Core) >= 5.15.0
-BuildRequires: cmake(Qt5Gui) >= 5.15.0
-BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
-BuildRequires: cmake(Qt5Network) >= 5.15.0
-BuildRequires: cmake(Qt5Quick) >= 5.15.0
-BuildRequires: cmake(Qt5Test) >= 5.15.0
-BuildRequires: cmake(Qt5Widgets) >= 5.15.0
-BuildRequires: cmake(Qt5XmlPatterns) >= 5.15.0
+BuildRequires: cmake(Qt5Core) >= %{qt5_version}
+BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
+BuildRequires: cmake(Qt5LinguistTools) >= %{qt5_version}
+BuildRequires: cmake(Qt5Network) >= %{qt5_version}
+BuildRequires: cmake(Qt5Quick) >= %{qt5_version}
+BuildRequires: cmake(Qt5Test) >= %{qt5_version}
+BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
+BuildRequires: cmake(Qt5XmlPatterns) >= %{qt5_version}
%description
This is a tier1/functional version of the Kate syntax highlighting engine.
@@ -68,9 +67,8 @@
%package devel
Summary: Syntax highlighting engine and library
Requires: %{lname} = %{version}
-Requires: extra-cmake-modules
-Requires: cmake(Qt5Core) >= 5.15.0
-Requires: cmake(Qt5Gui) >= 5.15.0
+Requires: cmake(Qt5Core) >= %{qt5_version}
+Requires: cmake(Qt5Gui) >= %{qt5_version}
%description devel
This is a tier1/functional version of the Kate syntax highlighting engine.
++++++ syntax-highlighting-5.112.0.tar.xz -> syntax-highlighting-5.113.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/syntax-highlighting-5.112.0/CMakeLists.txt
new/syntax-highlighting-5.113.0/CMakeLists.txt
--- old/syntax-highlighting-5.112.0/CMakeLists.txt 2023-11-04
11:06:49.000000000 +0100
+++ new/syntax-highlighting-5.113.0/CMakeLists.txt 2023-12-02
10:30:45.000000000 +0100
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.16)
-set(KF_VERSION "5.112.0")
+set(KF_VERSION "5.113.0")
project(KSyntaxHighlighting VERSION ${KF_VERSION})
-find_package(ECM 5.112.0 REQUIRED NO_MODULE)
+find_package(ECM 5.113.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.112.0/poqm/cs/syntaxhighlighting5_qt.po
new/syntax-highlighting-5.113.0/poqm/cs/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.112.0/poqm/cs/syntaxhighlighting5_qt.po
2023-11-04 11:06:49.000000000 +0100
+++ new/syntax-highlighting-5.113.0/poqm/cs/syntaxhighlighting5_qt.po
2023-12-02 10:30:45.000000000 +0100
@@ -1,6 +1,6 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
-# VÃt PelÄák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
2017, 2018, 2019, 2020.
+# SPDX-FileCopyrightText: 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
2018, 2019, 2020, 2023 VÃt PelÄák <[email protected]>
# Lukáš Tinkl <[email protected]>, 2011.
# Tomáš Chvátal <[email protected]>, 2012, 2013.
# Vit Pelcak <[email protected]>, 2021, 2022, 2023.
@@ -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.04.3\n"
+"X-Generator: Lokalize 23.08.2\n"
"X-Qt-Contexts: true\n"
msgctxt "Language|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.112.0/poqm/fr/syntaxhighlighting5_qt.po
new/syntax-highlighting-5.113.0/poqm/fr/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.112.0/poqm/fr/syntaxhighlighting5_qt.po
2023-11-04 11:06:49.000000000 +0100
+++ new/syntax-highlighting-5.113.0/poqm/fr/syntaxhighlighting5_qt.po
2023-12-02 10:30:45.000000000 +0100
@@ -26,7 +26,7 @@
"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: 2023-08-17 17:19+0200\n"
+"PO-Revision-Date: 2023-11-07 20:29+0100\n"
"Last-Translator: Xavier BESNARD <[email protected]>\n"
"Language-Team: fr\n"
"Language: fr\n"
@@ -34,7 +34,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.1\n"
+"X-Generator: Lokalize 23.08.2\n"
"X-Environment: kde\n"
"X-Accelerator-Marker: &\n"
"X-Text-Markup: qtrich\n"
@@ -118,7 +118,7 @@
msgctxt "Language|"
msgid "Motorola 68k (VASM/Devpac)"
-msgstr "Motorola 68k (VASM/Devpac)"
+msgstr "Motorola 68k (VASMÂ / Devpac)"
msgctxt "Language|"
msgid "ASN.1"
@@ -326,7 +326,7 @@
msgctxt "Language|"
msgid "Email"
-msgstr "Email"
+msgstr "Courriel"
msgctxt "Language|"
msgid "Erlang"
@@ -498,7 +498,7 @@
msgctxt "Language|"
msgid "Hunspell Affix File"
-msgstr "Fichier d'affixes Hunspell"
+msgstr "Fichier « Hunspell Affix »"
msgctxt "Language|"
msgid "Hunspell Thesaurus File"
@@ -590,7 +590,7 @@
msgctxt "Language|"
msgid "Kconfig"
-msgstr "Kconfig"
+msgstr "KConfig"
msgctxt "Language|"
msgid "Kotlin"
@@ -726,7 +726,7 @@
msgctxt "Language|"
msgid "mergetag text"
-msgstr "texte mergetag"
+msgstr "Texte mergetag"
msgctxt "Language|"
msgid "Meson"
@@ -734,7 +734,7 @@
msgctxt "Language|"
msgid "Metapost/Metafont"
-msgstr "Metapost/Metafont"
+msgstr "Metapost / Metafont"
msgctxt "Language|"
msgid "Metamath"
@@ -1054,7 +1054,7 @@
msgctxt "Language|"
msgid "Scheme"
-msgstr "Scheme"
+msgstr "Thème"
msgctxt "Language|"
msgid "scilab"
@@ -1098,7 +1098,7 @@
msgctxt "Language|"
msgid "Snort/Suricata"
-msgstr "Snort/Suricata"
+msgstr "Snort / Suricata"
msgctxt "Language|"
msgid "Solidity"
@@ -1226,11 +1226,11 @@
msgctxt "Language|"
msgid "Varnish Test Case language"
-msgstr "Langage de cas de tests Varnish"
+msgstr "Langage de cas de tests « Varnish »"
msgctxt "Language|"
msgid "Varnish Configuration Language"
-msgstr "Langage de configuration « Vanish »"
+msgstr "Langage de configuration « Varnish »"
msgctxt "Language|"
msgid "vCard, vCalendar, iCalendar"
@@ -1270,7 +1270,7 @@
msgctxt "Language|"
msgid "WINE Config"
-msgstr "Configuration de « WINE »"
+msgstr "Configuration de « Wine »"
msgctxt "Language|"
msgid "Wesnoth Markup Language"
@@ -1587,8 +1587,8 @@
"(default: the filename or \"Kate Syntax Highlighter\" if reading from stdin)."
msgstr ""
"Définir le titre de la page HTML\n"
-"(par défaut : le nom du fichier ou « Kate Syntax Highlighter » en cas
de "
-"lecture depuis l'entrée standard)."
+"(par défaut : le nom du fichier ou « KSyntaxHighlighter » en cas de
lecture "
+"depuis l'entrée standard)."
#: cli/kate-syntax-highlighter.cpp:113
msgctxt "SyntaxHighlightingCLI|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/syntax-highlighting-5.112.0/poqm/zh_CN/syntaxhighlighting5_qt.po
new/syntax-highlighting-5.113.0/poqm/zh_CN/syntaxhighlighting5_qt.po
--- old/syntax-highlighting-5.112.0/poqm/zh_CN/syntaxhighlighting5_qt.po
2023-11-04 11:06:49.000000000 +0100
+++ new/syntax-highlighting-5.113.0/poqm/zh_CN/syntaxhighlighting5_qt.po
2023-12-02 10:30:45.000000000 +0100
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2023-10-21 13:55\n"
+"PO-Revision-Date: 2023-11-25 02:30\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"