From 83c84cd34b9dab67d1a61c9ff6ec2ece43273f7f1b53df95ae42409b19fe9841 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 26 Feb 2016 18:57:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=91 --- kdeclarative.changes | 8 ++++++++ kdeclarative.spec | 3 +++ 2 files changed, 11 insertions(+) diff --git a/kdeclarative.changes b/kdeclarative.changes index 2507ee4..2ec9d00 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 26 18:54:08 UTC 2016 - hrvoje.senjan@gmail.com + +- Add %requires_eq libQt5Core5 to the libKF5Declarative5 subpackage + * QQmlPropertyMap leaks private but exported QObjectPrivate symbol: + https://bugreports.qt.io/browse/QTBUG-46433 and + https://bugs.launchpad.net/bugs/1426335 + ------------------------------------------------------------------- Sat Feb 6 18:00:35 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kdeclarative.spec b/kdeclarative.spec index 700713b..63101ff 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -57,6 +57,9 @@ KDeclarative provides integration of QML and KDE workspaces. %package -n %lname Summary: Integration of QML and KDE workspaces Group: System/GUI/KDE +# QQmlPropertyMap leaks private but exported QObjectPrivate symbol +# https://bugreports.qt.io/browse/QTBUG-46433 and https://bugs.launchpad.net/bugs/1426335 +%requires_eq libQt5Core5 %if %{with lang} Recommends: %lname-lang = %{version} %endif