From 300afcc15c3accd45162a183c5de00072a6b4dcede10185e2eec796b582b0e42 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:10:26 +0000 Subject: [PATCH] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=65 --- kcompletion.changes | 7 +++++++ kcompletion.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/kcompletion.changes b/kcompletion.changes index 1e86bed..144615a 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -2,6 +2,13 @@ Tue Aug 4 19:20:15 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 + * HiDPI fixes for KLineEdit/KComboBox + * KLineEdit: Don't let the user delete text when the lineedit + is readonly * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php diff --git a/kcompletion.spec b/kcompletion.spec index 077f340..0fbb877 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -30,9 +30,9 @@ BuildRequires: kconfig-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: kwidgetsaddons-devel >= %{_tar_path} %if %{with lang} -BuildRequires: libqt5-linguist-devel >= 5.2.0 +BuildRequires: libqt5-linguist-devel >= 5.3.0 %endif -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +BuildRequires: cmake(Qt5Widgets) >= 5.3.0 Summary: Provides widgets with advanced completion support License: LGPL-2.1+ Group: System/GUI/KDE @@ -61,7 +61,7 @@ Summary: Provides widgets with advanced completion support Group: Development/Libraries/KDE Requires: %lname = %{version} Requires: extra-cmake-modules -Requires: pkgconfig(Qt5Widgets) >= 5.2.0 +Requires: cmake(Qt5Widgets) >= 5.3.0 %description devel KCompletion provides widgets with advanced completion support as well as a