Accepting request 250295 from X11:Wayland
- Update to new upstream release 1.6 OBS-URL: https://build.opensuse.org/request/show/250295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=18
This commit is contained in:
commit
aa70046f59
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5
|
||||
size 404644
|
3
wayland-1.6.0.tar.xz
Normal file
3
wayland-1.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f
|
||||
size 415192
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 1.5.93
|
||||
* Bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 11:22:09 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.5.92:
|
||||
* wayland-client: Initialize newly created wl_proxys to zero.
|
||||
* client: add display_wakeup_threads function.
|
||||
* Doc and test updates / fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 10:19:01 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -18,15 +18,17 @@
|
||||
|
||||
%define lname libwayland0
|
||||
Name: wayland
|
||||
Version: 1.5.0
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: HPND
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://wayland.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/wayland/wayland
|
||||
#Git-Web: http://cgit.freedesktop.org/wayland/wayland/
|
||||
Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
|
||||
Source3: baselibs.conf
|
||||
#git#BuildRequires: autoconf >= 2.64
|
||||
#git#BuildRequires: automake >= 1.11
|
||||
#git#BuildRequires: libtool >= 2.2
|
||||
|
Loading…
Reference in New Issue
Block a user