From f484234901002b24a09b7924eb35340651b7fb617fe8c77d5cd23efa4c0bbcc4 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:20:30 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=68 --- kxmlgui.changes | 5 +++++ kxmlgui.spec | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/kxmlgui.changes b/kxmlgui.changes index 86ab079..b3ef0b7 100644 --- a/kxmlgui.changes +++ b/kxmlgui.changes @@ -2,6 +2,11 @@ Tue Aug 4 19:20:48 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 method behavior KShortcutsEditorPrivate::importConfiguration * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/kxmlgui.spec b/kxmlgui.spec index 1ad8943..2601319 100644 --- a/kxmlgui.spec +++ b/kxmlgui.spec @@ -37,13 +37,13 @@ BuildRequires: kitemviews-devel >= %{_tar_path} BuildRequires: ktextwidgets-devel >= %{_tar_path} BuildRequires: kwidgetsaddons-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path} -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 -BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5DBus) >= 5.3.0 +BuildRequires: cmake(Qt5Network) >= 5.3.0 +BuildRequires: cmake(Qt5PrintSupport) >= 5.3.0 +BuildRequires: cmake(Qt5Test) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 +BuildRequires: cmake(Qt5Xml) >= 5.3.0 BuildRequires: pkgconfig(x11) Summary: Framework for managing menu and toolbar actions License: LGPL-2.1+ and GPL-2.0+ @@ -80,9 +80,9 @@ Requires: %lname = %{version} Requires: extra-cmake-modules Requires: kconfig-devel >= %{_tar_path} Requires: kconfigwidgets-devel >= %{_tar_path} -Requires: pkgconfig(Qt5DBus) >= 5.2.0 -Requires: pkgconfig(Qt5Widgets) >= 5.2.0 -Requires: pkgconfig(Qt5Xml) >= 5.2.0 +Requires: cmake(Qt5DBus) >= 5.3.0 +Requires: cmake(Qt5Widgets) >= 5.3.0 +Requires: cmake(Qt5Xml) >= 5.3.0 %description devel libkxmlgui provides a framework for managing menu and toolbar actions in an