Package Release Info

wayland-protocols-1.25-150400.1.4

Update Info: Base Release
Available in Package Hub : 15 SP4 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

wayland-protocols-devel

Change Logs

* Thu Feb 10 2022 qydwhotmail@gmail.com
- Update to 1.25
  * This release also adds a new staging protocol for session
    locking, as well as a 'bounds' event to the xdg_toplevel
    interface.
  * ext-session-lock-v1: new protocol
  * xdg-shell: add invalid_resize_edge error value
  * xdg-shell: Add toplevel "bounds" configure event
  * build: Bump version to 1.25
  * xdg-shell: clarify conditions for remapping unmapped surfaces
  * linux-dmabuf: fix typo in dev_t example code
* Wed Nov 24 2021 christophe@krop.fr
- Update to 1.24
  * This release adds feedback to the DMA buffer protocol
  * tests: allow cross-compiling the tests
  * tests: check whether -Wl,--unresolved-symbols=ignore-all is
    supported
  * meson.build: wayland-scanner is only needed for tests
  * Improve tiled_* enum summary
- Rebase wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch
* Thu Nov 04 2021 yfjiang@suse.com
- Add wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch:
  Temporarily disable the unstable xdg-decoration pedantic test on
  ppc64 until the upstream issue is more clearly diagnosed:
  https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/48
* Wed Oct 13 2021 bjorn.lie@gmail.com
- Run test-suite during build:
  + Add c_compiler and c++_compiler BuildRequires.
  + Stop passing tests=false to meson.
  + Add check section and meson_test macro.
* Wed Oct 06 2021 fvogt@suse.com
- Update to 1.23:
  * This release adds the new gesture "hold" to the pointer gesture protocol.
- Switch to building with meson
- Based on work from home:ngh
- Update description to fix grammar
* Wed Sep 01 2021 christophe@krop.fr
- Update to 1.22
  This release includes a new staging protocol: DRM object leasing.
  Besides that, various test and build system improvements are
  included, as well as a set of clarifications to the
  xdg-activation protocol and other protocols.
  * xdg-shell: Make xdg_surface fail when surface has role
  * xdg-output: fix minor calculation error
  * xdg-activation: correct sequence when X11 client spawns
    Wayland client
  * xdg-activation: rewrite and move description of token forwarding
  * xdg-activation-v1: clarify set_{serial,surface}
  * presentation-time: use enum entry description tags
- Check https://lists.freedesktop.org/archives/wayland-devel/2021-September/041972.html
  for the full list of changes.
* Sun May 09 2021 dmueller@suse.com
- update to 1.21:
  * Also new with this release is the introduction of a new protocol phase
    that replaces the old "unstable" phase: "staging". The main purpose of
    this is making it more painless to transition a protocol from it's
    testing-in-production phase to declaring it stable. See README.md for
    details.
  * This release also introduces a new staging protocol: xdg-activation,
    meant to enable transferring focus between different toplevel surfaces.
    For example from a launcher to a launchee, or one focused application to
    another.
* Sun Mar 01 2020 bjorn.lie@gmail.com
- Update to version 1.20:
  + This release includes the new governance document, describing
    how to introduce and update Wayland protocols in
    wayland-protocols. See the GOVERNANCE.md file for details.
- Changes from version 1.19:
  + This release includes a new xdg-shell protocol that adds
    support for repositioning already mapped popups. Methods of
    doing so with inter-surface synchronization has been left out,
    with the intention of addressing this with a protocol at a
    lower level.
  + Both the presentation time and xdg-shell protocol also got new
    attributes added meaning bindings using the enum and bitfield
    attributes will generate better result.
* Thu Jul 25 2019 bjorn.lie@gmail.com
- Update to version 1.18:
  * This version comes with documentational clarifications, bug
    fixes and minor additions to existing protocols.
* Wed Nov 14 2018 bjorn.lie@gmail.com
- Update to version 1.17:
  * This versions include two new unstable protocols:
  - linux-explicit-synchronization: A Linux specific mechanism
    for explicit per-surface buffer synchronization.
  - primary-selection: A clipboard like mechanism mimicking
    primary selection on X11, commonly known as
    "middle-click-paste".
  * The license tag for the fullscreen shell was also corrected.