From b7e70d1369206426f8d0963aa6e2ba0360cd2b220bc6fa53956de2e142dba923 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 4 Apr 2016 14:21:00 +0000 Subject: [PATCH 1/2] start with 5.21.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=96 --- kinit-5.20.0.tar.xz | 3 --- kinit-5.21.0.tar.xz | 3 +++ kinit.changes | 8 ++++++++ kinit.spec | 12 ++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 kinit-5.20.0.tar.xz create mode 100644 kinit-5.21.0.tar.xz diff --git a/kinit-5.20.0.tar.xz b/kinit-5.20.0.tar.xz deleted file mode 100644 index cf109af..0000000 --- a/kinit-5.20.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdfac3c156de16b900e4480c407e5352749f94b09ec42d9c95b358013995de1a -size 117664 diff --git a/kinit-5.21.0.tar.xz b/kinit-5.21.0.tar.xz new file mode 100644 index 0000000..3342af2 --- /dev/null +++ b/kinit-5.21.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c728a746e2c55708d7ae9332aebf999f065931963560c929da8bb800d65ba5 +size 117728 diff --git a/kinit.changes b/kinit.changes index 17a1b19..72323e5 100644 --- a/kinit.changes +++ b/kinit.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 4 14:20:54 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.21.0 + * Upgrade Qt version requirement to 5.4.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.21.0.php + ------------------------------------------------------------------- Sun Mar 6 09:58:50 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kinit.spec b/kinit.spec index b489687..83b8b90 100644 --- a/kinit.spec +++ b/kinit.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.20 +%define _tar_path 5.21 Name: kinit -Version: 5.20.0 +Version: 5.21.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -34,10 +34,10 @@ BuildRequires: kservice-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: libcap-devel BuildRequires: libcap-progs -BuildRequires: cmake(Qt5Core) >= 5.3.0 -BuildRequires: cmake(Qt5DBus) >= 5.3.0 -BuildRequires: cmake(Qt5Gui) >= 5.3.0 -BuildRequires: cmake(Qt5Widgets) >= 5.3.0 +BuildRequires: cmake(Qt5Core) >= 5.4.0 +BuildRequires: cmake(Qt5DBus) >= 5.4.0 +BuildRequires: cmake(Qt5Gui) >= 5.4.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) %if %{with lang} From f7fb31c6bcf938b75a42ad4217a97e7e835c784efc497b7059c96686c54893b3 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 10 Apr 2016 16:45:43 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kinit?expand=0&rev=97 --- kinit.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kinit.changes b/kinit.changes index 72323e5..a0677a4 100644 --- a/kinit.changes +++ b/kinit.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Mon Apr 4 14:20:54 UTC 2016 - hrvoje.senjan@gmail.com -- Update to 5.21.0 +- Update to 5.21.0 (boo#974793) + * Clean up and refactor the xcb port of klauncher * Upgrade Qt version requirement to 5.4.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.21.0.php