libwayland-client0-1.21.0-150500.1.1 >  A cp9|cY,6!Bp謩gzwe_ġ{ꓸ2paCu8$q= @v={(" & գEIYrˬ^Wan-7X*#V(qs )'!4jk?l͞*,e8E髩K7$-ȂV:s^\SMڤN"6$}O۝9zq8FqC)?셀04de78c0cc9ecb7bf88383c3586aeaf2b39ce7e6d8d7b92c08ca3544bdb84b5c928a181208d3abe9ce9af629b8e9667eaead9537cp9|:mj;:f^eΙ] JfڗErr}v;#"ϓl b̏O7"kG [ `RJ=RBŢf6nGuƚϥ3Dz/&C2vJzsdD`v]a|?v/TҌ֓!%Jdj`P{e>+ylv {wD6+Wìװpm}3~Lap@+?+d ' C (9Z`hx     <L`t4(8#9|#:#>'@'F'G(H(I( X($Y(0\(X](h^(b(c)d*e*f* l* u* v*0w*x*y+ z+(+8+<+B+Clibwayland-client01.21.0150500.1.1Wayland core client libraryWayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers.ctibs-arm-2SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttps://wayland.freedesktop.org/linuxaarch64 ).- Update to release 1.18 * Add API to tag proxy objects to allow applications and toolkits to share the same Wayland connection * Track wayland-server timers in user-space to prevent creating too many FDs * Add wl_global_remove, a new function to mitigate race conditions with globals- Update to new upstream release 1.17 * There is now a protocol to express an internal server error message, and a new version of the wl_seat protocol with no changes other than keymaps must be private.- Downgrades do not work in SLES service packs, because the SP0 repo remains enabled for SP1. (This is unlike Leap, where a 15.1 system will have no 15.0 directories.) As such, to force the upgrade from Mesa:libwayland-egl1 to wayland:libwayland-egl1, the number in wayland is bumped to >18 for those distros.- add Provides/Obsoletes for libwayland-egl-devel for the devel files, which were previously built by Mesa, also on sle15-sp1/Leap 15.1 due to wayland update on these products (boo#1116042)- Update to new upstream release 1.16 * The client definition of wl_global is removed. * Some long standing oddness has been fixed with destroy signals. * The code generator now supports referencing foreign enums.- devel package: add Provides/Obsoletes for libwayland-egl-devel for the devel files, which were previously built by Mesa; see also https://build.opensuse.org/request/show/613048- Update wayland.keyring to contain Derek Foreman derekf@osg.samsung.com public key.- Update to new upstream release 1.15 * wl_subcompositor.get_subsurface is now documented to be double buffered. * wayland-scanner can now generate either public or private symbols. * libwayland-egl is now part of libwayland (and will presumably be removed Mesa soon) * The WAYLAND_DISPLAY environment variable can now contain absolute paths (where previously it was prefixed by XDG_RUNTIME_DIR) - anything that reads WAYLAND_DISPLAY outside of libwayland will have to deal with that change independently.- Remove unneeded fdupes dependency/handling- Add COPYING- Update to new upstream release 1.14 * wayland-util: do not export the wl_map_* API * wayland-server: Remove unused members from struct wl_client - Drop 0001-tests-Fix-new-ID-type-handling-in-argument_from_va_l.patch (integrated)- wayland support in Mesa 17 requires wayland >= 1.11 [fate#321223]- Add 0001-tests-Fix-new-ID-type-handling-in-argument_from_va_l.patch to resolve testsuite failure on s390x [boo#1029452]- Update to new upstream release 1.13.0 * Add some API for controlling the visibility of globals. - Drop wayland-wl_array_Set_data_to_invalid_address_after_free.patch (no longer needed)- Add wayland-wl_array_Set_data_to_invalid_address_after_free.patch: Crash fix patch from upstream git.- Update to new upstream release 1.12.0 * The core protocol documentation has received numerous refinements to improve its clarity and consistency. Along with this, many blank areas of the protocol documentation have been fleshed out. * A new wl_display_add_protocol logger API provides a new interactive way to debug requests; along with this are new APIs for examining clients and their resources. This is analogous to using WAYLAND_DEBUG=1, but more powerful since it allows run time review of log data such as through a UI view. * There have been improvements to how the protocol XML scanner handles version identification in protocol headers. This enables better detection and fallback handling when compositors and clients support differing versions of their protocols.- Update to new upstream release 1.11.0 * Final version bump.- Update to new upstream release 1.10.93 * Proxy wrappers were introduced, which help avoid race conditions in multi-threaded clients. A new "proxy wrapper" API is added for the client to use when sending requests which does not proxy events. This helps avoid one thread causing events to be dropped before they can be handled by other threads. * shm: When undergoing a resize operation while external users are holding references to it, the resize is deferred to prevent leading to a crash; Wayland now counts external and internal users differently to permit tracking this. * Support for cross-interface enum attributes is added.- Update to new upstream release 1.10.0 * Drag and drop actions are now added to the Wayland API * Frame events group pointer events together * A buffer damage request, wl_surface.damage_buffer, allows applications a more convenient way to communicate portions of a surface needing to be re-rendered. * Shared memory buffers now do reference counting to allow compositors to delay releasing the memory pools. * New APIs are provided for getting and setting the socket file descriptor Wayland servers use to communicate with their clients.- Update to new upstream release 1.9.0 * This release brings fixes and modest refactoring. - License was changed from MIT X11 to MIT Expat upstream.- Update to new upstream release 1.8.1 * This is just a brown paper bag release. In rolling the wayland 1.8.0 distribution tarball some files were set to read-only. This rectifies that. There are no file content changes.- Update to new upstream release 1.8.0 * Wayland 1.8 splits the client and server header files into core and generated protocol. The core headers can be included as wayland-client-core.h and wayland-server-core.h. The scanner also now supports a --include-core-only option, which causes generated code to use only these core headers.- Update to new upstream release 1.7.0 * Documentation updates- Update to new upstream prerelease 1.6.92 * More documentation updates- Update to new upstream prerelease 1.6.91 * The codebase's doxygen documentation was revamped- Update to new upstream release 1.6.1 * Maintenance release for Wayland 1.6, with a handful of fixes pulled from the 1.7 tree that improve handling of several error situations between server and clients./sbin/ldconfig/sbin/ldconfigibs-arm-2 16699738761.21.0-150500.1.11.21.0-150500.1.1libwayland-client.so.0libwayland-client.so.0.21.0libwayland-client0COPYING/usr/lib64//usr/share/licenses//usr/share/licenses/libwayland-client0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP5:GA/standard/f0ed6104501c87330b88458c9d6d6ea4-waylandcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5d404f677f1cd9f882d988630201d87c83102dd5, strippeddirectoryUTF-8 Unicode text PRRR RRRR RRVU]ITutf-8800fc7e4a3954a6d9b8a8dec4c698bdf197d2d0087e15e2a62c4c561c4a13892?7zXZ !t/U] cr$x#GFjS=:NUq,sDǴ"< gyrt= 3p~/:Rv˴Fb`aC%@Yp>񲻨1zp Ъڊ3: :5!1Mcܸ?j <,Tjp2sB8Ƒ M: =cGwX'Kx5}KՇH Eېk?l*5~-5+ "> 笌v{@1VM16p{AK9vEeWvdr$"ٳQD vq| 2g>=!st6.6h1" SW #^_Z+U11\Wa:XjyqԻ)?RVt"R]joڊVFp`g+y/>KGWN՗Ihr|{';)D&ʪ6BM]w!dfKΰňi˯p.'LkcP7]@0>lEYE)"Ym+\"֯vЀLuQ |;Z͸ g)Y|S P|>>+ D;0>J4h \e^X@ 2b)=%-"z[f3H9VǨl]ez`BXt(&gg?x)6 5GXLX 1 Hvb=;揄{Ǣձ ӊ|ʕ k1+?qZk|ɣ$*mr^(yxD|G5ּ!.4-M{p^"f%9?Iw')oZ\k֍ab%^R/ ewHWD=_|C,!ce2CXw4γ `bt Hcu}7tl[]?t5.@V %F>h[ [Z٪?2šұK6!^}D/%v,pyj&[袥V <XnNWCʨk2`"*~%&ɗțb!{mKCzthif_Z5s GfS}I2 KIgꛝO_{Z@3W>ٜw@Nhk"}i9ڇBP]_f!K td gߐߕY=쾝)އw"x>?FynEaJvY`lp S%gȵd4Zw;za^i[[/[w3G9(XCL+߳<'VtHڏ}FtmN:fY]lb cJ9~?_!W-u ̎NsP)H?vQrp^)=l0O;Hhg[nBo$2GjH[{houP!,"<41= !c6UԘ$ -&8nSJ8'/UJ|7lizc]$ ڰR63=TO>¾95A>o0*o= uJO,\9Um ؉)gl_!j=*3FLY-`+3r kč[5'q gɡ~5ki1lsv'41!Giʁf*=E$ jp2rj!Y] 3fitT vHXlO+ CHSXף`TGbTqLy-fØ&!~t\nV ?{7shK[6Ϛ 8(2j ؇V?Ml ywbl,:ض*?908"xe3BgF|թU TbW7Js<?, /Ūak'x(7&U[B{z%Fd3b3Fj%m`SM@4;Y !&* ЫXjgV]ƛ\!nDEp7QTtyna c Y~%rz"wP> 5\W :>;Ws]ǂŧX>ۮd³^̻;"fGb @jv}&?Vt]ƥy_}֓?4pU2"3{v?I0G"aIkXM(E|D 'DgF|\epYJ8,ZICR89#6W[)cLb ]J >'1s")CfLD)$(v\t_i&%l Zd#2+')N˙u[WQ~ !Rw##P3 :!֯l,1Lk)dZl8êxB_FS0%F"~sPxBFa5+A vx7ٵѾE 4F;Z6w-vgv3E 5 O#H.R[#W~\p%I)\1`ܬGQ^JjzS s<'E+RCkJ'^ l?o"]%` ȥHٞ@jɚʓy NOEy Fmeژۛ= <%UYOC_lщ*aDݭH"Z0u4W?%@{?0rW5َ[Wge(v/%tu)bvNnbB #5`zrqTCj7Q8bӤ0H_s , qT[i.oQٷKfV} ^?P+_^e]W,6ؓ;ء(q_>O/shOc3،X09!,2 QG!ߗ\;x%ܽ7HY^>;O.3(1QT' od-`wNqT.4*6x6]qQXۥO:bM\Kv.?)9;u95qbSS͏ueU~l&E v 栙Kq^a2{O4sB15h 0L}q ~g5#t\R`DqkfN<D5q')b #]G7$S_[c,;VL^|o!$0h9^Bsj`d%Vp/ڈ\oF)VW%&papP#5ibt_–Nm) <FƏ0SO.%Ys"8TCZ?ύJ"?jR;*V) sMo5RqB & j0UOQ[Tw!U?[5d5.b?V;qO(2]܍8Gu;&z&sF%f?Q[ 6OQϪvTY3%լ-5Ѫ^aZy87]y7J۳!>Hq K{U*َ@r"sَ Y"n>_~cm!dT7:HY,crfQz':5[a|?l;>&}XgZ0PZXby -~O, ,Abϙ79!)JF\?][=皰7Xޒ<'2ߡ]ԑ ]MqI _Cmx=oRGIYIZ㍖&{?"ɳ%;5QGZ_dv}>ÁoU:^ [oza*VGh="UOS~O&y-B?HlTzpQ鈞Fe\fe=2:lxTi\nPV{л7s@4]w}SX$  2BݘFԠi x j\&M`O#aʢXw?WBƯu7#E>'m?Drx7/0CFVhOC{ X.`BX#;fӨ s&(18ȣyS {jalA⼝ć#шVIK"_og|bDS8>5OzEO+zcM}'4U8 l>ssJKs9frdz&$q&Vj|49"β Ԍvb}rAA%6s6iWZ~GhG[D֒ ݮR)΍<=Z-~@YU2x,03oyԲ.,u?mjʬL a1sPz6&?#Iڄ3 ge(EE`-k.j<^TJ>!7޽.Pf]orQAD\XeO7T%[n5@1-O.Iɴi1"VkR u1=Ʃ^z-ϬK*.y~et8c1(3ߖ]\<ȉ\0&dӻyU)O<+Gq`<8s*Bl[6ڦ#u^l7ޤ3BY/50g.c-htX!5h%4gK~f),SQ qJQ5ѵH `I9B#Y`O2 1zĸ3`6A5N@ZzGEr~UéI?PҔo"ݚ猢Y }obqpu&P%Fe},6ֽ=Ld1pJ,;RƜ'gO„yM⎝ 0}35dU,B:uXs 7J;'[.!ꐝioB^c IK ӓ6~zzdӍ: {-U0֊ %JaF;= lۧLD^Bd輱^`,5:Xnd)ءB;>EZ!@9};T;.@pnb EH4*ہ!T@UB)N?6:if.w<>-Evɴ\&t349 sND6ڛ69GUkH ]}!];2b Idr^F%]tDqr"^CY%R3aVvv"I 8 "aZMDo}!ZO)J_GZsH[*ӝa2CA$${=rą"ӱ1O{/c㑻Sܸ g5>X K}u7+4 K\V ade1F*b,QVz|/f*dEyժUDƽ 7(yDH_TzvzUV`(ΈYLC;*~.j~9U8"^"-)qd$M%bmڞ|gN-mc}`S[$b|mlN; ~_ aZV_Q 6?b䬂G]/Q:* -À],V<LOyTm0c!&kі};?ٍ@I"ƥ7K{j3C[_ĸq) 3!V9 '(Q˥~BDRf^Gafg3T%W1)CW7V,rw*@#rhJfB8,=" Z;&f)$z+mDϷ:L^œ8}:-LtoŸz=6+B);jnOrMhuաM, AEDaF~XTػ ڜz"N!2d9N2L/ U`B9=>#\f;fюmOMlI uR"!瀽{ĉc0\#昕5:ڎO,5~u7[\)=[lCN6Ӿ~b| 3{y]NɖfH3IMJ\r5}cc'M^% N#h4lr 4T(H.wxfudtPkepՋ,0UTT ]wx ҈Uw9a B&{Tk(C7gƒTB%Z} ݰ<.:. dɴy9Q"⒨XONYIOۚZZi4,N5JWF t-"}.aA>2Ъ I>h_ yiڿS!{}P=T|+s$ ^?:RHgwٍDsĂ2@IC޲L>7אcKUəyJ#<Ezl_[Xaf&̄D >̘~ Fit& YS3:w.sfz])Qhv:֧*IhD.ڿ=qf/AC(N \, :#: _u@g|iݼ+.iiU<77F%F>Dq;okçAu^oO]O{VGӇ5V؉$g"2g!VP˽fKa.Aw*%mgr4bs _n|< SAg. AXXdj(SV嫳T+Um/%JEb4Y.iL7,͆ۍ%Y(X Hb " 8:ݯ}cz߅9ҥBc[`Z"Z,Gjƫ^JHU%RD7.+)1n(57=FU/qymH|; FsSq'm@*3)BkB^#7홝nӵLj0f>2PD+hC1z^'9Z@ %|T\0!b | пU\ h%@Ϙ^gMJY /xIy)"4Cxʻ1i_/FݍɿSUȑ3 W}te Idž蔶枬 r4nV[{Ux!\pha >лQ)ۉײ?CSp@Kػkj,m\W}KH!?+o(~c6R/ۊkSK쁵y2,(f4pz ּCYW=ڥF*=MPC☩ʍOBJöMktmLkHAa[P6R' z2Lia@d2tV]ּktwӅZ6i狭")\B9g&<*v@5 A~ޑK=;Te#Whjp4k:Hz *njŒ%Q pij6Y(i@ᜄBց/V'&X#to,zmys2Bd߳6{pWBVgMYdZ]`q>:,$PL(^KJ4FQWsk96ŀ7sJ/@1zEd7;F 3g䫿t1NUo3{b7;y,={mܘ- G萒VRWhqBTǧvCX>AֈW[<*-.Ht6+TYFݔַ ]W.;!7p .vM֡GꃙE5N&.'E\/`[EXq(7Կqfd!\?C1+?y-Sޣ$.63ZYZܪLC93b
  • `9$~,Ta9fU=;|O اjtG?BA/'cPW #OY~&'02k7ϘRpE@Z/j_ZO]x1Cкץp IcP|^pVsҟ h X<*5a_~8g>B3FF]Eq%$|:p}_["yc&a] Z^9E;7BǖyBLʜ:6U$˽P&ʈȷA3Qyr2[3Y}ڨfQ`xpz"NT7 a'Tڻ 7rSܭQFI-%en8[$on7KN"Qը΅t@r}͖$\2ο c&WDn+}}'tn(99\ί/%X8ATcp*Z_k|Ҵa8=LrWu8 W/9% ÂS,b3U'7]br2]xNodӐ 7@; Щ4X}_k^A O*zfoxjdӈb!".RK]g XsOxѠ9GP0WFa>ޘ? L@0aw0g~<5"wL&[F;\;֣󌥽9KXmGƟm.X@$W )GdX8k}E(@M CKÁ.q" g ApXiFo٢404Sqr ]%3_Hkŕ ȜcbMk?f_K/8v0yY yH\pKH z,7 rq1PYph/p ~kjsΒWw\#>mj<ي,fQT-vb`{<^Z=YmǛ!2. ῲ&5$]LXv=wfk1or*=S&.G[& o6'#Uv!=)]CA6W}:2=MGw#t/WnqD;WP-GQD OQ\ &W=9P!w: FT4)8T:d6_-y^ZeqV5B7Z;~qg |fk]#"s~bÝɏ1Z6sAi^@o'@$ep((p*2kY!AxD>#J}jH[}#\jFPϩڜڷ3 /dcCj1ۙwaA5pA;9Hlgv-GT=󒈃&'c ?, 6[}$ٮA哋Q9( aCLX_o@-UV&9ܮi; +ޘ*qb3&6֫PWat?Ui Ɏ#җN;g3-6h4{D,vi䀻xD.m:8Ƚ(cC,sQ#V8=3H`6IN:'nxw=PM]KtXOKmtѯz"9뽯w{&:NpLJI9@t¶+uL%0zG~;nt K;b)nKz. \MA]Ԯ2*Yfam]GI~LuBu)s]$/=y*.j~O"\ʂߵS>Z<.tHY(C qw-JDUP>I2DmQ |%`>foS6Ea/rnDUfdҜkx%ء5I+ ,3bhӇgԒߗ۠FVGc$F,zB_kb) zH1 H=tX .A:P b-yta2[A{:>+)1uT}K@R5za2| S1d:\$uN$U;r UIp lb$ɳ4(>RzuO.il ?ZxEs[(9/e`7 q)Só'1Vmj n%2{Ʒ-d-G ~SysS**svU?^ؖN_tQR.Uƶj$H)6Jz~ͦuܞ*|G^Pp J8X :WI\NW^,cj^pgK "3zk;7Gizbv5do}Q{3!xIS+^+âx^vSU!@ɂ[S~ !wn ٤( &Xe3 ^RО̇u&Uo]sׯڔ' 6V Z qQ5DOX#F `x==߁;QX\,oCE^C&@C?y"#mhz 1>:n4DJ]|Q|o, D^(BU{1a&w~uEMɒ.fWqׯ",AbdX[$'(RuYQ馴WsO ԩ(1pTCfݙ~PrGɶd=mf{M*rzǀ̘YmX}n'z֏s ț%mυȉsɑz$r۔PKiXC 15܏b*+3鬺`*.x&t#iakЃXQfmђ"^:ڝ_X #8I ׄm}w(b`Rmʀ2b /F߲b>HHHK8x.FZP y -;5xC7뷴AL܌&'ޱΌ.Ҽ|j&j/uh.MϳH[ =*ItI~SѵE4xl@V]Tʎ+بv*"Ԛ Nc\ɒw+06-%7Ƃ>٨Sam"?]YZ{J;S6&˔;ۻgRY%ͼ׺q^w (>gСT#0}`Ɠ8}sbo@lRHj;V3H7w:MCB(жk^%HKAcò [*uobP3;^ޒ%3x6Ey!YF z'E  ukTĆ5v wV|r1fX{\@8&iW5X+ٴ,;#3"'VoǪULƧ0_ t֖ԑ$ԲL'b L@6<"r7Heg5rollhcDH,u1eGs_>͈=Dp'/z(|F!4"3l̢͡[c(BC-d"aƎ Q-^Sma@WWc;Lx<T*lFkWA r"¶ aazrqY;  5FsuÂd¤oV=QzúQU$Om~IP=C`F`3*zUIJWHfbZU/НK#Y&gH_*ϔ@p 9ZuV%W@+|9nB 1^@D+K8uHT JjIt6-@>^xYN[頩yi:+DfxmDO=}t'@čBVEQ6.˜Ij*לVHLj[76>@=N!ͫn U T#Lc}YG~ƛm-Jo:1ΰT>U=uEoF }Ĭ"U_c||0`+ŧbU=T|+zxhxfl1qHL̕w!_\%4P-8՟IrCpeX q-ҥT4ڀJ#&O0 m d'x߰s$#&C UI2n_r9_5%hέsKk<)yt ۿs}޼_e []#|{ڰY넮_Xb݇@TiHSy#Wh C7P5 .)2_z\(n 4c,VhVmv/T)'dc>,кRbg0. FOaVϦa,Jkt/ ?gÎHn 600yu$AgY *9ltZU.2drLQrTE|[l=fTf>=9vAZ>pXYGZ TIeHyB[)#4#ࡵ^b5\3^wl'xѮKlOv J[Mc>h Ў/1f tWGҥ}}~y^}͏}HQpƧ{)j7C0=" `L1+zo +hט !W?U/KpOfx(zs~HoloT 2f($DS>5eQpvW N]5j[rc׽7b;@ώt˚[ fPj,H -r / !Ub4N 4i7}>T;eӲS}Ա#}v3(z&8ͮ V: W⽨ ~iO6dQ')jIT0VJYbJXbIW7rp*t%>Nm8gg2AhzExJjD(7,f_q$(J+;cfe#ŗ[;sH@6?"7r$%i*|_j1a d}!٣O;.s|۶8goG_Esm擀]7wD3m a~hFZ9wfO_b(07479J6)&dbOO}5b KDgZU$EH xhJs%(E o,W^(V*jut֘375¬eE;["'WꝢ84.?@ؐrm {qm v Z.Keju\&d/VAUZ. d%zdĿ[iz|]f׵#,La:XKN|}'X]ۡ3t2q(Ka/&h YZ