From f245f7c13ee5fd02a394bb73364ce6a3cf637ac1309cd76c2c88aed2d3081b62 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 7 Jun 2015 19:40:16 +0000 Subject: [PATCH 1/3] start with 5.11 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=58 --- kcompletion-5.10.0.tar.xz | 3 --- kcompletion.changes | 7 +++++++ kcompletion.spec | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 kcompletion-5.10.0.tar.xz diff --git a/kcompletion-5.10.0.tar.xz b/kcompletion-5.10.0.tar.xz deleted file mode 100644 index e284514..0000000 --- a/kcompletion-5.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5e06df67fdecb040d3c96521a0ffdb2c079a9d08bf5321e7ceb1819f15968b1 -size 115760 diff --git a/kcompletion.changes b/kcompletion.changes index 84756d4..e478927 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 7 19:07:13 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.11.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.11.0.php + ------------------------------------------------------------------- Sun May 3 19:42:52 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kcompletion.spec b/kcompletion.spec index 597c503..86ec03f 100644 --- a/kcompletion.spec +++ b/kcompletion.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Completion5 -%define _tar_path 5.10 +%define _tar_path 5.11 Name: kcompletion -Version: 5.10.0 +Version: 5.11.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 20b2eaf9ee344c7e5c2f97daf10d8bcceafc547f851bc01ee15cd6301609a988 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 9 Jun 2015 14:55:51 +0000 Subject: [PATCH 2/3] 5.11 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=59 --- kcompletion-5.11.0.tar.xz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 kcompletion-5.11.0.tar.xz diff --git a/kcompletion-5.11.0.tar.xz b/kcompletion-5.11.0.tar.xz new file mode 100644 index 0000000..d1443fa --- /dev/null +++ b/kcompletion-5.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d602ff6ce8689a1e3f115ef47df910c431cb443eda9dfbbe7cd179c5d6767e +size 115784 From a0b51267cb69110c68d0294e32132973e0c11d56b54d5e1f3a493c841cbdc56a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 13 Jun 2015 08:44:04 +0000 Subject: [PATCH 3/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcompletion?expand=0&rev=60 --- kcompletion.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kcompletion.changes b/kcompletion.changes index e478927..075d44c 100644 --- a/kcompletion.changes +++ b/kcompletion.changes @@ -2,6 +2,8 @@ Sun Jun 7 19:07:13 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.11.0 + * Fix unwanted selection when editing the filename in the + file dialog (kde#344525) * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.11.0.php