Accepting request 933401 from home:cgiboudeaux:branches:X11:Wayland

- 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

OBS-URL: https://build.opensuse.org/request/show/933401
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland-protocols?expand=0&rev=54
This commit is contained in:
Bjørn Lie 2021-11-24 08:56:32 +00:00 committed by Git OBS Bridge
parent 286058becb
commit 3758d6ab09
7 changed files with 23 additions and 11 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,8 +1,8 @@
Index: wayland-protocols-1.23/tests/meson.build
===================================================================
--- wayland-protocols-1.23.orig/tests/meson.build
+++ wayland-protocols-1.23/tests/meson.build
@@ -6,6 +6,8 @@ libwayland = [
diff --git a/tests/meson.build b/tests/meson.build
index 5439239..cbb147c 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -7,6 +7,8 @@ libwayland = [
dependency('wayland-server'),
]
@ -11,9 +11,9 @@ Index: wayland-protocols-1.23/tests/meson.build
# Check that each protocol passes through the scanner
foreach protocol_file : protocol_files
protocol_path = join_paths(wayland_protocols_srcdir, protocol_file)
@@ -111,7 +113,12 @@ foreach protocol_file : protocol_files
@@ -113,7 +115,12 @@ foreach protocol_file : protocol_files
'-Werror' ],
install: false,
native: true,
)
- test(test_name, pedantic_test_executable)
+

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 24 08:29:20 UTC 2021 - Christophe Giboudeaux <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 4 07:19:04 UTC 2021 - Yifan Jiang <yfjiang@suse.com>

View File

@ -18,7 +18,7 @@
Name: wayland-protocols
Version: 1.23
Version: 1.24
Release: 0
Summary: Wayland protocols that add functionality not available in the core protocol
License: MIT