libwayland-server0-32bit-1.13.0-2.3>t  DH`pY=/=„v,L"(Ѫ8Å )Hj5`GEYW+XFT< ᄯUM ;8c܆^5FFUC|@LcO[0ر6Ox]^uKL81d$R\ZTo|H :LgI8XTXszUC+{Y'TZC8 q]q78,lwsְF|aն~gzYFڂ [e)Kxs40b5f8bbfbed79bdcbc610b6126d7886699cd832Y=/=„]WsGȮ̙ދW ݡ/ҹ-,7rgB&<6 !?0L/%CBDl Wru-~ Jux8dşU>C9>:)?)d" & B  >DK\d h l t  H(98@$9$:t$>&G'H' I'X'Y'$\'<]'D^'vb'c(d(|e(f(l(u(v(w)8x)@y)HClibwayland-server0-32bit1.13.02.3Wayland core server 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.Y=cloud123 openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgSystem/Librarieshttp://wayland.freedesktop.org/linuxx86_64/sbin/ldconfig Y=Y=b2406cdc6937d8551a14dbc951b8d73elibwayland-server.so.0.1.0rootrootrootrootwayland-1.13.0-2.3.src.rpmlibwayland-server.so.0libwayland-server0-32bitlibwayland-server0-32bit(x86-32)@@@@@@@@@@@@@@@   /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.10)libc.so.6(GLIBC_2.3.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libc.so.6(GLIBC_2.8)libc.so.6(GLIBC_2.9)libffi.so.4libpthread.so.0libpthread.so.0(GLIBC_2.0)librt.so.1librt.so.1(GLIBC_2.2)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2XsX,X+XWv@WN@WDB@VŲ@VBUݪ@Un@TTfT}TTT@T @S|@RURa@Rw@R_@R].@R:@Q@QnQNPZP@PYPpPPP@O6X@sndirsch@suse.comjengelh@inai.dejengelh@inai.dezaitor@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dezaitor@opensuse.orgjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dedimstar@opensuse.orgjengelh@inai.dejengelh@inai.detchvatal@suse.comjengelh@inai.detobias.johannes.klausmann@mni.thm.dedmueller@suse.comhrvoje.senjan@gmail.comjengelh@inai.dejengelh@inai.dehrvoje.senjan@gmail.comjengelh@inai.dejengelh@inai.detobias.johannes.klausmann@mni.thm.dejengelh@inai.decfarrell@suse.comjengelh@inai.detobias.johannes.klausmann@mni.thm.dejengelh@inai.de- 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)/bin/sh1.13.0-2.31.13.0-2.3libwayland-server.so.0libwayland-server.so.0.1.0/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/7182237413a862b873d00edcf2ff9320-waylandcpiolzma5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=043af58ab8386a80ef7040635c6be4b3b65edacb, strippedPRR R RRRRRRRR R RR R?`] cr$x#̢o]ܛ\)=wDm' G֗:C.˛_`}:+2G5?ao'-/9pA\'R܆,'s@C򋹿֗\NONkfP U/(GC,hM3%u`N&!ו&\5"Od&,P Ol7R8٥J *"p$m>eZւd~# C6} ~WSM d,R37-Q+l s9OaZ5ގ.yA(ψ F+^ݲ i?Q;Ѓ}Em #ACq(!,}ՈҲ0ͱ Ϗaj EB)P^!D#”$Ѯ I5{KvBJ'7WF ͏27(E8h"@燖,OC>h"?u)C7ExpW&u&KEgQc{%h0C9N5KuzVqasrl#]JL%k#I&oQֺ?5zuU)Y]z1]w8~ihGa1sͤŲ)&P_ -=S73j*"ɣJ憀 +1^TU)t SS&PKz.$j:[\ VC䇝G.cno:xS`awOe-VB 'Aq JR'?mы+Ȑcsw7DzQݓE䚌50YceF1"u&AH2XUO-lTMbQdqICC5 >T_xj0 Ւ Ke6O?9>r 1%;55l~_ƓʊW[M"Lo <5ǪPd2@ >N7@ͨ:+B$IIC[ot\FS a-I10^ J"`Kjf'o>D 넚L\~4AȎWCXO`OU1Tx\;St!aQP%"/3nݯ .mM/llFbdJTC!&N#MۍdW&s`@֔a3 mOҰt"ͧh%alF!6mČsI M-"rB?(X*386#N,dbsV2uB?^*Y5ln*|w8Ď#d2T{cw+aJY8q4$'ǃP4btX ,#8Yo?\x& S5[%Uemt^+־zG{TЊ{yccXM 45 &kaM䵬iW/UMJU4ukvZVKGrAn2R!Cr#Č2 xМC/-k _8;n47JOZf57.[RdzN!.MemZtb.uY9@TLÄ90 )yQ]|^[Y zi~D=EpǬ*fqqͥQ+|#[ϲG/EQ}KD۬^7t{]B l] 4*BxW0KpnzE_Lm&"/bBIlth{[:!Hc6@yHgpqsȐuh+& SM|zlt?JNrMolLՒ`"4 \E ˴) L=m ԩPk2!gr72h0+1&Z<c0)tY˥ PP H czoM?%sǎup;r]FD֛!MMFs'~ժh7|[yV+hCu!ϿE!(hBQ0й, =w}IyI,aFxpO_k;"=;HxJ hX7h#xd6?廏8UYmwVUtԽ4o> 㫕腇vʂkh۬RxRëEdE+1ln?[!1ۜ()5XG*ڨ0'[^jY&o8PjkSNmyoX4 YCvIF7q?O U6Na#z{OVH`7,/34f!5 y‘O8*fQ?<jscUH&Nqȗa_ 9-'%=Jz9k,kw &JXvZRhIލey3=0?WB=+Q|54}wA">RYKw l}6ʏLsIzgLnQO5ngV="a賝}tדG\0ȷjOcAu5ߗ:M%8λ>diSZ-U`ޮ3+_%ó;×4{>lCw5y+m4k.YP{mi4/3;AFBnix74z&?)ߤԕ;EpۮL{.Fn K˺ =i(=30|R[` L%T.7L"O:=2A(b9LU%l[pD2G6+ XGHCPfr ۆ8Js4 2VoڕgWy ҙMycL0Hxj@{>OMvvKϪGӎͭ,ol}#j6+@)ze G,{ AOW_,7lVAy.9꼾6}LUozaM{+k^PҧEOT" -#H9ܴ*g|=x{#+\40p p +Zz3q[ TqWr!DTJ\7r.dc_%;'kZIQTo̮mYj#Q,D@#WT%b{F}5l˨t o?kq>jۣ ИP*I92X߬ϼJѨPx['&@3KOo9*]w`ReTu_;# Y%4x>$ 6Qfs h:Db鴢jaR$J;>_Y)2zad:Z:23: oQRaz )!J^KMZ6+HM)AՙX}ɓLmhwpEBrbw>*)x*foxGSQ?N듴Q]UGf0ӗP}Nh 9(Na D?b@BwF5YcݙؙBJ{ʴ0 Dl YDvuo Q0ޑ1y3hM jG5]POMq9bP7`2G lJ#RJ(!&[?q>Ol~DJ%y|BIl< *2e$4F'pd nAHD'PM*"FI` :^EQuR 3G'^E/NinXBҪWt"760AUS*8qGjECoZ 1eA'ftF#334)2 \bNUc&R7]ôj]v!Zխ$,A;1V<PgY4iXkˠ+,ܠw1n:ogp> -ތ8Mu\fZ =ܯviPj :k*X˧@Oy0]],L4b#udF/z3>};$m+Rbyc{Or,eUn*= SJۊ~`iresƧT_.Wsl.1t եY۹vlj6>SmKlo$˃C2xgt]8rS\^UF k~8 L4?p1Cy2۶؈-2# w2;~Z/rYbQ?9b:˸ߔCg/>Sx80&BRۮ ==)ڛFeWg[ Hwt^ V?RBtu;0R lU,OBz'&<SUN1H6wpϠM0ǨP-Ѧ7*j/*,#yuZ"j:emlbU4EUa,l=Ii\ s%W)[tY5g1cwKRS<$v?wb=b%_@lsʶߪ,'XӅt[@bcgAŠ2fMc^|-T-X/$PMb{0U3ۄiw?k"C w-;Cm`.|oht]@21Dnh5Kn T?5(M\1Ckĭ+KD c}kyBsrL0&pl"E< !ۦب,a[spWHw ;)_PnIrM{ޛR,>h#Tqty8f(#="LayԿs܇t-hE4EfØ_QiEn/"Eq@ )1ƘȚA Iل@~Z OYagd'N0M%G ˹5휃a#q|A0@7*6ЕyYiKcq:U2U zԥ~wշw)#~ wSn]E)e!ehd]ȉz̧0s=^PC L]opݟJwϳulh)!}vN Ȉ\ gWkC߅*+A*%U,'9 *_`fd 9ꜺIGy"nƉeg@5*אۛ)򈽲Ɏ}sKVf9ym #28[[-(puq\A!-:{fG_LְTHaq| &m3q|ԛ*^>.!mj:Bރsq%ڿpOVM;kӞc?Ņm*>hTL*FJSXBg 7$Jv6sՃj|VAP~$bz&2$/qG ^1^є"ˆnDjkB%ߓ|`2Őe$'ۖGhg^7jD[fXܧ'LP@@zT{Îy;J[~G@+Ď6hإ8HM֗|BC-щvyvKj9ws.t3~mN@HWa eT5㉵[Jؔɯx23 [9 ``m^>N}]./lM#p#axc0q;:/zbBVq x#t*fzOD蓢5T{d&bW_zԾ V_+QuS O:Ó#T/~[z2Q%`Y?Y4k۠o󚈍 ʅzG$pg7 qM AMhf՚iR̄ʚ_(oK\;Q [ɹ gK2~[(h1 `fr0^bio;MvkM'=i8BTW#ߔ*}v 2V}V#Kb #Ri'"a[7_ZcK.-fx3-] 4Ÿڨ䨪D&pDF^/MoN<[2pC.2qXiMsh"{;v&N(#T/.;q5$_MF{dV7S"9XF[`Ctf:E:1fj"e%҇K!r& x>E2!wdاx܇O2`TPqkz)US@[MyUBIf|xlXDb1kʶs)OȞLz_E(z܏'bjcp1j|q?MI.ݹ V|ŒFš F?e+O",L Z,UVDݱ ~ڣ1@_!Sg $9ε=__+i_wsȖڬ@{N*aUd:N܉?} 8iv{cG{ gtD4=D5-Xcۖ1fvuKNxeZػ֝YHd4H_KgߔQ~f*bf[wxٷzD2;1Q_G[cn@E>39#C_m:h#)IJh[|+̙)^ xű[sBY,NR6{Waj֣QprNHjmV'Ko|Kqѻym#`jYe;aUSM^a3đ "2*OE(nm_ dSؼ/& gS i ){]Q#;)#fA"̕,Xo#Ғ(H+GZ 87)a_;\ =/ȎAGmi,O?sVיmzPR6i0 UDlЛىS%A%c;cwr2 %QEΘB)2V죫1/TT`Ij?dzmmC1 ހr1y2T!;KVLiU>Wzw] %z(+ VpK]6q8UawV0|U{5a~!8qI}*ft*.m4c{lΒ+wD>8:ؽnݛuGئœV `A7˪pb?1xPb+ ytOO69hoR_{Ewrf؟մ$'UW+E.}Qy}w%k/f5D[oUiAkNZ&B$3kugltڙ` Mm|?yj7pn]CS"*Xgةt.𩔯@tZݚsQޑYj\q?2B@|VoZp["ZyaXZbϋ~M"02.6IR `{mbȄy T "8p288*1 AUϝ\žC]e.0 { >BەQZv\BLk"fz C?قZԫ]v&lZ!9ԇN{Ǘ]U [yeM껣o*{ fE4 ];5Xý0foHpب2~ vMbi 3V&.͘}8IѺM <y\\tk5`Scp$Z'yZ~#KcqMu򨓍kgJ۳2Le@40Q ŶWjP]lE1MJ ܌?܌K_FuPvL>)OaFG@T=bTrUKOʆejS¥\ml;ZpGY rβroŞt|r*:*qȟY7g+E& Wywfٖl./TuyC`bMW[ԭɐD NOKʰ'XR.5F6n2 {<80YRj&҄x,I x51Lz ӕ[C__)5ĩ~x۰KESx"^\"TaM4n뉽 wjޱ6gE2{+ko'F.teࢬޗS zڊm@H5Qf%M~촅@3[OvN#׵龍\QaRq(THF4*0U$U#rajO+ /Tl=Tǝ[5EA%_M8Pnx_.EӎK]'2yBַ}ZZKgLV_-O >SsI#MO=)}yFnp݆꺔7߶k))$>+tcZ ͕h<*(K!apYLT,}'KKB*K+y&?bN,t%/YDReI%m<_Udk n "G^~LKdI9$a< 9{ۻ cPZ;+x0xCZM y %18YlB@ >IԾ<0*A[byQ2 Ni \w5{ !86g[󨗠Hمxa'JzlE2p][_8|~_cPȖeoZ1s#('?v~_,{䵸 02MK,=;~Me.4Uԩ%7Y,x~r6ShC*()WMtn%VP75W%4HKw#@eUs'6|%5%#UI } @FYk%4́> 5>W Q_$C$CK -+P|L(tL?{oJ @PuG}s~l%4_?(~u;M<)',=P wI=Q0eB ?-2rH{dqY |ɜ_vl韴ơ`KbU`=Ji.=V=8l~/mI+pb'5He]O`e gK{Qmӿg9Kd5A}}WTjm/;YΘ%/fH#0 }q$j19= Ti4Q< Bj$u1D޽<^^{J2aJ,}OSмg>;愈sNVߎerf:Co#O4vمj (S`"dOAD&g+1!~!wWNK`p٩e/D=4J>cu~%zct/`_ۋ!%.ttKA$i) iӂohψt <~;xQ3a1,3(t|2)&̭ ye-]Rz| {C4mN9ATzܻ u;*c0m% Yq]̮fpw ҝ#aEb@@u{Y3* >N"UZB&qLjPf-D(n\4qzDz' 418~b>|&pxD} -̣N.R ph@m?!ްŮ"χ%nʝDa)|8cRI:3f'LQ9do-5{Zp'ݢ|Dfxd^XkG >tkбI^H8}NlD-E'j3G%g9Ryqnc >nH]- ݟY+-A:lK5C F uhi$8)Q-. pT-F&&vSCH)oχ)xf&Z*?8m|[`8Ѿ?)_׈o AN2?XU{.X/s>pՈKet[b䝉`L o41X%﨣2踒c=^55#N@ymb#]`/gI-ݐ}0FFgU㖝dD+zȴ9"QdƹZ @ow\/=O'+6]{,lRjy:\t @~6 XS 4cXY (f-r !F ;$5v.5{S U=!g)L>NLv% ax bݒA74EX wX0!*c0t2 Nf5Wdy= wʿKu3M=0$Hߌm vkГ9J'3J2c+F V<<_3c}´4F@sJ[ѻھ. ̍8!{F=jG>|Մտ=$T=]`0Uc#i$Ww;'BYޥxdJ?P"HN.2@)!dȿʍoHCt2,rˊH\mW8m,#}ï0fAL~q,ӌ0c ReWuȁnT8^er^Bp'@XDEˠHSbeQtѬ9-*ү,}X&Uj@b몵!bt3G!ިYfOl=&\I.4oHH{gҍ=Z%nҾ S+?̧;Z jӗ..Ѫ5a5^॓\甲$s&v{pV}Sƃnnli#@pb/E,JW e>e}RO(]\a ܋:kn@t#H;g㽣9q^ܽK3]v>z?_X{7BgR_Gz.W VIC:+ %gdʺ45D`iR|hygV3-yAR$0͜pwv]J怶`t\A*1rYt`n )~$]V 2!: +RO0PՄˁ;4 ˱ 1czڜ8R8Y$ps2Y`=X0gw[[e:R+:UԮ SYz3p˄׊ʟ\TT7ayl0w6)+|j͞Ս^q]<6Wj(V9oDdd0n#h`)Yi4 ;4S֮:'{Zj5Y'w؄+Yg-lVGrjwf# #aS}졁 -| ȚB z+DJճͽY\2K3tD׮J(E2eMR̐WLu*˾sU&I˥Y_{#1i|aě>MŐqU,bhS}!8ӞrE)~t*g/aaÿK66qcW ;bLѝ#lM$%4++@g န35Vrl8:2Mb'BaZ=h&Jѭa&`Q/&"A\:eRy͒U Rq1ޮ>r1qx5]v{V^r@l{wjɠB.h~2F>B zzY\}hOٽH0wdрb @#b8=0Հ<{fمnG o2l*ܮrk;Voan,i=UJ!N%wF"̓#Kg!ps,'3KoXA' ћ1/;]}LjU'7h8 i֏Kټ2'uΪl BRV_vw:ڄOw63ะdaoeEl0\9oP#ZtߢUzat4 fcОטZ_l. ۷dunm,M|PUCӉ+pAm6,Ӿp|S?%?P6s$M}sX{ b}J}hf:TFfZ R2;򭃡69G6,~i-($Zhr;c} d$A GN~DˆO G-k޽9?ϒ"EL7ŔiI@|~X LN0Ob%H5^k%Ďt]PUXr۴ l(7 ֻ"_c,(#6*V]+ 7;^%7)*~D yŜ!ʹlw{{6*#wxrn(xs/N:90`daVޡ:Afe]:QǨuEh-rohݢ>y$O Ds]SqId|itT'iZTێaܰWZ 7GrAQPM Uyi̳R~ 1KBQZG;^96wlrv[NdJK28COoZoopJpE b'+\}u( Pz- uSuwU5izX⨝n [Xrn?Óoo7)e#o̼V5p<<݇"yRQߏvܑ@:NÙm1S SoֳūkZ!oY֑Sٲs:pdDjޏcoZZ\>6w!s<|_#mry[X-@"R貃ZD=i:=R^)<~C÷h䉸=ZvےnN?޴Oܢe P8w*eXw0x T{/ɤ}{pIpQ7n^6-c:k ĩUdĵ[=N|xJ=@G͞|ZםATwLS:5̈́H3ղ@N@AY!oa&JW =V)+Z1 dO"k74/z%.Hex%>.$]]A^d|:fMEGw?y+ ljlyH*iә55 eLq>Y8k%mY 0c 'l& [M^*{Dž顇g$uN%)@ f@)%Z4&(Ts`SkvL>0P8!vOPƮ޹QG68jᲲtAR_`;;Z?*uQ ~)6x\L5`Ӥ}nr@l&p a"\' ID#룃oBz$xbp}biY^OJRXmI xuҵ`N,h~SvWvn]'fm<+o+#S)Zydz,dp,}ХT "*W"꺗 TbpW} &O? R,<˖+6aLu x3_l7{)=tjw&>린)hIҗ)~;Bx%Ehӝl,lu!,: Q zp>r=쯈Ő 4TSOzwӪ XlNLfźRuHoKs@(kjEm n_VY:9!zYj&6rT,3QK^\XA69U@3ԭ֏,p1R/L ;*j|ȟyUS9Jp, 8ZcTJ!a9û(n;)$F:BDFrm60 hHO+} =N]lPF#nG! ٘䶸.D>JĩJb֐A<(u+` 2qbbih:_= ĵ7tN>vF?`vV]8{X3L#d_S U]gPcR,{jX=KjVjΪfO΋B[6&ruLͩ|ό@a$2؆_7NBp\r淞&¤PL37x(:N0$Ud R>VSӰrw(,>xQʊC#b bkFm|3C qj-3j\ҡߧkxD)_\=Nh!/ȋd1ڬ8S&򓫺#~vGiC$ !J}H opx`.WGxcFGG@6)oUNxGc @)Qp *1Z..܌[t7% I*܇,O2.SDe1).Y˾ \Hj&ҀZ ޖ5 J.{`ôot5zr9l:&lCSV^# [pP !h.q0RG?1WWl Κ2)U$b)[<n3%KmG,1d#4)٦cTn o%-nXDYK\puyLV^tSș)x'.\٩%T5)n6UX ML`31F|qz] nZ,lGW$;dwb JcR(HDFY2Wﻯ^hX(B#}g9};KwƏPX0  D<; ;k*B}G X;#>hw\:}kE}7AJGDvא5jEX~/~D +<+7/Qly㧑(J(*OGo@m^ɗD8 xV1&pK^tDV7 4#?›$ۍʙÍV s%&(y`;kjÚ$Kmèd&ŃKRZ̘6y9x=uaCd7\bŴMGl\}QgE*)̴( 2ontYE~sBP˯At!v#Cg^q1VC.63^*kx.l6 =~ڳUi/'wRe8s*-d(&B| ZG??<JW}˛҃2Wlf;2(ma8.ƅ1m;Ztk AbW7RrERkF, hwS]=֤ ]Jb1 &!4AbZ9צ-N/\^: \t}K+_>> RǍd2w4A+&8UЍt'7h_'63)b  "TĂ<ߒ(P 3e$Ck2@z\ Ǯ~&*aT5kL.^P*DAMG,uҙCqkt;N D1!'Y)Ho|͔,ii{/QZRS[MC~TzE(v厌kAB\^%KžP2e0t["dÒT՛@@;`3 Š|SFF(I*$F0R[SQ<{|M|cR+snQv2 8j]} \&MV$wKOL&<֞b"+ b3~K~'[u&c=3N(Ohl;n/QNhǻ`;X31B)Yb{z8w3 ʄ$*|0.1Fe4[Z[匢C,/7c Im(9̐tpg1:I"Y8hjNJ/x+%&'=?\݋O# Mc1MV/(+srkU[p 9m~@vg(Q9QGnuaX=!7A?[8"49Yk&dIb&)4{(Ϗҁm4ls\S 6*[zb= 40G8@ZMOa*@Y&DzVr@~g$vo 6ˠ wwp31j {kf}O^o ȚƣNﴉ!W ~W) }g'=#Α+TʼjcsF4`D^z0*u=/!*?uX*6oz#)Xl"-#+4\qŵhJ}_Ja4 W)>"\brl?Т69BL4r]ށ&dG )!b!=T2wǘI 4PBsиuyts肱߂iN%XxKZ%tSDC{^S/) XI K:KU z(,[ 퇏> / &N@ C`aNs4<4CoVqMĕb\{(%':giHzp\!L1c:f}&9T;f9-?jYc@_c%ह =\XN} yC J]T"C/iF9.'SHz(_`:9Mr i;}o_B=M@=]bK=ask)iCI2zdT.t`Sb#hOljkhR"z_$fg^MYf~B}ϙ, @k\^wF?1Qk6d=Z$RI$J>מԤ}䯶lW IR Dxk?H'Oo砛z xG qCW?b1YIaE/.ZY711tUfqI[ZֈG1fN `0U!)t4a>c uN;F[X/ȾE1Mc;8fOͲԙڍ厸ma*y+Vl o ӏyW/\ A|= w tj_n.ŀOZ$,`7 [ȿ< M9BVF{Êv+ "FYcfbkZz9N/=BAĪOed.TƸ17EzOʷBP`kTPIGe~DOf-@;!T tcq%B&k'D"KdSbMKx6XU. ̩Ǻy>r ެ06 <3Ac~r XaE&W4>勗=vQN1]dsHűfo;O1o|(^ %||F[(KJk L@qΒp;ʡRo/ zFhK20$ 1ɳu@vEsR0ٹOPlwvX2v?@9+ON9