From a0a6b5aca629224dddfc1f10b465b25a814e3ac8b452613fc9d21f6835bb4e9d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 4 Aug 2015 19:48:24 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=64 --- kcompletion-5.12.0.tar.xz | 3 --- kcompletion-5.13.0.tar.xz | 3 +++ kcompletion.changes | 7 +++++++ kcompletion.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kcompletion-5.12.0.tar.xz create mode 100644 kcompletion-5.13.0.tar.xz diff --git a/kcompletion-5.12.0.tar.xz b/kcompletion-5.12.0.tar.xz deleted file mode 100644 index 85d0dc1..0000000 --- a/kcompletion-5.12.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:406a42359ceebd5f99941a961eefe76f320ae1447742b0e579f6509013db8f3c -size 115764 diff --git a/kcompletion-5.13.0.tar.xz b/kcompletion-5.13.0.tar.xz new file mode 100644 index 0000000..2f01a92 --- /dev/null +++ b/kcompletion-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6489e289933ebc8e0c8b3fc9d095e380b877ed390b5c3ca28753707d225f8748 +size 115816 diff --git a/kcompletion.changes b/kcompletion.changes index addcec4..1e86bed 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 4 19:20:15 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.13.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.13.0.php + ------------------------------------------------------------------- Sun Jul 5 18:44:50 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kcompletion.spec b/kcompletion.spec index ac8931d..077f340 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Completion5 -%define _tar_path 5.12 +%define _tar_path 5.13 Name: kcompletion -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 300afcc15c3accd45162a183c5de00072a6b4dcede10185e2eec796b582b0e42 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:10:26 +0000 Subject: [PATCH 2/3] 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 From 7762e3159d821a883dcb93f2419ff2458899145c9db0bb3b3ecf50a2da455b43 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 12 Aug 2015 17:50:21 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=66 --- kcompletion.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcompletion.spec b/kcompletion.spec index 0fbb877..e0429eb 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -30,7 +30,7 @@ BuildRequires: kconfig-devel >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: kwidgetsaddons-devel >= %{_tar_path} %if %{with lang} -BuildRequires: libqt5-linguist-devel >= 5.3.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.3.0 %endif BuildRequires: cmake(Qt5Widgets) >= 5.3.0 Summary: Provides widgets with advanced completion support