From a1aa06cb242747083a46afbd90a2911f6cf09a08aec2eb7549c7c704f031722f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 7 Jun 2015 19:39:39 +0000 Subject: [PATCH 1/3] start with 5.11 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=73 --- frameworkintegration-5.10.0.tar.xz | 3 --- frameworkintegration.changes | 7 +++++++ frameworkintegration.spec | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 frameworkintegration-5.10.0.tar.xz diff --git a/frameworkintegration-5.10.0.tar.xz b/frameworkintegration-5.10.0.tar.xz deleted file mode 100644 index bc1e71f..0000000 --- a/frameworkintegration-5.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c354ecd309b30a0789a67583fef6a09bef5e3070159f817d9336853bb754f402 -size 1778424 diff --git a/frameworkintegration.changes b/frameworkintegration.changes index c75bf1d..cb7fcb3 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 7 19:07:07 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:45:36 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/frameworkintegration.spec b/frameworkintegration.spec index f0a7a7b..6481afa 100644 --- a/frameworkintegration.spec +++ b/frameworkintegration.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Style5 -%define _tar_path 5.10 +%define _tar_path 5.11 Name: frameworkintegration -Version: 5.10.0 +Version: 5.11.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 From 5ce3aefcad4f6ecce9b0a46fb58e77812edf93f1f2c194366c9a52db0172ccad Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 9 Jun 2015 14:54:45 +0000 Subject: [PATCH 2/3] 5.11 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=74 --- frameworkintegration-5.11.0.tar.xz | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frameworkintegration-5.11.0.tar.xz diff --git a/frameworkintegration-5.11.0.tar.xz b/frameworkintegration-5.11.0.tar.xz new file mode 100644 index 0000000..5ff92e7 --- /dev/null +++ b/frameworkintegration-5.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc69702ad4b51008c9b5558dba57760175d0913b940c3780b696e5763f57c285 +size 1780460 From afe32dabeb9c2230498d6cbb81718adf6735885c178f86299dc18ef0bab3abc1 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 13 Jun 2015 08:40:42 +0000 Subject: [PATCH 3/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=75 --- frameworkintegration.changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frameworkintegration.changes b/frameworkintegration.changes index cb7fcb3..3f762f3 100644 --- a/frameworkintegration.changes +++ b/frameworkintegration.changes @@ -2,6 +2,10 @@ Sun Jun 7 19:07:07 UTC 2015 - hrvoje.senjan@gmail.com - Update to 5.11.0 + * Use the correct initialDirectory for the KDirSelectDialog + * Make sure the scheme is specified when overriding the start + url value + * Only accept existing directories in FileMode::Directory mode * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.11.0.php