From 58ed8878e2490508d12ccdebd526e7a47fd89af323fe0c4cbf9c1f5c9546c645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 10 Feb 2022 11:05:50 +0000 Subject: [PATCH] Accepting request 953104 from home:fusionfuture:branches:X11:Wayland - 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 OBS-URL: https://build.opensuse.org/request/show/953104 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland-protocols?expand=0&rev=55 --- wayland-protocols-1.24.tar.xz | 3 --- wayland-protocols-1.24.tar.xz.sig | Bin 566 -> 0 bytes wayland-protocols-1.25.tar.xz | 3 +++ wayland-protocols-1.25.tar.xz.sig | Bin 0 -> 566 bytes wayland-protocols.changes | 13 +++++++++++++ wayland-protocols.spec | 4 ++-- 6 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 wayland-protocols-1.24.tar.xz delete mode 100644 wayland-protocols-1.24.tar.xz.sig create mode 100644 wayland-protocols-1.25.tar.xz create mode 100644 wayland-protocols-1.25.tar.xz.sig diff --git a/wayland-protocols-1.24.tar.xz b/wayland-protocols-1.24.tar.xz deleted file mode 100644 index e1eaac6..0000000 --- a/wayland-protocols-1.24.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bff0d8cffeeceb35159d6f4aa6bab18c807b80642c9d50f66cba52ecf7338bc2 -size 77120 diff --git a/wayland-protocols-1.24.tar.xz.sig b/wayland-protocols-1.24.tar.xz.sig deleted file mode 100644 index 449596be4f871c348e54d3221844a9baf8b97b125ac61275e81e5eccbbed4f41..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+K2f(5vy1k*gy$-pi?(CicHWo?+0%4r72mlHR5T@?z zo&h!%O5@-V0H=-7WfWlV*}}sF|C^*i=dAHn<(2l0L-}Hj`m>6m0aLe~knw z(ir+P*>?BXgkj98xJ_=v#AZw=7V!xA_+l&3sj@MSUn}qt?R{FhJCOG_>H5+!JU`7+P^KGk7E%FVRaXaG$hDUV(=4)~i3dZO zbna$=_~wIyLg!~|RI6|9V^IX|yveHCV)nR9VyGx{rfL={@Wd)Xfy!ff7;7l<;1>*ViP5o5BAVf8r%#yaiwpLd#vE$?Sf7ES^6uh=L^ws-Y5u-~{=5-0 z?E-w;lt8mBQ`KU^YCqY6q;^*G4tqh^#kaxev3*>hV4LeYugV(I!-$!0z^yul@`SyP Ez=*paj{pDw diff --git a/wayland-protocols-1.25.tar.xz b/wayland-protocols-1.25.tar.xz new file mode 100644 index 0000000..b070c51 --- /dev/null +++ b/wayland-protocols-1.25.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ff0f7199d0a0da337217dd8c99979967808dc37731a1e759e822b75b571460 +size 79784 diff --git a/wayland-protocols-1.25.tar.xz.sig b/wayland-protocols-1.25.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..7254e6f3a456655739d348740dd72f6f1fa3ffc4319a30547db5a8e341d73095 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j+K2f(5vy1k*gy$-pi?(CicHWo?+0%7zMg#Zc(5T@?z zo&h!%N}44P|8m-=)7jk-ulzmd8w36{4D(&Dk5vL0`A^G*H$Y2}J)V=Fi_1!`T20^B zV|K5wwa3Of`rkqIA^e1iB_7gmwCOvJ6ybc@lJ$)`3_u1~8-OI80`goUs`Ll+SIGj;SA~lZ22#I6&8bcT`UqseG-&k!{HlA_|i^@Zw>lR zNA&w{GdxQ9WQ37GnsZnLqoQd^z?=llG`JnP-5KdV!slEWQkqC)V#RrFQkS+boRJ)* z)lEH!$jCu}xSu=VE*%w}vAAC~&h$Gh@GJW8JdUkK#840>Fe_QeE_wQ1Ab8rni~vN^+K~M8N|_MnbPG zlczm#m1@LWi$3@IqKbuC7=Wpc_X9%Kqx6B zC_^EEh78$nz+5A0 zr~>X#=H6-%g|kT0pO_2t0^ EbcRq95&!@I literal 0 HcmV?d00001 diff --git a/wayland-protocols.changes b/wayland-protocols.changes index 8c7f9d0..d5482d3 100644 --- a/wayland-protocols.changes +++ b/wayland-protocols.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 10 07:52:18 UTC 2022 - Fusion Future + +- 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 08:29:20 UTC 2021 - Christophe Giboudeaux diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 7ca2663..6a7d1f5 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -1,7 +1,7 @@ # # spec file for package wayland-protocols # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2015 Bjørn Lie, Bryne, Norway. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: wayland-protocols -Version: 1.24 +Version: 1.25 Release: 0 Summary: Wayland protocols that add functionality not available in the core protocol License: MIT