libev4-32bit-4.24-2.19 >  A [Pp9|.ncx5.(ґ*XRQpivyd.R!Mױ&Hڄڦ L3FܩBg/C,Ǹ}ܷΰF'_-8)b%˽H5/M&0p>80?8 d  /  HNUdl p t |   <t(89:!>5]G5hH5pI5xX5|Y5\5]5^5b5c6d6e6f6l6u6v7w7x7y7 7778Clibev4-32bit4.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.[Psheep27SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttp://software.schmorp.de/pkg/libev.htmllinuxx86_64/sbin/ldconfigܡ[P[P47b6934427976f6932d82ad4dc496f5ce96e0875eecc7e883177cfa653303abflibev.so.4.0.0rootrootrootrootlibev-4.24-2.19.src.rpmlibev.so.4libev4-32bitlibev4-32bit(x86-32)@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.17)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.9)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/bin/sh4.24-2.194.24-2.19libev.so.4libev.so.4.0.0/usr/lib/-fomit-frame-pointer -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 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=f024b7c193d9dab6ec4cfef55686798a06292564, stripped PR RRRRRRRRutf-8e4478c6aa7f80fa0323e11a4aaaff7d6f4c23593280b20c625636dd6e215a48c? 7zXZ !t/s]W] cr$x#~_(C t3ɰ^dF1sq ZA4s0']ɖZh\VPRQګjK8)ƺՋ>?Hs:`P,Lߺ^ley\:OA/C"ܸ4ֽXk0=)/wC:?9/8?%bOV=!^9Ĉ ۍr߃#aT}+n"В 4WcNݛDxwÚw.R.=X>4;X9kOJhև[þ`J7]I0`.U&>1,r֣5g[>U+Gct1«'NwCD礪SGciޅ%?/'+q}ڊ07.y | ,ApH!ƺ_i0FաMko/ @olb8l#$Pla'{8`b[|i%;H2|6Y;kP݁VC,7`CP!d ׃g&AMkK?$MUkIji!\Zyj\acU{` 6SB-51Ft~!M6췜۳=͞SfbK_J;VA#\lp .NJOk 2jGj|dt=ׯ6ɏ9{ 5҂sVsa?;uĴVNyx}1;fF{@JG1A~PYugNIw.~&O7bK|.cpfC>(ohm~pe-w _(J~6'!ߘ\;h}.囦ĂqETY񊏐íDR}e  ջλə ١ i(>?imNz?Z,O]'UvAU Ev_`&խvj< Yif'>jG9vm9|jU:Vfexښ>'@5Ju-Om.IW-P$)pup!r!Q+߲!vYvtͻ؊-zV볓x["J \8{6Joy;{7E :TtYXJ݆6 r7 wJ%;5Jt݅}Tͽ_N7>]~vWG'=`tI,]@;c"\"GyąS ȊݫEq漶,ÙLEq`X1>v2ꘫ'1kMu레m0EbKWwgn܌IYe)~t  d v:Fp,.Doc3\/YP T;AD:8@b(*fNݩ"ʎ-#=5z[ٰPӲJUj0C>Ad@Ii|1&k%p"w`x]f:nV; AY*W"'i~τ{I%J&v֏{T83~d`Tt~$ icJ/8X6OzDףۨsU6U(k|kEB: )+>SKq;ND n gtwdSu+_N>r~<|vF*g r2!Z  !NҬD%oeNdSQ=+KI q021ZғZ3eq#c[[#%Xo\g DZdߙVYTb PxmHPyXKfr@bM"6a WopR6K`uFɟlu$_N zkr4ipڄ=KJcQ"r &Ro+DT?.;s1o.ug81"(Vai{NC.Wus  M)8_kPF6ɚ*&V=RII4 =~dit2CA; hA,3җ *h!uFck8rp2BmR%Ҡ&'%h6ŇؙÇaNB&X㮫k.K-Nꗹ(^F#vtϿarᮗ䰣xOJdG2zP*rgț`>> %Du7S9 ?XՋץ>0-<ePN00)z_E#7#Pw56z:ˬ͚'d 4Kxڛ+IExMv:e6."]J“e@X3mFAZk(| רRR3ߡK)n|s`J+[8 #/SZdIۣVY>;H8OnbUSV/V&U`BY~97clj-+ )v1HR(6OQI̴Q@ZU)>rJCzǠh}`.r|<+~_pisv no<kxb I+nBR @LeakaJ%E^T ]ELi>ܥ/G` rUyb9:`"=\{BEQ9yakfd&4Q+ٸda9o" T>Ti*.y'SPA{#[l~`2T |s^ш ԛ즍]>{ۤѷ=ll|3LyEb/cTn9zH*];5D"!.媸݊:)VX?OڰYGyɑ;*Ʉ"JN\8c0r0 0@F ЮqWFÇ z$;1QO˻{K:JzBb7\M)7mcWMڷ[tny@OuͫO_z[sp `"\s0HZڟlJA0t%OZV* JK "d\n6K|W*b3:*yuEpȄqt%M5:r {EhT0|~|P]iNr ֺ6ooԮUǤkhi88o))OƉMs Џ$y qoB-¯E#.\ 7\ħ #C81Jc3+ݫHeLqgmnnI pǬ+tZxCFjE[\,X#{ǦBH5zFf]q=d4tP^ۉz/7-Oݝ2PAhS{WBpm:i@ӚY2E+YC*c 9ZHiUXл %[m@TÖݰ&#OQЕ[Bo!kK0'ON2'q ̑dJ=. ;$ĭu1ZwF acj? 26DLg^@!VLqmИ+{抇\Zylw2ZU-7%$ܛ gmE3T 榹2-Ԯ|B `U_Zy#,bKX>jjsCe_{sjQޜ0+/.(6/Mq:=2zbRz'i=2pԄ]o8T!K9?/ A! .AӉf ?`,{Ip!+1gA )`ˑE6[ږTkqh0AF_3+]pP/t"5B>a{9q>{׌0+^$F :, zT# 9/i3]XU_|˥Yԟx՜[ݽ u#URS} )D .6*<+e᎛Lm|qzm,ݙ7w=oBxUNxՔ ``I}#L#G\FK#d#YzE}XysO}JSϥ 1$蠜dy}Ȍs&ȼLA2ZgըqN2OwELDX{L?ushvmHxyW$&Kw>.`~"\m+-1?c8T"֚K{CXS/YBJs|atHŸrp#N zR4)2qYطV*wVcm7;$8 n/;2xe#me]Ʃz$e6-ٮkK1og6$]bQZ ib,})(`5Ըk4ljEWaAUije\csJ)CV5R*Fyߎ;l0xM6ӵ 2fNz֣?FY #zZհw/^klG ,n]s12̘E P8FA 9K|YpE٫)`9 R,8:0I?N B15f~6ܵdiO>QNq?j3a9\.q3>v1݂6NJ2< 0"ӻV4*jӄR/eFRP?=`l@$=q3hҺrKXxg2M;CJBuq](\Cٔ#b;WÈV.SǭKF4\E6ְ` 4OUlT9#^]nʼn|?O4%w, Б5~\`, fZ-9:j8 f0/ݮ ׇmW]vX&tEAj\hi~%Psd¡'u^8K9ri qgO#%GO{=N'F?$7O+%-| nƋ>{|"-+G*tfjKm8f.`=uRfˁT5#opkмh]co "ZV2޳&OpvqcpٕQ&$7x2a=hG=*?2zR3J+MW~8&NY)[`!e%&%p$Hm LZd/ېEZ)ֳ^ԼG=&s̲N5:D|kakZIϐsPƲv.3!?Ō;&Wy p})Ւӛl,tyC a`C7J=w˔d}Q+cJV*9]ܯkeM;Q @оБ3O>WQrܫ{`Cf"j|CZNTH'F2"14Iꡑy_3aFS듸3WAFdWPU'/e:AD6YPM>l!9v:? ~Y!Vϻb( bd)\})sGK R  h#}n2J? AK溅veW7d3,_ZTJ^;35+P|Ϥ3gxc\U&ħ8˭cuj.x2@Τ_O9džuhóJz%[@3kA /Uo輑9Ave)6lZĖwӷ&Rfm$@Fzgkk:>b.XsDԨ'oO9%sE\7hzfvE'\td:ZTuS+IjW}>ۀ!eeW- z .e(K :9zY7x5:n˱ QT.?d3& u (NyQhEzRl[v$@& *@3OxcȂѪ,o:"ȟM'+]|5w{Do:"2YEHh 7è(*~"9%]|.ڧ.:wzO~5n"pCb"ԯ(/V@VҢP''n?_?CnWW-5ʪIq5Jڌ3:zH35Tms"7km4a|4 *(œߢXiw4~(8Za]*y4#$WMlF4|\dکãP+"BGTg1fQB…^)v;ԩP9$ 0oK IBkA*61%'`Bݨ̱Fn{(k)ʈrǝY;xZTWІae>!䆞Aa0bіc`؅m޵~ j~,s`XԾF~u|g :L"+EY̲ĽWTfׅ% mȯe~HC^pLvWkn$:ӗ 2YΪOX8|Znf,lEXpU2Eل8HO-Qw)HWa/~߈) .cꎍ2=gZ, FS&k0!*5rv(p|_[ G [Vkn)nAj׍Diz;{/6'L٨OI?,;l:Q<25@=0X09$$9Zu8,ݭZ]_#Hґ '!TkȤ=Ȕa\EUʰ]C&Ӳ%yz7˖T'1OKK Hoj My*z!s}d(|%w+֤ | h ғ"-uIh6a6C;({vT"/>4zilNKDi;_$(V_nu@roį@vv>h6½0+~ID" KL<ԮRSKd#^@eA+˫P~/c(s6)rHd.{iaɤhf$Q=&'( ]"n{ͺQXcmifڳ;W4ؓTmt:"[KV!8b) VBf[ I<<WDM\GfWߵ}an4QڸCZPh<< WԅdU&jp,^_WWKQx&B=,-B9\,5u&/~uBxOtEBɰj}>~iE#3<S+rb'a9JQnn'fZNK69GygwI%>~3}KoPM8BhF)_P~6Uly1Bؓct%G 5( Agr$ƨkMxWB1˰J&6IGehF,&PddE,#pQ9ů#g~|' 2q?)JgB.qFP<'ZDi C97:GY 0l߬(.'?nIS%]OIl8R偣 0.aO!=jKzw'YhYL3Xfx$3>6K[PV\ XKtLORmp1gvҌ)_E5ei dE9$;Gf$7W T՝i9,XtD1S~o1/%p%by =dA9ojz93{*͓6ѩm:C(5#JwEy |я!8I:X^r`aQ^/t:~f]!d2: /XVSpG=^A9sUW.A2;Pe:ξw _ɢ/]5V(9]>D=rh8u^sbj|ԣ\w[s.K :G|%g0~.TN`2+!c}f޺[Sڝ2Z1l$kǐ"W I`.[byZ2XJQǡul\{<l`Hv݁)-ժ\Um? x,QFVT$;ѣ۪le (ԧaVʬ`i g2i]_kFܥ ݌+|b/Ǜo4m@K=?1B}ޠ v9, ԩ<ܾ̮P?'yޢ C6<mu;q]h~5c%w3+Eb2u d!~S}Ei=47'D !=Y/&ٻǐ }zcVfpϒb7sbvǧAAo)c`A ܦR~c10֙v.z@0: 'T2JЇyHrQ}9=pz^hf_9hOحıv헫J;Nx*/bIyKzu8N~AAVݛ)νv u>{lTRg[jV4G)u_@Z:;, |U33Ӫ^$3 fF2j1\ KjĀ\uF^ĥ+OL6lo,z)?;G+lp{M==]<χ!%办{BDu #{HŨ|$YГO["xI/859MKgǀGhę!EDk.Ѐ3iyQ}!Cj/(y xiBZ~*@3m;+qCQʿJ&#hUT c~‘X)|Kh"PjT|.$C5+k3GM>EVଵS3IypE xvӑlTTM5 Dr/k=~-X@ Bt^1RI^F+^J5;0P<}enЧ|TA?8O`Mki.G{ߪaRzݠSߪ_!0D eiqD5m]e=(UUm>7C8׀3>/>MQ*?"<((@ͧwxʂu Yi$oRç`H:Xxڷr/҃%zuW)y13zx{jg`u,4UPҊRF+f>F&zp{_ANssq1\Œ!$ n-?~ kF/=Xćar> qqpbjԓdIOPꠅ.:S))덈[61;{L>Sd ݄ /a^N~PfN9 r׶QeZ3 Gl qsRy]30|(˸|6<L &>]~v˝qCj^Q}]b8ݞMzyܝwvm3Jr6<%] [ h ƸI.B=SЯj N5-Ywu!]!#GS1\wNI sk&ju{0p/mPL(ݛH7aB{眖ϙ2inߵSIcW|(jӳhFSH "clErs֔ _q D³AUn1gKF5^r| ,9 ̅^#=ml2{%˓&FY A*}B%Rw?¢xLIK9#=(.U:|}\@iw|GO̊ٚ?r"XrY(En:JCF{1FCcͣD h09MKh)U>z٤,$J'5'7GaZ?羥3f I t*^.p)ak'FƗ6Հ_5,q)q7XO~d2TɌr귓Qe˛<{=LDaqUeȳSEPsߪ1ᆬ!M$`vksnԇv0ܞ[BKRxA1pܓZE/;$z7<a30lERZ^} ='r̼s|Ҷ/21  CQ^I$c$ՙi $ fhd4mNy|Pc Hu(9Ŵ;o1DY+cu$gfЫ6ђ.6Z-?a~)9rqXHnp?K3{@N>b'}!3>z} C#櫈QsUey[kW$TW^勉9s Zıf27`XśiI ž-̀+ \-d+;Q#~(lGub}FElE+/1 _}j8u1 = ŗ 0^?u〮4cyʕ4H |1{Ã^Ald5{C\1O|$.R]:֝ xt`D#Ȟ@.O)d˗x/;S$RixXmB^x{1%2B9@;] (@XUh v3 lhAqO#Xٽ""GO1S[ga諵.v 3k>!8SLIJAI+ҮBx8:P{6MzE; 8&ة*TPǚh{>덎VϞMwQXyjax!m0ؽ-PE55@{F6W/7;V2[<Ѥ\J:c󅕗 A#\!!v @PTټDTB1# 0X /;Xd0l뵳m?:OLAS2*H,CݬX>Hۗvt?N4Fz矐}%#0? iz($#rˋ }'"(,g2+@I9.k,5ctu;GF+.UhJW=P^foO R>(}c̭/k:Y  ((@&aYO>GGj*X[qUrul{:/A=fЏA_ "(%z=2'nU۶'):j҉~7TD0v,J$s|aW3R5Z4u3 P!^ -0 jS,+H1_kcvH($׸Ё^$j0V+冊V{1"P0K8sFVȩxer_eBP9"*-,_+3rOX a|KBi#ˆw#PL ,hp e /e vlu>DԘ>% 9TF QVqcccLڈⷪ#@MK[F59:4Vu٬ z IN0/"w0Nx+rl2s~Ƚ`.fem;0 ;\#sQJ5~ű*.S&`{vIT摿 Π~,ŊDkld:cIPJ# - * 2.ZʉqaI+^e?TuGvI6!8!8O3n`{,֨s%FZʨ E* '#M7!1us6-1b~wfZu}tp-{(=hHSjÈѸ]4/\_+pA 0-D}/mDo߂Y7gaxY_|GDdY(&{>.BҎF.7D`xlvsk]cb?ǘ以NLW-d ]~{%`m ݵbrc[K@nYĹ0YĄ(\뾎VX]a'2T> GqyS\}Bޑ|sU鱰*D38?qU2,f;R</$ ͮ7G-"4h` S UM;|0/hzF/iʴ;Sn@trk+C#pxQ13MgՖMӔv]y`ЇZn V-p [M9+0ޝzNbH N\En rք2>OV;&@Kd-0I^Qm_4s'9kx,B*pB=\g|T(ؕsrTz0)Mf¹%\%-bFP{` ͞w @T Ox!ZE%bT4$aoO =RUmWǖ3 *b# b۠ /4[ϥpq*SANԛ#=̊isxš/L!2UkjA9WI+cv&r wjҼ*k Rwʨ1>!CQ2:߰c~׌DsVNYQ4!΃hF4&̮1m9+=hX' JW UvBdCԒiy<Yz]'J ęwTX\榯ܲ[o$6=~q2ە {ҀT_"ߗ$^݆24Qb6x^EnmunE9.|^#RRod';`רj85g9,>]ְ͢7 Hie\{z DfaA?V% ,4Yì$?1_y&2Z5E8QHPʫp7x-+~!QvI 8J,qpByPL/0-m='F#NCl(pO68,Ydž#J RT5*hKEGc 5Qi^s+e:beçj8&hd%\d~3Gj?- DfpdoیEi٧N.pe:1ȉ?z&M`ctDHlmW&lo!aY֑񶚶(nEצ}Q8&jܸ-(Z_ŝڊ dSݓvx:糟`1939Ԋźo !Z!MAe>Ie c'GK  b5!ШݭǛ$+Ġ0Ig-0_N!c~9@rӘ3u,Ag89DZ?[ݽ%쮰FQcQ/N~Ճ(ՠs `i+^aT5y\KhkK| /T>kUz&EO[gj'͟E;;eUevqCG~ΓCΌ$YZ'Q~F0ꔋ Zzq_mk??Q ]f DOk<%i >L4ߢp5 $llj^*ܙEiE7GA+c}]?O:o,vo*G"_rw\;bE/63㒝^,WI K^_?&kdbfMQ3+fP0\~pW"Y:-`ƀ":`)tnW "o%=![?kN'+@9{YW@ y*x[Xͣm#~ J2?^NM=pq()=5kDWvO"i68پN[냘s$p?sW9|րqs} >!Oǡ_1n.b5;^#9H8:cv)81Wش6kYmd}B/X%u[Md,f-E"cfXuL[~#2W1_):<tHۘԠDXt/hp6  H*#.vT? ~1-O&a~UWd̝ >hAёbK+=5\Ԇ OE \K#,K HH^ϑ߈2:xB>SX^}rlN+zjcyi#HC&/ek^ kNY}ͳP EC=05=u40 ucjZmUUEZ^Dž7gatQZ {iՕ6=zrep^PJ Ү=tD.iʎf7x.6+Bj(&#)1i#leLPizwcf 2qlWQiJ*XO5Mڒ,wOJG%g&^v7Vfq٨ ϊeuW|j3ƏM>_q;b`/Cj  ўw;Ί? ($P"cײ ު]tđPxg]ϞovaM{I4_۴Z#[jpXzΗ 1i$R|052mW mxBJe 'L3_-{65 wڙOU Ʌ8#2"4 ; jd!{eO/~A04d'B&9UҸ].{a+<AXc=Nt^p|gfS^GD@SqW =@F]b40S&LP%qHmb:41p.4\;WS>A䜦|Dazl@b ɑ~z@,/ x$Kz?/ nJ1$~T/xhXf2EAq6?U/hfö}xf k*EM*[uҟ;(_,(QcHJ*݉;6dߨjb"{qL0}ԢD2VB3]r|3Ԗ;4,CX_Xn ~æbj*B 3̣Wys<{@8Viktf/KUuW2xd:WYL6ń;e-;a*~c)r]c)֥AR+?NB7mt8,+?.CAA~4 nҚcPK@'坬efgw""Ҥ)_֊;mJyѝt2Z[z= EsW+DIDe]+3 Z֗޳^4_tܧw2̤mNqȏ'Gd|hwuV5LCx>dCۘWȵdoygTWСW.RJn:'Z$}2sRM>e)ˉ᠈pAEQvcq+VX߱f$qۀ+P/յ)jNQݱL"E0"OUQ7?|[cU?W E*>rMX5ԀibAWBze}Nq9/-yKo5o喻A׊f8=zuoZXr³fxi󎀆ޜw9 *678)bӢK]+`~~ay)r?̿kVBa_rӁFg,B y#T{ G+J*ijByMle ʇΠ 4/:$RFZnI0 ՝5WKɤFT&Z%ʲMm·j98nW˼bO uUA78^qZK7.*Aު*e D6E3usKk€tg[䨮J+kʢ|S.qTc%u k@_<g86αd^1U#N;JW/vѫ@'ΏcP5iͩrr؏5tţ=7F|7Xim'\ztrṍ{䫈=xtk%/G66vc'O\G@%f:6&lRKIOM-ZfN@!u¶ YZ