From f373d125dd80a645302fc86a4a1647de55403095cb3cb71ce4d411464acaeb1f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 4 Oct 2014 18:26:09 +0000 Subject: [PATCH 1/2] 5.3.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=36 --- kcompletion-5.2.0.tar.xz | 3 --- kcompletion-5.3.0.tar.xz | 3 +++ kcompletion.changes | 7 +++++++ kcompletion.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 kcompletion-5.2.0.tar.xz create mode 100644 kcompletion-5.3.0.tar.xz diff --git a/kcompletion-5.2.0.tar.xz b/kcompletion-5.2.0.tar.xz deleted file mode 100644 index 7e2e777..0000000 --- a/kcompletion-5.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c085c2f7fcc30dc249f5217c60590da372022cc0c0ac30b20409b5129c7cdf36 -size 2689284 diff --git a/kcompletion-5.3.0.tar.xz b/kcompletion-5.3.0.tar.xz new file mode 100644 index 0000000..306af50 --- /dev/null +++ b/kcompletion-5.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebb4fb8e29e438cbcc69f66bbe238762287222738cd8c54b98f23d0772b09af +size 115568 diff --git a/kcompletion.changes b/kcompletion.changes index 22b5efd..593b185 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 4 17:59:11 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.3.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.3.0.php + ------------------------------------------------------------------- Tue Sep 9 09:49:14 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kcompletion.spec b/kcompletion.spec index e12ee13..fe7eb12 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -18,11 +18,11 @@ %define lname libKF5Completion5 Name: kcompletion -Version: 5.2.0 +Version: 5.3.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.2.0 +BuildRequires: extra-cmake-modules >= 1.3.0 BuildRequires: fdupes BuildRequires: kconfig-devel >= %{kf5_version} BuildRequires: kf5-filesystem From f962c2e582daa62706a3b5ef58efa7dab8cd7bc4e4363f46055aa709b03d13ef Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 4 Oct 2014 21:49:05 +0000 Subject: [PATCH 2/2] update changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=37 --- kcompletion.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/kcompletion.changes b/kcompletion.changes index 593b185..cdc8df9 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -2,6 +2,7 @@ Sat Oct 4 17:59:11 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.3.0 + * Fixed size hint and positioning of clear button in highDpi mode * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.3.0.php