libwayland-client0-1.19.0-150400.3.3.1 >  A d5p9|hwǐWQ1Km N@j& V6ZdUr#%0<:`|Ua~roI9TM;/v 9W0#uW 6<.C3g{9&]#( ƵxD\[QY'RZYvyR4&/! &wI큺UP~B>{MKB<͚ȴQ:ui[ztv/EYTbo:BgD}9fU6d743f24540e32189d2200f91c1b22e3c383c1bf51f7a122e682998a681d02f85bfda3871f5d72a2812651961233638096ace2efwd5p9|ZҜ8mFQŭ;>o?LX_B5{ o#F T,!WkzфYII Ã-ME*B 7LyB碑HmFp*)B1EEZYKe"o RXcEXၯ:w-YZh| Cn0&)UbQʣ9|Og>[]a.Gz+*JIr 4ʸUWF@>p@'0?' d ) E ,=]cl|      @PdxD(F8P9:>#(@#7F#FG#\H#lI#|X#Y#\#]#^$b$fc%d%e%f%l%u%v%w&lx&|y& z&&&&'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 s390zp32MIThttps://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/ldconfigs390zp32 16811974881.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_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=91a8e2b635dba3a10f4f544f94953ccef4636bb7, strippeddirectoryUTF-8 Unicode text PR RRRRRRR R R R RŽ6S0Ǣ ^utf-8ee7ed2ebd917aaec1a55e7b8e220df9275bd3bdaac88aef77cc4933a8bcc0363?7zXZ !t/?L%] cr$x#H{Vבc7؇PzwDvB3 b JS";Y7n`R%AJlf`C mz+tZ6$olx}醝Wm^c=[&5)N6yy x A49oR'hm^Hmg'"XE)t,jG ȬFo5 $WE'Jf-_Cz֨^iN鐃WxZi1T⪃DPϘLyDoGN®܎ll͝@gӹ4)}:UP  ;&Gheq}CsÈbft1_FO!`iA+b5/Ґ_ClG !k(JN^!7ьpgC6vE`4fc]ro?T"ﮮ7b߷❶Nra\==NqxIVSɖxUcUōJxGq(P$vBs}Z0 Ib梓{S'8Z)Ym\1uXh9aؐ.Vn6Xw>)k#LNyP)%΍Dfc aқhz߶4o_ [a6#<L wU~fyJmIT;u0q(TtK#CM@&98y~%'s[}ۍy; E ]%*RQHB' "`XdΥz:@xoO6Vo]6Cu]>G_Q"HL|?z1r8W/mi9@SO7%:ޠ޾GS{6b||\?F0X*!Y=-g+F!ޮhŽiڴh1-?aP!tY:9y#mJ4וK!5SU$RpƯY|ʉeρHl\=Owyp,lufa#<ٰm; `.jCN_HZJQ\GeݼLj9LArjI4Q -k~`y5RҹSdԩSFSJc] ]k>jAaugfA⇀\3 d!yjFo#{`[S)@ϧTVuIr쬨{ZJjJtህQc:%i3Udđh|?&r^:TݱrDNo+ 7[)TS0Cϧ[Rd#Y7z q Ȳa>Hc;< [eMD¯Ǎq4z-jdͣ])A c%b# ] J;o!@4^8՞dJ69G_"k|jdkBqNnAOSC>9H2|#ܰ6I z 򽺀ɳ*ؘb<>TntJC'.%<3a1~?o"}>ZoPO;xdHYǤc%,ޚ{cWw%Gru˿H{ڔwԊf Rbkz || 3Ԋu*4is˭[6VXn+2,3'Z+eS 'p7 ^[]+om/2fU [Xu8#}ajr@J q8d$_8Jʊax4g4^$(*+D"5R,ƺM9cw}\澜 sqy49@D?47Y!9WYE)&WSz1s*ZnR]'5x|'weObf@vQiUцg.d°}eO@/v[`+,~pGC}&hMDղ57Y8d-#R\CsN?P:=8cdsz=:C]CrAٳnECSxFxkpNҰ ܵwIֱ8 [hi7IՇqwh6Z/ń \{qP#m0hV6}p'Lك.dU @ZɭW|e[*̺OauD%`▫&*~!˰-?DiՆy[~;wASo}]qjc(a%-:ш vV Thsnv: T/xu 1AAZL6%v]CƯ]] ]]'ʛ& +j,HYST8civ1^~':o*o#u5) ޞnH\ RC$}4'!$wy\L"Қa2Uد7<_XF+A%ќ/˃ ;-ЋjLΣIR[*Q=&uY 5 qFLGLP&Ҁw?0F7S¸@IgO XA28nZni~-jO" 0$NIi;+Tծ'\h8$c˱2L%CG4e[;tkbc *EP. ˱MP҉Q&Tpވ:.冋<'UcW%b*Ɛ zB?{߿m1DN>+[f/FU{}<#Ifφ;V{`U1t7 mB}tc=8GF2j:,vXQ΍8u4Q@2I8oLT5^$ FǂCXNfݯ )F<삕b{e(݂XFڪ]?@,{%3'a6+6F@~h!h9FWL?<;t%WY1#3`MPtmNܹhXiZNl&q>b4}_$$Sd-qjtG,.*: h/xFur %\Xի^"y݁(mM 7 Oxt&Mw"3:e6T98Iů@O_VپP23MԊ]Y7cR?$=X04}UDΙwMwuݘNm`œ qQoiAފW!ʖ{8~ }'S9~Z`^˽Jgɏ Dr'!"R7Dy?[!Q=%[./RMN?4O3@QG{4L:),EH_"MqcHh,4?Vl&%R3߼.TW; 2SqQZn dQE5Uh@Jihz HG"VD>e"^vp`y3[RH_㉮RhX{O,4ψVy\l$I8ZH\N$[v\} iB;m~@8z<$ZCtdžnDۙ'<[TRɖ(A;c-[ Ȭt(!`u#-)Cy`cE4 n[%S}55VCɎW tM9fU YU+LMN.~;袵^nýDU_-|sgD܊Lۍ?%mEw1F,nGDQZB !~^jn^" B]^'7 X>J:;}BL{.T̖.g;R*&-uX mz:#`Gӑ!@ 6;U-2a`?W"v԰9+Ӄg{r//lzKXWA8n}yGkב\GD  rAXnU(l`(4IM^N3%71|͵~mD0|ٓ`8%FFN#RڎoKKd+ p(g+] ߱٤QOy,Ó$`# ]"a "KE-2 凳Z3n,ZCܹoL~7YElⱾ9XMϸ4&غ2fd{|6`>ZDBjj`;@sThK޸G[͵ō.5~ͺ#Z(a'Fn5.fp7 6 pj}q/RfOm*#}:y3̀t 7A>qMڏ?4"rh301~ qR8u H!(-廎^0`6,(( ?(' ~=_賕/I7hחkB1v`lcHrzT9OB ZfzOތd W4AUb̂gNmе 9i50/y?f9|uR>t1]T;_KSܸ-]HPfgAprߐIeBC%HwxDf9{d_irM}^ :@azmU~hpB+74" 6ZV&;ο0&06ljiAiΤm/x 'IN I=U8x"ł"0:R!^IE8!ni=^W݅Yb߂is۬ ^B[MDvyҔ}yק" >1[v0 N Gߣy9f~{3<@'{4KXҮCaeoz˛oYi/@6!rIJUm3w ^N46AV{m}P᪤tb+;C&yU l1*r㾑ݓڹgHXFVyvN\hjHμmwesB;UtQO,=U.SDh{6>!v0ǧD[cPߑ&c5; j S=~'-@b[?Xjۥvă&/!G: \SrI]4 䵤۰$eLwa" =7sj'άb,ݿ^r_1pF9WӋk)d=Wř ك;D3bE&V|8 Ҏ;PV<ͧLidBPE|y3.T gcsW(t d)3S>O̝Gוo>!I6) AP8f&{_1ls2(M[k>0~I2!©kbًw$~g ˈ aPhux ]0u; : (tR7x܋6m;]U[+-A< =2eXhRXvH- xcS[Ν]؅t * Jmf($p51LYR~)Z+Nl^!ô_G"Qvm{Gv$-/]BŅDa J<)x0EFwW#=Go{'K3&{Ij)~Fq"/b~`;YGo2E>߹tk悤1f~ßTXۦ+\^ N6~/E[DCCʣxMİM10(=XR !^> 0*ೌZ}ekD6AyV;ӄ[@mrB*)Ds\]8`fp;G$/5]lBѢrIȓAD>b@4c͏8zTg/#0eh5qk*Otzx.:^ ̰9W t?4uH IN(~i]lQcZ5rp QK7 h&HZl68a:`t>H ԃ7=:ha^:(%ط^Qrw_]eAr,iΔQ% ?^&j%Rނpܜ $qjqc̑Rܙ [5~隢}y WWD%!&>ఠ`z|\a^6-;FoҦșIĒ*&[g,Q)Z4__Ͳ8m f"<'Ic)1L*Mљ |YQT:m" D1>2nQ0E ?IsdeH˒89үq vp.(G.6Z'iRy+ƍEL53M$`o3MQˢBxѰ4LMIf}{ɕLއs!:(ήJwNDû[fQ4(T.8s"hw?YK Hjv X?bG2Ϩ湏Cѻ=|sJWIw$Rk z?UFp{Rӄ߉@^a玼OaWlAYN: p- fȂ۹9b *4z]MX(=ԙGܴw l#wob{Geۄٳ<^ji!7l[c ns|`m(7?G$yVVٲ_q*sqt0!#R^psʭ@`|"0qPr8^sV&$QaecvE0fy3&pbסj @U42bMDȣC),!nvl(Bp>qD74dWձT#_:/6Y~WR!UEyRpg=pr xb*{-T|.|\,ZyA&k :y6tӟ?Q/䶱×oXb < s=/p{5ǯ : RuXW c51 ;B'B3}@-e/q1E kaH>5q \.R=,mamXw~zD88SX3+!E %& }~j>x'U s21bhݰ5kQzW#DiL(ݪk8ɛM_d? Ov5_%Q Am>{\("-uϠ"=}zѤ캜2[ u:IU^=fNqPWmw^i^} Sv$ub=M\.͗tq8lЄg4yQknBʠC22 $4+RW;gvgf%a|? ;\Y"68{SIMj'2*ͩ1^8**_&nyҨH?;fGO=R=]UzASRt-UA&b#5YbwO8#)s5 3}2Vt!,Oŗ[]dЬ>VUt^CY)"Vzl:/o{|+n~ĚVIHZaPi cf"#?PDߣS $b0GZ8t7Ұ)cxCKS#:p9SxDuQWaG߾ _wjVd0.ֺ2s uB _C<QS}H[l "EoQD-qm+sr@̴-eۆd6_JAaS[ e6šOnfZC I1i¢چPe{YSy\UL_M]1.S T㏛!P&1[GGOG?Dl,h-='zhk!q[~n" nݎ њFazHhӔI yE#e\$W-7Ta8}Ggè(W  vV!&;OlKO_4ul2-q lf9ŃgcJپl?MI/5 0 kXXp +_4\xDŽ">K{OV5T |pH5Ved.C ^SF '1^~[>Ĭ"%DyґD_m7)i(b́ZՊ@۫ 6mdekE̼>y;;@j/)B7!IE*g<3XQ)rZ0FB4?:m@zsжO##xN<6@qtBct蟸[6-FDJGY y=y))m!k杻 ]#Vk|m;kyW3]6TW !?rq":þ&RI"U4C@OAFi{I:S}h]z T\vMpb2$ :33pV)?n ٯ뒿'r褪{:yxr/FxE<Gtb̒zt|\$w~ ucj FdobyoLkD\@C]q9`<1 ޡf4 tsZ*lyT8qw-iKI.6CVмh0ZNN~lG֓ӟ2_S[o*mCj'o:?|p#HsJyG8osko\GJ/n-rAe<"Fs,_S'= b+l,ҁ&Ga:ϥ?[ߟn"%+Zez7a"1[ D %i~--['KΕ*'xP hb6E?P|}%()@{}KPO&tbGfdϐf="ix+^l|+`lXPEae =0uQ8)s,19;`'i Wrvc?}9{'!E1gN}i̓]C.Y~uk|;_ —z: ^+ r@Z|<^Pnfd9 *H_X(kQ豽TM nVsn>öN6pBD)+i,5Q{/X̴?"e,PL%xMgOEF_ry}2_xHe\K3-y !쬧;ZR %WP#cdoġQ>e-@|#DwWt(;I2 ``jGg=(<[w!lfU1B>WA'ͷɯ͈ \ZdCqo9㖤 bMy@x킞f@n3B2W"'lL=S8CC_ O8ڻ %h3]q|ӽ/YG^Z#xJPEjKdh{pODw2.g3S7Y#mwL,co[P| KQҼ9"uC ;pQnE |=)I2D^ ̤-~iwJ(foo^7#S}&`^ոS\O)ķIw2 |?  tRoxOm4iW#I DyM>f2҄ۑBUi ta={˟yR̥,҉-0 qmی5d;POPϮTb3_cHz|H_ ı ӝpxIoVT%]WD ˏԆ$51iF0?cgm{7YR`Dߤ@`w@a V7B͑,zx$4A(3{A{,r%ċkNh0ktNp 3әǣ,Xs!9+.|@A0\GA@㨿Ml6_$6>dJ[]{.g쩘- \/ L9&E ts+.wgeQeÜ#)7]ARb7+q1L3_Q3Ő"5mD[ۓRZk m'~T}M8+gm-?5 $%Uۦ!Bӹ77`!m s6@b+ݡ1XSj cu.l"")[S)@lesFwqϬ%/_;Uu 3x5ҶQHr]Й8|xɪ$ݹjtV$J)}eN]KF\|z I{5Ji]hM5(…S+œ *~@<Sʉ!+_L,.秞L;;|YW|ndxGͩ C.]U^585BUP19jµiSx(ۓFAq/cL4wi GdI)_'dp9P5y(O4*>%Ƨ r͇:$$Sj*pY! &1Σ _ܗj!l.:J(1ZvT*nIMl|je׉oPyWx}3vNEVwLOuBizeS(m^ >L\?q2C*&K;F( *:ށ\qFv"Rqq(*K?a7}#Zrm f3I"XVn`r8Qm&T92""EGnQT+K?6bܰaCT =kS i¼kGtH vy4,[t*UqѠ" d^pX)ဩqًT eu嚩OY%cnP) b杀=+SVMUҔ!}I癆I ' k?e[Ѵ[ u{@ N zP Ѳ156Fs+ 6HС*AU':{Zk3Uو]W.EM4!L_ݚL6h*g(VX<;и̢DͿЂG=<(l?r`tx34U }n !!.2N؛ԥklR#|q̵?˦KhO@t3#΅\NJpB>s0$d:vZþWsR9Ϳ"&&3RAS* P(9;D*xEu5>ד`:%zk4U<* &G~gʨ{+gϪ3O{x+´RM $,1?f4˰0{1նRlb?0yYW pua=W!Xp54,i Tgj\hLT-yɱ v(ԭs:4?=Kh/&D ],#v+cC#;5.wl&cƔ' k1869;jL 9?93Hzx=kBdB)IܾۢW< !8, ҉`jGiV>v8`inA 4 o <,3gt1hx}DJv\iy}w/&&55&=fu4 ':nI N0>֓6P'p8ZiMB߻9'J-(ӢOTlM^{Ѳht@ ,+_\+X15|8p$ZT`|wUƨ[u!j oo}1{Dϩ[iι  :}Ȗýƹ>/,u8ߤp'])+WL U|KTVu}L~vfI=ؾ8Kץ+@Jpar-":P\\ 3qQF>@xn߽5YvTj ŕysMpHV=t dZY[ar8){OkThN!q) (j5t P*5azZ}69RF$sKr*y$Lu($nFi:/T;}.|H0&uxuW.U`'J 8Fp#-ѵW,f@ZOSW7s >[IFIv>Z\*dOORwe9tNM6Z2k5)|I\r xIR Žh38I&RV% F~v)p L `tp_ͪ(Mٗw5v3!s·H& *Kz~TT S1BEx]HVo3Jul9Z蒽&Z*ROョ"/^R'K+i-'->7Hal{vwʄ4z/ UL\ d͍&* k Q5p1!橝Ī 1~ڧ΂I;"͉n)J9CԹIǚ֧w]UiiTp(<&rrրI*T-ɐ(Z<ՎnjQ\RAdГWj!G ޕFE-YS_ɨ aؓ)aÏIkR?͕ԡ=88SvLmiϙEW1~Po<fȬȥS)`G>DT TɌs޺|V,GZ>X:wRƆXH#:wEcMZ49(&0 WC҄hn}J-3ZdqbD!ܘ0sғх)i.N6 &c'\HAB>5>4 IfՐBp[=I'"vXؠP C<>%"myc D"#m^!zzGv  \l viƗAMz8U2i2ݥJI /x2ch6bx2fS Eg-d@G 3hVo(ڗYX סf?}BN6%|ߟs%"Zkj] g0hqР=m_xF z嬙5gi2BQUW 1G29h|R_C_Тrr׼&ќc7fC_]8`_" |;';M2Is4Br?W'pKW&a头CP&"Gf=;^4ǚk^c<⺣KP4s TcUh`Rm%6!>yܢ)@!)qI}dQbERrKϏC- Wlx5;jxFMTvASQ:)Am|K 5{P~fH+;.4EnLLuϲVU(wIw BkrBSxwOz/2\/|s=#8kB#7C_n? |Mv?O<˫CAT Ҽy0WbZ"J+~A$*U0J0fAjgWn`' @mѽ/W"Sĸ۞Ƕ?wK-zQ]ư7Chd/ۄac9lntyi9T-00 }5K0ͳ;².B,D4WZ]z$ S/Z"˱c{:*^seTB*lOЎgME.nSA}o^A)