Hrvoje Senjan 2015-08-12 17:17:26 +00:00 committed by Git OBS Bridge
parent cd6343fdb8
commit e2163c0eb5
2 changed files with 18 additions and 6 deletions

View File

@ -2,6 +2,18 @@
Tue Aug 4 19:20:20 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.13.0
* The Qt version requirement has been bumped from 5.2 to 5.3
* Debug output has been ported to categorized output, for less
noise by default
* Docbook documentation has been reviewed and updated
* Fix deprecated KRun::run call
* Same behavior of MouseArea to map coords of filtered child
events
* Detect initial face icon being created
* Don't refresh the entire window when we render the plotter
(kde#348385)
* add the userPaths context property
* Don't choke on empty QIconItem
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
- Drop patches merged upstream:

View File

@ -38,11 +38,11 @@ BuildRequires: kpackage-devel >= %{_tar_path}
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: libepoxy-devel
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: cmake(Qt5Gui) >= 5.3.0
BuildRequires: cmake(Qt5Qml) >= 5.3.0
BuildRequires: cmake(Qt5Quick) >= 5.3.0
BuildRequires: cmake(Qt5Test) >= 5.3.0
Summary: Integration of QML and KDE workspaces
License: LGPL-2.1+
Group: System/GUI/KDE
@ -95,7 +95,7 @@ Requires: kconfig-devel >= %{_tar_path}
Requires: kcoreaddons-devel >= %{_tar_path}
Requires: kpackage-devel >= %{_tar_path}
Requires: libKF5QuickAddons5 = %{version}
Requires: pkgconfig(Qt5Qml) >= 5.2.0
Requires: cmake(Qt5Qml) >= 5.3.0
%description devel
KDeclarative provides integration of QML and KDE workspaces.