Package Release Info

wayland-protocols-1.31-150500.1.1

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

wayland-protocols-devel

Change Logs

* Tue Nov 29 2022 fabian@ritter-vogt.de
- Update to version 1.31:
  + wp-fractional-scale-v1: new protocol
  + xdg-shell: add defunct_role_object error
* Wed Nov 23 2022 llyyr.public@gmail.com
- Update to version 1.30:
  * This release introduces the new tearing-control protocol
* Mon Nov 14 2022 qydwhotmail@gmail.com
- Update to version 1.29:
  + linux-dmabuf: fix references to tranche_formats
  + content-type: fix enum name in
    wp_content_type_v1.set_content_type
- Changes from version 1.28:
  + xdg-shell:
  - Replace an HTTP link with HTTPS
  - window menus are optional
  - Add specific errors
  + Add xdg-shell.unresponsive error
  + xwayland_shell_v1: New protocol
* Mon Oct 10 2022 bjorn.lie@gmail.com
- Update to version 1.27:
  + This release includes two new staging protocols:
  - Content type hint: This protocol enables clients to provide
    hints to the compositor about what kind of content it
    provides, allowing compositors to optionally adapt its
    behavior accordingly.
  - Idle notify: This extension allows compositors to notify
    clients about when the user is idle.
  + Apart from these two new extensions, this release also brings
    the usual clarifications, cleanups and fixes.
* Sat Sep 17 2022 christophe@krop.fr
- Explicitly require a python3 interpreter to build
  wayland-protocols. It's needed to build the tests.
* Tue Jul 12 2022 bjorn.lie@gmail.com
- Update to version 1.26:
  + This release introduces the new staging protocol single pixel
    buffer, which together with the viewporter extension enables
    clients to easily create arbitrarily sized single color
    surfaces.
  + Xdg-shell now also supports compositors announcing to surfaces
    some window management capabilities it supports.
  + The text input protocol saw a clarification to an easily
    misinterpreted paragraph, which if interpreted in a different
    way than the new clarification makes clear hindered correct
    behavior from being implemented.
  + This is also the first release which mandates new protocol
    extensions to follow RFC 2119 wording.
  + Apart from has so far been mentioned, this release also comes
    with the usual clarifications, improved annotations, and other
    minor fixes.
Version: 1.25-150400.1.4
* 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.