libwayland-client0-1.16.0-lp151.4.3 >  A \/=„khcqO`?ޟ6q,?̟"POSYe09YNvesq.<5[v3RLE0FPlݫ:PaoCce͊DX.7ˬE<-J,5y @Ya’̏*i@X6!huŴ+D(r\M&J<&C͠*"[ƖJ@&mSJ"؜ pY13'иD34fa4a3ba35cfef01c9946223f14a6af734a30f26e7fe848fc67d3e3d9395989a97ffd21f1d688b224b6969c18b0c796c9a26fbc\/=„,T}D5tGO9=darN :wKm#hc| m;{%"am1TnNRgPƕG u]6GU:PSl_>Mn^p>*SG..9 `( LqI9ff_utsG.D %½n:21,ؒ: Pv3 ,' FQlmPmWO<}m\Tm?=ʂRܮ虘K6Ud*/~%_>p@4(?4d & B  ;AHX ` h x  ,@Tx,Y(8-9D-: ->0B@0QF0`G0tH0I0X0Y0\0]0^1%b1vc2d2}e2f2l2u2v2w3Xx3hy3xz33334Clibwayland-client01.16.0lp151.4.3Wayland 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.\build80openSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttp://wayland.freedesktop.org/linuxx86_6418 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.- Update to new upstream release 1.6 * Add error enums to wl_surface. * Add keyboard repeat information to wl_keyboard protocol. * Error handling additions in libwayland-client: when a protocol error happens, the program can query more detailed information about the error. * New wl_display_add_socket_auto() in libwayland-server: automatically find a free socket name. * Add wl_display_roundtrip_queue(): blocking round-trip on a custom queue. * Stop exposing wl_display global. Turns out binding to the global would have triggered bugs, and there was no proper use for it.- Update to version 1.5.93 * Bug fixes- Update to version 1.5.92: * wayland-client: Initialize newly created wl_proxys to zero. * client: add display_wakeup_threads function. * Doc and test updates / fixes.- Update to new upstream release 1.5.0 * Use an internal event queue for wl_display events. This allows the client library to dispatch delete_id and error events immediately, even if the default queue is not dispatched.- Update to new upstream release 1.4.0 * SHM Buffer SIBGUS protection * Subsurfaces protocol moved to wayland - Remove wayland-1.3.93-resourcestest.patch- Version bump to 1.3.93: * Various bugfixes to another RC release - Add patch wayland-1.3.93-resourcestest.patch fixing tests from upstream git - Cleanup the spec with spec-cleaner - Always run tests do not conditionalize them. They wether fail or not - Add missing dep on xsltproc as per configure- Update to new upstream release 1.3.91 * protocol: add sub-surfaces to the core- Update to version 1.3.0: * More pixel formats for wl_shm, such as RGB565 * Multi resource support. * Support for language bindings * Release requests for wl_pointer, wl_keyboard and wl_touch- skip testsuite on QEMU Userspace build (fixes hang on ARMv6 build)- Update to new upstream release 1.2.1 * Bug fixes and documentation tweaks * Touch support for toytoolkit and other clients.- Update to new upstream release 1.2.0 * This release provides a stable wayland-server API and improved thread safety and relaxed thread-model assumptions in libwayland-client. * New features include color management, a subsurface protocol, output scaling (HiDPI), Rasperry Pi backend and renderer, and multi-seat support.- Update to new upstream release 1.1.0 * Optimize damage handling when moving surfaces in and out of planes * Touch screen calibration feature and client * Proper support for popup surfaces - Use a header location that does not change with every release- Update to new upstream release 1.0.6 * protocol: remove implicit attach semantics * client: Invoke new_id closure arguments as pointers instead of integers * client: Check reference count only for destroyed proxies * client: add wl_proxy_get_class() * scanner: Fix 'destroy)' typo in check for destroy request presence * scanner: remove list_length in favor of wl_list_length * connection.c: Align pointer extra storage correctly- Update to new upstream release 1.0.3 * a couple of documentation fixes * the test suite now cleans up its temporary files- Update to new upstream release 1.0.2 * new wl_display_dispatch_queue_pending() entry point that allows avoiding triple buffering in Mesa * avoid premature exit and potential memory corruption in wl_display_roundtrip() - Put all include files in a separate directory so that we see when downstream users forget to use pkgconfig- Add initial baselibs.conf With this we can provide 32bit x86_64.rpm- Update to new upstream release 1.0.1 * Supply a fix for out-of-order delete_id events, which allows to fix a crash that happens during EGLSurface destruction.- license update: HPND http://spdx.org/licenses/HPND#licenseText- Update to new upstream release 1.0 * more consistent error checking- Update to version 0.99.0 * responsible error handling * well-defined atomic update mechanism and event dispatching (thread safe) * Some API breakage- Initial package for build.opensuse.org (0.85)/sbin/ldconfig/sbin/ldconfigbuild80 15528059101.16.0-lp151.4.31.16.0-lp151.4.3libwayland-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.opensuse.org/openSUSE:Leap:15.1/standard/6a49db4cd5c1f9991da8f4d3c84fa93d-waylandcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4b8458f026eb24fc1cef8cc6a6d9b4d0882dd397, strippeddirectoryUTF-8 Unicode textPRRR R R RRRRRRR RR R,ud1`\3utf-8bfda7be368996438f4d55d8c1e80d1d491950a3981075fffc780bff7d0ddd35c?7zXZ !t/P0] cr$x#mN1K>s+ʞ15{S>qI>BT|gƒ\3[F1:g;z+*\>=gp]u2(+HBQqVҀS!Bܞ/ۈ1p9)!48cwX(<_,j^UoKχ/TC 3=9"_lo[L._=zÝ]kg>AOѲƶڕo*4iKB4{qS_OmBrmPaL:ړa~7`y*<">8vܻWwxd(Fq:# ju#{ ͌xAVḺ.+2ZS),FgdgxS}J,/~Jty_oPehHuDB9R$hg-Q],e\) ,ךIUXm*G9AI/L_bxbBk`w@a]<[3Q@${DdTW Wf5Pf{YPI* Z,s6*H /"!E! Xvr ͉h9ԯ縸-j@ 8wr? BaF#0(a?3!"8Q{ۜ/==]C]VpԌ9Vw!da< (bg?#|AȘoɷNk:IoؕxNNfSS~ 4̆ _D'2o&FBn\,.:]#cX|O:m9d(L@3&b.*{*~[τ3 P{59-AvEpU`j(e`R 7|ף-f G#$Y;gx<Ũ< q:?40GږVq5yR1.8pq#U/ʦgLJ6[uH@PyJk#mMSrF2õj`7PG<džOe,zUV iDofN_Nw$[|cbfOg:(͵?κQnq2mWJDW}K$ [_j7F%O-Yǹ6JsU'  iݮnF0TM3sqW$ =Yb5Cޑe3':)+"zÊ*ʜVڢzJ0t. [Ë.axgx ^N:2 }I]uO lہf U]żHW[vM.u72Cv_8߄x!Us+"ر\QxKmIoZ$]0ٕg-7on2 k9^X]?Zo8r|1YSN=-4@eǖѸ`z+ˁ#Fۍ?6fZΔ,r~Rkā&:? uVzaot¤ Qƫ \~e7ǎa^͓ bܻ@yy;L/Z̙A3n=pjf{ *"⫤wZw+K8qebI|]|= 2$X;KqECyh\xGyɄ4Vbp:Rk7nWހk)IRɆdfszLV:ڎs-Cnӯ)E| l>t"<Z6^(f&KRϕTz{g``Qѵ_gbM6šq^l[HV4h,2)P@!ܹmI2U37*NsNLKʁTgQ4#@q{jI&!% IlKﭜ*l9 d>w3V~4˕^r>A[Jk?Y&08AUɸf1 Re! m^E-Zm~C=64X=W?wEH,{4]plO82} W>9ʚS!{+~߉a% %+r] v_=y )_*{;+BЕNkLnϮW'0W&dB8S3&rRX-6&L#"ɶTE^ Dk)O9oBgv- b&9\uiDH[=5 Cu.CaFfl$8]YI&amrړdvNle|~`:n'Nj1T==i38>rOm {͖䇌WBT4"&EH{{UQK1ԗ)IZm(Ve IHm?6 ZM9*NRƠTǚ\m82];KщɿC .$Y )!v.!g| .*XwQ} ݶwL+=&lW͙ğ+m6&FItЛI1Ce\1Jv{5Q@p$RÝ*]qK^AR#lE@1)0=㋀j?ʿm(pw&v{OyDP9'%8_J Y8Hi1$]YGA_6L4>E$yrIըϲ1<5"x܇[@mb1D=4):{")Șys7Kȭ޵_2#/֎eNp_>?'xJl&c;yyvҼB_ ,30^_Jv8=Swu߬nac;GӉ&Q.[ DsZOCh?zX4nUb똓hs7;-{XILi;6 H (f#Y.2-vh)^j*뷬*b$%pUaf>g -hϡq$E߭*K]ńXOIMPw6$*y)?vZBzb= ^}(8I[f( #.3U` v38f"ф4sofLUtgMQ?p* w(PfB1[ho+ӌrY~bʉ @ ~*Z,IxVpISl_SYMC{g_3 6զ݇tYSZ.6Dq~e$,6شk)9<.t&\g0&k7>''ݦCpA["W{זE/걮*n/"b$֔}:SMjEf{Bd3M[Qk9*74& coei2=zCרcBHC 'wu>D >=DcF9GϒХcqP^Moz%&l%7%`gYdaZ2cژxkԳ+33?>Gx #y3|>O۸tn5|c{v߶!ui YOwc(& !bLZ1J렸S gg*2xD}煹-?qz֞=% b!~?3f Ŭh~Z|ypN$.^8 C)}=dѿAC%CJx2ꆧ&;F;m4ohcQȹ$(h/TvT, <ɺաI۲~2~3JJn(iIN,e*~:~>~-]q1mu 3oR:,fe*ialO"h(u C_`ߗ qσX琌 cn MbO~H94:T 5^AQ4| (_u ^D[LU_l~~Ɓv@C|rSz{/"뭾y2"0aUOg Q&%gym2/]SZTݨD->L' ?늂ز_ꩍ38`2#G [aGdUj Naq`r *pHF<*oNE~k 'raFS## D =<ޠ>uHʹtTcDdՍ#alseL̺wWueCY3 BFkiiH|F`!Ԅ^BcA 6ꕋFG J nx# †Z#:bmЛF,3rQRA }_mIP5(L~}?=xCeђP}!A=;Gzq:h~˚`Q5 bCfkIPI{fBs? ©^g]ܢzlC4)(-e,/MI| R7Q2m'SMC}`EL7Hvi{6o<2-#QkwcrGqJMC>ȿ^b *N8Ĩ_cO;WԈjaXq, (Kߕ2ԛQkryQyi :fԟ^ߖ2hHz$+au _Q#sz3)4VJWSC;\֢j:+V[4Ӛ] &p Ǚ/_oP<tGXT>/-FBN'kSDXiιY2#ɳo \wX`֪WQ~! bS:ԗzGmjdx>(҅-q$]w}I?Y̬\sfk6({,nL`˽/.>a1:mU`q\V|pf|z~CjgHi{|A/ .A$ѹj5MbgGs̴.\D`g{63,k@a򿇰60f NuN(%Ф@RoN ݫ;ѧo; [Ugə>st(6.;R΀+׷X4 Ѳ"ʆ*Kj[Ә7AB:dMYEH"=7}$ Tto?_:ĉY TenZsIf9[, :n{3 u~İLֲS"Z@{>,g[tI.r5y9,x8wݧ]+EFv1;W;7%Qfű5ep5lPAG &[cLBWSo|ĩ`m[Ni& ξh7HwӚ"Q\͖a G:9T"Yt+gXs=lN+4 GRijT` @Swn^~ 37> ;]V|.GOb<&&Ǥ= LEc06mhˡ(#޵,xVooD3rf\{PnG X1u?&*]"I_0}_~8o :$cFU@>%yB x'n0f S>; y<`ą }Trls+>ժ{`6uK QgT} ١|/'RGKK?iN~S,c{d7kH 褒sC dgG'Y}>! z-؍1jԨDyf_zDףްPAQtVq*SC B|(dtK8f.apx :G"Az:C{NY=\^lfͩg5諪zlba~0΋zoKJ],@n ~Xsbr ;|U4Z2  1eJ*ӈiNxB29*蓸i^3ůG^ Zx_ 57ϕPœp/3) +OwqRcl9ʕ5(hdBnAR`niKk:^TXoA$ ^ԫYyQJ8YdFWNIxm |e;Dz-$ fcʴ5i7O؇TAx (H;VZ>A]ioEWԤr@k?_sROU)M!ӗ;^ÐQFD9Jث)M' @-JLOT6(w} Ά"ȇmwMC"t֖3(~:D2U7<|&ܼ5-J/U|rs9NO)fيƚԛe1R8lu4r3G'5 Ps*T}'r@NURoU22Vhnvce0WK)Z5Ij1(T ujäf)UϺn@ճ ߘg4àNɝe),g{GE` Gh垱G1F=iF+P_h}=݋9e0 I 6HLP e:G[jVצ`6jJ)\~yQ!4ٔ<G"l|BE4' #XF?I0.ecƷò/@7xv'#UpA8E&dDv׽eeg=BGq/_5ܒV7Se@ztv, bHm74E,6]E\_/Jw4ϊxVj 96x?kqEL ~E NK^m@o=aY7&yf3˙f~H (? y_ԚkKZk=)s9yt Ex4B+SCyv|f]v|;>4j{Pkjۯ3Ol@!&͚XSe'=bmg{Bh J/hń3PL4dMaH[(OH\aee´, AzC.6dff*d}`s]=%*ԆKsRz`aM%&~Y0tEeۤJG,gVↈ"aNU"])8Y z5IW& 3;-V*H%|yxtVc;v$x.3X4IcH= a r?|-'!PIk Mfyq)y#pVS;jdmJ9 u +@CfY*yrvӾI Z5j%WUB@F;h*lagxjфvVPXKk1$so1yGeVZh‰=,Sk8 ̻@Lsշ7ݟسƹz V\sM [Ljׅ\#cEjdS4‘~Umܶ|1zx+Z}ړ Y347ANJj;dCY݅jnǹ < Y X5h@UL>7ۓK(?Zy+6LU,r5FJ!kF:0qP3,Khvh ^J]pfEu:"G'Z|tbQ1VbET523V4wE,Hg8tB؂ iS{X8Z'+ 2qVTb%[iJyE*T7Kkh`U4ĕCyѤwNBBky*V.ݟo HSnVLH*~F$_ i1#닥lDd^1FwndayW;͎nf:rSLaqX8' ')`{ZD#PWRr<q_l3ϯg̀DΩ"ȥlk)6 "byڗ2͊I] 4v&"ten]mrG+U1ntnX9 7.. WH\+1XP hğBQ-a$fQj 甠P,nח횠6@n\s~dWcAu v/Ptk t녝đ+?lG?a~`##ɋe~Z>~?iQI,oi~1&a.iY}ݾ,$;ZAU}ؓ9lXE!ΞZ>v5E]*o p}lk뺕qKa k 9DWJʒNZF>GR*1Pm_Nzn;Nt Hq !#T=("Y$@ZG#/hQ^KE+&±T &2Kty0@(j~ruOQlAu3\zAݢ<7SHqhV]$ Hz b(/h=77̡[SP)D-BF)z1y~~7SpZ4^} 4m9Q׆UTJG8XfX7PuEfBixP@|H:fBu%9Jlh }c~X.s2+ [&hb\.hk;=[{P6bgeiwގx>hp-`*#R-yEsoإJ =%H,?2DETqWH]f]`v_HfmqըuEi?B*ISo|:j)C% 2SX*2F~1=8i*[%ȴFɵa Oh,u’pJ1@*lGB_'mBF@R!, .ً͟5~NJQ>;^ywSXꆄkd /GbxKn~+\d4n.[Wy$~|) fURR=k0BE5@l:Q{{oz0#{R)T`[fj~ʟ wث/1>.Br`A:sXlqॏ|+]\=3ȹW:n%U~ #,V=+P4ys)%NjniN>&,6r׳Ee &>gGeo=ȒTg̓;g]f[hퟍ-Bwlm*ˋѴ'-zU+3Es ل]C<^ anIS'* //Nx]%C/_;%Kah$xNd5ICn]TI:`}, G}5<,Me.u+#h5?wXn/}3P!Z*p0%#w۩=:~hg)Sg" & g{dkS4Et`D)aS'̺OLnt>WNAh1kj읔 3*CEܱ84%e3;X44UB.;eT;mp`OmjS&0n{ztAOв!KA/7Ԟ`m)":ڦDVcr H~:ޓ_{]|[ԥ?3>i[Xo,P+|[\k!BE^ p#~~1w_t.2/X@蚁f7jP@>C:V}ՁK;?ǹpƬ6n/ ǂ;Pj`|kݦG.&8bmi1k5S{;ݣǣ TJ{YʈT1b4sH؁ʙtETN'&kNPZv[$2˱E9W Z6boE?ݷ!HH|Qgo۵B ˳UYes1cScm\m,:np04yr 2 RN^$`E@Vm$>uuhA806#[:a5-5d +zߖ%pkC|I?ٻ˃ Mȴ,Y_ϿJ)_p:^toh\<^Q3U4b mL=V?q~>'?$Q% Wb1/~ %={;<.ظTnExL)%q2Ye1FhLޢGk$ӽngGFFW11ǙrdfD*;*PVb9U4e^,TZ.vEh1毜^SXE¨͑jHѿ?QmTs0 m9/ wD(bdoB>Z" . *`F{nZHRO1+ze?򄓿≒zgRAfO/ AmEW9. " O/1;JrtHQm2(pn+ ;3D8;u,3x. Cj H\5 4,/;JЃN0O&SCU Ho~FQ$nU턨]7m:#I]71ѝӑI{%TL:R @~k`$F$lgHSrd~S>ihsK_Ȍ%^\TΣC0z񊙟1í1(e\w2lU kT +U i`on@?=;5D$F0q:] !\ƒs1f: "Inn~+l]ɔz*'$%_7ӁwsoZZ<2W?`)i@L_L3rv3t(4dmjGPhoYBA45/._.͆ŵ!6!KpF9F!tJ œ2 ǧ׎@e/dY{{4;'z*z3u@$í <&vpv?}R Pg%rPTy?ƖWG1=s@}l/`#M4mTNpt$.˃]b,HܻkI _p7#3,}8ʖOLaa҉4lƥ1Ry0#^X6b; ' dPYF+pe} li 7jNcyET3o0 CkGn %=yX~[0~efS<}<Y8c1g1^cѺXu՛;xT$}n4} o"~~=RԏĽQC,/-J%po+xyZNK5)8{ɓj Cq\A/o0LM&U@ Wi5ߠvp'wCPI| 0h:/~B߃Mm^u y|{ ၂tX!<>m\Do myoEWs9D,pZ<6 Ck>PziWd=ŨW] Bs;VVͅq |»LϞl!R`)7vɪ1*:¢)k0J4̿Kůc7He OpМ>M>b% ;}ɷϾiV;07@gQghMLHy_v 8D#%Ŷ`A1 s(w!T vn!i]M(xͻW ]3lٌ/'9D HOQ7:-?h쾯?z" VK6؟xgEumD8}mrZ:c,D|PO/(bA=w*"cƒK' 586Oyr KXmW죓w߁T6#NH" BO7c4Uxxӭ' %tYE@ 6owr{"f g?Ij84!Dg6e[h 1O9ߙGzogIYF1J|"?)ͅ~pYULh!hB`RU6Dpgс N7,򿢍bFoFW$Qt+^}'-$ 7vN59ikdFH :S^qN0y4VcX#JaQD8Y-A-qEBx,YY;jI.ܠbʩ$גEswOkrYAYzFJ M[{b L `KdګtΦ&p4l:(vL5c')#E8 eT,|7Kp|ܓnDwҴ) |ib'%Il(q`O߂0ژ