From e2163c0eb5da55e977b7eec1ad60463c3ce6609bb3a437e9dbd5fa1192f9901d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:17:26 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=68 --- kdeclarative.changes | 12 ++++++++++++ kdeclarative.spec | 12 ++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/kdeclarative.changes b/kdeclarative.changes index db4c9e3..f1cee79 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -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: diff --git a/kdeclarative.spec b/kdeclarative.spec index a009693..1bc38c8 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -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.