Accepting request 402635 from KDE:Frameworks5
Update to 5.23.0 OBS-URL: https://build.opensuse.org/request/show/402635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwayland?expand=0&rev=25
This commit is contained in:
commit
496c04a824
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fe650aedfdbcd58ad2bd9ce4d2fc6119304c32f8a7a720e9dcc1ef13155ed1c9
|
|
||||||
size 183452
|
|
3
kwayland-5.23.0.tar.xz
Normal file
3
kwayland-5.23.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:457da4cee13f4a13b01a06cebe23482105e8222d761f77c20a719fe731c741a5
|
||||||
|
size 209540
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 7 18:29:21 UTC 2016 - hrvoje.senjan@gmail.com
|
Sat May 7 18:29:21 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.22
|
%define _tar_path 5.23
|
||||||
Name: kwayland
|
Name: kwayland
|
||||||
Version: 5.22.0
|
Version: 5.23.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Wayland library
|
Summary: KDE Wayland library
|
||||||
License: LGPL-2.1+
|
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)
|
%defattr(-,root,root)
|
||||||
%{_kf5_libdir}/libKF5WaylandClient.so
|
%{_kf5_libdir}/libKF5WaylandClient.so
|
||||||
%{_kf5_libdir}/libKF5WaylandServer.so
|
%{_kf5_libdir}/libKF5WaylandServer.so
|
||||||
|
%{_kf5_libdir}/libexec/org-kde-kf5-kwayland-testserver
|
||||||
%{_kf5_libdir}/cmake/KF5Wayland/
|
%{_kf5_libdir}/cmake/KF5Wayland/
|
||||||
%{_kf5_includedir}/
|
%{_kf5_includedir}/
|
||||||
%{_kf5_mkspecsdir}/qt_KWaylandClient.pri
|
%{_kf5_mkspecsdir}/qt_KWaylandClient.pri
|
||||||
|
Loading…
x
Reference in New Issue
Block a user