From 335fbfbfca4ce8d683386a1a9c4cbd7b5bc2ea7a368da090c03e03fd78bbbbf2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 11 Sep 2021 10:14:02 +0000 Subject: [PATCH] Accepting request 915524 from home:cgiboudeaux:branches:X11:Wayland - 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. OBS-URL: https://build.opensuse.org/request/show/915524 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland-protocols?expand=0&rev=50 --- wayland-protocols-1.21.tar.xz | 3 --- wayland-protocols-1.21.tar.xz.sig | Bin 566 -> 0 bytes wayland-protocols-1.22.tar.xz | 3 +++ wayland-protocols-1.22.tar.xz.sig | Bin 0 -> 566 bytes wayland-protocols.changes | 20 ++++++++++++++++++++ wayland-protocols.spec | 2 +- 6 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 wayland-protocols-1.21.tar.xz delete mode 100644 wayland-protocols-1.21.tar.xz.sig create mode 100644 wayland-protocols-1.22.tar.xz create mode 100644 wayland-protocols-1.22.tar.xz.sig diff --git a/wayland-protocols-1.21.tar.xz b/wayland-protocols-1.21.tar.xz deleted file mode 100644 index 6ed636f..0000000 --- a/wayland-protocols-1.21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b99945842d8be18817c26ee77dafa157883af89268e15f4a5a1a1ff3ffa4cde5 -size 117296 diff --git a/wayland-protocols-1.21.tar.xz.sig b/wayland-protocols-1.21.tar.xz.sig deleted file mode 100644 index 2917dbed1f599721a67b9798c32f72d097ffb02eb4b225efc22917de3cebe182..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+K2f(5vy1k*gy$-pi?(CicHWo?+0$_|VEdUA$5T@?z zo&h!%N&^xP|4j2A=_hzah%a1ezk)HwkuAP0R|~E#%$apx#+2 zG?Qh8VZ`X$$Yh|SfA6r?md+Z$l^<#!R}*+Jj)_uM9po<`oY>kMEHo0rqu+V)16CDs z8Ebc*-Kp|atoXn?o48kIJ0pRKqrK*eQWqDJbx$Fultw>Wd2h0o?#A|%Z=eK1BWeRY zXu%mOouXy-R=&n^B>XE=ZJ~yO35E%AF?dyK%CI|VIhpVG31glOuCD-U6BU)P? zlzpm-S7{di7XsijaG-ho2F|kI#qeRku@T+o5u4Vjyd3QaxCuE}naG{EAEP%}tbKko z`eDAk<>JlinmXZ2sKJ9LF3SZ95hKfb8CqBGLUacd$&xfZQu|hVL@4cjZ6g2vGh0rS z`0ZNdHz)|8QmSb;=CHE^SZP{*5fY?KqjkeZa2FoY5AQHU$ia>=xbLVLZ+y!K5DBJQ zVSAW*Ws%l5ea5b>1}Q=q$2-tlJDM-!K4h`;N@_Py8(cf@uKkj^JEvlF@IKrO<^egi zu4J?E0q@RLr6%ji$IF(I7@rBU+(qjuTB< zUiSpoK6EigYWvcfx(V|H-4<9}q8~}>Yg6B~BH1d##^#;WuS0Cf6Gu@-vZl4))X@hhk zFskR?&~ndAYm=*yN@&$1lTm8No=T$Ho5*|LTq$~=fHgLs<*;SZdV^4|@HOsY}j&?!}T@0r8SdGCZ*KtdR8)IH+y_hIM12>}Is{h4r3nxK|Z54pF8+eOPeH zd8=bMbt16FUk7~ApT9z3MLI>;uE>rKE<))i!*Jc}AdC;Zxy8P%XK*kP#J(1k1M|!4 z2FgBPL^LCUV?431bx?i(sW68l%rDdt@7Pw$m#NpgGN3;Z$E(fD!J=)%)}8iL+g(Uq z<4-zX(Na9J3H`Cg$>lNf8_0jZS-wDa4g(?B{kgGb!gvLcci9UZdsAf>{Z*7 z48W2@KiPNh4=GCG=;vhP_(x$60RgJDQZHR5D@{mGDgB)5 + +- 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 9 17:31:47 UTC 2021 - Dirk Müller diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 732c04d..22b55d7 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -18,7 +18,7 @@ Name: wayland-protocols -Version: 1.21 +Version: 1.22 Release: 0 Summary: Wayland protocols that adds functionality not available in the core protocol License: MIT