From f175beacef18505b6183016b5edd11f09f404497602e71db78c5f4fdcdbf4197 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 6 Jun 2016 21:28:11 +0000 Subject: [PATCH 1/2] start with 5.23.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=82 --- kwayland-5.22.0.tar.xz | 3 --- kwayland-5.23.0.tar.xz | 3 +++ kwayland.changes | 7 +++++++ kwayland.spec | 5 +++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 kwayland-5.22.0.tar.xz create mode 100644 kwayland-5.23.0.tar.xz diff --git a/kwayland-5.22.0.tar.xz b/kwayland-5.22.0.tar.xz deleted file mode 100644 index 7a36a8d..0000000 --- a/kwayland-5.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe650aedfdbcd58ad2bd9ce4d2fc6119304c32f8a7a720e9dcc1ef13155ed1c9 -size 183452 diff --git a/kwayland-5.23.0.tar.xz b/kwayland-5.23.0.tar.xz new file mode 100644 index 0000000..2a054fd --- /dev/null +++ b/kwayland-5.23.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457da4cee13f4a13b01a06cebe23482105e8222d761f77c20a719fe731c741a5 +size 209540 diff --git a/kwayland.changes b/kwayland.changes index 4517698..5846b52 100644 --- a/kwayland.changes +++ b/kwayland.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 6 21:28:08 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.23.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.23.0.php + ------------------------------------------------------------------- Sat May 7 18:29:21 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kwayland.spec b/kwayland.spec index f4e4275..7610a50 100644 --- a/kwayland.spec +++ b/kwayland.spec @@ -16,9 +16,9 @@ # -%define _tar_path 5.22 +%define _tar_path 5.23 Name: kwayland -Version: 5.22.0 +Version: 5.23.0 Release: 0 Summary: KDE Wayland library License: LGPL-2.1+ @@ -94,6 +94,7 @@ KWayland provides a Qt-style Client and Server library wrapper for the Wayland l %defattr(-,root,root) %{_kf5_libdir}/libKF5WaylandClient.so %{_kf5_libdir}/libKF5WaylandServer.so +%{_kf5_libdir}/libexec/org-kde-kf5-kwayland-testserver %{_kf5_libdir}/cmake/KF5Wayland/ %{_kf5_includedir}/ %{_kf5_mkspecsdir}/qt_KWaylandClient.pri From 25f2ae007ea8ed755d62b639a6a9b5b98b68f3a65f491b979ceb62541cd4ad0f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 15 Jun 2016 21:11:02 +0000 Subject: [PATCH 2/2] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=83 --- kwayland.changes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/kwayland.changes b/kwayland.changes index 5846b52..79140eb 100644 --- a/kwayland.changes +++ b/kwayland.changes @@ -2,6 +2,25 @@ Mon Jun 6 21:28:08 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.23.0 + * [client] Don't check resource version for PlasmaWindow + * Introduce an initial state event into Plasma Window protocol + * [server] Trigger error if a transient request tries to parent + to itself + * [server] Properly handle the case that a PlasmaWindow is unmapped + before client bound it + * [server] Properly handle destructor in SlideInterface + * Add support for touch events in fakeinput protocol and interface + * [server] Standardize the destructor request handling for Resources + * Implement wl_text_input and zwp_text_input_v2 interfaces + * [server] Prevent double delete of callback resources + in SurfaceInterface + * [server] Add resource nullptr check to ShellSurfaceInterface + * [server] Compare ClientConnection instead of wl_client + in SeatInterface + * [server] Improve the handling when clients disconnect + * server/plasmawindowmanagement_interface.cpp - fix -Wreorder warning + * [client] Add context pointer to connects in PlasmaWindowModel + * Many fixes related to destruction * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.23.0.php