From c960ed19a9946da03ba227a6c9f7af1de045b44be7fe49fc2b4cae3a38ffbcd1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 18 May 2016 09:13:22 +0000 Subject: [PATCH] wayland-1.10.92 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=67 --- wayland-1.10.0.tar.xz | 3 --- wayland-1.10.0.tar.xz.sig | Bin 72 -> 0 bytes wayland-1.10.92.tar.xz | 3 +++ wayland-1.10.92.tar.xz.sig | Bin 0 -> 72 bytes wayland.changes | 15 +++++++++++++++ wayland.spec | 2 +- 6 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 wayland-1.10.0.tar.xz delete mode 100644 wayland-1.10.0.tar.xz.sig create mode 100644 wayland-1.10.92.tar.xz create mode 100644 wayland-1.10.92.tar.xz.sig diff --git a/wayland-1.10.0.tar.xz b/wayland-1.10.0.tar.xz deleted file mode 100644 index ab60179..0000000 --- a/wayland-1.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc -size 368976 diff --git a/wayland-1.10.0.tar.xz.sig b/wayland-1.10.0.tar.xz.sig deleted file mode 100644 index 66a46aba6a4f62c591b2df7b1ee6365faa89a8c24d8990aba31103818907a3c2..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#?I@O8^Q95D}vRR^aA#5dwGsprI$>ZS8o5dSN_KH}2l@ eP+VM$lK`JsDCA-zU1cn#bco^Fca5D&1j>C_85{oq diff --git a/wayland-1.10.92.tar.xz b/wayland-1.10.92.tar.xz new file mode 100644 index 0000000..6ae13d5 --- /dev/null +++ b/wayland-1.10.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61c1300bf28269691941a86fd38f09fce23ccaf74814ceefe6e9b158aa162d6 +size 374600 diff --git a/wayland-1.10.92.tar.xz.sig b/wayland-1.10.92.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..9d9338350a5b8273476232ca786a73a15c07cc36f9867aafb10032cc8456bcd1 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#`fu=l}`{5D}vRR^aA#5l4LhpriXFQEot?wS$*A1o+4y e)0djeya1rFX)18LvKZI6_{U#`s8Oy_guexyydG)* literal 0 HcmV?d00001 diff --git a/wayland.changes b/wayland.changes index 8f1cc05..a5a49ae 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed May 18 09:09:48 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 1.10.92 +* 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 diff --git a/wayland.spec b/wayland.spec index b41883f..3ce279b 100644 --- a/wayland.spec +++ b/wayland.spec @@ -18,7 +18,7 @@ %define lname libwayland0 Name: wayland -Version: 1.10.0 +Version: 1.10.92 Release: 0 Summary: Wayland Compositor Infrastructure License: MIT