libwayland-client0-1.18.0-1.19 >  A ^vp9|! ~Ph9ܣ6nP{ F|D^44kOA1]zz8: N@is9ݠpt7({v.vOt: d4;xS gaR]$'! XnI^'ZʱԊ(UWFGHbQԭ FΚ1B Y&`=( L1_ ĬUN3?'80RNda{oO;d3c9c8f49101209d81cc7dd3921f7a5d1bdfcb045f1b3b6d3df21f92ac8ec6feea26a8a142573d442fca7ae300cb216ff983d860u ^vp9|*q,z9F`VWnE.ZX-o(fcظf3@vo}(=zîUs=qaZ҆۟dsz!uqOw=(^rVv >FH[xv #qj>&? +%锁݆.m3+e~~UMi?n1ΰjJin8~\V]ҦuYHFK"Dr@i>ߦު>( +N8>p@$?$d ! =  $5U[dt |    8H\p4 (68@9:{> @ F G H!I!X!Y!$\!@]!P^!b!c"d"e"f"l"u# v#w#x#y# z$ $0$4$:$|Clibwayland-client01.18.01.19Wayland 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.^s390zp374SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://wayland.freedesktop.org/linuxs390x).- 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/ldconfigs390zp37 15914058201.18.0-1.191.18.0-1.19libwayland-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:SLE-15-SP2:GA/standard/f2e5cc331910f3e8040259a5a8d1e0f0-waylandcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=eccf5a343073869feafdb238fd9618cdce9b1eed, strippeddirectoryUTF-8 Unicode text PR RRRRRRR R R R Rܑ> HXYzutf-896a70530113c2f13802b6636136933bb8bbe9188febe7162ff4e3ad960302e56?7zXZ !t/7L] cr$x#+9:I~jkN'q&lE O=䀇^Ùf8QK! Ӻ L+] =3iJ5-[Mܬ@ ;N%C"k@W[65rkgu;xϟ|M'ӭGzψzvyz@,O'uBN^{Ni%žOs OJf-]m\䥩qo]mP',cv;~W8b _H( ="I )[S]YI#7h($VȈD!Ol m4j\Dhvqc lbgʿVՑ-\HJI):0Y3Tl^@:nl_E=lr0Ã9p7щ7U; )̰8P[07gb-ҥ 5}ZK%׍rb'_K({Namł.[e\7/RaXZtiŏgLR$3r:4IǠBe }!v_MscrM) 4үo<4Jg|G#TymDEzH.÷Ƶ8>>p\ T O&̓βM9NjInNkǭXZoDG{`K1nMo#Gdگ__kԿTQTJ:lw:ecwÿ؇T0}+8j[Xwjw(xQgNyS\.\fF2"@ 0ć3/C$Y aJ`_EG S~1*U/jx`/gVMdOMa~ MT~WaX2bpy73BԨoi!w;&{äz51V`y9(+@CjBH]AXp k)|atN gyk>=]]"ﴺ}Jҍ&I/LίUx\“L@*',amӉWN!H1B;11l+Vथ]pQ ]\'B@^|_xפYx.mk̰d9,RzUs]oqo̥mqut0,#$IGجDޑyll8}u (tmqnݖ$8'3hPI]țbפn!*cȫu[ ^=B qȵ#=i^oh2q|>i2 nZ g̅{- dW\g M?#n;z=)*yR@o!1 CaO,t"bոyz< Lѹ<a4Ϙv@ ٹ}&L\mz-V@i0 Rv矅U~)GFIghyL9Q7y4Sn[c4ʌ\gWU?D & \G<=dُ&M^} G!/$~{Q\Ψh@k}CX0jzRҚ`Jb٧}&WtnwZO }VWjV۸uz)}ʿ{ TS7tL-U+{ydu4wB }ZɂHC|P LWK4y;HOD󟱵:ںbKO 7 ZG oywBgxH¹bGjfS1^JgvM/wWERdS l/.4sAYhL\j4jW?'-^9TpŖ<-5C$qM n0~յ}pY95N t:jv9]\.VRˆxs#D#5xSG ,sAt‰WB38N#RTrP zHU"HZٱoS/Ub o̓6eC7|!gMhp '09mU!ɷmG>6l?hw 1JHt@YZ4e,n 90d_!Ln#]RJaE;-DS-%#f7K_?DŽ./K7NB==a *V mz0C UY OC5Jzj6HV7:/(-..i:gy&,Gh^Ƅ><ߴf\wK̀%y< {]x(U?M b?C@ h9(dLoökvTjQM5 GȍdD\eR狢R}^&I4rg@tw $e~{tMUGİ[jH|_OFfjR;ysP4^dQ˲ӈ-mL)$T E mhbv:K\UK9w.2aEf%6"CC[f8Ro)ك`59{`MntNתUPe0Cr6)WޥbUAheP@W*ay`5m8G݈3= &z&G.Nfh]9A9wG7#PREO)YA"Y)ET7N /g/j= #~ЩWW59"%DqiÇ^Qm%0SN٭Ɵ!zn~&- c~:m CEzt9kh1Ͻ0l3$C G<{;B`#^,fB@74gZ3Od/0%&LhٴU¦uZN,OT x6ci&Q=Zd5-$^ hWH\ց",<9KJ.} J֜>I :z|"ۅ6@h5hxt kњCf$G-??y0Vҁ[9o[Η]7޾ Y*' |h/U.e5 Ca'U7*2Ulet1..D2)lU9$IqDe.і~ UG{\#,(~MҙAC͆ -fFA.&~i#"!bܕ&,\VQJhxRބ w(b5HYx}י\8W-TX#Lnb<a4zs!ݘ|Lpkyɦ}8Z\n^oImpXp.8TfsO\x"'7/p4!ϭ@fWq_# T邾+BtOGy%4]nX%-i0sF).5X(fYF5TaJxXygӦ̗n)Y RQnF } zh%]쓆 _mYOdgxƙ@nnfzn7lwzp)+z:,%%'N3i{xWd-fjh#9,G8`qn6ݭ%Rhp#0"sR:&Kh#59ڲ\ׅd \),ObB \ 1qpD!yn1Tk\dIMS f)64wX  Rڀzٍ„a__czky1):H!Rͽ$}^FAXo#5;I| = ,{jcS{eOQ!ZV+ iA,W ׯir#TCz͹[[7N,5 Zgbp>8?UfB"w?M#;]KP.A ۈ xٴQ/̠:ʝ@APNL= >WY^ƔT/0 H__(G;%%v\!`b8f6-N 7 2 ţ0$z{R)69{|u Ki|6kJAI,bX~ էo~KC3Ipŗ%}P|MUbIYW4% fRJhW@ɒ{MEDQ{hXjTE+c% 'b+p .d3S82ؒg(p|{D @YTs0P]`m}+ol:"%x03Zpșv3}WTF7-M0G?]ʊTpp0(Ye)^ApͰ)QafFqyzƿ=d-j~b%{32.huzE]Tv_$G=^f*bwʼ7vST(}#/*|0l!Vj~7,ԽK?^q[8 8ᄰ&48"Z^?5GN J07\-Agp`rn\ƓדV:Ld ;E ͝ȟRi1L#G UCcٜ+W5q.ACNplk2>l 3ٱcFW؀y]%~j >^BҀHAr{ o5&Z/S :KUx bg$Oa%qrH碾#NiDe9=4u(U,iz@,qIs:m*-\#mpͲh.ɮY\Xrv -SEn6+L{< ]?PUQXA!fST@aC v 5=/[)hd8wѨ+|7SkAR?]w:FC Cŀ>i f<:~phiJ.e ѩ wRb>lwfL:¨]6,\63z!bIu8bRXUȏ@6?EQV= >^v_W̅; (^ү3@T+2鑟<Sb -vx/[X@8a.N]+3\3Z=ݻ!ӃL1k]իaI fCb?d3^'G!xX)PYB1MJz9b}dȱ;%vjVL6:IM5a&6 |5P{EH{e? @^/5bx1% TUc ry3NSܻ)2Ua15*l#׏-/L ƅlլ@gB-=BA2at7~}ϊvO& F 4aKD䄣 HGE}Kۄ&3K7:og2ȉ(|o&mnE${Ȉ}^V#3[o6h\fy-~ɝܶ/@ʱa?C*Tg5G !m_CWi(|s56 z;1XJψɵk:xr !m&SSԤPも5e`u=6Ua/G0Vr Edƽor4{{;cL$lOʏ+FeS1H`>SmZ{Xx^$&LmcC!v 'O2U!!ɹF/LH#S' "=gk{LBze`WTTh5O܅<-cDwnn<6 ߁6[|mXF\"hAyarMn9tipn8˙t]nQNmD{N)}%r%p SpX9ڒ3 XqtoaQa| +HߴCY2JL$%f(u(_I6AmsTMnOZ@{;OfF ?.'.N{BoV!;cx5YsQۛvͺئ5*LQcGYE@QWJnhOeLo!?BzߚJ<;ڞ@ˆ:HwTC‚(;i\-y+.//(Pӓн,ڭ9;/6|yhhF܊`qrOFi= M(E/-Dd>x4Er=-k.4`DI2@a4ʷP\t #KwM/efGkyEh#'hG3tC M蛓!hwS.5w8 wr?˷4kqARM@&aZ'r:u Ӗ !ZC Lc?woޅMvm~a߯H nxOWLGy| Q^YiV_в A12󥤘œw81I]?]ER Q6df.75bУBHNJ4E1- cM>V4x6֡L\tFԛuԐtYdGQAٔ6"o 1 rHs"~(t-5ғ)758yB2^A|gIis[\3:%`t#fѫ tȆk;]I`f+~<1F[4}$fD1EykK"06=bMN>k&通Y^DVpsT-*6"25suX{e9B ӯӏ j1a9@6R"g(RWDmd7rNWbRTp!%Đy9ޢO !V8hM}* П7H>77"Z+qKly  s'h:mrkۏ+MW]w|0ZNyЛYy1RWmJL^/B*Wjbgu᧻3e^EFn?myC= W Yɥ\R օ 6a߬ 0ݞK5 !*6 kߜD)OڐN iY| P?G&a[>Aaǭz-!wepE = f]mT&ldq60 638Ef2V6I;FYFda7I^!TKPF!$jm6n2ʦ>_(`Ȯ;= ElmҰXԞvf"EϒTW>u{.)uvz"t}݆t) ``өf*WF57e#N]BWGZQ=Vb ?z}RAleϹā@luu*ՠ=#+Rs"=v~fL4b57 !ia!{ ts70Ъjx+8cۉIRa}D6#d_hHɮg ܱ(Vl8g7x\/_@JTxiUgh|ކ8@zAROұwnw'^oc( V QpSJW*,-ޚ@r^ l5am'"K SnąSqEE{kc/6E2Wʣre)3ⴴ`j?>(Xކ%Eߊ3Vs))ϘRN͸!U}{()vv\P:4#1ʄ BM* &*V1 ~3| Tctـ!.5fjU(k|JNEykbwvGO'Y[c)la 0rAf[lD.zJ~ }鮨$Z*EzM6R=NM}J;4u1O H(ziK|,c9b50t.# V(g#(yPKl-#I}`~#?٫.H ƭMV6sUM 70 E|eȥ4ߜg#앋0VW]ts[+f1 vh{Q$8IЪ(12L6 CSt>/C8\. hpcF`塡G0(dFx"Q–:b!Dȡ:=zg n45tCLClNb 1V-y{ˮz 1|7贾vC71}A%Cc%<ޠ|YKX }w(e&-ԵiVxrb~?MTnyICFgHp/ O N馂1Es0<ɦ!X/|(q]M޳*h}^RŪ"mԩ#=~4g~do`%>EA}IIޝn62ΪF=#`1O#%."X9lƝVXŮfMuMCNI[xJdDSissBG/)[{ild6Qؿhn{j]1@AfWėXX y{یoҮ;@r.2bu&^*ԎO,H@j^K8?| e5opIuMP1}BdĄLy^I|<,0=i8iM_g|m}"ςᨶ wm~AT>~*BНHBɫGkt  :695qu!AC9P6a2mYܩ8%1 FYEx;$2OW&Ŕզ`ʇuzaBԬQiXE4ԭ+JTy͉uڪG2xZa g닡:uK[.$; :?+UU/'}L^_쑉@f;ߒ1Fj5zvNl7ߦG?>>QQ T :*m/.00Z "LsgݯחOuuM~U$2U\ko{}CO!Y7S}}ig K/P>DA1 sj\Bzvn?f36yȺ^'|fg"I8IiڣQ&j ?LQ^#hL`8>1ʣL 83oGsCԮX [pMc0̐(bw&"a#2w%4f1MS ̚$W.թ:tm=-y}]GRISUɡ6 1 Au;xF7_JQ-gXGp@έ b/ ihZӌsɰ쌫.t5&ވ:ߛCCFHe#ؤU(dl"O0DFU)/2cY1'nW0U3RŤ,01{ g5iCP?‚azp^.$ǁaNf^`Mg#w8+sP~s{ٚ]W 'LPFA h H&0 a(r{#ΰw'jCCŻ[jLҕ^j%>zF5'.~O n$j!Q$<'E$ "n_^ؿP=X-׏pCصA֚K*N# ߭$)'X!n(|F^h_\k\Fh1YT*{յ64rQhy@V6B7g^B~W +xҝ!CSGy*07s}:S wkY;gsjnҜ`GY-|{'DZZJpz'ܲ8MpRF 'Кn~n̻r8e]%P $'?' Iuc{AQِz5O SmT.6p9h-qEACn7d%h@Qc5;а${,y_^Ptc \7K1:L}L/Xda 8327_ƫLP,v 1}pl&֘qnDAe2L=h?1oz4ָ\h TjKJYy/B=<ȵZR,aEcύYwb#x{th'/yG+lEy'e[_)gFix7KYƾr{#N$Ai- ƐyvԨ`TpSf.*bNu^E2c-V|&:6 TB;l;$1d)r\jէhڙzu!Kl/Q#mPx5JQ`!Nݤ.Z؃bGF-:+˱ ˩)l1};ٟ7װ~W]&jɂ% 67Ft2ao=а2kKov4 \1-xF9v<=-zك aݼ}|:(4`\*ъ-7dYQW6FWx-J}ZJ9y=Zu@B@Bp]Ԇ]myߨ]_DE(ᑗ]~ /Ug[ E,kU SXW`;^MlpF^%}=++nTTj43J;t\_6,xd+cfWĩ9 5Neټ< TUෲʙ8ʍ4chAqT7̥RI8tlj=R OA+jރrlo*JM\hG& $ܬqXeǶ,aMC uk*0MB.U<0_.i0隍Wnpը;~ـ#[Lb&uuǨ-]u| 'p$48$͡ҧkv^oLD4 S7k0B+jY+p2f{9 `[8Hu A#O>9*{&QZ5s{*#h2kzpN TXd̥~aMP^{!9Gc$ Y'g{!?&02FYa1][1FӺ%+K8.A&n#+peLv`Z4ƽ `2W,LۓL_zGˀ,mk&ٜ h1,V+7zO sdm2dRr|UثUou%-, $t:FLvy0Q켂2|~'LM:ڻV 8<>o"V(+"5M[%+f2; =|eѽˮh4sQx|Z'ѴL $~9is?H2xE <.2`c(/i1V lOvIdF|B5+bcj[Y #ԳBSSu]ʭ:/ky~LjFG N$p4Ȱ O0]X.& qM~m޴`6૛D6q"}$u_cI8EAeӣ~ dux]*vho;UeYPUIIA3/Mj4OYkKZ ()s1-\=J-@5r#< <$;I= sy}B,x7^,x8UK(*)]T*#{n5kswD5^(Ġ{ޞNs <=|.iuOy㑻\I~/+#sS|!H*qfZ_%ne*)$XGy[2t%чKٔ5b$H{&P"W!7@njX,&hXq A>j^z쒗_V=YSʠzev"$qAŸCC¨+ZfؿFПrpKƘ9bP YZ