From 4cb469bd558fa291492a75ad45331907b555f08d337ffe9a32e8017d36cf1eda Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 6 Feb 2016 18:03:40 +0000 Subject: [PATCH 1/3] start with 5.19.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=89 --- kinit-5.18.0.tar.xz | 3 --- kinit-5.19.0.tar.xz | 3 +++ kinit.changes | 7 +++++++ kinit.spec | 5 +++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 kinit-5.18.0.tar.xz create mode 100644 kinit-5.19.0.tar.xz diff --git a/kinit-5.18.0.tar.xz b/kinit-5.18.0.tar.xz deleted file mode 100644 index c510244..0000000 --- a/kinit-5.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08bc4f46cb90c164cd3e087e14c42859bf1e26057a0132c2395c6bfafca95d90 -size 117640 diff --git a/kinit-5.19.0.tar.xz b/kinit-5.19.0.tar.xz new file mode 100644 index 0000000..e49869e --- /dev/null +++ b/kinit-5.19.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53bf6997ff5cf0b0bcb86bee755a3da20d5cf1de7a6efcd73dada8665bc870e +size 117768 diff --git a/kinit.changes b/kinit.changes index b3baa74..1885591 100644 --- a/kinit.changes +++ b/kinit.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Feb 6 18:03:35 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.19.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.19.0.php + ------------------------------------------------------------------- Sat Jan 2 17:43:51 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kinit.spec b/kinit.spec index 685356d..f901bb2 100644 --- a/kinit.spec +++ b/kinit.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.18 +%define _tar_path 5.19 Name: kinit -Version: 5.18.0 +Version: 5.19.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -39,6 +39,7 @@ BuildRequires: cmake(Qt5DBus) >= 5.3.0 BuildRequires: cmake(Qt5Gui) >= 5.3.0 BuildRequires: cmake(Qt5Widgets) >= 5.3.0 BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcb) %if %{with lang} Recommends: %{name}-lang = %{version} %endif From f2c9ff8b5af92890171253cfe91a7077c7d39272f40b19da4c5eff9da71c9cb2 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 13 Feb 2016 19:26:35 +0000 Subject: [PATCH 2/3] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=90 --- kinit.changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kinit.changes b/kinit.changes index 1885591..533a59e 100644 --- a/kinit.changes +++ b/kinit.changes @@ -2,6 +2,9 @@ Sat Feb 6 18:03:35 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.19.0 + * Ignore viewport on current desktop on init startup information + * Port klauncher to xcb + * Use an xcb for interaction with KStartupInfo * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.19.0.php From 8c12eac47952319f053127a28a176ea67ff60283a950feb8a05817d49e6ba397 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 22 Feb 2016 16:41:38 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=91 --- kinit.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinit.changes b/kinit.changes index 533a59e..a147a32 100644 --- a/kinit.changes +++ b/kinit.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Sat Feb 6 18:03:35 UTC 2016 - hrvoje.senjan@gmail.com -- Update to 5.19.0 +- Update to 5.19.0 (boo#967668) * Ignore viewport on current desktop on init startup information * Port klauncher to xcb * Use an xcb for interaction with KStartupInfo