diff --git a/wayland-1.19.0.tar.xz b/wayland-1.19.0.tar.xz deleted file mode 100644 index 08c8ec3..0000000 --- a/wayland-1.19.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15 -size 456380 diff --git a/wayland-1.19.0.tar.xz.sig b/wayland-1.19.0.tar.xz.sig deleted file mode 100644 index d6b931b..0000000 Binary files a/wayland-1.19.0.tar.xz.sig and /dev/null differ diff --git a/wayland-1.20.0.tar.xz b/wayland-1.20.0.tar.xz new file mode 100644 index 0000000..af70a1e --- /dev/null +++ b/wayland-1.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725 +size 225188 diff --git a/wayland-1.20.0.tar.xz.sig b/wayland-1.20.0.tar.xz.sig new file mode 100644 index 0000000..c87cd09 Binary files /dev/null and b/wayland-1.20.0.tar.xz.sig differ diff --git a/wayland.changes b/wayland.changes index 23f02d1..aed9b5a 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Dec 9 18:08:16 UTC 2021 - Jan Engelhardt + +- 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 diff --git a/wayland.spec b/wayland.spec index ca97a97..63bcd63 100644 --- a/wayland.spec +++ b/wayland.spec @@ -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)