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..a147a32 100644 --- a/kinit.changes +++ b/kinit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Feb 6 18:03:35 UTC 2016 - hrvoje.senjan@gmail.com + +- 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 + * 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