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 2024-06-09 20:20:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.kf6-syntax-highlighting.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-syntax-highlighting"
Sun Jun 9 20:20:17 2024 rev:4 rq:1179320 version:6.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/kf6-syntax-highlighting/kf6-syntax-highlighting.changes
2024-05-11 18:24:04.884514104 +0200
+++
/work/SRC/openSUSE:Factory/.kf6-syntax-highlighting.new.19518/kf6-syntax-highlighting.changes
2024-06-09 20:23:37.708872724 +0200
@@ -1,0 +2,18 @@
+Wed Jun 5 10:12:11 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 6.3.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/6/6.3.0/
+- Changes since 6.2.0:
+ * Updates to Catppuccin themes
+ * nix: Version 2 -> 3
+ * nix: Correctly highlight first key in set when it is quoted
+ * nix: Correctly highlight bare ${}
+ * nix: More correctly model inherit syntax
+ * build with QT_NO_CONTEXTLESS_CONNECT
+ * Remove explicit maintainer from metainfo
+ * Use ellipsis character instead of three dots in UI strings
+ * xml: add fictionbook format
+
+-------------------------------------------------------------------
Old:
----
syntax-highlighting-6.2.0.tar.xz
syntax-highlighting-6.2.0.tar.xz.sig
New:
----
syntax-highlighting-6.3.0.tar.xz
syntax-highlighting-6.3.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kf6-syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.qVqNCW/_old 2024-06-09 20:23:38.308894376 +0200
+++ /var/tmp/diff_new_pack.qVqNCW/_new 2024-06-09 20:23:38.312894520 +0200
@@ -19,13 +19,13 @@
%define qt6_version 6.6.0
%define rname syntax-highlighting
-# Full KF6 version (e.g. 6.2.0)
+# Full KF6 version (e.g. 6.3.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} |
awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-syntax-highlighting
-Version: 6.2.0
+Version: 6.3.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
@@ -38,6 +38,7 @@
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
+BuildRequires: pkgconfig
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6LinguistTools) >= %{qt6_version}
@@ -47,6 +48,7 @@
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
+BuildRequires: pkgconfig(xerces-c)
%description
This is a tier1/functional version of the Kate syntax highlighting engine.
++++++ syntax-highlighting-6.2.0.tar.xz -> syntax-highlighting-6.3.0.tar.xz
++++++
++++ 3397 lines of diff (skipped)