Hrvoje Senjan 2016-02-26 18:57:25 +00:00 committed by Git OBS Bridge
parent 4512002050
commit 83c84cd34b
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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