forked from pool/wayland
Accepting request 399299 from X11:Wayland
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/399299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=26
This commit is contained in:
commit
91dc134068
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc
|
||||
size 368976
|
Binary file not shown.
3
wayland-1.10.93.tar.xz
Normal file
3
wayland-1.10.93.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0fbe4e27f6a09ee251e1326f0a17ac8159cdbd894c1e6190ee64c3d37086836
|
||||
size 374604
|
BIN
wayland-1.10.93.tar.xz.sig
Normal file
BIN
wayland-1.10.93.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 22:55:09 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.10.93
|
||||
* Proxy wrappers were introduced, which help avoid race
|
||||
conditions in multi-threaded clients. A new "proxy wrapper" API
|
||||
is added for the client to use when sending requests which does
|
||||
not proxy events. This helps avoid one thread causing events to
|
||||
be dropped before they can be handled by other threads.
|
||||
* shm: When undergoing a resize operation while external users
|
||||
are holding references to it, the resize is deferred to prevent
|
||||
leading to a crash; Wayland now counts external and internal
|
||||
users differently to permit tracking this.
|
||||
* Support for cross-interface enum attributes is added.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 21:44:50 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libwayland0
|
||||
Name: wayland
|
||||
Version: 1.10.0
|
||||
Version: 1.10.93
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user