Hello community, here is the log from the commit of package kqtquickcharts for openSUSE:Factory checked in at 2017-12-23 12:10:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kqtquickcharts (Old) and /work/SRC/openSUSE:Factory/.kqtquickcharts.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kqtquickcharts" Sat Dec 23 12:10:55 2017 rev:47 rq:559109 version:17.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes 2017-12-18 08:52:51.574055574 +0100 +++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new/kqtquickcharts.changes 2017-12-23 12:10:56.892562231 +0100 @@ -1,0 +2,6 @@ +Thu Dec 21 12:45:16 UTC 2017 - [email protected] + +- Add Add-missing-types-to-qmldir.patch to fix ktouch not starting + with Qt 5.10 + +------------------------------------------------------------------- New: ---- Add-missing-types-to-qmldir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kqtquickcharts.spec ++++++ --- /var/tmp/diff_new_pack.iiTicR/_old 2017-12-23 12:10:57.520531611 +0100 +++ /var/tmp/diff_new_pack.iiTicR/_new 2017-12-23 12:10:57.520531611 +0100 @@ -27,6 +27,8 @@ Group: Amusements/Teaching/Other Url: http://edu.kde.org Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM +Patch: Add-missing-types-to-qmldir.patch BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem BuildRequires: pkgconfig @@ -40,6 +42,7 @@ %prep %setup -q +%patch -p1 %build %cmake_kf5 -d build ++++++ Add-missing-types-to-qmldir.patch ++++++ >From 4e90e87e7522230387c1bdf7b95d8177ea3a7486 Mon Sep 17 00:00:00 2001 From: Antonio Rojas <[email protected]> Date: Wed, 20 Dec 2017 21:09:26 +0100 Subject: Add missing types to qmldir Otherwise ktouch will refuse to load with Qt 5.10, which seems to be more strict with respect to QML files loading. Differential Revision: https://phabricator.kde.org/D9436 --- src/qml/qmldir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/qmldir b/src/qml/qmldir index 41359d9..780493f 100644 --- a/src/qml/qmldir +++ b/src/qml/qmldir @@ -3,4 +3,6 @@ LineChart 0.1 LineChart.qml LegendItem 0.1 LegendItem.qml XYChart 0.1 XYChart.qml +internal Label Label.qml +internal LineLabel LineLabel.qml plugin kqtquickcharts -- cgit v0.11.2
