From d0262db990d80bea7c1f31759016f10d709a57c7e79023ec8af9eeda48e16805 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 4 Apr 2016 14:19:14 +0000 Subject: [PATCH 1/2] start with 5.21.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=88 --- kcompletion-5.20.0.tar.xz | 3 --- kcompletion-5.21.0.tar.xz | 3 +++ kcompletion.changes | 8 ++++++++ kcompletion.spec | 10 +++++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 kcompletion-5.20.0.tar.xz create mode 100644 kcompletion-5.21.0.tar.xz diff --git a/kcompletion-5.20.0.tar.xz b/kcompletion-5.20.0.tar.xz deleted file mode 100644 index 474afa9..0000000 --- a/kcompletion-5.20.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a503a1516012ecc5b6eaa328c31dfd0d6c527a8a78489d9d372dba90d0ec1b4f -size 115908 diff --git a/kcompletion-5.21.0.tar.xz b/kcompletion-5.21.0.tar.xz new file mode 100644 index 0000000..d5d2c30 --- /dev/null +++ b/kcompletion-5.21.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24728b94eac7a39abb2c83cdb60459dd632f2a21fe40366f867cbb29b5d5cf64 +size 116044 diff --git a/kcompletion.changes b/kcompletion.changes index ba606a7..bba2645 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 4 14:19:11 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.21.0 + * Upgrade Qt version requirement to 5.4.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.21.0.php + ------------------------------------------------------------------- Sun Mar 6 09:55:16 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kcompletion.spec b/kcompletion.spec index 1a558a9..6737329 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Completion5 -%define _tar_path 5.20 +%define _tar_path 5.21 Name: kcompletion -Version: 5.20.0 +Version: 5.21.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -30,9 +30,9 @@ BuildRequires: kconfig-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: kwidgetsaddons-devel >= %{_tar_path} %if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.4.0 %endif -BuildRequires: cmake(Qt5Widgets) >= 5.3.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.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: cmake(Qt5Widgets) >= 5.3.0 +Requires: cmake(Qt5Widgets) >= 5.4.0 %description devel KCompletion provides widgets with advanced completion support as well as a From 189ddcfa12ea7f361bc53748d7738cef15747ac51eb7d9bcd8beee24112de876 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 10 Apr 2016 16:44:35 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=89 --- kcompletion.changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kcompletion.changes b/kcompletion.changes index bba2645..cb6bcd6 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- Mon Apr 4 14:19:11 UTC 2016 - hrvoje.senjan@gmail.com -- Update to 5.21.0 +- Update to 5.21.0 (boo#974793) + * KCompletionBox: force frameless window and don't set focus + * KCompletionBox should *not* be a tooltip * Upgrade Qt version requirement to 5.4.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.21.0.php