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-12-12 17:39:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.syntax-highlighting.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting"
Mon Dec 12 17:39:11 2022 rev:76 rq:1042171 version:5.101.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes
2022-11-15 13:20:35.688543467 +0100
+++
/work/SRC/openSUSE:Factory/.syntax-highlighting.new.1835/syntax-highlighting.changes
2022-12-12 17:41:16.797658339 +0100
@@ -1,0 +2,29 @@
+Tue Dec 6 20:11:14 UTC 2022 - Christophe Marin <[email protected]>
+
+- Update to 5.101.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.101.0
+- Changes since 5.100.0:
+ * TOML: add number prefix, inf, nan and more datetime format ; fix
multi-strings closing (kde#462178)
+ * Python: add pyi extension (python interface)
+ * Javascript: remove previousDibling keyword (probably a typo for
previousSibling)
+ * Add GPS Exchange Format (GPX) type
+ * CSS family: add properties, functions and fr unit ; remove FPWD and old
proposed properties
+ * install a index.katesyntax when QRC_SYNTAX is OFF
+ * Make the Rust language mode use the cstyle indenter
+ * C23: missing wN length modifiers with d and i in printf_like
+ * CMake: remove duplicate <list> and <context>
+ * CMake: optimize by adding DetectIdentifier and DetectSpaces (~20% faster)
+ * CMake: replace some <WordDetect> with <keyword>
+ * CMake: more IncludeRules
+ * CMake: remove unused rule and moves the substitution end rule to first
+ * Add syntax definition for CSV and TSV
+ * JSON: small optimization on number regex
+ * Go: improved support for literal numbers, add unicode escape characters
and new predefined type (kde#459291)
+ * dynamic RegExpr has its own type (~2.2% faster)
+ * XML: replace a dynamic StringDetect with DetectIdentifier contextually
equivalent
+ * XML: character < in an ENTITY is highlighted as an error
+ * Fix generating index.katesyntax when QRC_SYNTAX is off
+
+-------------------------------------------------------------------
Old:
----
syntax-highlighting-5.100.0.tar.xz
syntax-highlighting-5.100.0.tar.xz.sig
New:
----
syntax-highlighting-5.101.0.tar.xz
syntax-highlighting-5.101.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.IKXDVp/_old 2022-12-12 17:41:17.269660719 +0100
+++ /var/tmp/diff_new_pack.IKXDVp/_new 2022-12-12 17:41:17.277660760 +0100
@@ -17,18 +17,17 @@
%define lname libKF5SyntaxHighlighting5
-%define _tar_path 5.100
+%define _tar_path 5.101
# 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.100.0
+Version: 5.101.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
-Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with released}
@@ -60,7 +59,6 @@
%package -n %{lname}
Summary: Syntax highlighting engine and library
-Group: System/GUI/KDE
Recommends: %{name} = %{version}
%description -n %{lname}
@@ -69,7 +67,6 @@
%package devel
Summary: Syntax highlighting engine and library
-Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.15.0
++++++ syntax-highlighting-5.100.0.tar.xz -> syntax-highlighting-5.101.0.tar.xz
++++++
++++ 13908 lines of diff (skipped)