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 2021-11-03 17:25:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syntax-highlighting (Old)
and /work/SRC/openSUSE:Factory/.syntax-highlighting.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syntax-highlighting"
Wed Nov 3 17:25:17 2021 rev:62 rq:928251 version:5.87.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/syntax-highlighting/syntax-highlighting.changes
2021-10-18 22:01:23.346058715 +0200
+++
/work/SRC/openSUSE:Factory/.syntax-highlighting.new.1890/syntax-highlighting.changes
2021-11-03 17:25:52.001324122 +0100
@@ -1,0 +2,5 @@
+Sat Oct 30 07:55:39 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Add the optional QtQuick dependency. (boo#1192170)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ syntax-highlighting.spec ++++++
--- /var/tmp/diff_new_pack.s2xtz0/_old 2021-11-03 17:25:52.665324486 +0100
+++ /var/tmp/diff_new_pack.s2xtz0/_new 2021-11-03 17:25:52.669324488 +0100
@@ -41,6 +41,7 @@
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Gui) >= 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
@@ -52,6 +53,13 @@
This is a tier1/functional version of the Kate syntax highlighting engine.
It's not tied to a particular output format or editor engine.
+%package imports
+Summary: QML components for syntax-highlighting
+Requires: %{lname} = %{version}
+
+%description imports
+This package contains QML imports for syntax-highlighting.
+
%package -n %{lname}
Summary: Syntax highlighting engine and library
Group: System/GUI/KDE
@@ -105,6 +113,11 @@
%{_kf5_debugdir}/*.renamecategories
%{_kf5_bindir}/kate-syntax-highlighter
+%files imports
+%dir %{_kf5_qmldir}/org/
+%dir %{_kf5_qmldir}/org/kde/
+%{_kf5_qmldir}/org/kde/syntaxhighlighting/
+
%files -n %{lname}
%license LICENSES/*
%doc README*