From 749e069a55c956897c64cb336583b0d0fe8c5ce5fac3e98cf7f22a90f7916e0d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 19 Sep 2014 20:38:03 +0000 Subject: [PATCH] wayland-1.6.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=50 --- wayland-1.5.93.tar.xz | 3 --- wayland-1.6.0.tar.xz | 3 +++ wayland.changes | 17 +++++++++++++++++ wayland.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 wayland-1.5.93.tar.xz create mode 100644 wayland-1.6.0.tar.xz diff --git a/wayland-1.5.93.tar.xz b/wayland-1.5.93.tar.xz deleted file mode 100644 index a185fa7..0000000 --- a/wayland-1.5.93.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c3fdd2f7ca94df673dddaba77943894bcfd96207de0f01305f43a5abadfa054 -size 415148 diff --git a/wayland-1.6.0.tar.xz b/wayland-1.6.0.tar.xz new file mode 100644 index 0000000..4b5569d --- /dev/null +++ b/wayland-1.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f +size 415192 diff --git a/wayland.changes b/wayland.changes index f10ab7d..1b18feb 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Sep 19 20:35:43 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 1.6 +* Add error enums to wl_surface. +* Add keyboard repeat information to wl_keyboard protocol. +* Error handling additions in libwayland-client: when a protocol + error happens, the program can query more detailed information + about the error. +* New wl_display_add_socket_auto() in libwayland-server: + automatically find a free socket name. +* Add wl_display_roundtrip_queue(): blocking round-trip on a + custom queue. +* Stop exposing wl_display global. Turns out binding to the + global would have triggered bugs, and there was no proper use + for it. + ------------------------------------------------------------------- Fri Sep 12 11:00:08 UTC 2014 - jengelh@inai.de diff --git a/wayland.spec b/wayland.spec index 37ef6bf..08a0b38 100644 --- a/wayland.spec +++ b/wayland.spec @@ -18,7 +18,7 @@ %define lname libwayland0 Name: wayland -Version: 1.5.93 +Version: 1.6.0 Release: 0 Summary: Wayland Compositor Infrastructure License: HPND