From 0310b1d1e0d2a707409f0893f29bed47070fa790803c9e4521d1bf743eb5613b Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:17:37 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesignerplugin?expand=0&rev=61 --- kdesignerplugin.changes | 4 ++++ kdesignerplugin.spec | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kdesignerplugin.changes b/kdesignerplugin.changes index 56ec2bb..78e6faf 100644 --- a/kdesignerplugin.changes +++ b/kdesignerplugin.changes @@ -2,6 +2,10 @@ Tue Aug 4 19:20:21 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 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/kdesignerplugin.spec b/kdesignerplugin.spec index f36ff61..7e12c07 100644 --- a/kdesignerplugin.spec +++ b/kdesignerplugin.spec @@ -43,10 +43,10 @@ BuildRequires: kwidgetsaddons-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: kxmlgui-devel >= %{_tar_path} %if %{with lang} -BuildRequires: libqt5-linguist-devel >= 5.2.0 +BuildRequires: libqt5-linguist-devel >= 5.3.0 %endif -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0 +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5Designer) >= 5.3.0 %if %{with lang} Recommends: %{name}-lang = %{version} %endif @@ -68,7 +68,7 @@ Summary: Integrating KDE frameworks widgets with Qt Designer Group: Development/Libraries/KDE Requires: %{name} = %{version} Requires: extra-cmake-modules -Requires: pkgconfig(Qt5Core) >= 5.2.0 +Requires: cmake(Qt5Core) >= 5.3.0 %description devel This framework provides plugins for Qt Designer that allow it to display