From d4c9ba82c2abc884b2035f6fd33b2c317d4b1900e874d74fc8c0457653798ae7 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 16 Jul 2019 12:34:18 +0000 Subject: [PATCH] KDE Frameworks 5.60 + updated kf5-filesystem OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=177 --- kwayland-5.59.0.tar.xz | 3 --- kwayland-5.60.0.tar.xz | 3 +++ kwayland.changes | 12 ++++++++++++ kwayland.spec | 5 +++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 kwayland-5.59.0.tar.xz create mode 100644 kwayland-5.60.0.tar.xz diff --git a/kwayland-5.59.0.tar.xz b/kwayland-5.59.0.tar.xz deleted file mode 100644 index b8dc759..0000000 --- a/kwayland-5.59.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39ae3b71b452e555ef2715a0b1305d44e52b1913882981f8e2e036f481f3e580 -size 343932 diff --git a/kwayland-5.60.0.tar.xz b/kwayland-5.60.0.tar.xz new file mode 100644 index 0000000..5c0b135 --- /dev/null +++ b/kwayland-5.60.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0645594c2dc7c121b11eecf1c1d31448d110d13dab200caadddb7e1d836d905 +size 344868 diff --git a/kwayland.changes b/kwayland.changes index 0b643bc..ecb08a3 100644 --- a/kwayland.changes +++ b/kwayland.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jul 14 06:41:39 UTC 2019 - lbeltrame@kde.org + +- Update to 5.60.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.60.0.php +- Changes since 5.59.0: + * Include a description + * Proof of concept of a wayland protocol to allow the keystate dataengine to work + * Use new logging category directory + ------------------------------------------------------------------- Sun Jun 09 07:35:13 UTC 2019 - lbeltrame@kde.org diff --git a/kwayland.spec b/kwayland.spec index 97d37b1..44a72aa 100644 --- a/kwayland.spec +++ b/kwayland.spec @@ -16,13 +16,13 @@ # -%define _tar_path 5.59 +%define _tar_path 5.60 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: kwayland -Version: 5.59.0 +Version: 5.60.0 Release: 0 Summary: KDE Wayland library License: LGPL-2.1-or-later @@ -40,6 +40,7 @@ BuildRequires: cmake(Qt5Concurrent) >= 5.6.0 BuildRequires: cmake(Qt5Gui) >= 5.6.0 BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(wayland-protocols) %requires_eq libQt5Gui5 Provides: libKF5WaylandClient5 = %{version} Obsoletes: libKF5WaylandClient5 <= %{version}