Package Release Info

wayland-protocols-1.36-150600.4.3.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-2776
Available in Package Hub : 15 SP5 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

wayland-protocols-devel

Change Logs

* Sat May 04 2024 sp1rit@disroot.org
- Update to version 1.36:
  * xdg-dialog: fix missing namespace in protocol name
- Changes from version 1.35:
  * cursor-shape-v1: Does not advertises the list of supported cursors
  * xdg-shell: add missing enum attribute to set_constraint_adjustment
  * xdg-shell: recommend against drawing decorations when tiled
  * tablet-v2: mark as stable
  * staging: add alpha-modifier protocol
* Tue Apr 30 2024 christophe@krop.fr
- Update to 1.36
  * Fix to the xdg dialog protocol
  * tablet-v2 protocol is now stable
  * alpha-modifier: new protocol
  * Bug fix to the cursor shape documentation
  * The xdg-shell protocol now also explicitly recommends against
    drawing decorations outside of the window geometry when tiled
* Thu Mar 21 2024 christophe@krop.fr
- Update to 1.34:
  * xdg-dialog: new protocol
  * xdg-toplevel-drag: new protocol
  * Fix typo in ext-foreign-toplevel-list-v1
  * tablet-v2: clarify that name/id events are optional
  * linux-drm-syncobj-v1: new protocol
  * linux-explicit-synchronization-v1: add linux-drm-syncobj note
* Wed Jan 31 2024 dimstar@opensuse.org
- Update wayland-protocols.keyring: Use gpg key by Daniel Stone to
  verify sources.
* Fri Jan 26 2024 mantarimay@pm.me
- Update to version 1.33:
  * xdg-shell: Clarify what a toplevel by default includes
  * linux-dmabuf: sync changes from unstable to stable
  * linux-dmabuf: require all planes to use the same modifier
  * presentation-time: stop referring to Linux/glibc
  * security-context-v1: Make sandbox engine names use reverse-DNS
  * xdg-decoration: remove ambiguous wording in configure event
  * xdg-decoration: fix configure event summary
  * linux-dmabuf: mark as stable
  * linux-dmabuf: add note about implicit sync
  * security-context-v1: Document what can be done with the open
    sockets
  * security-context-v1: Document out of band metadata for flatpak
* Thu Oct 19 2023 alarrosa@suse.com
- Use gcc11 in SLE15 in order to fix a ppc64le test that was
  failing when built with gcc7 (boo#1216320)
- Remove patch that doesn't seem to be needed anymore:
  * wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch
* Mon Jul 03 2023 llyyr.public@gmail.com
- Update to version 1.32:
  * ext-foreign-toplevel-list: new protocol
  * cursor-shape-v1: new protocol
  * security-context-v1: new protocol
  * xdg-shell: add suspended toplevel state
  * Apart from these new additions, this release also brings the
    usual clarifications, cleanups and fixes.
* 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.
* 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.