libev4-4.24-lp150.2.3 >  A Z(/=„ h^{e']p-]KFE i[#"rb(֬M%̋г6WwQ)W1b+=-vyL:n Z3A_ݜpھqig* _Ge90TU/qK`S M>KM9ViE5NB5ې,(ā)MeuLJ4.'[xXJg2 }t/!_%*732881002f8bf8b53cfaedabe70aca657c7aedd9f637eade6dc05230d2a352fbf802efb52f43068715d2662a479f696872bb2d85LZ(/=„Qe[ImT'eDJ DP28P{d WwWp@8?8d   . *08@ D H P  P(89<:U>5@5F5G5H5I5X5Y5\6]6 ^6&b62c6d77e7<f7?l7Au7Tv7\w7x7y7 z8$84888>8Clibev44.24lp150.2.3An 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.Y@lamb23openSUSE Leap 15.0openSUSEBSD-2-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://software.schmorp.de/pkg/libev.htmllinuxx86_64ZZb91c79063c8c2094023933117031019b6c2dadfaa5f9dc839dc48f9068072d2blibev.so.4.0.0rootrootrootrootlibev-4.24-lp150.2.3.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/ldconfiglamb23 15066000004.24-lp150.2.34.24-lp150.2.3libev.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.opensuse.org/openSUSE:Leap:15.0/standard/c9991549bb9ba1620e3c03aa54324781-libevcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d3b32505e975b4078eee727cfe477d4966aff3d7, stripped PR RRRR RRRRIVA#Hbutf-86cc77ff70d8fa24c35c952094807b4fcb18ebbbfb0f301b50fa4fe678d6a0965?7zXZ !t/WN] cr$x#NTR[͘Wm;ZBjf@)s/Y*1ٚM[ꦒ$3-f+5 IS 㗉[:Nq8 ީ'\8WGS)^ e $pU[#B_jYMTzcbYTC /hOV{ZGDvMĢĸT|g:N0 .I(( jB1?=#ʆi:-:hD'3o^H@~Nǘñ 63NUWVC#3>)x͖0{N Gy v(.x>#!gNfi"F8{l RyPpy!X4WTB NZv/Z䑳_ɱ 3/'( NS황ޣ~_!{VfhMz3 )s xg]2˒ky8\cz=hg^?b6X㒲{KRi "nDp *+Q j^Es±&F[] 0T,,R=N WyƖW̄"JFH׽FlY·E,slIeZUk=Gz`F`˥7/HpS&t)OHB^,' M0/RJ,y(/Ĵ6Sۂ̓A *UkE@ݩ|LF?«0+֖.ޅgjZ_ta?ybv{P9D#F6;@JNLwdJw=fx6rCӇW}a*MtW)o$JL:w ܌'WjDl1<ovm7ِ~HT 0 dGT{ZKP(2S7 E WZc 8>$F//Lh; BOX)rw;㷍5MVƽY{LeiĻpRG>R>GR#nvqI)<9w/cµy9Z{>\m!aٳiwձcc*2ڃ 횶/ҧt`N0*w4sP.Zd"7hKԁ^fWϩm~]v}R +AX7*tN({v@q٧q~nQ=' >Ʈsd]YYuڴ+h'j=Pz%ەZ-@Ya5ݚg~9N9T4Vf VI5#QRX6*-[b QJ)&*ڬp5?HyVHM~&/ Po3A,P? -8?s 76Z判.t?\a 㱙 ܤ,6Yz &ۗ6ǾOYTW#"9K HPӃ;7XDm#Y E}͜Բ^}_an&m;:o0s33E,gy0Ww >עO+@lO^+)׈}T Q'gت9-PwղITM"EeAQc'0toa ЕȞBifEn§ބJdqWHV{R>94MGE$dpAÌߘv6xOcP &%AwqfoH1Ft+v42 C_ʳ6)DՓHu:8/)N1Ť$S|+QW.,i"Ʌ.n/]mOIahrR(URFjyf7jn瀹-_ե J+A-|B]JjM)cKqO COB)YTO]DkB2'G\+mߺ9a x}8+{&_uBbOl[L4³ Aktj)I{_G^LxNʝmTT[-E O'?S7*\^: 2XQ/^/(k*. hy&0bM)I'0d|ӭTa2)fGs 4k  J0C ;GӖ[D999{l|$u}X7X9f^. '>l g7GuG*?E뛘Pye( ?LDs 1Yךig~!7fMԏ%R%S4"'Mƹ /:@5E1NLg蘻G!DF̷/++"̣8 }Vf]KWUD-,h-0qS-- BXe8*(+d3J7ӱK u6U"EciRp e#˖ (=0x3oj7{`h KGiӴy_F!4ը\|-m~ eCQ-׭JQ?X)4'*0EI²RՁez ->B]O]1IӶs {خtZUPg5YL]=}S%$TQVӌU,Wz$cERZj>PGr99|R,B$`02W訙$Фrx#,sk /ˢh }Q]UBUHgDCesWT+_,xs9VDSm99ɍa8_T/='ŽUr$,xREݽ7b&S]Tu5@W;d DO}WLR`Y~SFK*H^~ (u1+n&6 Npq.'?ɤnF֧ͫҗ|zFr Ol>ZkWc3֦ I`Kl9yA0:"|)WN6@cgHsm08Y. ^p\hMe~.>݌zDOI"XzӔz_}n$Dh_1~gΧPe15C Fz RjrAI3hJa f )eNhW)y( ۙW RHAS|.gCw޸G }JS \Lzl$$N-[BAεIA wZx<^UڜoWѽp=a1twx7ݎN/a-6-I8r\*em1:S2I\ `G и Gr9&2!O!!wB"|o,x lA:ó9R>:`FJH"Mi(>+ř31֊)30W/4WUz~2BT{3 bۉw$&Kv2*X1(}`o:kہqNa_}͹ ;!tf5:ݐeU5nTu\Q<#_9NKmL jr.a_EJf}!٪U Z!`ogbEN- 0Kؒ!sۻ% oU\3cBJ^ΙkW߻x]mХoX$:e 0 ːǀ1}ny6]CxSNϫ=R@8\6CS:l-/%w8(IE #Q|X̠bIoH0ymd(s=:#^3%8d]/.C%J /ed %G,|e-  kSiEm!Y[D0 ߋ+!xt#Ye` S6$?k.Cʬ EɿqL$B%#]ӭ$'z,zxPbS[%trjPC3l:Z%NIE5;os)j #HCJ>$~GNoCش)TmC~ire}?8B~Q \Xds >f>]16\FR=Eh^ܠPߞn(8pb^hs}/lc2riz? ݨ6Lu4%SAxkjbQ _c<}iL&艚>ئ3[8G61Kt~[4u,ɢ]|JA{^ Q[gg6Iԯ1#t;"v;oSoYxǺJ&}=A,)fYT:`: _YG6CR-?ҩRno y 3ZVz4 V0VJAYf;-U !LGF9/Bl{x ,)DsE s &zȝ -Đ%&kZZ\%E`9F>yC}RjM4TDjXzXB` qҵSE»^V{]ӎ0@Kg=Zi_6-dHLcb|YdİIU5:x5R{8'kΚEe?&(U\Np5I0:~hNQh'^^ v]Ċ4ZA32 8FDۍT3<CPDaM!L"*3'bvӲP[ZpH ?$KE9\]Pg <%}t*CN!030*TJ\U]hu|,`:v'Mڗ5x# -{F_ʧk'XT;H'ZQ3h焥8*o#jC",uժz,#[sdPF!ۭ-`zeoNt}e To(b) +簆hbdl`{v=S {s31jk?9Ъxvt[=9¹U<^�A KE2 6PN.La`z":Lؑ(>6#WQHǼ G:ƇHL;$SJSP?FØ)YB6QGa㛝8R]li'Yg{~\?3{UA4h)z)җW9Fx,ĝdp\~S#J&@8rƐvgEvsb$uX/ҐH1ߎbHJ.7?Dʉ֤~=/# l #8*{3۷ +ggi0{}Km)7R'͎([ 6ѱ1M6sNΌaT$܆pG,vc5]h.Az3#Hb~*}g%GDrV[Hi${/ܱ@^r݄0N \ ~newQɢ H*,kګ5<d㗘kIHbS"?Sy,k]C !4/Ao4A3E럐Y@`K,E-0\" ? )NCXE5N>F1IWCxPwkTB;S,]>~,&cmJJPۋS;kt9,Zb>@ qs VU2Jw7ig^kHi©P I [e3ڸGviaX>t `3G"fO#mwE{X`os u^qf (JoO3fl *Ae22}]NCB3piuK^`eǝ%CټQՊ3K|s 8cVg؆ge{njF fqiGMow`'3Kj<{*'>̀kT6)$K՚6$6ivovv\یu*]rlV.X/\t(lsFG0M(~ .!_ˈ7oJZ\Gftd`H˽4w5 gj-f]}Ŀi#,I&b{^o5ּu"02dsԴ5bv-=1O@اΚ.[ s7"_z@x sϘ\'GE뻢}&=S-o#&Ov6a:4@kմw81:Ց۔*tfL)]Wje|`IW^K0J3yio:`4}4tB|^+[`%,D49s)<ЂǍp$:a3]KИeY@C2$M1Ȍv/c0r|`Jl pH#=co3?kOp8^rrڡO/ ב5Q݂{"G78ay"#~x@ނDG5,\p'.q+ ^V_YpgDL~,eFt?H>bnG:DQx50Nڿ :9(]7H̬EZ#qJM.ێLB7?+nTTvODаK B!_s6/R`B,0v")'x_<śzAlg>d$o7ct񸗽,Ue14#!iu<1 fF\ZAIc:/Ѿ:n8z̊ qd{d v/k+@Μ$RW%IN2'Z$N\=_Dqވ^}-*U<T 7> xB}w~oAYH %R[^@ƫb%(A(VoMMWPsnP1}TOEBl71D1c فV"/ bO?"'>ZbGX$|A2QYbЕ8ę~ư܂֜˄K00R$9r9JZfIw 1O8h,7n 3rWWU.h|.|뫀鰥ѸB3e r੫^p0;b-d/Ȼ./OXLƜc[ךLT1-sR+dm(Ɋ?.< 2 U\udu8FM3PXMքDa=ŒX Pu5.5t\sMU_ adac)/lXl_D+&h‰L})kKN'ODb=vѢgkhc#`V*zJ:>L ?DFj4(gF7*ɵ6j]As"︁:D*sm>BMݑ 9=Ѵa< UϏp5l÷bwcf/ל/XT<&b`f;#c L+Ȋ/<@yk#R&}R]*7 ^:}/"cJ#ֶ4 `_z<76Q$OT7B7x1|S)Mst\!ih東"ҟ+1 ϩu^Ba֐Y!ߗ"lަq/w^)Ӡ]Q$Y:]3n$^pv*j.u^͟-GUa\۞\w٨Hd5,u mfghQr鰻EK`<IɭyhR &H׍ZJ=+rf^#j}0anu2ayz)ht,-S]DܾoXH:ߦ^?ܡr`ϛ HuoG(!羢;0ѸMY8#r5CNb ;GE3s~pF,Ey1l(fш H~E Mۑ#~$^O)&~.B= ⷮ1+*f$䆫 pߙF-X Q;TS(Abj0P+02)SKA?_}?i&4*HɔK+s pAV`5͟oXϻ!QhVs.r Ig ~{R3X(L6c-RB$?AUNFH kĉa@^{f42t&4TWIC레/Mې8ك7BaE*gCg\,l=Oc(*CPJe2v`m<i$_UHboGqLd8uyu 27|9GvT>fQg n@!EM\Sl7 Vs_2jR E5} eϒf!IL[y+_W-X-E{}E Ǜ]&q\STê^}/>Y+sk/ +Eد*6{ =}nf{+6V@q!,e"Zx  R$Cgze8)KUUio0tK^ ?V ޸6a{apZ?zJȍ XdMJg;TQ}DDG{OvBL0X>N+:m،Vލ_{;톝kFA~DA6Uym jBn/*3/zqU4'k„cpZe~%OIvd$^oo]$е.ۜv1p99Si}EXJz*d$*]4XCj"Q3tyݣK[E,;xu/w, xNA0%cQD7:G(ͽYk4 &/uX A5$iR*!L]Z'_A[J0_ΤU6!I% o27Xmӳ79.,"1/(5\ htF%0bH{X6+vQ5ɊڥprEsѧ T̝wpB'Tno!}wd{ΕA&ܤdI~m̛&@y|^E~B1tqRH`#gunqd@äh:&w%)B8e b( r:M]_|^Pn[U&qrѮ|i`tKH Yt-9̲$0}T'MMu Q('1lVHAu?fc9LmӢ|N@:`a@Rx~&_|ζ`Nu4ײ y& !F6t{yy+ܓ.G{CJ#i4wEykk%}ƃP(]k8(5rP7T[*JxtwO |xny9n04L7%5 \{*ci+wLz,OgV5 0kK>(F8;׆a%ȴ@#s:Hֲ}]"] 0 l'pEQ"@}ƪ)͢'u,C|nMpt d<*?nqi5Y=Ņ&&ZA9E;9$Wɀb/ŷ܅7.gRiMs?Rb$ Z5F[ׂR'lVKn`S8ėp}ڷ)8IRHDvfܼVp^4#|ea|`Qʁ7𬌼"HM|CS .ua\4lCb=YG:@-K g( e(Mx}beG*xۋ|N辧ާ?7] ^8ϬosO#eAT:ts]3h ;kiN8Z~1=2w  냄d7Y5癀U< OQ~ 5q U:a31ە h]]'MF*- t Q1XM?"kPD1T>}0exyzbQ;$@%?"RK;YvE%Xw Q;A ٹ^0UR}Bm.)NA*4s0sQL=*| Em̢Th|xS3߉)J]cK>PhZO4<^$?vvJgN\^y; hIz)?dpqX)@~ޓX̭@&AI \Սu-Kq%,WO^OLxA)OHU'0c2P0L[6@.ٰBt w}~lo}A4%E\,)2Q;<x:k}DZ 7'@j.b ~)k*F Ib jmH797٭F=Sr0Yfޟ5D4`#wϨHfx7`xLiOΖgNG~Nhf|6gI?dҾT HiTQ:bˮM{vˠ~U}'lG$N9b1!JjwEU+`j`ƞ_kL9kLph6/Izރu9@\(t {I:\-Cu3VhbXtm `/KSU=sϭ[يj8[C᳞pYHZ^~Brx$`hZ<"s ^Z}q8CI1+wؠD#,!`)Z: `N$ J3@ ٔqSv're'V@, }b&N[/! Ȣ!]䰨k6S[N(Oynwc,OˡYe?a]ri_K5:Hv/AM/@'菺h 6luŒe;$ۭR|>P(8۩:ڈKX=upP6T~M|:zKJ>w93ˡ,|.{3-rZf<0.>_fA ~"W89z<&5BN~`ߧJrŸt&3*b%[)Kq ߵja^AkwJ0qyQ)tEB2)3xXl|ySV!K(C5KmC#HR mc\ L~kY~uudj6|+\-_['>C6 H۔O6Hs{vp>.+#S9} ATSNS{gP;0P5Cq ūkU rΗUM1.hJ_HR3;-F /&Yj UqxM8@@4I[ UEMn`칰ԍbVUh݋р+D^6u]n6P{ORٝ osElsHSh2$94%S/9|-}MI-7xG!tؘJǂq#B:=3QY|MS`(ԱG_ߦXar-'Mٔ@6x5#cb1GUo(g܅vo[aS 2+׷@7RKiXQ.N!/qrDVdƵG w-7s"@Tm5w)W8Q۶'[GYJ"`Kv'$!g6rm[@Gϥt~_T:+?qt.mjvȺ5| <^8LL>'P1ȐDN%l˒G7hP-e=w~VHk %c_8ECuu|pPC^ 1z'^,@"4 I#7CشyPn>$n{]/ۯն9ròR,ST]O´Mz,nT=G4G }sIPݣy]/F4'2NE ]mN7@D"-l]=' X\ Ox,>P95/iTK!L Gu&]"@74;`z "9UdB[IsެX,W+ bO&`D#XP\ o̹ӱ)9~T )o 2u- qܻr[uB sd?k( Ľ@9;5OV L&% Fܽ嬱[4)˰>rJ> qBm?xz׌C`8IbjP8ڂbT+m/_'RzhG`Nl6ypd# Fcw0)&i,Ϟˀ nAv%~GMȲ!-{=󊑯MV)C60ࣶaϠR=X {3df"ekzcX~7 r+ s~zBќr tn~KD,eiGx%IZD9Sz\HU]s60SLSwojk{ގ~ Du+3bK2\W)Wт8C0M@0ʡڛJ9 *ASM1BQR'/`kN>ЯnLP0Z=sV{ms>ӓsn1) ^Z{y-΃ frnhr鯟:W2 L5{ g&!T5i4ÝQAuq[yBM mZ G^&xB!/fpw =h` Ƭ9NR;"ZH8lqpAXd~Xm(EŨq{ɑ&A`Sc}wז3 @vc1 J T.&7 6{|n^[_u@Bg<#[sG ECBq&=jAxMta\74O#!ohJDr'0ZH(xK :QnI§Ow[&Ko`:bvtG3nDs6Pl