libev4-4.24-2.19 >  A [Ryp9|(r0pً[:7\6 S$فxt$4`urz )[/}oIdJOTM8>X'z >Pf3YSx[==/K5}.io؉|x90}D$ yP}WxMr#!{9;EêcKזx kz\śVyX\ڬ) ,G6fh.VIMae"V=<82cfb02a5c315c1e5f2f514dc2564691ea5654adf43a1038449a0be0afc80213382ff37e05bb88a1ed4de982792adae234b314a8[Ryp9|U A$roYc[Oh&oñ jҪq2yW -]J"ro%OM#|~_P%̢y `V^^E$`BQ ԛu;U l[ҩ 1ș\ F@}jӭn.EHd5WO鸅sq}4Yꡅ4qL]=piI"3~g4/*=j^~gێm`U/P!<z>p@8?8d   ) @FPX \ ` h  $`(8 9L:e>5@5F5G5H5I5X5Y5\6 ]6^6.b6:c6d76e7;f7>l7@u7Tv7\w7x7y7 z8$84888>8Clibev44.242.19An event loop libraryAn event loop that is loosely modeled after libevent. Features include child/PID watchers, periodic timers based on wallclock (absolute) time (in addition to timers using relative timeouts), as well as epoll/kqueue/event ports/inotify/eventfd/signalfd support, timer management, time jump detection and correction. This package holds the shared libraries of libev.[Rqsheep59SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttp://software.schmorp.de/pkg/libev.htmllinuxx86_64[Ro[Ro70be917904d2700cc0c75d1f912a490df1ed83d38ad4e834fe575062ea5d6cd1libev.so.4.0.0rootrootrootrootlibev-4.24-2.19.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)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Y@YlV{@U@TZ@QfPO$N2N2NN@LC@Lq@LrbL=jengelh@inai.detchvatal@suse.commpluskal@suse.comdimstar@opensuse.orgsweet_f_a@gmx.desweet_f_a@gmx.desweet_f_a@gmx.dereddwarf@opensuse.orgstbuehler@web.desweet_f_a@gmx.decoolo@suse.comcoolo@suse.comstbuehler@web.demrueckert@suse.demrueckert@suse.demrueckert@suse.de- Update package descriptions and RPM categories.- Version update to latest release 4.24: * bump version to 4.24, as the release tarball inexplicably didn't have the right version in ev.h, even though the cvs-tagged version did have the right one (reported by Ales Teska). - Version update to release 4.23: * move some declarations at the beginning to help certain retarded microsoft compilers, even though their documentation claims otherwise (reported by Ruslan Osmanov). - Run over with spec-cleaner and remove empty comment lines - Remove mandriva condition- Update to 4.22 * when epoll detects unremovable fds in the fd set, rebuild only the epoll descriptor, not the signal pipe, to avoid SIGPIPE in ev_async_send. This doesn't solve it on fork, so document what needs to be done in ev_loop_fork (analyzed by Benjamin Mahler). * remove superfluous sys/timeb.h include on win32 (analyzed by Jason Madden). * updated libecb. - Changes for 4.20 * prefer noexcept over throw () with C++ 11. * update ecb.h due to incompatibilities with c11. * fix a potential aliasing issue when reading and writing watcher callbacks. - Refresh libev-4.15_compiler_warnings.patch- Add baselibs.conf: build libev4-32bit, as needed by libverto-libev1-32bit.- update to version 4.19 * 4.19 Thu Sep 25 08:18:25 CEST 2014 - ev.h wasn't valid C++ anymore, which tripped compilers other than clang, msvc or gcc (analyzed by Raphael 'kena' Poss). Unfortunately, C++ doesn't support typedefs for function pointers fully, so the affected declarations have to spell out the types each time. - when not using autoconf, tighten the check for clock_gettime and related functionality. * 4.18 Fri Sep 5 17:55:26 CEST 2014 - events on files were not always generated properly with the epoll backend (testcase by Assaf Inbal). - mark event pipe fd as cloexec after a fork (analyzed by Sami Farin). - (ecb) support m68k, m88k and sh (patch by Miod Vallat). - use a reasonable fallback for EV_NSIG instead of erroring out when we can't detect the signal set size. - in the absence of autoconf, do not use the clock syscall on glibc >= 2.17 (avoids the syscall AND -lrt on systems doing clock_gettime in userspace). - ensure extern "C" function pointers are used for externally-visible loop callbacks (not watcher callbacks yet) - (ecb) work around memory barriers and volatile apparently both being broken in visual studio 2008 and later (analysed and patch by Nicolas Noble).- update to version 4.15 - destroying a non-default loop would stop the global waitpid watcher (Denis Bilenko). - queueing pending watchers of higher priority from a watcher now invokes them in a timely fashion (reported by Denis Bilenko). - add throw() to all libev functions that cannot throw exceptions, for further code size decrease when compiling for C++. - add throw () to callbacks that must not throw exceptions (allocator, syserr, loop acquire/release, periodic reschedule cbs). - fix event_base_loop return code, add event_get_callback, event_base_new, event_base_get_method calls to improve libevent 1.x emulation and add some libevent 2.x functionality (based on a patch by Jeff Davey). - add more memory fences to fix a bug reported by Jeff Davey. Better be overfenced than underprotected. - ev_run now returns a boolean status (true meaning watchers are still active). - ev_once: undef EV_ERROR in ev_kqueue.c, to avoid clashing with libev's EV_ERROR (reported by 191919). - (ecb) add memory fence support for xlC (Darin McBride). - (ecb) add memory fence support for gcc-mips (Anton Kirilov). - (ecb) add memory fence support for gcc-alpha (Christian Weisgerber). - work around some kernels losing file descriptors by leaking the kqueue descriptor in the child. - work around linux inotify not reporting IN_ATTRIB changes for directories in many cases. - include sys/syscall.h instead of plain syscall.h. - check for io watcher loops in ev_verify, check for the most common reported usage bug in ev_io_start. - choose socket vs. WSASocket at compiletime using EV_USE_WSASOCKET. - always use WSASend/WSARecv directly on windows, hoping that this works in all cases (unlike read/write/send/recv...). - try to detect signals around a fork faster (test program by Denis Bilenko). - work around recent glibc versions that leak memory in realloc. - rename ev::embed::set to ev::embed::set_embed to avoid clashing the watcher base set (loop) method. - rewrite the async/signal pipe logic to always keep a valid fd, which simplifies (and hopefully correctifies :) the race checking on fork, at the cost of one extra fd. - add fat, msdos, jffs2, ramfs, ntfs and btrfs to the list of inotify-supporting filesystems. - move orig_CFLAGS assignment to after AC_INIT, as newer autoconf versions ignore it before (https://bugzilla.redhat.com/show_bug.cgi?id=908096). - add some untested android support. - enum expressions must be of type int (reported by Juan Pablo L). - rebase libev-4.15_compiler_warnings.patch- fix mandriva build - don't use obsolete makeinstall macro- 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/sbin/ldconfig/sbin/ldconfigsheep59 15272720494.24-2.194.24-2.19libev.so.4libev.so.4.0.0/usr/lib64/-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:GA/standard/c9991549bb9ba1620e3c03aa54324781-libevcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5f7c71c5a51be1c288520575f464e5a8332aad2, stripped PR RRRR RRRRq1wHhSγutf-899f43eca27e0cdac23ccb9ed56903de10ff0902f9e45874f439f05aed5d577fd?7zXZ !t/V] cr$x#aj# D ccay;WYZ*1 ? kRP᥉p"H*("K4e(@k}}wG+tO~ncPνP*]R=suXg鷊Q7u vɎS'VRA8\I ' b+f<3rK1@HJ5z! \֍*-~)Cwas!Yߗ 0>%fk{ȫWR%UmiO4[):;&Ѵ$aM;Cg~q[PPN(ޒ$zҙ6oj&9پ;2S!Ɛ;JۊA n:%t7<@V|bQQFj@*i :}Ul_ջ8DUi*Ey3M_N?9YgcA蜅0\ *NLUS(DN%<(3Fdq:5KrF?ߏ˴!NX& 2^KGٔQ'aؤ-Ck B.tÖny+0V>lG͞#ݽ>*ьO<;4`9N6o5Yq_5U$gU!ϛ0HǬ<`xoIaqIO,鄹mdA8ͫt'Rpߏ%Nvf UmKvGC$9jBz)NV 鰭4wBB*?n%kFM >I-2ʀfLUF",4!.j@Al`vux=luoʝca )-5@&_ Ȓ. Me _o d\@=@!{d^,؊${K(@03fVQ KFp>ּ {@xU xb_֓ǤK`UH7+VMsv% a?Z5ZYq$ ݫF$>\(Ýh;vvȤ:y-[/zYށR'@P]oTR>5ivgH}bxl9Ϣ95Id_1Zp_jx]!l|n5X,CA(0ABBIgׯ,6xHxk[[DicJs]散`ҝW#nt}EP^c5{fC~G,5[Up@(^e;Mr0 LP$pxy)Mte+R?yTlH2gSwUO/g#Khihp #8~ok6\ VLY9=AF-p('FrXo Wr E4&+.#RrGHI8CASPlV1B|[Z @8@g2 ?mWN_MFH\q>6Zˋ FR6Ţ=r?Q(H gE"]SՄ(-ơy6pl=B ?I!$Q;rFQ$9JS/M kqlgBѶ韎6/Ɵ eps8nP*&={YSEB_kB`>RX,(J)eHDlgns#iUoHRx:Eq[Kd,۪Ӧ8|Hcͦ?|)۹bK5;52C5rT9Y\etr sE"ҹI^M\sn8/wyү-}a5Dn$$y&?&ȯ&S3TT+z\"`|xHNdC!覲_"`]g3K~@S/ÖMQ~N f/@(kHGH*2R JÙ695$?N{hxGg;Ž?~h Ulν?E2,C'Nf(@Ѧh:Jd';MU9 nbd-8,Np JA7 ~n!'i]y;flji܎pN"qE1J 6+L8kh}UCcSf8b. Ht&Ia,Rvo$^ Q_:`0w\ {h5 |u~<6&zD?R aY}l{3FE@L^#{`Ƌ/ 6%ЧWF+ѕX2knI9ʐxbT[?hm7c:_@w@WBpQRP2vP%B{ ɫ#$֗ IEwz`"p:?F3հOcbLp3\VÇpjfTh̻T#E :wO!g5.9dWs$dk? `{2ye KX1"Aˬ=1Kྱ7LοAi>aۥ*R }~c>߁hRŲHy[bԆs\"t/6w.SڜXs]aM[ZqnwK.DjgJԧp%Fի"-~{0l jo\L+YC~!4$Vׄ]ѤrtAH3F0/geTTl ]Hujl=`BG("$<8_b/b +1Gm#wu&rEًڪJZF|>qlB&a?9-b#vH]G߅7Q;bɷ oa3S>/:.܅X 6< ,R(}ʠ&NcXO9qB/Y יv SnO(vT/jEdڣ X9(8Eо8Tֺ noqTpD 2Og2)mhU"u5Kd]G+5>CXLGlrZ) yv* ؎$B2GAzoA-!}q}T?-Q ?6k`YV",eiob/ȒNm\O A,ڤW&J/ ?!gl6?v.Zk 0}!BBƚV ÷.*%ӂYcw2 KRT*q|*PŴ]Yj M$U#(T`= a`8GkKqs㬹4 P'36ֵB-\-Zګ>膌w4/f:A_0(L2!{XU`4G$h¶AE< ^@<&!:LKGZ3p.y^wjGV~nk|ll >F R:( 1+zb.F+7Z D/9|\틨"QmP VҁP&XoǨ_ǖ}H -ME<帠r2D|v16>=JxSKN-9r2<ʹJ.ќ5ϵ ŧY? <={[LBo}@ZO :R};FαC&(m8'qvA;tuv6Nj_g%(:QnCEn6e';Ɵjf8$S_tb¹afw%f\ F!^Ud@Ss(ax~gHRX?ZG)"Y>1!YyQOhTJT7R!W BUH. m/FP!ʧKa l!.&!H-X(I8dZrsKe<"?~GXĊӫ3} 3,+cjMDg 63MVۭ5SPѓa&γ!cVn}Ke{r#jR.Y߫r *d39~hz]&T$;驍=,Ξ5H'@ )1_3X_" ֪(uj{?.4g{֮: N=Z?ϝOjx! [%`UiC&ٖgwaee۵јmvWHû@Fqy6Lj3,8sVe^ʔS5!)2f!4_ch}L$ "FHօ5<i B W!T"CDby2>Zl[DVEF^oʉ!- 1g]=6@%s*4LSohnU9voZfp_U씘a&E4q)0?Z[GY\ -Ӱ b|?*7nyH' jm>eącN͏2i0~7Pұ}e{̼5 '돘oY9^։(TMWnV J0r5斷K$о- B6ԇQD"kg\TJ`Tn=t¥} PDD!Lp3is(E7OE!jQbsVa֧*Ej } AF?G.6 ,Jw{&¥ eTRb/)( #ِ&K_yٟP@gIiObI0'ɧ"~$~=KYR:Oգe;+:ͺcf JWe'r 7nO~|E'x(Z*4ӔS |=ܻŬx6ز|C#A^(]\;5,tҞ04^L&xmR~7[H;ytkjԈ Gf[lq.RC>)Vb=.$2mG%8:9F7vH$1τ1p=fMOnt !1›dOE'=KqPP3M$0y22eaY7UH$:04tZٺ&QsTYik Hh5b:V?R (zYu݀[\)\^wؘ.tZq=-gou%N^Qe W#44N8`N/Du- *(8ymW.8l#S /oܨӢN 4\ !xi-k=#Uokqj6ޑG\nҭʵGs}&C@TéV4[ ـ L]NAyґ>\|u6 *dX *(+Xq\? |PDb '9|[\GvyE/]}2:rfsz|9^…]_9Ԍ-˲S ­TeI&{ fM?Pb|d7N|u} H2)\˱&eZ\BHuJ61U,A z F/Bc@k_2#{2ۺjjR'PLYJ[z9asv\yaQP*:yX`bIa.eN TAhi17raƅ<@#&eUqZ8&ʓԎ|T봭ϫvp;zF`paz@{ok* /$0߫XH20M}ǐ4/}g_qᄀbA/="ٺHX4,X}߯!k&(J*\%Hs*0Wx3 ?'K1ObVo$7oxvs#:7'Ӏt|3b8&X&PFB>G)(U?w ,M怬r/nhOk:mRіO4#?0rȔͱ6Թ7u4ꃂ߿3{rpQ<ܣcI$}eZo >&NٜW w}9X^8+lK໕$pxRuT}R;JG0Ҥg- ID9 mm5uM'Xt0'~X_L)Dr'4|ٖPצq,b kj|6菢q p3TO>X&/HgyKζKigC-Җ#?lCKgؓZGM@11#˜()dZI t)8!ˬk:kH_n3]cM(yʭƒWYUے] Vp{zF tH3Wrܘ*3B$=IkiOv.Ig"eyL(< ?9AP'hG( p; Э4yTM@ʨA`8QI)E !Z^FO<-` XBgtˆ,qK;߇•2(Ea$.s>ndh: .9s[|=@b@hGK] gA(\c X1|d8skk-eDbR.O4k o}1ؾޣjGDp?%u`l`mf2T&w犂Ռ8ؤ0TdP*T:~qM-jf*Aߣ#\BtU('m>nb\{0e؏n+}mD$ gfRa&f͓2 D R*}q0+4c0C6][WZR<* \[V^`qe 㑱\~$^uXMRaL]0Xj3B:zsQTȉ|m$d]*-EX肈ȅ IeQM3?]aƙ{nwƹIJӡ<6P׾  Qy/n8s&8.yHi5Gc2KwlF(g>U%˰#|e<%x:\ވ䡻"h"Y5ӛ12s8_c~3@tsDeӬ>g(R GZ8aB<Ìi] Jwe꯬DAj,nUfHA_G+YVzfJ|79WЎT  #I1x0񡛯MD"i Eu=BYyĤRf>8-xO>: \b[RXqeƖ蜨/|lNuU%Oʐ3P S$'(o=ٜR4%>Sn(0~yPR`Rkq'~3GTMBW(o|?=3xnRF\(j>ˑT< ׅm2WSʁjw0sN))jkK^A+!,vR8䘟 ?kAuө_S/ {8dWyB# dbYK |L .SMEʛ=1ߒc|>z R8;X.) d_bp|e4Smr:LN%Iқem rU](0c^Ҋ7ސii۽D ͅ_2n"Uٓmjo͐],⍑xИ?Dz_!Y]%׶+1̳7tJ UW/A^+`fPc:xp;k-7McuӬ mnY<+tY)Wn$` {qo`*ȿ~UhY 2fJqڒ#ɰ3DyӨ.՜_hkG QIAuZ]RBdֻI))uiuT䇩+i;^D{K<2w=Diʄ菽GD4q旪b^p;u+سP˦"-j|-]e(ENkQvDb-O>҅/'\>+<`X- TCA ɵ߱Qʅ.$#l~ Yr4"e}G'Y-)VQk|L:r2Ͳ9 OvfMkq)SeEF }PůbyJMX,62%)q*rNNOM@: qmGF&^ v39φQob]lD?\5_$ EQ펕4s/%8Oe?$o Moe|TjqĞSWpBXpE*I݀2]sxpWH<? C,leK|jlf𿋩hVcM $viI8Zd$. ZϓSZg&h?)$G VMzfc$i- ?jl$ yb:( J6^4 . ֙]4*/` ytۙX E{\FfjpxStXD56( 7t+떺-X2,!4S;+$ztthUQ7abb4E7q~iS^-?YEoDxC/;|WbKՍ`]RNFMN@tuSdSM#-N$V{Z!&N^ZjPpFfjBSWڬ3vu /D&|[DLg/]ξP7 L2r hAgH"3TEj  Ѡ/: |e9B9pmR:>,ĺesuvTIL1$(ZWsh!:ClJ/Wa_,MC^:"rwX}Nj2`A,]H@vB:6Ȁb,f /jzFI: 0xoc%Td9vAM>kwr2W쭛A.--Mi@X*|<5bLzN ?|'9` F,G뭽F/3D¥|26ƴGH©9jiQ7{p!MM!ٖ f!ȥjs:pY:p>;@s[ۆA;6I͋PJV;!Pǂ]Z܀&,Uۢ2$^05VDf.^fH̔l hw 'XoV3`e68pȶX"&֡J !pJ/[l`tDo?=>O  v&IqI5Ƶ]E$n+i618dU=Ӯw 36,fz E7IE$*#,ޞz`M8  q d#})p' eJ! bNzd1ځ3cHЦNBm2,J_zO7J4T"b Lc7h>'Q~-M~ӟC8}l0Ψ} ymJr<m#!Xp=;)%פi,x7.^:' 1Va>^ؑfLYhf=X;MlZOਤh~p|ExPЀS+QS5\&zoZuV* )!(!B&0l4nτzK_߯g ^ Wo XL".c˄&C>VA*J߭4Vn!1٨4^_r$hIPi6Lʅ{i` نxՅ~OqΤQrw++w(a%d- rjF&ƃer(HeQ.g;tqv򨔘7uѤ(Y<$;VN|LrQxb]%-6 ߽2Ťݯ}XXSdt,`lDeB!0n{.X,.3TJ<ӐmEK4NUZf|;;J^ _mՑV@$l,.1XUxQ$q0ͺDKcD?ùD_I/ G\SO[odV( bEK]y^JW@|HwTn.j}vsT7,eT9n HiᗔWTk.“eMW!h zwQGjGdT^nnU! *AsLҞñDH }f Hq #.$8`- $e`TW~o8$qnv@*3xIBě'8v#+hUDm`5<aBAtM]_ ~ekH ~2ljż}JXDo<k鲜 .n?GMMI߱}+Ƒ60D2`a8{K#:ME*zwwT?m *uAC9Xtm\bOYŒ0]֒05?( kp.*-?:h^@cƆ8 g%W>Lb?-Z&! 2 z bmfv~'6ꐶW>+ ^B[8jY%N< MS鈮CaTXz~ЮQ+ ?Oofǧ:BVaxHiig! L=:@CY1Y1_C?ׅklDϕFfn".;OX=^15j8Mۘ&{V͹Tك>>>`h!.(D};|S4N̲P (5եU}<2,Sb \wwWl`t dSGxUts@{sՏGRKfKh\/fcp>FU,^LJkZԏىj6Sm&T#u2j4 9@,07K3:WUG-mA~'ӌ*c%WE{4b u%yQ3~ʵTJEF}ܽD2OH(H;mzU/WC:('7O}k%>&M|Ȇ1ԛdD+H}Jb~[["pӘrzzIp99@qg$Li*ă]~nv9QsoƲT&Z9ec(aE„8Dz\Up.ZѻhZoRˋ7ާD+1_!+iEa9IA@aUGHFMUiݶJę{+[1-IR"3C3HR0,Y4'8k%0}&.)noH6CO %S"yC"sH /R-F)OrH:|) >{'\et&^h|#F{9kd}@]t ir3{J[\Ei. uwNHiL֑6\uk?84X׏Uwv4$UQf#-|fn̹<0aD'BkC%2v&^aU,AV˩~D"% 5cSV+AټS cL=-0J9^b-D7XXDs܇ЍwX7-Yaׯ YF]E Č8+l.!k "{欼݆V~t7UfKȋKs wZ/Z݀Ogt޴~ŷjE0#F^)UbvO;H쁂+N?3]ja5C\@UG.(̇r7J?@KJN:L 8,4N; 1=yW>.l'W5+` kNb{T>S/53F8҃/άS& #NX7VFK}́];KvS~޽'ebM)AAݻQ޾|s[GMx-LT2L_|CO|,9]aT!yyS ٖivd'">'6n *Z^I@` 6˪%5$aR>fF4`A\ bj2C[6Nq_ C.%{2sI+KjEVXlN_}O֚/o^etTOKy%tGh\~^gLop2d5Lh}g1ڧ;lV:mR# ZD+"Xmx ĪxIJJU\^ 7D)W#12 KGPIH;y_T3O7IR A$Dז8Y~⿶`SvSN/[$cX`-tr6Q6[%&v9{#6A"3ܥ4/!ّΕ`a9Jl (4G=|rKrҞ$LȕXg\nwM+%J6Bvjn'O*$B3  r26[VʀIb ,ey[k_2AmE7 iAO%zm ZcZ㖱ǑnK(!/^eE͔5⁚{y^?$}[d8+B2{Fn#U/v\Mf L;A=yÍnBifIjȺݲπI=)#|SzlO VVXB^]au4~_38&A];c Ƣ $Z2e NÒ|,3fe6;PZZER otMEPY\=l"OsjɪLc96}Yj}g6&"ks獦*n(?I-8¾rA ܀.8>(?l;_ ͡]j cavGQVimXr*leHȼwا_qқQUC!a@VAZ^д་UI#O =ٱ] 'L?^Vxu9-dA452}_^O8(c(GTăZ%e`Ȇ Y)&G ּ;dE"%?ɖƷgMo0Lx/S@ˎ6N)(p