From 34cf6c07d87cc31a6bd3faf8b9757438f8657baddd46a0468c1ee936d501247c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 9 Dec 2021 18:31:38 +0000 Subject: [PATCH] - Update to release 1.20 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=97 --- wayland-1.19.0.tar.xz | 3 --- wayland-1.19.0.tar.xz.sig | Bin 566 -> 0 bytes wayland-1.20.0.tar.xz | 3 +++ wayland-1.20.0.tar.xz.sig | Bin 0 -> 566 bytes wayland.changes | 13 +++++++++++++ wayland.spec | 5 ++--- 6 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 wayland-1.19.0.tar.xz delete mode 100644 wayland-1.19.0.tar.xz.sig create mode 100644 wayland-1.20.0.tar.xz create mode 100644 wayland-1.20.0.tar.xz.sig diff --git a/wayland-1.19.0.tar.xz b/wayland-1.19.0.tar.xz deleted file mode 100644 index 08c8ec3..0000000 --- a/wayland-1.19.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15 -size 456380 diff --git a/wayland-1.19.0.tar.xz.sig b/wayland-1.19.0.tar.xz.sig deleted file mode 100644 index d6b931be2fc90349f4b22c7a79f200a22e4fbd430600b3138515317d019783de..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j*Q|CJ`s?+%xvK;q;N-h1Hak6uUx0$>rDqyP#D5D(sa z;OLKDNcE2p0Iht>tTJW{4hLee6KGC$fZy_v34yarZWwZ++WW&@?s2k7SV)II{7!=< zz!x;ZWjEfaSH-V5V_Lb0{1J5eviQCr_)Ciy*R$qJSZG`N13b3wEb0C7H7;=)`KTXf z8IpiXNf3o(McU17?jBWynJXhJ(*Xd!r1_7DywqC)-fiF*b^l zUS#6z&R=CZDVI?OJXRJnty?yJ7$erbGGSDQ)fnjh&_+{^Q%`kLv99EC-elc8d;K=Q z6d{M(;IdH7#@L&6iRdKY>91xUEyHIeeqAnT?3=&(Jd4nvLNOCk!c&ez0A%aJl3i^m zxyXuoqpU$#TLCSGkc{Jcw{;ldIv(fdNXxsOsv$heqUi0aRvHJ)Sv11QW=@w2SGIak z$KD|-k}JqD)Q}wQR}_?OD~2^r=*s{`W&vonigJ)|lg<8gsv#o&w(j<#@`Ut1m@oJ< zm>~R-*p1rQ&z~#(x~;9+{5j>o2b2HjJulz(vS5B~oa9nq_Mq zKUS5M5tUh4Nv>=K{k6s5ryKn|6jmr&i>c~P6 zl1dB)(9!J+RBKmu~qiazl%$GKiJb61@J)-Q~^2Tk}^U zEW(JdUKG_KP+4SvOvg0k3NLkKENPCWCn@s->5;=d!hlqo4Tgw+`q*~w7Z!Bq4u{%w zd2?=2l#bWk)_q;o-Y$*Bn*n2fn|>xk0#y{bLP#}Desar?*wgF96Yd<7BZ^56bZs)c z + +- Update to release 1.20 + * A few protocol additions: wl_surface.offset allows clients to + update a surface's buffer offset independently from the + buffer, wl_output.name and description allow clients to + identify outputs without depending on xdg-output-unstable-v1. + * In protocol definitions, events have a new "type" attribute + and can now be marked as destructors. + * A number of bug fixes, including a race condition when + destroying proxies in multi-threaded clients. + ------------------------------------------------------------------- Fri Nov 12 20:08:09 UTC 2021 - Bjørn Lie diff --git a/wayland.spec b/wayland.spec index ca97a97..63bcd63 100644 --- a/wayland.spec +++ b/wayland.spec @@ -15,7 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define _version 1.19.0 +%define _version 1.20.0 %if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550 %define eglversion 99~%_version %else @@ -37,12 +37,11 @@ Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz Source2: http://wayland.freedesktop.org/releases/%name-%version.tar.xz.sig Source3: %name.keyring Source4: baselibs.conf - BuildRequires: c_compiler BuildRequires: c++_compiler -BuildRequires: meson BuildRequires: libxml2-tools BuildRequires: libxslt-tools +BuildRequires: meson BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(expat)