libev4-32bit-4.24-lp152.4.4 >  A ^׸/=„ (m!|Ct3xa3j@&5D!TpNhڻ M@2D`}ſ X g4>Doʡٺ¸YGWny 鸉vLdX<ӘdrDOBYp˯ֺXZŲZ:8 ͸PP3f_4 J6j7^Gfo p$%<&F7Ġ/a(, 4 cfbf02a8c9858fa11bea484552f8e5855f4352126992d1883492deba1e1041a2c79589893dae7f6986a38e2ec3a168ee4ed61258l^׸/=„Ptlm;;Sۧ -R6OfNqN'y{I@_z+IkUGlALEá6t-GUg"M0̜;[k3NR@hAfO ȫӭs`eh$(tV2pTlG kih06GNWZMZZa`xGȉԐ $UqvNG*`w&@n`BNrPcHfØZɌ`'@&2ѷKyYUކ|>p>)H?)8d  4 28?PX \ ` h  0h(8 9 : >&hG&pH&xI&X&Y&\&]&^&b&c'd'e'f'l(u(v(w(x(y( ((()4Clibev4-32bit4.24lp152.4.4An 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.^goat13openSUSE Leap 15.2openSUSEBSD-2-Clausehttps://bugs.opensuse.orgSystem/Librarieshttp://software.schmorp.de/pkg/libev.htmllinuxx86_64/sbin/ldconfig^^cd4e73125cfc57e7e3ef7b62cedce3996c464dc8a6d9ab42b5bf971bf4c177b3libev.so.4.0.0rootrootrootrootlibev-4.24-lp152.4.4.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$N2N2jengelh@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.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/bin/sh4.24-lp152.4.44.24-lp152.4.4libev.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.opensuse.org/openSUSE:Leap:15.2/standard/c9991549bb9ba1620e3c03aa54324781-libevcpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=1737cf024e0ad736b502c6cc528f0a8e9803102f, stripped PR RRRRRRRRutf-830621c888844d4265d979152bbd950fbc2aa2af3377f3ec5e6c6dc93fb2d9d8f? 7zXZ !t/{\] cr$x#*ʰa.,sQW}.gΉƄG}&v1ò <…Peq:GW eYOM,dcrrhjK4}NT"[ a=a>Ϩ]Uj]/Jjm&~P {pf8jW$4h7/.aX$ekOԄJ T nyQi>тEW ǂd܋Lءh oҞ% N*m|VDij%澯-CcFے!͖܆:4S`d+}РQrx޿p(!:};Pý؎{j=4lںӅlT$Ĭ}"UX9[тfl>qB.9-:,x[ZfbxlqL?V)A] OUtEo.R"zaX=^t-Q3ۣތL蝴a@$v€ݧ.w\G '2׈b?l= 7T2 $4nvDڊLd+6S$9m*<@yjty;0Y B]xq+G<[8W7?;4lWY*## m@fIQco }pe5iybOϒJganOG<pjzKմe{1G*Y705̉ħTn%bYOUN$PѷK|'} "ֽ$/J=|̏(xUJ)kF>~+[DNEW)" r.PZSwY`=TL |V }֦b5Fˀu_ ^#d`NI'\!ɰ[ۂGHH"zm)/H^i(3—%2l)+lj |S9q$k& ]B_1 eh7_(sdOh Љwv6%t481|`(n_ !N6|_2(Ӷjk#ImXbpԎ+i)Ja 屻}mW14%kVQ%f y{b(?jY (ZW^p{ge |Qq{0*)<դo.RAF_&R=*EChVjp1mL?,w盹!K Oq~=̄M,gS^x"8 ֜DŽÁEUv~ly~Mx볰ߔTVow%MQXH0fV<0Ui­*b:QvUMM z[cU~[MYMGG 9 fb.{%w;Cu.U:XsJ "IP'Z #hF}3[CD}Dl3%&*_X|>*hLćJ}c2|Y( ۇM̡&y5h2`VX764gaa2:{1 =ה/l.W?Ly@,Wf;Of b!0bygLU|ɴ3eYִz#G60L;${+&Pz1 >G9{;x8`6dD0d򗒃Rw1/xljCsіҫ3C$ɶZ6*N2 qHE"}Ϯq؄r*)V [3ԻӴhSPX C#6KE$XoW-1 ^%[,m|E3ЮH_F#,Hm.QNGٳF\Ы :Ӿ)6:*Oq[̚\ir$E;PPjiq$ !`[^&4?pe߳ .P5ckIfaT"xPax CoC geyVu|DҀl )P.ډ+ehE9$øiqmU!d%7lLm:$f#/ $8?Ιw$rLCӈ/ ]cTUb]2?P+n)7q3i ֒/(_-O(rz"Aj݌){i>ӰM+JrJ4(ѝ_RIE{}K*)ϊ`F|ዯJ*kJ¥R&T<}R`G-6, OIIU?7c"c ˹痠4K,a DuVn\dU ?Ig"` - |?3HF/k^}MkfHb~vݶ\ֹ u.,ERM j]ݽt j"2!˲ێώç/Pgw|76(]([ϼ3ٸ99] ;7 F%1,i۵A``y[PM& _JQ$2lm{>-w(N[os_\dJ zCzHv׾gĹE:!#{ ?]^@z5 )yZeш1kd+n V$17J~ Sa\$F*Caсp9,4"(<.ޯc*;+:5W=W©; ugjU7JX4@RG_gPu00FKw6_:#".?s}/> dN%_jz/_-Q:\z~,S;Yjf(:;~=f2 E'§Y--,jQV|zT.t-+U:MoL#Ľi%j[/{uP",4/^umS?Q[%\3튌P)EyI]r#}o(&dt4U)h.+B8VY!7fsrV6'^l#zl7֞Ӕc4f"Z=eZGx 1 i+o#kf:އR|9'*a~{N˒(j9/cW%;;[Il4-#w #'nj} ՂP D{պ*]bDl~ED8P}9Ðr׿ 1o#U\?'.hr^GmG+,݌w}-IG ,&ڡU /YU5p#Aj 8xI3soXDS_4h~:?m}vPfZG:9u<{|"Vbp'I r/ Q~G jÈ*lH;mi;nt,O@p]xab6fgh6(MXX* ulx,p4r4mrHfHckn+24![ SHuD=6/͏]6ş3R?+u{@} ݠ~b.hF/o.m,*S3shwkT&#A{`+Fy<$V/G uwK$zu]ʆԕc3dk:!A&B9Lw ͐]jy5duEK_蔒UUwsu!>=JcwB`g`Żg SŻT7AI HC-D^cc4 c^}Z$3ޒ;'\Gҿtf̛ ::.Zz;3 YKXž{,JFIt$bF$|r̈́$@ {$I{qW`Ijj4ooTU/MfL;C%|@pBYV..R ZHpF(W^;?n0<|~Ws* _+mxUN&\S1!S9#XQRfWȌԜAEq:&}(8jF7AKo#H[g<&($*Y:mC˂1-eDDt6ﴩJ*㚶"oA0[R~Vz{8Q_mA~+݅ ),Qh'hA :KL aJ[@4 Eق;)ӷo〦Ta`Vme2#u> }48;"Dm+Ge_uA4ytb`1#VuH#.EC.KiSRjJ pS(N$89Ya : [Zx|Ji7YTG]]iPjKRX4w_Cj ^dN)ۉU^᠇[Xz}8%|n`Ž'N-џJJ, ./TSପkPPDںO >SEҍ:HWI1ǔy d*J˲)C>o ]("1XT)h_f#/'mp~['k3Ͼ&Y58iHmCp`/H 9mU@b| ,YA?J,$;{\#Ť:ޝgZNѡ">J2ğ HW dL]ZoD3joz6a':ȭlJ5WbCyO$e/e_"FȀ1=/`k=5&$8^ w4 o($*;rs@Pz[D` E5ft,ߩ|`8idy~$orNW{pu@BmyLbkYYqz>x+2.B"(]%gjH[ i-1~d%j \%[]isç9;F;ǟ3q:Ϙl^)c*J2 YC\PMULj$duBW[DѡƦ-ְz 'hYGPϳS _ѭihFfQ {5$ Uo U2lLuE:;U6?+,$nR h Ş9y3t.9}@6qspSsb4r0FvVC]N4bm*|nнKXK.XCv ~,X;2 ~#"oav4I}pᇂP~b-@}lCnYkBSK^CO SZpفקjw?|O;щM3FŤ4k^|Փ({ li7ݟoaǘaV!kY tA AN&l3_gk%; /_ҾFO쏺Z5}eAnȥ?6/BD^92h(d:D"NO]TttH[a1ûM8!gX\"AQ;^HtE#qX1.^Ph`saRY@P,tr}$7 -_ݲzk ~ᘐr75f*\!ە%ط%6|W;Ho7C:MWi5{';]* ˜_<¢F{\2?z,In^qث/eiKc"F @lrSu|HH] _:,d0a^F`l ;,sswmx]ү"ͩ6F|{P>+sBH" yqD~7c|݄Givjp$Be "] < , K e%g2~!p@~PL`-MVN CbrE^ "@^bۻuE EH;q6.Ls_rBd, ՟vUIAӎ=:pc=O|E(B~/V`ST8֞[$n|Z؋{A{c# DPVc딛1T(rMًg p טJ c 5['qm[K|; }m*4`w<ɨc-1_ _6+NO30~ɠB|]M_v7zP;tBgkgha+T%E ǙwA]ѽ)׃`_0 |Ż<"޻fGiHN9p0@77_?݇Tp?8!Sk٩P1dT+Ɛ~wGXJ0re xvG+Q;3Ts>*w2o.86 vy]!'1*Iū8j@Cq>dD{QWCP|/В=:d48_کAƢ!O3h tfFfב6u\s MŴs<8? 0- EbTѧ.sz(z%hvݽI^rcaq Uxd" c~Yҫ侢"^Gq"بovmwn}oyL aSmz!ק˻wά&td!G9B&zދZc0 CդTPMO) ڗ'$qN ͷ:c6]uLOI?Fh*&YDa30KC}'09WCv+Z0SƜ3J6'XO1Cl䥞/:ĩG}ڬ#ev ?OvC}!J2:H|PXWh z*O1/7){.B`K,nM2i=&q_ct7⢞o`UQ"0/j y$ͯh#eU6Y*ּwDfpx/^}r@_Klh⡎5NϞ\"I5䎰^rBHi6ٗV&ѪBfrtjJ #"#.*& X V?LgG1N 2@b7;h e~Ec%7P$EZ֌1ӂ7}V2(/3RGʷ'+7rOm3~ĮH]^CC"R%>.S&Bff֤'Hb|:>OYr.E%[̼;az„†y]wř+>%:.~-]D4F!4)?b. ||icػnp\noyecB ·-{%āG>2?ȤTYp9YaH۩EgL2=GvAdJF! yth_'ўBbgNG>^y/ *@ J{#MsC&&=b2m9[(t} jzOu(W |Fn1Sbj銝wz#x+~Ğ1SAG\"҈47m@:TDIn +-Dm%|mB/*CjHC]h;2buiZXQ5exNx4w+3k Rh  2Y"fZhh/aBן Lɸ'Q,r'jŶ1r"VJeԧ 8MW">ʋ\fQLJ}D=ύUs mN(pN BXh&q:2QzޡB;,ZWz 4@߫2R,qX/ a=?UA`l u'˜,A%Lbfi?,߷R$^֎qFJMҔiʖ1hS95lDP c#c/ҢCу a)t5Hy,VOm"HNS2r qJ#F\TAwpȯ3 ц 7E Zʢ*xzpk> S×3X3E w K/oF&]$jxV%ɹ>2a P}PA1>z?c{NfU+L!e\Dଠ>U 1EzRG~YÕuũ!ҺkD}kjIԩ|۠o{`]bK_|drHNwh!jHDv"ٶܺ߭Y-7ucXj('O[8A.,M8QExT0%"OjR(!I-I+ʵ!QLx $R-&vDNv[/Ucz @gbGR'r y#m.`m: c+kg\厱ԚG: 2ʠ࠮ѸqIc%mhF?mRI5ɢu> PXbjd7MBQ<'x)bc%mrV17Οa*a5&]M%ɕFs*Q!OZpS! kQ~ s_adWd٫ (՗@RE{K^YӭMrWKǫ4`:#޶|y錜yH\y*O xZ@}R0}1+asTʡgE|F}lH/Oɉ6E& uY( U,­^'+0UBys'y`Fb2>w=fx{2[HYWDBzKPƲbtԗn8ɽ*4úc 10/T_a ?n4` NFEͮrd-PGsw*wd@&]RzKK-X`v@jڍw*3SRr^[vYr8! %C1l̝/XTĔ,S ˟ɗNn1&Pq3j]MQ!6[X dLْ_ bݐ,5Q/NhK_G㼼E[y`^RZ"6ȦV/Cm SR X-e}CP܈K{H*s1tp3fmkV͙!sPwh J͚>6 P/"A6E$`67 sSo6"ኟ[Q +/Or-W:Yͣ piOWl+biy1(1j%f~I=)&mEA?)ZoGN{]#쫎Il&U:yshFgFIΌjC)ߘ6 J|IR2̡}9_:>G"JYӆc{6 }3td/Xq {;ѧ')y (ANC:mjyw%yFثoσ;u HײRR Q1fW4mBCm!a<(D_W:3}SJK5ģ+&u(+P f0h7 S;7",=~yѝ^9yXBḍ-{!{Ano}dt,Ůp*j-ӉDq*("&0MzJ*8(BpH$[mii;q6}:;l.:K { цY?IkilrOr2VbzР40?Tз@j[Aw`Y#Uy@B7|~,nنs<ߞZQ_F*Y ))91Qz`gI%|/R CؗV\@{_fe#菟)__1m㯟M31ujد -DM2ݬU CX'ۥU͞P8<1ؑ_aa{O/}MLiUUͰDIj!).יIG4{CYDl:q?/Kzi0 US8{~TWh(Up8顏̨)1%@i}:\]z~Y+ -g@ +yMwInҟ]pzgߝp斻~٥m>4(ŪAq ‘pIDե6J%[׎X.,F)|o&Q9:XE E*9_vR4}5ƕ/.Pj> 5߭Dq, 8 X̙Øz #>qnx7zN-@dOQq}Zujӵ3L3a_0#I{Tdu<z`gAsfH4xxU9JwmL R #&R؅m3Gs&0D,1?QpTtY (+ ]@< % ĚR'KD.n0 1&Y=^5Xڊ8E9yN>f[X¡a˜uuE &<bry*.GJg)l!qv+-b&q#:LskY#F[klSF׭qQˈ@1΁*{bfw޾t^ɕ6Oms 3xOQVV|'ŰGɖrΫ@ r\>FOr1 x1/.z zOp]w3IkRA{SO'ýau4w ̹do#<3e!=%:*;⤑y35~nc} m`vXR(fu(;|+2{Q%Œf<'-k)ԏ <Z %fID7),yP+I!=XL5Ƞ +?9kŬ~T7܈C$ZirE/A%d.ҫ@{ ODı(- і+fى=U<7oOE  &C-<,vFNKFr['J)`:|1"+" HG0]QWG yyK웗Jjps+bNWPJ#1QJaTΏc EQ㽾Ш+o-.ቆqa;Āutg0>Xzjhslm L>硋HHl7eyLx~fݶCOJG&n2^vkoTFhgF.&VpíIn?ftlih_zg+㞄@DChD"G/!@z`S@Y\9ah]S-svv<,sNo180궲pݙ O E[`Biehvs\f Aa{f^3:`'G)쾏Cy-+e'ښݻm?QǻuNj x䯏5C[@|)9j?,n8ݩ=D{ȷ2~_F j6"!b8» A@0dLxGV'(2mc>f2*Ey^`~%/lq]O[WGA%( 3ՕKi`rSJ 9+ynp1c\hlU(X;p֭f'`/r$.GU+'T=Tzhe) 44û,a8 lZ.εoϞ6-5 [GY@ 't" H}#B[ M${Z3C RT E(XvPģ<߬`V*X ;: @6Հ<ǡcO>QQ 8;dpu~JeO5]aS} A,^(^,/60,u}(9$ddaM0ʷ+4tpȤ8R@֬Z MpYavE'/K*ȯCPFj`l L4j`SڴS]D]my&ANHbJVpєR&q/S{#\%ȌUas&f'pLw &FJ:ڤDlG@T]7v@NSkImr Eēّb 8!Ʌ9W/١3ajJ<> )$!j;=Sq(Y;5V?#?xjHV+$8>Y n{#Ok.ف~_\#y5QwXzLڡIA|q&m8$ ei̷,daH'%gԀN}M5%RҷM"{#G0֖DC:D;m[*eQ *ԭx0 Bhv H:S[,E9Z]=uD? 0,PHA0kg4&/-BY{?S7)lP>g:hE4DśEPs=v8[矖VfgT!P@7'zaM_9&?K.( һ%(dm!$ʃkGd"{"]'FjJyFFRx-5r06[N/. c ؿnNϵ HXT` UmIvv8$%g,@^Szz|iZ[mv̋wZjm^b-%66}k<=P $lp< /#ѹۥg@%m2o9bJQxdd!#o%dJnK.CvR5&WjM*hJњc 0X2}L}!>青 }o8Nb<0 "u9RC/HZ:% (zڮy}UcŦ4(#"v~zkKD=4s|wP>ӛb{a#}- m]o+zY>Y.1N G߅' $uHki:&QqqfM%Kn(F#p`ra+ w1ʮ*_wsM^)nVr-JMs_Gې/+$]님EQ K-!> ߥ.巖ت+ mAZ^\݊A%_X^w-kfСgc+,tsQvX"tCmr^2*t})[o9];sl@ύ\AϋwD RX}~Gih,z\hׇ.#,њfJ~->tRZi,konfH|Jl/b nRrHr f~H 2J54ځ}yUqI'"։|5)~yn?Rrao^Օ@7T.rVt4o˲ۨ̀( x 0KtX{Ԫ/vcEKuBlU dzJ= $If6f1rۄrA:ӧ |2W/03#z)őƃ+dC뛮R.:`O.U2SUx0DMDR,dVgd } 5aٷ"5.b-e/H` U Tkj{Y"g@WXƨZė:[W2<yyTvr- 5%q;ryE$:c%Gh4/CABDBl$D`h& 57ᅘN,i*}+R/wl!| ;VKJN)*7F|W!&5@&:ދV=Z[@Eke°zr[W8:kGI"Ir@Mn"p2f?duLJO_WB&BD`%jCJvZـS 2c-3w֩\ nH5on8") 4gGle NI]%`FDEh˟!lL*,HUNS"1Y…Ɉ &X >#_\MiX! z{:F,as>.؄H;dYm"  kB#BqẺddoʐgjtrviD.ʪ": 싖CAEgr |2$E,$*=YU1cۦ:U[ai'kXΎ01o+g\lJek3G[6c&F!n%IN6M$uxGD ?V *la"s[fg4/wҽ`HcERudr0e.>u?(yN&JisYb`j;1a@keҡe* s*}׎?Զ&`/5bOǢ}"W!vxea%8 KEKsu7g=`7<j YZ