forked from jengelh/wayland
- Update to release 1.20
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=97
This commit is contained in:
parent
941df6a72d
commit
34cf6c07d8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15
|
||||
size 456380
|
Binary file not shown.
3
wayland-1.20.0.tar.xz
Normal file
3
wayland-1.20.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725
|
||||
size 225188
|
BIN
wayland-1.20.0.tar.xz.sig
Normal file
BIN
wayland-1.20.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 18:08:16 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.20
|
||||
* A few protocol additions: wl_surface.offset allows clients to
|
||||
update a surface's buffer offset independently from the
|
||||
buffer, wl_output.name and description allow clients to
|
||||
identify outputs without depending on xdg-output-unstable-v1.
|
||||
* In protocol definitions, events have a new "type" attribute
|
||||
and can now be marked as destructors.
|
||||
* A number of bug fixes, including a race condition when
|
||||
destroying proxies in multi-threaded clients.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 12 20:08:09 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define _version 1.19.0
|
||||
%define _version 1.20.0
|
||||
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550
|
||||
%define eglversion 99~%_version
|
||||
%else
|
||||
@ -37,12 +37,11 @@ Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
|
||||
Source2: http://wayland.freedesktop.org/releases/%name-%version.tar.xz.sig
|
||||
Source3: %name.keyring
|
||||
Source4: baselibs.conf
|
||||
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: meson
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(expat)
|
||||
|
Loading…
Reference in New Issue
Block a user