libwayland-client0-1.18.0-1.19 >  A ^hp9|7*7asTB4DGgHH=~G'H7 o GfrҡTy` uݼfcUw`1IM!);,P?"}v'[a(ҝ0ϴj~P4H8.\h%phrm 0vA2ǟ RUQ*ز )WЌc٪06 _ZڪL!ODo*)Z1lɆjRbc194743f19ae073af4429d61fab86bee7ef437e97c83c0c4151c4301e094cc36199847b762f8938be6a325e397b11151949856ey^hp9|/NE oJ $u0y:5!bU$GN,<>`Bà.hc|=ŬH]?p2;Jrjr~;]N>]lNt˂Gٖ#w՛_4xQ]V(o/>aUP528]6k)+H YH~ж{H&`jr_r{vKv+Շ-z[8!%WG{@ Dh'3u `wuᣌ> V7QX>p@$ ?#d ! = (9Y_hx     <L`t((890:> C@ RF aG |H I X Y \ ] ^!%b!vc"d"xe"}f"l"u"v"w#Xx#hy#x z#####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.^ibs-centriq-5TSUSE 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-centriq-5 15914062571.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-waylandcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c2f45040f391335a0d9dfe2c219900fbc9d17f70, strippeddirectoryUTF-8 Unicode text PRRR RRRRR҉`䁩8utf-80d7ea16ebe19dbc56d0fbdb45f5b6226331e36202f0c78cc63dd0b6641a1ba6f?7zXZ !t/WQ'] cr$x#+96bQ-9䱳z) ߉%^ AMX!*cCC'S8oW><rfSZI euv(V'W >D= =C]蹔>K $_@kӦHPa6"dzj>\əMUr#H13|ӕߓJۇJUz6SS9pR`mҼ~욧%`s>e"kIV{;r2cE62Ch̃B\8q(}na& myt)f/X>6M4+0\%thK>+\N ӠPO vXy!A:sB5M*CuAGNMmg1 x6S J1 şb;]@R -e4œeK9nԺ, ijj_A}*rN&.SgH@(u8/V| lcU\͌1̳)|} oŽ|%d:lC`jkib' u{}!5ͯI=etB+EPoK78j?J .%VvoނSP7C!+ wza/@F (rWҁrr;rEe?cQHYg[- :P\4hH[}_86F>&0 MZ  '=c:d &n*cu=~ee [Uy 21Ae刿f xrAZrDU6、~r`'Uמ`<}Y@`(̒nv3&`1QHZu Y]3yqiBnN"T<5=iJ$i! =)ϝNȵ QL c2IELi:I\E蝟S$>E3tw E1hJSbA.hdyѽ-kVKig%) z]S/[SAfyv4!|]t'>z1cp{")`6' ږp䐁] ;S윪 =0 +*~Y¥Ȋ(_WҐ~HNSN.CJ٫G`h ">8D7yUxķRM6t1gtH0j@s( rOc9Z}Gta\ wf$fL[6?`쌳..t>0!M.+AkO/dk'T~,LDnQUo;:o&6aI; V>t^'` s䖐"$Gi)N s4 Jh]zbHKys!uA4`>g i،kо,SmK /:YU!u4R|6kdMPi2#\AD:zk9qi~?w,ԤADzKCvLaE>l@IZf\e%8N|S1-cC;}u)0gIaEW"%9Y;3s#p>Mb4|y(& גٔ[d#nH.ij0_kݛ ]2u7{AI.)(EE-G9;uF@j!F#[pSq>R>`+-;WK/`[vH!._{/h,ؿKIdYTI>U:>k__׵#UVb/V6Jɲ11/5CxyFPI2 c#} ۙZ2#+GϞhBߘ2q{X=eLNWA\i0 % ~XX 6=Bn)(F&A.C}I4B&|b5w;U kXD!^NdPE0˶GCah+bϵhj3sNn@ݬ65fSw|J'ȹnS.H %i8j@Rܯ ΂k6~Jd&W A'Z|/^,cȸC1- e_D˼|obtL^ֳTT7t^)؇©ȻHhY%\[e1YV} wڊCGQ⥛(pUm1܎ﵴpXށ*/W O[2 l._/UXߒr*QAVa;F<܏e7.w Ž\7棾1Az7%_Q`;2<(4U?̰R8 ٔQȘ?~)pM2" rԔϺ:7 LH0 )׮6Owסf$#ƛ5LG za~5E a`UE9-Qhk.u@ wymϚc&|&)Vu~QgOajFx#Z"ś⯆q?0iytBΗb6"vΰpAOa$I1t%ƪQ?r} 3&4JBT odaz"l( QDGwi,O A\+51L7xJL\#7di;*))ju773+O2_HrLq[v7w%'+/1]M _fYKG:VUB@s7$3/Ń-]7ԁ-<טv^*jqͿew\ADׇV2ܵqq`!C'T~?㢐41ٺ;QB@KY5) B-Euo$N53C=kQW@VePie&ß2/˧k]|OcW…gU"fGI?TBԲ~;zKJ6b2"$BݕD As%7uP+A Z띿- (\lNJT|p`u WXxGɏG٧:w(l22@ y.p Rg'{Ii9X$e:ϔϗ SUGf˰O~Yk$%Èّ`FKCќ6Щ#1׎Z`TAvŻϤr(sQ, ,|V)yKBF p߈ &F jO̽SV<$U[,f15LhDCJb#C4 Д*0ټeW֔W5tG [8 Lg<n y8%M T8ν$+?4f ]@GJ<70_G?@ >!yڊ|eMuor.U957nP;*tSy;ťTfpnSj_d];0Þ&"Zk%ٰ|KT8_nOWx"[VF p 1/S)/usM`( a0wv7T|_a lWy'6s^f.,1>*ׇ$HsTԈ~1)\0:`] }Y˰YI,9@Z1]ϤCX b(T@F Xė L;[eO;k /7&9jwӲᓔ@2OnV_M34[ !?"uU>V~v<X?n=aὥ.$S?q152 CEYGIuo X*uy߱ޗX.Äz]][{djcj5uB} }Vqb `KmRCZOeW-/Ay!3zte3e;WV QEd+(/h!e{a$PLAEf eGsCZ0VUߘ-)|7>JKp(s5бxG+ 7C))'^}V ~ & ;&iYGн)A9/=m8y&훰GR`q8QTh)/f˙d„y&A9"ݑ X.D2yfKg븮MB"FGDC_Qm j2fB\R25@kx:]G+477ʟ[<%Dit.ҽny`R.eGٙk=?0LfҺ@}22lfOd_4HZm~X.uDE1erf0&sh_̥ք`xy;b X% ų=>WM-)'Iz ~~SG fV[򼛬;q.GWe1evjKԢJᇁ) fW.1i@~{ [TugJfF(sљfa%<_[P@>ϭ LnDZ7`=p ak2tWnVLpˀ9وDϿ^CfQH.~``z@u~ۏ+XC2 X6zV ̒! `[S;۷*łp+o=c^}!uk~3V% {4Й-[f点Wodsd$aa9Cn,,m3Me I\A2[ZJ> W5XOq`H S]>u6s&fjC${3]eE)@0I@±<68ؚ6M1;Fl8=B+l7X@dupo [ |'KN()M{Q~#$G*g]~?A~EUʰXqHFmɉR!U(A?w=&W f6å"0ˡI!&uFiT|K.`'C>9j`yYF<Ka 5sHrq.! o7PiGu.P!žwų n7P 0/\2G|0r+r/?쟹͌-7½!N?0:=bhT KQ96BýGI9F}M'xσ韂Iڧx6"ꀲ邓r?B~飞 Bр)*S˪ԭfٳؿN: g@5Uг!BWOD}ߚQޢQ^Lz_-އZ֤g"%__@) k[BT<m>405kvT>͐kh=/򛀐Ih fM?0GL%3> nK.OLb}udz.#fI*@$A]+|b*Eʉ3U͋o b s>ۢlj k$\*lv&1蓢)t/8_=5lŤ$qϪr>YN7QrI`(ao%'h`- ic V#=E2 m( k fLK]BSʂjp]3O8-!RJI7ԤmJNjw]Dy>O&]'Fv<>$] yKY coRCu+7LR{5c_bYst gw\#m K^fD5@*8qιgq! ">oi`, y>_R lH٥O1%>a J{c`'(=]R#FHHчhc>+|wقNya|p`晤r4Sp#8,|_LO;AX5[ ")J|i4HWՇ`^@N@7~hg=Khf,DC`?QqUGAwUuźgTbrk-Y4^pQ5m@ 7}=u׼a({_Z>'u?Zw!e%Z^0_;]a4jUauÊL/C_q$ֶo _+MP:wK0N̬/V8':U4Z➕ej6Ea&%ࣇLU-j~TS ^^t>W°f}XB@M+m?Hqetx5Kg##E66#YzpM2]!^'8 M>bjN;Q?UΒn&aaDnئpRK7eq^rJ+'IDknV5 ؠ3u{2ԪT\SC"DVcE\)/]]E-.1 ƕ]wz0$ ^ɐڑ<c!& BK>@xd}GJ{M8.oߓZ}CƂA56{i^Tv J*49si);#S3$Z<'yb2\dᮞpQpjݹO +:SLLCT;CԽC8 ͩl=) JQkQMDƒzvwQrqN[r7 + lƕSCxCאWbl| 북U|C&/vd{nPTpvp;GI]CNWpT%$}PUYe]T5 Jj)pJd&tnYw"$RnZ *>ovۣ$ĦRY;+0eDH ly6O:nmALqbBh54%NEJSs%yY!WU6u]t-dM^!9f)./'r$z.i5igF탂겖jr@IU~.M3klI SO4>LR.= FWh\Wa'=(Ԏf$:W&qk%}TU5xI&ޅ9$j9΁(Z(QB<-Eh8aw"ZzO tn|z;r(b ϡZ\!NzIzlS]PК`?2OP+Wwu \*#rj_̶pn6*aȜޑ)MW6X$筵2Ƴeaܪ uP ;d iX]B*WB fQwIm5eC/34EA!\'8AcϏKxU?]CF 1{Їp}sfQ)Pυȷ"rEs21sL+8%tWq0Ucg*B9z)obQ՘Pe)JjuKeNﵥ$V%)0i')CҝL">;NnPt T]i5wBG-9Zhs T$44K`4ffb hA&^z2t551%5v)-JsT(bN.%>*pߟ ؆GfQ(<5]G+F(Kz'q%E,&@o6*\Ch;ga_I3e]tdE0Ƿ̲emt[gGB}#DۡL-C|@0 ;&v8O=,4#^ f1UcWDPDZEV1f(OݐYau`#'@Ee1CJYlDS`u!K.$G\6zTG oNcL'_ǺDȼ(%U"GS]r"&V-#f|3->((}ȻCy4vW2aڇL淰N :1,+*!V/ЎIb;8R;(JPDMWں%+ e:K=x5TwG{ٌSâOr~$ބ7NP]=c"l M1^[+ꠌ|?8}O{lZe,_N ܬ2 iu'*vL6?"nJ]I@4]E/ܗi~]SFQ6BS (FSlg؜T4LI(|=Q+J? s4J tݨ^Ggs-eFg]rAu=ufnT㓷T]eלuQǁؠm9'?IWOAri+&! kzh2oQ}ڧ F`C?P dW|^99񧅖QM{pEE5qP~Z=>/)xhcӴۚw =9}ڞȅ߹۳)PjO`/^Zeh }җ$w)dL\]q1"-y;$=`?uROapLM^nDzIEtv:خ1wdp~U@# P]Sba%,!~I3ۢT9'<39f"=gֱHg5<mJ+VZhj' Æv,\k- eg!F؍"Xn( CUBE,5.\H8opF>peW_ ndĄ̑GΊ1gS.MِUc3beτJ% th_Ru5 W?` N&J]c7@t7{C=aؾXPipD&iTjpBrwguE[Wj8aޛsR ԠB:ar'_c(SƖ1|޼[/3m&rC̗e!8nAf^2p՗H8 )}!@.hXu߯Yh^|1UAq<|BE {8saRb ʋ+%fdrכPPZ`/ WJsQgR ucはۯrp!;赗ho&{'>88QMdayhHě3~W~(Aͨm$t ksQцyeXZ>(!'EPOԡi4\F('ؑQ"QgAU$fGwشgVnj\-g'>r i.Ĕ0Pcz$K`+WDI~4*⯠׌MEUNgh8_0 <5T!-ߊ ]S76d{aJU&s3h!*ҐB٣tUB8VSӸ6&um[@\nj°/^q֖.mvg2˺GQ"Z~}"MF7xglツ6@<×r`pduN5 ǰsn܃ȂqE=uҩ\sƫz4>5O#o;F0@'ӨA|˼OV=s7uw,H.KF`?ߔlp{^]Oy{fŗsRD(c]u0&L@kVgXn,$y+gJSaɂ9֭7Ů;A-w4ZH~nYigQs\DP1DчՊʑJf_DCj !Fkqiґ)t] Y@dL5zRyl]r,n}IW}&rȟXJϻ 0K/_~Y|}EsQS{_5Hl`ⲟR% 8=;Ob]P'x7&;URo5ȦO`~g>{QGl#E9~ew.gp~+;F8vU! ]O%߫1ϳBFh@EkEQ0yb"ItK;:xÓGٴb!2@ll|o¯#$VjRl? 2.@mn?rVMN`+٥IW5@Sq+/e@T]8"uTːĮGz3TŠ{>ФAּ#&NM סd[)쎚LJSdI|]Uj(7br0Ic7)iH"<4\%2ؔ(hԙ+W3)'LLrzL [C#KT|'Yh >_jp(b?84J =I!0 W^#0q!@Pt,/ƹ=#,]W%\FaATHcD@K7E:@/=0"PORͼTLr$"FyEѧS1>/1Xm%62%KG6Dg dlw:(g7nxt, X.jX Ko~tODe ~)as+e8Tu+E3L|yQkQ3{a2zMaHwC3f~=j NʒKQu Ț|3m'ҮGL,LNN\*EFI gKE嶖u6I;wfJ"OOP,܉,1~mJDMGN=!dMgQ|3rqJ_=$L6$[ gcw /N ;ܟ({gAw87MSG%/ߛ,haFzDQq &^ի_!`Go"?O^M݆&U* \LW̢b}U.+X;*FR\]4v\m¶YWX[^Y'9+3bZᵗRyXvե4aOm0;fWlv3mEE:?!AnSw 6M˄L]-dA20C&swO>WRi~lA-_̓>@]D,+;d-c [y\zZW9Z5>m|^R}M_!)Q%5*?࿗v褒Ds5v!A@&-%f*%omVvV{'c@ Zqdb(I#I=W|[,"vmC֞c3ehT3 dD n}/wzDν2qlnG?LQ[w_>{-BҥWb GTr@lqV#rO:p:Ң"Bښͽr"I6nY gA[f[|k%ix}Yi&P+FCӭOz8v8;{ Juw*@Ia!j=fJEO׋j,(& j\yID_s_l5[u"X l[_fәpm2.b4!f"VPSō΋NQ8VAE(,PZO|"9G̡6V@:Цsmi{UG݈xNu%ߎ},η)2IJOla,\OS[Nhn{4.Au/{n1OzaPs܊FLpHk.yaXLx")5򦢳 ~5C@oޓTk7:pFFP 2m ZZ,3 _9>DLzRuK,`8K.,gM/*4rPaɮTJ/KKH0J㱣D1;M|V*o.D7S$\_#mƁ-FZjQϼk{"lG@SZ*cnKEOQU"Jv͐]?J\+uUdi i9&-4_쁝"q፩G:4WB)^"SG-iR}ӭd,1rBw/R{hC@Y,Sԁqp`KspFpFf$M No =}?mf~82ՙh7]tYFl7[^Zv^#6+NHzY=]8x[*8-r5?t|#|jN[ Yv "P:(h1?7 u R,FJyX T٢8 BC xʐ7zx܍7W%Rc=F[QNIjTTgYrMMSAj_\cPP@ NM3cV]?68kA%vK†9WGCޔs-=vm74CrJCW&eY )F  ĎOGgS2vYZ)yZU2k\K5hd8">|?6ڊ6Siv40'!+L˚<\>ٰE-;N{ .UD(Yz9㨷f^!Xř1/o'1 RrR#iG?[CCJhm2|o,?y_-WeQ[ל),ts4RFǺFZ hNNJ^ɽ?}Y&f_ͣ?y𚯻n6ylg\]}tWA4{7o9@b&+oF]xE趼 v2h(.9`wyaq*b #uX$Ƅ !ɴ_x%x}5}K]" 9 dzQ^7,u9ne,ɞ:l?<kt`l]:Jm=HWrf ?v9%Ӄk WQ?6?L+HqGJ:31AUC\ح$&pIJ2shY.+[% :x4+bz&,f$?=Zg2-)=)OV By7v)~{;*QY)юuauON;[J^~sp.&[Y1?+`* (>-NL=|J&ǵDU{+.ZWhN9)3Ԝ>(+Gaq5ilҎ.oru,q X"rvMHJ=߮=R@lԧ \@jbl9Cpxwvj0Og^cߺax-5Â7m_!0g-ݕW~{-o Gj@svl[Ѧ^)+UjEQyo-_Y5Q7pW5$l3v^}<қ&0#m+O*b7KoN-]2Z؆z)b^vS"mҧGC1Tr{S9?׵-q1&*G^4כ jcO+bJ()1o>yC+eӠ=*qD]?9X] VA+TSqF }B@%.xr *`Þ݉' GnrYZPU%մq?xmC=xمqdϮ^%^'hǙc-P$ub?\8PV*<qK"~FF:pњ^Ou=JqU0zAւbS̴ibx&Xew;p61 g oʰNkW+: 㮗!05Wv4Q󓍹o#ӄɍ3uj<ۧװò2MGAwB vb!6\5^LXxUpTb͊I^(s)p$a A"5Qݶ*uMO`O-VI5<\#|:-ZN^˦e{Y¹h\ۢتPgٶ YZ