From d0b73bb9e86418c73e18928e85b9d34d00912ebe6b9a85a9504215b9f14d05d0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 20 Jun 2024 16:33:35 +0000 Subject: [PATCH] - Update to release 1.23.0 * A mechanism to set the size of the internal connection buffer used by libwayland * An enum-header mode for wayland-scanner to generate headers with only enums * wayland-scanner now generates validator functions for enums on the server side * Protocols can now indicate with a "deprecated-since" XML attribute that a request, event or enum entry is deprecated * An API to set a name for a queue to aid debugging * wl_client_get_user_data() and wl_client_set_user_data() to more easily attach custom data to a client * OpenBSD support * A wl_shm.release request for proper cleanup of this global OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=107 --- wayland-1.22.0.tar.xz | 3 --- wayland-1.22.0.tar.xz.sig | Bin 566 -> 0 bytes wayland-1.23.0.tar.xz | 3 +++ wayland-1.23.0.tar.xz.sig | Bin 0 -> 566 bytes wayland.changes | 17 +++++++++++++++++ wayland.spec | 4 ++-- 6 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 wayland-1.22.0.tar.xz delete mode 100644 wayland-1.22.0.tar.xz.sig create mode 100644 wayland-1.23.0.tar.xz create mode 100644 wayland-1.23.0.tar.xz.sig diff --git a/wayland-1.22.0.tar.xz b/wayland-1.22.0.tar.xz deleted file mode 100644 index fabcb45..0000000 --- a/wayland-1.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842 -size 229544 diff --git a/wayland-1.22.0.tar.xz.sig b/wayland-1.22.0.tar.xz.sig deleted file mode 100644 index 7f0c67e7d119faee59fe22d42cda451d34c1f0f0b494d33f8bb0df3946631527..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j*Q|CJ`s?+%xvK;q;N-h1Hak6uUx0%R-NYyb)g5D(sa z;OLKDNLvpN|9Av2O7o?rs(S9(dc5Ph2*Nweq_1x>tz_nBaDC||XrXnE?fpW-i&gMOExTirf8P$kfD}F7n)x(4BjcG?SbyW$ zw*>v`4Mj8mzI>xP=U*=u@D_W4&QONDFWAQ+6<$}8#3vuFjGqJ^e`vfOICc{*cEoXV zvoYAVsbE198gaW_AhLHwU<6`*jfsl|^OcRxC7kVxo+HeoUfrY(6Vrc#b^xD6rdlCm zh6K)Cc5tQP0xW{ZqbPR*@*mxd%#adJG%F!z6H?IYj?T8N0j4j(NvBb(A5_>`KHc#3 z872$;CYadd=uC0=Wqa2tSc~GOo{PQny+0%#+Bp1J)#k(no?nljQu0UMU5g7; zmFX|rlf!<=Hc<*X?_}xp4ebdbW0Wp)rz6hn6$_oFWM*E?tC@Y2DTJGQTV)GdGjbYU{!1jyF{u;7n0^RhcD>z!p{b`L_#`Y>R3L0U(TphbUnz01cZ^cYom+-hX4Tx&F~ZNM@aWR{ z_^<)YF!eyDWR62~7r(y4jy`B|-!2$#^xt?B$oFJdLMCo^LwNnmG z3m&lbHz%Tva5mAw)dpadRVme)G=p1YW)e!UvyYgw3+d0o25FDpmss{+B}jfgR;kf+ zC<_V-L^iH)5v5r?3aA>eBxKmWG-tAH%qW<(&LJNeOc)DLnAL50^0Y&aB19nn^6gIe z|56&}(h9cXpIs_7WdCZvj>$ZFkA#IZofRt2fbu9(-BEQM4(-fI+4HvB + +- Update to release 1.23.0 + * A mechanism to set the size of the internal connection buffer used by + libwayland + * An enum-header mode for wayland-scanner to generate headers with only enums + * wayland-scanner now generates validator functions for enums on the server + side + * Protocols can now indicate with a "deprecated-since" XML attribute that a + request, event or enum entry is deprecated + * An API to set a name for a queue to aid debugging + * wl_client_get_user_data() and wl_client_set_user_data() to more easily attach + custom data to a client + * OpenBSD support + * A wl_shm.release request for proper cleanup of this global + ------------------------------------------------------------------- Tue Apr 4 16:57:42 UTC 2023 - llyyr diff --git a/wayland.spec b/wayland.spec index 1b9cab0..a4b6485 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,7 +1,7 @@ # # spec file for package wayland # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define _version 1.22.0 +%define _version 1.23.0 %if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550 %define eglversion 99~%_version %else