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