Accepting request 361979 from KDE:Frameworks5

- 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

OBS-URL: https://build.opensuse.org/request/show/361979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2016-03-02 13:20:46 +00:00 committed by Git OBS Bridge
commit fd96c1e9b8
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