SHA256
1
0
forked from pool/wayland

Compare commits

..

2 Commits

Author SHA256 Message Date
Ana Guerrero
bea645e4d6 Accepting request 1181996 from X11:Wayland
- 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 (forwarded request 1181984 from jtorres)

OBS-URL: https://build.opensuse.org/request/show/1181996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=50
2024-06-21 14:02:51 +00:00
d0b73bb9e8 - 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
2024-06-20 16:33:35 +00:00
6 changed files with 4 additions and 15 deletions

BIN
wayland-1.23.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
wayland-1.23.0.tar.xz.sig Normal file

Binary file not shown.

BIN
wayland-1.23.1.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,3 @@
-------------------------------------------------------------------
Tue Sep 17 00:53:52 UTC 2024 - llyyr <llyyr@yukari.in>
- Update to release 1.23.1:
* meson: Fix use of install_data() without specifying install_dir
* Put WL_DEPRECATED in front of the function declarations
* client: Handle proxies with no queue
* scanner: extract validator function emission to helper function
* scanner: fix validator for bitfields
* tests: add enum bitfield test
-------------------------------------------------------------------
Thu Jun 20 15:11:57 UTC 2024 - Joan Torres <joan.torres@suse.com>

View File

@ -16,7 +16,7 @@
#
%define _version 1.23.1
%define _version 1.23.0
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550
%define eglversion 99~%_version
%else