forked from pool/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 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=107
This commit is contained in:
parent
701abccc17
commit
d0b73bb9e8
BIN
wayland-1.22.0.tar.xz
(Stored with Git LFS)
BIN
wayland-1.22.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
wayland-1.23.0.tar.xz
(Stored with Git LFS)
Normal file
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
BIN
wayland-1.23.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 15:11:57 UTC 2024 - Joan Torres <joan.torres@suse.com>
|
||||
|
||||
- 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 <llyyr.public@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user