libwayland-client0-1.19.0-150400.3.3.1 >  A d5 p9|#ԡidT|)m3NZ{trNwpmS$W%fz+4|F=SV91A[0 &s8neЇ%3&Ŝ[,^a}6}ie%-X*ԡ{##T|l%p4dNhbї,>0kGwv@a|zkC?$;XM4a$b71a78789336723a605db57b62658672e1d78f8f248592f2e8d2efb1876919c953fa076356b25e15835eb6c6ca2a35f33508923e{d5 p9|,OoC1.57DklV\Ϋ.:Z KnrҜTe#W>ZX]EKKm ;+XNrh?cʐ@4ԡ`$ǐF.ĥ/6B![f8`Dxğc[0KO4P'WY7[`Ոwfڡ5XBK<7rNq9稽|`,%׌ʺ[N`>p@&?&d ) E ,=]cl|      @Pdx4(89L:a>"@"F"G"H"I"X#Y# \#8]#H^#b#c$d%e%f%l%u%0v%@w%x&y& z&4&D&H&N&Clibwayland-client01.19.0150400.3.3.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.d5 7ibs-arm-1\SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://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-1 16811973671.19.0-150400.3.3.11.19.0-150400.3.3.1libwayland-client.so.0libwayland-client.so.0.3.0libwayland-client0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/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:Maintenance:28581/SUSE_SLE-15-SP4_Update/a91bdaa0bad6d0719ee77becb5e03d9f-wayland.SUSE_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=84297b9e49bf718bb972ec5d67521bd14efe593f, strippeddirectoryUTF-8 Unicode text PRRR RRRRRoE? KGgGNqutf-8911eb477b9ced98c13f99ee8289162bbd4d4c4a76366f825e6319a22b5b96d07?7zXZ !t/_P] cr$x#Hl%Esv2`4a>j#+RrF5؀Xxcw:)\(.pC{s`j_b7?llE! Űt4۪«.,~pd&?[dHR"J)h2 MH%y+ƶHaks[!4S,j'|J Hv Mf*Ms|AΝ}`XЌnI8m=l$np`&Q8MȁPJ+'[=1IEwflM"hFeE.7 h_f70q?\4kɋ*(OS+h#9HេY>@ܩÝ6p:6]/d즭8{ L )L-lފP]j=c] Z trА]DK@|^>o001SȲZd`58>W zDwqD .KQg0~)Ѥqa]/0J<ڵL_}`"k̅'<DTO!CLeQ0igB\Q൏"PD{4Qؓ}\ܜàABMY5=W3(nZG%)A QrʬU|Zz~;f*NX_Sgo7G"PYP=/_;NiM<$%Bݒ(M= F@mx 8Jߤ|V, '6̍t>AmQva yTIB cvRy1 2 4euZRKHntM rTbSp"IdT_tu" -?gF r 4,~( Nz󴡎E,it G>TVh\6@pńWL/#!J9{s4d/bSU?tDukt^5eZNX!Ϣowt#w * k}hK3[8typlѸ ?Dt8/6 _&By[,}5#dypvCF$_O%~2D@T`w4SdѠ8~2:3/@F7si+mAPgTnGޑ`];{pkhm@Z 7Y,n`430]U1YUk4~1/FtJSV@꽜~z%0dvUeLZހ`?thHjw@9%PJ뒍uC*z)5j)P@2.`>>$rǔfQcTh*J3ᚢ_]֑^3m; ="lm]I鋻S`;Lc/ՄE\ki_ 5r96e'G\Br v@j)X6lmhR &~"?=£ߙk̽qy_}8azc|a2A6yp+VvQ`kbUύ 刘iUp:fƷ)Nx+]@Ғc*0D>/e{ePj!'kT. 1<{= c!%^9Ny˓; WAͦml=lEjiR}Ѧ28!2|Eֶmb•{Ygѿ-ޭPc@_j?(Sӈ$  lS3ӿɣ2tH\]A('GT@sDv۔.XIU^] Bҁ~E)0H-KlQ%͍knXgKr`mGʖpvM_#>wC|. D^VޫYqq5LJy#&B>ߺUzu)*YœD[ zկ!PL)oI80۫r!HGנ6z':6cjhP\u8ċ_.D}p,yŪw64G bg̊(K3t+ax(PRORs?OZ+M ʳLZLMPEnϬgEqطs7uoȬY3 Z5NNILN!#&^]?C1t)< UwY/8+ hRo"Js/_7AQ*L4yIz*R ){%_o*Z^ ~T崜gw M(;!FTMlr+lo6s>0F5peHO]_? }"{)~?rA2^Ph 3E(- whF45JT ]f|RlUXnU`gVvkp8N³t*Ikr|M. U(# ٩qE`8J ~{1Ey$r1hI3'L4X8 gzoQY"m[*1!ssԯ"6n#&[鏊:L7| D<'nY)7zg<ٚ 9QCC~yk3@Q-{aQ $ +\+;[`7ooC?a;^S0Ak'#s'Dz;{;;edԃO!4!Of RxvW:pA]S7rUf?6qGUjkK.{Uhi+<NfvÐʼ=T=᧲sϘ펓|}DA.ahܶ6ovy5x*JnVד3{. $F TZBYGK5Sp1v4 i.6j]A1}&)PVdf*` y?,+a|DI"%tT2IU?-3f KQe}=U Ei}t\y0VQ@%RNd%4]A^y덯)h9;tݮ^9vO˟H o3MZ ?-˫& r B\f~- )Ec#sQ9\ԕ Nrq#QGlq\+B'mDY%n\LE{joyx})_멱Y/Ggh ljI'ـ`( d=wӌEAr~FV{ҺÚ7jPz!5ѱH^qj'KYFI2a!IS72HoKtDPf\ȼSpΰ e%;rCJ@@x.lAcƤ@ОkcCNy>Rݠyr$̣/!lFRKt=ATeSwS W8j?/qCtxrh J&|X,Pu X1M Hrk0#7P%0u\AXv=].d9Gr ]_LJ]1"{L%kb!+) rK-Q3-vA!8rAp}sYgKT+Y?Ptf ۺ8N9Ia^iqʥ6NK/z%EDž:⥤LJ%:Z0jL6¶r݌/G2QKa7V29`"N{Mc)?;C}|N>6RFlr2ftF)j=d;[a};<7`**xF!SrR͚̪$=35%A/݄bCKn'y$5V^4KЉL tbUL2v˵_dhjQp:@[´-FF2:CmN_SnR"ȾƻX "^Ei~ܞ/k;8#MAIK`` NQ_N(xy9E cٻ{ (HD+J3#![>K݁ɗKhLu|dϽh֋[+_lt J[o͆=HoP2s6t +X2 gE0F*YU&W3Km (ւBVR A=FNB"Ey`B-b3yC`yzsZu&'Ґ[-)go0P+>Է%mzTbeF ;CSqQ';h$X 3z8 N3munVq{ fp~jʡpn iEjVJbu/~%*'͂)X[U;}?ǀA V?R M%Z̼HZI,߫= u\8N_Ǹl% '䵶G)RS'o;ӕNV`8ȋ\=LC)~o< Ɓ T.ܽ%77DidvDZv<~| y%>w,x:W\;E=n4Nۅ}Лd4wm>Β틼y;dEIY?sou#e;Hիq~#n<_wCzb2W1N~xR0XQDy_pmTОڢMdF<3Bwu/3KLNx<խ7(Uc FUGot#/%.1dDNܭl;#r!8ޘA!AФ $}J=3$'1EGYN`>Abw rS8z_*z OW8+7:4"o%7nM{ݴ܈J\c9xb4FW!&3tJm^?VaW-ÓޠV|!*_ZmKwJ`%~QnlwmW9<xDY}`#hԽ.q#T _zсn̛Ȕrg1]5!V2$302s}ʂr$5AwW@DNӾjqA!͇諬-oTƊmho:DẐFM\=rI_d'WVqPH[99xNPUh]%$Vd^Fz~֜vHyau'›%v1v0,!IE`[2Zӊ%y:Aϻ2&ۨl 7Īiw_<_c쯬ZբT 0w4Wpqv\tm`Ԣ:Q_4LSl]6Lc*a '&(vٍu,:{4UE1w Rex'cWa1ܨYWeC:.;KZq,eMkkخ,Gb_*ag`)YY>}7B Brn`U52mth'Yܴ6o1wi'\ ?"ҶK`lq6bL|M/ܓ=| KMYS3b{Oh.ISr[y),bV,\ u.J]s;Hq-h)r0@D?”>Ļ 0hGS\) =`ǡT&af0k: [ʰ(ID.Lģ+͊n3l}͸Ԁ|:v0h8 ++Wwo !w#>ɓUfÖ :P$c6k!؉rŽ{A,"[ՊмEz&SAZv:Aߴ TofxDnxήŚrH,a>_7`-9\')#8]J,=\(x @c2y| TǏEJ&7,'jnn\n-// @8N(lG8['J>aߐ|Al8#I/e"$:hIwH ֨hn·)(s/ Mi5ҙ>> ۥ&R@v?Xl4QVA/7 wZ,M~Ӗj6ĂGy>kdnx^#lYĸ e j 7@)$oE"N{ڶ0:c윚q1b/e->FN(z~'n$cHKmB=iKD3 !]~3(z}*Xe:Xn{:иA]{!0vwUzlkG\p4~/gg ٤J:J҃TP ?@mQ%ӹ %Hj8A d^N)‰G #1dYV6~Ye~LJ^3FwFm'ӟwt6wl#I3|X )}L}~F+d$K(9nrx*xygZ#d.t5{ߣ]IǝsO'*օ:AF[xzTKMXSM>֤'hgB~SA)Ht?m60,GR csޯp+M=#0ɿpNKE.467.Xk6O#([-6sͻP'XU/85cI9[YU$P#Or#R@lX0/EPN Q "8]vF='cdi;I#ryt(ӡ ^s9՚SY4Y墦aFz;n|*+h{̐,|.-MÛ<}zYb$9ͧVxvESts Lh.ab ̆FZ95ak0lfgO.me3mmu8‹>X]6G_t]Ǣ~elGw\'3:6Kmj8P3(~a{:/HC[1)2?lF`d}E̅x!7{j>`XSJړ1Ynp (L8&DW(!e~}b|KIeXǧjp]l N7v68K|\kK*{L4bcDT%{49F Xr.A'{.@qɨ8@K:vej?o>r}>ڋsdQD1|}hGz;=X8 P %eC7x!O3-W m[m5;-䡑Z9UBcY[ñ:c%.Xl,):aFeM+IzМ?Mߞ>-uRx΋e -G&$*OM(\O0N'Of A};`KK齶3Y6aWZϹۂBAp[WB4^t0%&d$GR)]C/7;/^7Ýy^{irfq0HMCW9$6CX_ّl/MQb1Ü%^IZv"[4Ka͗aBcdf_=, a/ƾ<|+>MaZ7OUG}~KAX&PҕpSP?Upb$n&jr"lv|"aD["ndiAF.%hX"&CZ:,ibGdMz?g^CѣFer3#i ʡRb0$wLr5bq_I>ikz|!z칏 *ӴŖh[k+㤛}UQXև)lYEm_heԨw=νf!*r Os[4b7\kM>t)[^~4(ƠRc /xRGQ wq,#MvDX]|L_\j 3!o[6>[3pYkRRJ ,jnK\=yAe !"(v}#m&Gίa 'c5?R!1@VPۊ{lcrF:~|#iX“@VX q)4=7BM k&(\;k3.u/N V]Qq '/]˚V] 7 F& jw#*^z3Q10!NC&>ҳ5ao"n5,N!#n=(JB`nu@/sa;kp;֮htƨ:x Jz-~5n xIqoMϳu`k.G1wVTŝu҆A(].2Ai)b%NN ,Në J5/+$;k2÷I?PN;AoHG { ڷGOnT.;SiX,ؓLx5(6NB,AN71o|-mF$}Ysdg郢 }`{E@# K(W@-@ÙX]kF`C4Iioh6G(aЏaLO݈( c_$)1hxY}MQ3W?B1WJw`!Br?|*RqEC9'`!U,/m\-a0,5[s L#$RDR,qKB횮/:+ o-pҁT*xbnJ~sےV7!lt[w"()>׺cjkI9$4x °/T'a== ?f(pt <9.c~De.p|թ]Gaȏ $<ovp$Cq' j1 ~DR{J( ,zFe^. Y$B>u#ZfI罍BT5y15dS쥮oe+pb e\+п7ο)f3Y3+2"\y E&&Y5{ٔQ2 XQ3Q@ >ʷAm(-o*[D1VRd*`wKeP8@U' EըMhrs1wJ@vPy"`-USke 92t9-װ"m?i QBYe)|~piniHxQcx@ru-Hbk㽭U)kGpɓ7 hQ&1Ybv nl]h;䛷䊿8%8<; ' p$犽\DN/pI}3}o=r z0X -TN;HPJ*nW"+çΓ*4p,ŕ]xKLlAy?`g3˔rtyda*ghc8,zS‚B%ᐻR(NZBE s nb<ށk|oT,sL !fT]ϨYH_"}Ţw\, d4Qڤ2uۙ)gZnZg”R +WܪOK\Zl9s$.miPLUm]]b L:ɶ'v17hGc܆t-=Hu6w![#wOaW(P~6U V/ q=msn%Y!tgkqTX~!@p|\ke0`@ElKb=޿+P?v9YuYN rȿCҧ;]t.ޟY_+f-@(H˫.aVZJĬp wAF sb:]9L;O/̭>|0nM R(@86,-硄@A4Q"-2#kVS6ŷ a,H8; oқŜ:ӾZK$XԌM8]<?l,MV"l.agD] 1ʮ5EV OW+@Z=Sq!4C*?ﵜ}޿!F\2dc&Y&@B Χ<3hpe94F"J(b@5y; NNCVO1a59)N07>>^ PHNLG}fwڮ ;N~p 1ʷm5kQ :F_hWϫYކ& uQlll9z'䮌ZSԦtWeA߱.mx_MD[gb{R GqەW!IlatZݴ?.Y9_F,eK{Zg.+H{-tWnRB?IgVjb{}%5OFY|Dn{Zq ,4HgcƖ N ]&Fh$M1hfxCzk+;>$8p.bW5l̠0M }^ZB)뻡8BJfvdcG5o2b*"(4/;[mPFx؍7׎֛K}#@B|-0HSЏȩI0*D>ߙiT/E\Tu23#kYTEHo>`GPrF;`M&}!^.+/:|v!-3+|P/ZKԿ)٭ upKCmX'^?cI]lG H%% ՙwF`-'2mZ ѺsXc=S8(#@uVfdLS\ aS`/'\]WfU/\_ћϔ|ã@1[ ;x x$MzXEaK;ynf}]lL,uLг* ?n Ů@E [ҖK+nj*=˳S .-(.g]ɷ]a^GVhMbd1 ~v;SBeu*4cr:)(AUZDK^ n{qNȣ|usPz*גm2wž*.pMVa7Ȇ3 ;\/Zh=s3as˅щ2!;cw| K>;V =-AwI*`i/QÒh-uLXaݠяe{vR2{TLrua:` Q^`au̞Nc~0Cpuh- Cl0y-oOgC 'PPyl~V>&`lΕ;aدF\sTG|m9ꞵU8@֜D$<tT(` u`s@s:͐Wʅb}ҼVoXTAJ=> oE< ԤZTS<[YiC B?ބYUK_w2m ix D8_iyZ[,߶~rڪl7-HBL8zҲE(ˀr\ _{A)L-+վ 5 J;EdD\.08\Xh 'ndf#/Km'j%X`$_9qz@\' |n 魵jkη{~REw+&` B@R@{{|ey։%aZ@~IƾITOvB3.v) 2Ȑ".&2<īuc*7 ^P Q!\ un'{z+|O6'3J~~7{;+"&{Mp}@8x4t4=fP޻ yf}V{?8vuEBTQ hgwFh~lRƯ7ǘV{Ӣ9%1jU}Cl s͇LomvNlYkF5\FP U(b]+w)h#z(iNł8Cer}zV,`0D+ vbJ}L'6VƬVAtpBn0o}n;fF1ní{Av-a KZ;pp)7 kuC>N>At^6ɁDCNQooL7iISE#qefox4Q&n !r34#H8I\/dk![TNHd{-SRh]ϋkق0;*p9Ijxܵ\(#]hgZ!`R9d D{$3ۼx~6>;(q:LKqK[1o'`]f\SJeh吻y r (/2?P73`cq)̪<17*gd4'neSc:^0Q 0cUQazYƒ4;R Ni @@F"ڈ^YjG2Q])`:tN$l=9Z&7j)wX0xYіu)k*-^wxݗޤ ek(QZ:ǽ[qa0鎳2?FƧ3?L>F<(HjVKL鵪w@p.jXM̷!YȊ޻=8KATC2\ txg-^LLj-^U!Qa|&RC/`rN쨻]9r5 {gqS|Eˎ5 AkѡKj Əe4WjK'TR-4bLWNKf} @Klݜ slsY' 0YKdоŻkW:"֬JzE2xSfTfm}rS5 jMMT|wwj !I,p;- seaWFS3r1C 02n6Iǀ%:1WH J(Y=S hL1Njs*cgmXRi=k vW$ ,fgA{8)Ti]Loqr}~XY u1M [W7y.^FIrLtkƿuVE'k9,v/} EeIcGF8\8.13Eq rv/Qĕ;n\CѸeTBAV 6, =-{?DHĉmPAtECFA=EGE;X-j\ޝ{ifEul, ݙ$ϙJj'u;Cȋ߷8R1峞5œg-Gle52bFoP v/zZ3i8X_20UyPC 9#iE<)9_R8&DI%F*51M%'﷘uOG'XԹ퀒q #P1ChZ6BwldDjrUE> dǍ}p9I;("Ґ6Z< }S*IJ-7f!ʃlD%1ua_ F⿈˄ms;4=!t2E.>x6,׈}$4fʫ :Jjs<d1[q|ehaB8#6cH37VQCy£ܭ-45,c{ :%cYZ+gqѭGU٥9 ;V5qW<-x}APynvs#w[(6$?ٙ|{\I׻ކ z~ؠ©e z1iGż[QcG~ W7e$RO_&!EFΡ:+ YZ