libev4-4.11-2.1.1>t 4 DpQ˸/=„1?`+97 YJ9t?@cBuHnE~6r6|֟77y\kW5K޴]i oC<ɩ#NAztsݩ3j7kxMm Zax%ƾ]}VVYF!҉hdSfm߾YP%soE*/L_Uwq80ӗ'K5԰d.EY-ud WuJ[&Yxm4vj{wIW{Gr :v:V4kAvK>,eaY =wWo^^s(Fϸ}g 40ZTZMO : B$2c8aa6689bc14c82baa36933a88be78747ea282d><#?"d   LX\dhv      6 HPZd(8 9 : > @ F G H I X Y \ ] ^!b!c!d!e!f!l!u"v" w"x"y" z"Clibev44.112.1.1A full-featured and high-performance event loop libraryA full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. It is used, among others, in the GNU Virtual Private Ethernet and rxvt-unicode packages. This package holds the shared libraries of libev.Qbuild10XopenSUSE 12.3openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://software.schmorp.de/pkg/libev.htmllinuxx86_64XQQab80365ab28bbe83c8927beca4e8310clibev.so.4.0.0rootrootrootrootlibev-4.11-2.1.1.src.rpmlibev.so.4()(64bit)libev4libev4(x86-64)@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.9)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2O$N2N2NN@LC@Lq@LrbL=IIreddwarf@opensuse.orgstbuehler@web.desweet_f_a@gmx.decoolo@suse.comcoolo@suse.comstbuehler@web.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.de- update to version 4,11 - INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as was documented already, but not implemented in the repeating case. - new compiletime symbols: EV_NO_SMP and EV_NO_THREADS. - fix a race where the workaround against the epoll fork bugs caused signals to not be handled anymore. - correct backend_fudge for most backends, and implement a windows specific workaround to avoid looping because we call both select and Sleep, both with different time resolutions. - document range and guarantees of ev_sleep. - document reasonable ranges for periodics interval and offset. - rename backend_fudge to backend_mintime to avoid future confusion :) - change the default periodic reschedule function to hopefully be more exact and correct even in corner cases or in the far future. - do not rely on -lm anymore: use it when available but use our own floor () if it is missing. This should make it easier to embed, as no external libraries are required. - strategically import macros from libecb and mark rarely-used functions as cache-cold (saving almost 2k code size on typical amd64 setups). - add Symbols.ev and Symbols.event files, that were missing. - fix backend_mintime value for epoll (was 1/1024, is 1/1000 now). - fix #3 "be smart about timeouts" to not "deadlock" when timeout == now, also improve the section overall. - avoid "AVOIDING FINISHING BEFORE RETURNING" idiom. - support new EV_API_STATIC mode to make all libev symbols static. - supply default CFLAGS of -g -O3 with gcc when original CFLAGS were empty. - generate .pc manually to avoid having to regenerate the patch (that is not accepted upstream) and autoreconf call- update to version 4.04 - fix two problems in the native win32 backend, where reuse of fd's with different underlying handles caused handles not to be removed or added to the select set (analyzed and tested by Bert Belder). - do no rely on ceil() in ev_e?poll.c. - backport libev to HP-UX versions before 11 v3. - configure did not detect nanosleep and clock_gettime properly when they are available in the libc (as opposed to -lrt). - update to version 4.03 - officially support polling files with all backends. - support files, /dev/zero etc. the same way as select in the epoll backend, by generating events on our own. - ports backend: work around solaris bug 6874410 and many related ones (EINTR, maybe more), with no performance loss (note that the solaris bug report is actually wrong, reality is far more bizarre and broken than that). - define EV_READ/EV_WRITE as macros in event.h, as some programs use [#]ifdef to test for them. - new (experimental) function: ev_feed_signal. - new (to become default) EVFLAG_NOSIGMASK flag. - new EVBACKEND_MASK symbol. - updated COMMON IDIOMS SECTION.- explicit specify package group for subpackages to fix SLE build "error: Group field must be present in package: libev4" - BuildRequire pkgconfig instead of pkg-config to be more compatible- license seems to be BSD-2-Clause- add libtool as explicit buildrequire to avoid implicit dependency from prjconf- build-require pkg-config to provide pkgconfig(libev) - update to version 4.01 - automake fucked it up, apparently, --add-missing -f is not quite enough to make it update its files, so 4.00 didn't install ev++.h and event.h on make install. grrr. - ev_loop(count|depth) didn't return anything (Robin Haberkorn). - change EV_UNDEF to 0xffffffff to silence some overzealous compilers. - use "(libev) " prefix for all libev error messages now.- update to version 4.00 - "PORTING FROM LIBEV 3.X TO 4.X" (in ev.pod) is recommended reading. - ev_embed_stop did not correctly stop the watcher (very good testcase by Vladimir Timofeev). - ev_run will now always update the current loop time - it erroneously didn't when idle watchers were active, causing timers not to fire. - fix a bug where a timeout of zero caused the timer not to fire in the libevent emulation (testcase by Péter Szabó). - applied win32 fixes by Michael Lenaghan (also James Mansion). - replace EV_MINIMAL by EV_FEATURES. - prefer EPOLL_CTL_ADD over EPOLL_CTL_MOD in some more cases, as it seems the former is *much* faster than the latter. - linux kernel version detection (for inotify bug workarounds) did not work properly. - reduce the number of spurious wake-ups with the ports backend. - remove dependency on sys/queue.h on freebsd (patch by Vanilla Hsu). - do async init within ev_async_start, not ev_async_set, which avoids an API quirk where the set function must be called in the C++ API even when there is nothing to set. - add (undocumented) EV_ENABLE when adding events with kqueue, this might help with OS X, which seems to need it despite documenting not to need it (helpfully pointed out by Tilghman Lesher). - do not use poll by default on freebsd, it's broken (what isn't on freebsd...). - allow to embed epoll on kernels >= 2.6.32. - configure now prepends -O3, not appends it, so one can still override it. - ev.pod: greatly expanded the portability section, added a porting section, a description of watcher states and made lots of minor fixes. - disable poll backend on AIX, the poll header spams the namespace and it's not worth working around dead platforms (reported and analyzed by Aivars Kalvans). - improve header file compatibility of the standalone eventfd code in an obscure case. - implement EV_AVOID_STDIO option. - do not use sscanf to parse linux version number (smaller, faster, no sscanf dependency). - new EV_CHILD_ENABLE and EV_SIGNAL_ENABLE configurable settings. - update libev.m4 HAVE_CLOCK_SYSCALL test for newer glibcs. - add section on accept() problems to the manpage. - rename EV_TIMEOUT to EV_TIMER. - rename ev_loop_count/depth/verify/loop/unloop. - remove ev_default_destroy and ev_default_fork. - switch to two-digit minor version. - work around an apparent gentoo compiler bug. - use enum instead of #define for most constants. - improve compatibility to older C++ compilers. - (experimental) ev_run/ev_default_loop/ev_break/ev_loop_new have now default arguments when compiled as C++. - ev_loop_new no longer leaks memory when loop creation failed. - new ev_cleanup watcher type. - move pkgconfig file to devel package - updated compiler warnings patch: old name libev-3.9_compiler_warnings.patch new name libev-4.00_compiler_warnings.patch- added libev-3.9_pkg-config.patch: patch by stbuehler.- update to 3.9 for the changes see /usr/share/doc/packages/libev-devel/Changes- update to 3.53 for the changes see /usr/share/doc/packages/libev-devel/Changes/sbin/ldconfig/sbin/ldconfigbuild10 13592132434.11-2.1.14.11-2.1.1libev.so.4libev.so.4.0.0/usr/lib64/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/93581d1d13c985866677650f3e0cae4f-libevcpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x9a1681ca6e3d393e15dde1ffe7bc63e55358c6d7, strippeddirectory PRRRRRRRR R R R 1SҹdiZd5*?@] cr$x#C×h%ZK,mY؊x 5FƨFM ~uG(Lzn|J\Ee{~&L6H:[|41=ŪUבLpJΟuȱuo?Ʌ}Sp, JwQýgp,wCFGGN\8 ɎN `VQnkWG('\.+ArLž `[tPyeY cot`p|n%{uϟ2i{-E<}b)DT#<2לh݅b|>f][jH7oE6~N̍&*;DC ϒ.($`}'\?Z3ggeU?yoFl'23AK u2GO0׳Eay E[_u(+{R)Zص' GsN"mpaƱ}tt4|\'l?{B"(]m۷[P gO %`.wc[e^>N^}z6αBȤ)K*n%pv;%in-9b Y撤~.'Q{zߨR;`(:m4He\ s!ZnLD\QȈ>&odS:}} ق~o_% 'i12oA֜1Ey\~I8u]U F1hTM n+Tb|"xP;=^yp %\a:<ʀ ᗿ̡_gʾ'`|6 ɤ N3oOA\}`!F$wTMLA| G>M͋p cqL2cH3\?Ka؋k;fJNL@^3nKzo,'i)e~ސ0x0=~"K:K6U `bKoTF2⤶/9-jo/FK{kn=ߝ4w,ʙڸYp Y /)4wy<{-A[JaSo-ᩬ?0QU%H7$0#"l؊U|B+odVDx|oZ;5M88U7B~0+nwt[(I:{ EZp [ј (4*kSchYg"Փda3pJKŽ5΢ug%"(݇̚h2 ./UKrI`zo{y԰7FF"h̅i}0mhh Y0h-%L<[̱y7ԷqS7VX ;ija<$\ 6RBiN ͽЇX~!c9ŚG鎗gqD zT [(LP:nRkê\j3;M&ձZ@hQɮPMV1V-z4[Nw/*v a{Kgw4L;=ϐKav 1AUmtSk&9d̮ۗC\M~MENHօ8Y=N ]!S;0Kw@ѧxku;Abj26e)#ȇ7jQ ORU3anl[n;D~v֪UJ*z^ Zm{-_8ݱ=~HH 'S4tNyIaGّ 6ߩ-1i0}mnm[ko }rkZivi)ZZg]a,;?l{/M" mM{_Q/$|i7otޛ1TvOׁ&R!1-NTT4EzqĎRqF88vUm6UqX@Iڤg0F3pĂLN%6/"8LFR>~L\OZ}Q7nEiҲ5}BZ% hLh3~-q`E}T>sA<Զ$ Л^ Lg;2)]W{3+OY}i7w|N,xʣFIcƦXщIuLר;YVP9:KʧS::ྖuuX,NkaSpW#)3(UnqŽ`ںN ˗"*rB[)vpal`$S_űj8MSxp\*r'ތ;?wprI&8宝HF2UtgcT X<{ұt)cFZw'MMw7/5,$AWfU;/U`\\_`!6JR,DK8*tQk/# jq7^fw x^i[ȳcJNx/o5\v̨ +NMLx1?!5qWm?`Qj9=;p^}tҼCs:⤚w*x!KF301M ,6.*JeGS $S32 m 8ߦ<՛ p%4rp筰TWxqYav6+jwWue.^xJ( 90;`|W!wkYIZo/>}2]acl6lHJ Yl/fm%=4 Tů"KQޥs@D#KP+0<8~|gm =s%6Q0SGi?=h[~ L2i$I:_Z\Sf;X@s}xkv=\PŻ]0~Zy$$-vYb -dh13z7A؝`)QwaDڶJX߅2S_4|`F>2k^ttdL]X;Z+7J&.u;0}̚s-# =L$buΝ(Ц;94H)>̌yh0Ti(P,[%0,k5ebP-ވDSܕ-YaQb,ۼB/8 U.\lP9GЩM.dWb}XuCN3Fo .$NNqUuu]t1##CnW>OztjH*EyE茈 G@w}$qKٹ=L!,I Tu6 F.)vYiW?)T0aM$Vu)[K}4bg SXuFM',HMH}hblT'v?j2)Pa.Y9xzD{ =2Cj!o!d1{11;ԏ|wt[IeiHkBۜpbdArS^=VKx@>'ܔaQt({Pd E-vw%q-cʺc;G#:;U9XBx=ٕ{K> f}\y)K[<-L־8\ Gu#.2p/3E̡C.> `He'o_/Í7e(8?zPCL6J3\g /5QpZA'G<` sF=#WaC9MkY 9%9=Hdʖ%y56Uk\0}v2CnY5`/,\װ˷\͑ 3ዘ~̰L8hW#qb΋ x +υ! qaE00o./p%# 2_&%oբ$_ܪI1 U'2Vn֦zk[2sڙ-;Bź{ru7cѐ2ͳ45 } EY`2P:T3 G_R ܇HgzzVs12UƇZCIpvp*Q{³yX`Q(΁ke8ngk"1fb jb@jay}Cffg 'i*f_/Ш-eU콎pZ^6!7]pR;]f/ 3e]of9Bd/s"p?7Y0~6?Rsn5C98XLB}:~ ~bjgj LMuRy9m)V`#+5Řu7jnh-$j]-Ϡh5D0-_B/y$(4HK0uo#Ob@r݄F%̲v:?^cK0! !~KwIR?v@PH;Oap 5uHr(DЂ Vn@ɶc݄[:hd]-tc"%"v*2tBk`I8`H9G]ȣssQL[uѾLmeWz` `|~ʃϫ࿾\ Ng|PWXȿ%W LZՆ<4$OF 1`z$_-(Xt\>XqxCz4}c4L-;uQV=~pf?Sw}Z{ v(e[x 8aZp *D[mtx?s^:)0`$$@Y(pWT9+]2;li\/R ieXZTi⹔Der2f/yvhX39x븘OWJs GI,= jJI-n;Ƞ=j&\P{MTmI8S4 hxd|O |`=ڲ lW|m'h=iZ\p@=yO^ĻP.ׯ@aH_pL wD&R6*.8ӭJhf#BJ>ԹW])/t-+k/6ݓ[-Mv)xZa+u{εpQ^*ᮀ:#W3o8{-Td hMEBnoFz4%nj(>״o# r|Ӣ? Y'a֎P\Vߌ+Y.7d53A#25r礻Ku]/+Z:Oi8;rq`F$pn>3c:mܬ4qu6S]/)H3BZq`?N XBʶsy{R#a&*njx""Y8T kGsSoZitNwIU8_/p+d"Xl aC%ע1r3,2Mr2!y/~U(jFQriD:I dLa_-Cu"))AT?]nL?JTxxͳq #6HyՅ9"hop:h[Awȯ&Qlw&Hky9j`8~'L~ŗu5l9 ܓPVj%zŵx:H? qW!Jqґ3Xo]vnZq2 >QF/j`4F|R3lc]J~nO],Z]>o Jy^cD̖AeHsWZ㙸 t[ӣ؅CF&C?28刏XvDʘ_O.לۈ[w.  O(>CwPꪤƫ9IX őS 1#Q}{9ro588HïW`^/ZwR=X);MD؜6u4.!a%z/#.iZ`#\" . zwAz^􏋥H+ڌCm-@k+NesH_B)s̿3l@20^R% }]ɯ~KX Fn5'np9MP‚}[ZgN nN !=^_d_^lF _Y|1?:q(G&Cwz`S %l ]5!qu6fv [*el\E0[nC>˿RpvnegF?~UQ8uOc\}(:&y9II ھpSWF찼Gs@{a7*asfz^5Q$PUyޥy'>/^!fK# h } â+ڴƫ5x 7sΕj6Rq$fH/ˊLG|72"$:YX1 'rdjWh, Gx&yJ'}vLo,NBNi'ŮV_ʏe/w.heva8%aMBKb_w }*\_Uq#U泲 ?s,MIORqu,1bBRhh˴wjyv?>ՎCZ#4ylۭȂ-k9P0ڲ3|zj1"ML`Sh"t>9|RA}x&O.u`@Љ('.c^6fyE;*?Ta 5itTDzl#SMƧGx=9a-f|k|{9f5́-@&aX0cE wg~+ɥ $7W28~aqD;GP,= & 4$_DH+*+[{z DW'U*:t;\عiqq/lREBW 'H-f3 y,9*.?sJG^㌀!QQ7㈌Т\5cZ3B?ǾD!'h0ܩØhEic92y; KEKbD"16K v^ (& Enɮ$CQ{!w?5yPWq[(n6q_Ks4r1F @#& ݣsTF k!z 3W*(-{'Ѫ@w$jS[FV[Cy\Fiu96!x#~ <\Y0hNqoz=M5Uf;0ﷃhTZHk@i4L`/6M\jf2zPN_yv\ HGw2=ak{%c{VkOYaj̵ˈ&B tT$v˛HTo _`W#/Pːd5[ #R@pE |'>?jGLǛKJ</{}c1^,^i4]]aN[VAI1YoەFp|~#uWyLa9OFNfρʂH+U*^] PsġXys vוGJ1sxr5y P"kx],2LUgރG)f* @RnǖGL2_fm$/+eg'GIXaBVNt`:LX珐Y5Ҋ?ߥ w,2^a(\! C7]u;UKE\qs)Cj88@x[0d01Y$ii'S@] ClzAߦp(?0[4۔W^xk'NoXNG_!DU 7 Q]FR:tz wMQ*F>P"CWV {X}QXWYN|?q/ @;т2oJb(ɽ\6M(2nɌX•rq絞oI05PgB]}~{ZGfUq `sc,3lV 6*.6l#}UŚV+$it;8o,\GZCȠ*>h?Oi*5՚1JJHVmώı,EKՙͤ2;aB)1{wJ $u]2z|?ȄWNY_t17p鏠\=Zops40\ɅK[W~ }(E(RBz/m%dZ]+J:_L)VKz;+.kO5U'+8wTFE k A$6PDZ4̦C-@qʁfLx0'ۭ0E *Uܝ)􏄗Nَ>OJ׻²)sB ɷs.QU|q=kWi#$k?27}ΐѺfu&裢kc:9z=럺3بMq,nVm;'וPFhM5YyhTm ߯NWX;xy[q } +K`+`s 39 3 uUT7 ޳M (R+ڦڴzŐ t9A=E /M6c nIad{GWID͈NT ¦7oT.sPthyp AU TA&ֈE2{: ?^ob5MZ:̯ѸGM G(wk5gg1`!|Јn]?ƜuG K`{).S!pkmY`P\km |!N"9`e8Wf8>7qhj^"\th7Hdâaz=7l y2U;@gu O Y3Ƨ([âBژh.& gGp]Z7IyY8w(mE% !\6wh$v\@ɐN;=&BBc舽㓪4Qr{LYp%9Aw(k/q/h/ Us#Ւ)ޱ~Nī& \"z'Lŵ:oQ:xT!~Q.[i)$pQߍHd蘤ݏ8Tv>hJnkz^ ³59 (+nȭFٗf!+c9}03pPz"*SHAΛ|vVņP^uI>n| ĄtJ /=VVEϒܐ,1X-f-FZ~'_{o/*M< IJ4K%{jf\ RgҮhnwjT_ LN$hfq=Ϗ?s)m"}5co{z$OhvG@gMCNЯ8@/1K,Bju (B02.5ˑ~@x_!N;F5m|AeCfֱ{dl*FМfnR l+ӟf!K&̼Z+?LjA*mItZ_< b#8|Xw3Œ-۔V-mp:Q23R5 B_t?;:UW'D|kG-6iDkGV|UFXTqqV;PuYx{ɞԟPgߟ^xS?:E4y[d)Nc~;P$Yp9-;:y2';*A`5ԧejDf%[U 墻KP/^!h+_v(jSXHZ=p~i,M楧.JϏm z}a a"kpa36Kѕ4CVi$eVr<̜@ W8iI?Z.[[HF|#,_淕܂8{ .G!s w'Cލ[\oAzUCW 2}^)ˆ=^P%1S5a#Yޫ*P Fh03NlvD7,:H"iDnE~[ Ln69XWE|BDT@Һ3_\(shmt詝 iP5+]Vs3FxwT\w#$6x#0\*m-C` iya@Se (M[1p/YU MuEA1^4e/=R #Gx"rV!h񤍧EiA{Yԭ$pa 3klݨ5 hbBD(@,h`•%ePmYCzß\+,a9VC?d?t5IDHcez?n\h!bruD4|0?辢B\άJaxOM#̓I%i=68W6Kbɖ0c Ri6i0UH]ϹPXi>!eGct: /lp>`>x!_ 8rࡠ1/Weү(2Ƭ3]t 'VP~BdX}T)^S#Zg&)$DiX?1!zy@鎻u.>N5Lh >xNd(N"=x{K|3cz"0L3>sgt7}O\tD; ߭#L |+8Ds]**F Įvʻ˽|ɦߠT\l$'@"g:ubEXp $sRx|hĿR"йpYB"l"zݥop;z֩pUͯ_Ths#Y %m! Jw[8qlRÖنk )WJns]qv$RAҳߓ+Y"fh¾t*2{ *I۩:rk- 7UxM64[8< s]!b~{[Kp?x;97˾0&IحwO򍫫n)Y<%Si!\2t LF%NvsK|6VIvK2zDuPF}hA(MH-==M-_C.\mV|34Y1vC^҆[>XS&։TbY-d m 08mP 3HA+ )@\< eU-;!Ӄ2r i$)G<.!d?[d IqX:ڊ6J殄z~HL3Bk$5 0O*+)LM}ttgp7D[.E%Zu%l_;'y! Y9 F I^# mSR:-c`<s!TUWY=sbzuBWf#H!duos"b?'eZI]&vI2,9SKCEŌi8:`jTͯ&=l) OB\3F>quAy2h:O J#uq)إ1-Oy7U0<2OCxj,KWr hޝN;|ixSQzu:HG _5Îl| { _xT WlrxDg,}-h s58x^Q]\*#O?=11f_K.34%b]qL dKA [R(_Ԉ"l`UrOB"u Tc%'^'6ɿ%^Q$ퟜ= pXiSDz{j8k֍;5\sj7M Bqx0g@udQGe t5j h{+GYw 0gQwIfzf[fC^ xNb= v,`\+PNְ'ɒ4{h&6ȀX628s?/Ay'Xs Jt"hnq+5!E&Ԛi]Ix>vvt{%PF'ѠiĽQN穳)͚[6nv.fNGڇ*xX ҎIC<\u{Fr)gx:~u+93{ bu#ͥ5ҥwljNa;jܳdy蘣eJGj9rjI|01r{`h >HA5EjttM7I30Hh`P;XYBn/-L#<2܄ÇGqHC`#oYg=it0I)oWzkrBZW^w=%a"Iߪ`3KX&IQPl!2с ?wZ:)c޽yB_C<F͋N#Pڀf<7dg1[uv$r׼*ډMnLsz{^ȝ5."6qMҗ7˜BD>=:*: #M=Όy]6CK t*?`% ?1R0X7%ɭ~9,  WK6}w n 󸶃O-Ϊ HZYq)G"<n pZfv2֟Dp3u+3pr_`%5Pc`b|`}:LPrbqi@8(jXNᛅ%'\`(oKsd>TqQc$GiHq 﫠VCJYpAM T0mehEi\w@'qC_J E%R ng#'QIlAffrԒO^q HsI4b*gx\Cd9{쯂zs}pprK*D9-MjץNutI=}`-Gԏh'hr;$ٔڞq{g. ͛2ѐrnCˉYrEQ'"SMtdaˋ1áJOp1f>r(;91yF%_a{`K2H(p3J"M%c+@gz<π%qXHMzҘgDh,zό`R=XϜɊCx]Q&m<%/Un:Àۦ[5ct&=Ia|M%ʍ #9c1l3# d;M3ho9B9g@mQĕr0`Pg9}khbAfad&$qu(`C`&>~;$jV6M:)`һ0ڿ< Jߑ9:G,q-4?ƫ@lOM.# v զO/t79t`Bk,ℼ(Kx Ga.Pg*:Ӕ"_?^쵙CB*PP:`1OF|K@v5/u3t!cUStZY(>h8CnL@{5O&ܟqo^B=T ^PUGK(~At/Ž  9qiIAdщKF[&:O[_$ EodmO%g4ǀꌳKJ?sϙ3u/cx5Ea_=ϲhW'[1X&0KULӇ{Ib,cw\pm9S`:LjM8d_Ng j9뎛߹$<:`B+3+)`6I~7TNg^%)Ͱ-(.,hjSbb""U VI]T]90!Wn(/ p&|[  * NdS82 {p̲UqtL4[KZDUձ~S hBa M\`QsB`0yJ/DDYv0*&ŏ9o+0hTbuadD<Gɇ:E`{t+Yt^3V=f:-C<5kzZQ]0ò7#j~9,@,twIcYQLmF9`Ȃ ;ֶN]KZzw/"榣|Rd!_C/?/iU KXo]aI fMCd'^?ώL[qZqŷkD3+g[;l4fcoG?&;?ZH2Yz΢֗{w ۠l6" ^OMeҁ:-Gx[2C/ak16hXئo;q9:d_3E1er o""m!AǞL(erqTbڕ5L2®~,ur /$x<Ѯ!)DPң& _z2} 0RH9G.0]GX^~gkJtR]"'²aZ MM Qf*nCiEAưx  o궱!uYl3)# Qt۩'{gVCS?