Accepting request 1009624 from home:iznogood:branches:X11:Wayland

- 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.

OBS-URL: https://build.opensuse.org/request/show/1009624
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland-protocols?expand=0&rev=61
This commit is contained in:
Jan Engelhardt 2022-10-14 13:07:13 +00:00 committed by Git OBS Bridge
parent 75972d18ab
commit efb8f0d96c
6 changed files with 22 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c553384c1c68afd762fa537a2569cc9074fe7600da12d3472761e77a2ba56f13
size 81028

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9046f10a425d4e2a00965a03acfb6b3fb575a56503ac72c2b86821c69653375c
size 82604

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Oct 10 21:03:51 UTC 2022 - Bjørn Lie <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 06:37:37 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,14 +18,14 @@
Name: wayland-protocols
Version: 1.26
Version: 1.27
Release: 0
Summary: Wayland protocols that add functionality not available in the core protocol
License: MIT
Group: Development/Libraries/C and C++
URL: https://wayland.freedesktop.org/
Source: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
Source2: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
URL: https://wayland.freedesktop.org
Source: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
Source2: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz.sig
Source3: %{name}.keyring
# PATCH-FIX-OPENSUSE wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch bsc#1192209 glfd#wayland/wayland-protocols#48 yfjiang@suse.com -- Temporarily disable the unstable xdg-decoration pedantic test on ppc64 until the upstream issue is more clearly diagnosed
Patch0: wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch
@ -33,8 +33,8 @@ Patch0: wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-
BuildRequires: c++_compiler
BuildRequires: c_compiler
BuildRequires: meson >= 0.55.0
BuildRequires: python3-base
BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: pkgconfig(wayland-scanner)
BuildArch: noarch