libev4-4.24-2.19 >  A [p9|N8maV{dQT4_yxVT殐r:I5{6)82 \Od@wYsubg 3H2Svu%r-=S1MVsɥ׌y`na*gSH>`Oc_^KtIH7)H0+W7iDq.~4ntBoS=B2lEf0 }VRrxW4JS)Dw3}5yg&o11e12a6611ffb449bf435f1eef5de7e7f4779196a7111b0244d7760fd8867e0a499727e6b91bac54828c909fdc939880234a5d94[p9|\Ѷ')SC$݄'6*-2^*=, D WG\V˳ Lh8_?:iL\=%w&&x@|4XPyGџOw+M v+ZrALrLAH'K$P]$BU;kQ#ˆ:4"Cͣ^Hΰm @>p@8l?8\d   ) @FLT X \ d   X(89$:=>5y@5F5G5H5I5X5Y5\5]5^6b6c6d7e7f7l7u7,v74w7x7y7 z78 888XClibev44.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.[s390lpdSUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/System/Librarieshttp://software.schmorp.de/pkg/libev.htmllinuxs390x[[7bbcd6ab8b676acf59c521e990027bc704889b5c19cee3a8ee1c2fa3c1e0368clibev.so.4.0.0rootrootrootrootlibev-4.24-2.19.src.rpmlibev.so.4()(64bit)libev4libev4(s390-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(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/ldconfigs390lpd 15272916534.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-libevcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c150a687dfe368b9de1e01be71be3290fff505f3, stripped PR RRRRRRRA ^MX݌Outf-8e100e2205230762b82fea0fa6a5128e5c0dcceb498f5565cf1aac0b0a09ff815?7zXZ !t/?R] cr$x#Yͬ3yi>mL;8{)`UA5L Dit]«(5/Pyfu,/'ލ]1v_y62 Iu2ڬL_tT3}hSC ^"{IhmFt0Nlvkn9~ۦ~/p뷷 h(7p'::f[/&>rQo- 61 }yB{7EfW'&nxUqBG~VA5zoz0aV>_`8asFs F ̎@ @^z;ifD`PXp3>]z]i?jvgQ43&a MF>LhՅFr+|kV\<R*x RZ+rDpj ڂ|yzǀzebĨ)P/h`+.z##J_0)}$OWX,ħ@mymDž$kթNQ]w"e[6<LjU_`X%LRU@Ĭ4SRB~ &B' 6ui)%Qnǽ @|N;ZJ_@]Cpcb1tk{ w8JxBGɱeZ"^)3QMrL!Q+7$$8nj ^MٝΕM"O.]z#` u`n2MD߄{r&T>!2TޣK{䫑 Z /; AX +4pDL^+z>>_l޻<.sD ˆXq6#gKWm,caXcΏ(Hy~ >%_B I2X#"a;seƸJ=* "u}u]2 8lOBm^"&MW'+˰\ˮYp.pEM{{e07 ,өkW,t:TET-!YǼ x1]7!lk%6fb}t )[/jnm6ƵT+Q*Xj5X;I^Q ߬$,p9nK$P  &D}Pd$֞TJ8k?|1FΖk& =ad*Gx-Q6%JYaHu|bO7VAi4ŏo(i⢟/NpsHju looB PҒ*Q=%AG*rЙk,JGciIuf 7P p-hx+9^|(`$b]r"ҪvZ"0ŴT-vu)TmI6&?;9CWùd]F0g-D#pGI9zy NY#ZZ44X5gM$L.w3_fD`pI( N&3_yo+A5'D\RdD]^@B ފ/UA, Pg$%F"gsHú#bW{3V*̲{ pCsͩ>~_B%ˏ,YB]$Br\J1rWT;s+gذC`iܘ  HvC΃8;g MS g@IM %Lv2 A0تz"$cغiZ 0:sy pz b 6y$E4Ws9[/J7Zuի&DЦIZI{^ ~E< hT#V#egmߕdشVzM/Wkp4=e4$:s[fL3&]UeVJiO٥7P_ 4\oUxBP#E bżuP1Lܽ(&͆E7GViG(uX/?OQV _ ݸq5wxC0Kb#%fj0 j4`A7R߮Ҽ2뾴bRug,XK:tA> B2S! 1)fPہ񶝘swaj@*MA ?ȃXc1cJ]:۪:c;HvLZn51}V93 {ô"kޖ 7f19M!T~, z 7m iO 1/V̋Jh: h6- ][Iq{sٷI2$d;#]W{JZ*1vu0|㟇Jrc(Yh{_Mr$PZ݉\N Wc8翅Muz8<}^0%g9FJ͇${W`zΑ&Ry,QflwO+gcz `]&l@BlA}eZv1i x۝9l5(#1A@t:odKdmlꝩȅpXu]0Ā諅56t_Fb|jYdgQf*@Gfp~DW"mHJjܒ`꓈[rUWgUeEd}s6Nα"R* sxuZ31RX1v]ѡ7Ydb;gr={^S k2[`_d^gi-b{S"J대 gp$-],tTT$cjSfM09q3A(cTYDz14_DybwY71m]4ˀ`a[ډҷdSIs=i"Xi~*"$2aLAQX뾘rl 0D)mƢgHndX) )\Esa%/i^q d%z;CoiBBH Ղdҥ|@V Q(ӼE [R'邬.;[Ht>b9m&l} #g2lѠv~7fӡ5P]a"Z̞pH25L"4 n 4/8\1[/bH^#{- 4BpW= Kuv _F/}:^#ˠ8ʟ_ԫ|£$J8l{7[G-P2_6Q į<:2dGEv۞C4h>+!a ( dy o2v зNPZt P 6ul@I,_k$0n*tU{0%F~+5lozY$Lo.MQјʠ_[tE2G>P?+NTn9ˆr>W',!+;=R9\v}N;_xu%pz, fgB ёj__0ZE!m=8ZKntmVCGJs=>c ad*t'NĭǟBiŬݲsPSw[cE / Q44f}Ԉgn^Q. X( $i{8L,W6;`EB$4Ԩ,d*7RZ :UdwbM1䧱b:95U)ix@W=j~h,XCc芸  &1=y+ #:wd #&VW ^UӴ|X;K z,J~/_ %5hL@PȆ-=֋ʮF01pI H "ӼR"N- BCFrx2Up(|DQc l& \9硢Lz4\8%dK&"0Ռ4a -@df~E2|<F9 2>WۯߪcyF\NQ1uϰU|?xG~q,9 4 ャqZ W5m4Kt\_.UT >OcKw/Rw+oNh8u+:?0߹%;#W%~W7;l=@/`_~0vu'_E'a;ҭuu}sWtkkY o Y%OW(|[s>swZ:8-Pq$UPQK_R ::m o2A0Ɇn p^Mot>hd0߃QMGQҐj{@Y}Jwx\>@K曎Q_h%qj7 3$b? :zSPRk󶠯fO+jJ"o:HG"Qq`Un+ >H /UYyf,Gv`mLsֺSS&^wXmy[r2}h`_ owUVGU_kRΪĈ8,c"G:oyYor pc@XTa+kIIm]|ĠZsv0J|da?,RiN?֜wsq,/oO޳M>W%ffխ%AT[4eML +$#k~.IE t98SċWU?LϡY4z6jiAmT4v̽9!;$j%(oA7gtw5:S\nD1kA xjIDgqPzS:Tʾƌqovی涿< ?mѢ./;;*\ծeghf *.󃘱u=o@@Pl_D`r0Iw${)3RtRv7cYl;.oA2D2votqx }~ЏWeK0TyGx:^~oLXwo0,gU`Dњ[~/ώRE scv'"}>k-rPFǮ$O Eq=1ݟ*<)FC_:m5waޥIZJS5]?˰S'KqŻ3+U ǐ^b]j2hne݃sOUh @ޫʾgA/-%y9rˇ913LɍcSx~3t80<ɴPJ蓱btTD^ =]z$| b9-Qum 'Nx71RĺU.0JXdmMr&wybsʗEnF48+*@'m->"ֹښeT;ʊ1lD5=b(2Qj=|8+JgY0MnỏYcd.\+Jqo'V@ վN(Մ=Nlɿٶ=Q3c83;tzkݱ hf%Ҕ+Ja'xn*`ڻq$*A O"^YG`ެre(C~ݹ!De8yG πP=%g]`Kr? +m1)؎pNZ"i`~y;|#OR- R(&GRN i-h{1Bk]23^_HB~jёׯ?%Tş5'dK1CfMҢ̧X/0}qNL).^[mF^;rFY۠qacTTCWVc:!fZ>Wzfi uA{=rj%7e5f0r၄%S&m.\u= ~C9Wˉi岱o 0+oϯν}1|f菱L!D)/>UiUcKC;Gn iHi|@caSƺ)w]Ib6^ŷ"mW7ɺtѶS/EPZD0>&t)%|,SD/Z!pqv&@Ơx}` ]ҪF\>*\zLIfl{(g$ye1_b3`\?PJ,%y77=](=9Cg !5E:,9{PJ7j5e3 *a)§?x&0 #k;<;s;T:QZK|r3کPZO:[GcydQr[ۦ1=]>Ҩ.QRڃ]6Vb7(d82l6}\vT؉QǻM%Δӵ(Q~ze(q&GeYg,[;",ޭ-𸬆6|4{Tk&flN7; 7)JCLKTZzs绅ȇwGznlf} 0U~uJ>jvVNZ C]K{XpE1yALYŕjqgC CĭQ5l?&Sy缐pAzn 2m嘁hzeM&cfySo($O(EV"̄[ ilCMSfqd\_V$0ho{Y%W [cΡsT64e=Fz^2`.ync=hK'tL 5KhL^VOp2JE-sW*7aZ~u[x4ֹڢiufN_f^9;B!w|- |8a"\;oΝ)fH[8"VѩhZd; %^sVoL̘ىPO"a{Sr7`+@96Pw4 { ^&=Ɠ\#SdO֧oTRam>ۤN\һ)N6MS !y,zIN>6?;1^ +,/yZ  <60sc`j)-n<49!V9Ap3Jl}+ŖaLMAQML\ a\Dצfg =(c6){K^zT&!f=i,r&0Tuw@E5x{({8 9 qLIm Vŭv¸IM#v;W E>`߃וƒhzr:f'T!)06 S]TYz2Okq.e*zhI}rTURjhr?M4jh$+,+x8 +.}$}ciˠ&`?t1p'%Is"u KIӷ8Ϫ6=ue:! փP&"8^q[O.DyQ8753_\6AF9ˤd觬[QLCbM%};͑6Vvioߎ jٙ+kDE&[ iK&SۭkQ^BL+k/TlF)ZU1T\uRY)^1;T9J%gE*2Yc̡B&7l>|]7=W6|P.~q'DťVU@ :]+ՠGsBɚX^B+Q?H"j ,{ŻI^θ%h]%&~#bŀ(t05D(@D0;񫽸4`%BB3h4UTG ޓ d/ Nsqt^ӵzsXEzFl'tyAxhm;rv&0y)7u eM1k;}p*LJaVDZu2\M@.D >Oku6#@F\+aY\dzI)=FMቾu _5G:y0;(Pɰd]Lۙ׮ |PuQ{ӫ;} )H>4~nxo0:z1c.k$yl5!l*l<)\HK4&zVq ߱*Phtz h4}x6k,h!7>rTNfB+#6Pr2>: s<ۼ;ZvGk@K'3`?v.IxƤ K6/Y_Lw;ȋ3hHppBnlGM\h6ʴ{| 1 aLJ WGWS0skGXgT0Z-ժ`G`ELVJOc.@U' PKA4$mIԶ{"2G]'ueX$e9s$RdK;t6\h&psfbJYAiLLJJIO\GMf؁q2Ze= nڼI % /!.|U$F|y7!ho,̊xEq֓=x@Ҭ&Ѳa`/. vB({|0M,k nI8CT3싕߭,mB$I0pV:JD%d4Oo&-I1;h3jfZ f} 9:eЎN@ϤfyZ\<0,ȿ׼p Uh$Jog$,4辈r4|MlDZ<`]8\zHF:P^ˤ?<\ fU$8 ! +n;9 N9*'ů\O7_ט[ܿVj^# !\acdw;u㳥ᰩp=k-CHK`˖-a(':g4৖z"xyLb|S0\:?QMKgD7@vJr>KTVAe 4X,Ø2OWsG.~Š\q<Jt0KDjiZSI'U-:uvhswNQ꠶-ʨؐ z.ȇ l)dM!C?]Sސ&]"g4.aNuF'+8L69UD Mq2شB2^Oubf ۽Gj/45'&JC|ˈV`WNˆS-bW҄'RZݱ0_åX",Ld@iqA"~P Kx(:k[wn;`G;g;J!vYt82l04C0,o ASr{/ţt Kޔ9doH94WG}5'ƥb~ wUܪsӒ `W!Mh+` < n`j`gh{H3%lHtO tI̋ ڿ2 B6P"w;1R%2JH\'R6@5/g(QfͰ^8{nG(PzӁl;f;K6Mh:yV2*Fp{A`v(_*[ު.DӹE+Rx7˹0Zꭲ{MgR@9p M@,O,8WZlj?w阘 " SQarL/m|q:LO9hB3m/M_-9Q3l>N8j_oWOh /t藘V*9|7^pZB*"&Cy,Tty8V/aiwh0m_V޿&&5Zd$;uy`| d9;1i f_oPm )Phy`yfjhv`_O!')qke8BҵQ<|Rm宿&r;6!p_qVF:áD#a N eHٓ %. Cљ4۶q؋r.Fo@9?MH\FN3|Io"]d`<囲5v6w(r tЯh6\w Tl#՗1@|ڧJL%oAKOD[Ǽ[9CҲDS!Hq#&&yaD=q-`?yϰ8'0*pÞewMv,3w*c: S߹Va`gN"=N9cqj`tȃtNz ;Ky2̶;ks0Ãi*@O N9%87Eă/9|g(P],ϴ '&xA2E vI>+0yoUq\aG:gahlLՒ z0@n LkǺupnyEh"4Z+PDC(gj.sߣ5@L;]Xwn ժn#fٴH7ZCZ@q^}DYܕd47B@A\w@1*]g@hMqIWHpQ1g(}W)V+;Fy\짃d#g.NUI\~ e9"J% X꿄j\|x .P?j\ i`_CA?7JoBз UV}iO9L/E%06rɗL+̣1.q5F`0CGS'O7WUq@DCn% TdQM?lIyJA]eLSڔገĿ(6f,B4h8åvڴ?Jk$I۠6u";h-D %X|TӌFŒb^;в3RfɫE&1= <" LT > ȩﺫmETjfͷIw-1C4NM]ٟW.?)brOla=CDrnU*K[V%b P 'Ot:D=ʩaҶdǰP˚INf]%\j)w /=Bu>q7ylݞoAfLbP_DKYK`Pu͛hL>5%H/euZJ!>-iv,+i>>Td mK ]"ɒ*ۣj(W+3'D6egamk_[F:PMp6kUt-OI$|0:p;g -H퇼Gz- lNKvPM̱ E4AH1lF ?bGC#Og2.Xi$6M "rcW` A&_Xn/`WQH ٞT":"wBMoʽ[J-xCyEs֏U"8pp$@ `'䝘a7Jk/f-+ZRy,nb5ӭMwIGޕ9 x˸\dEpϽVZ}CO:`Ldk.bQ01v{[Qo -xYIx;ŷ;|bDX8B GzkLC)MKzjrmEl_F~CXP_ԘQ?ׯ52{;ik!DZnLEDXt9.| wKJHvQ[~XgM31`MQ,|Vt1+QC@rzѲINY-lB>Y0Q *Aλ;JXZ TwGrɫ()d~ЪC7/l7e~@3 u*UT:[f]ϗG-NR/Y.eoaz;'u<^Pn7L}F-@.Y+{:Ek˒~/bYo7,/ EWM;HăE9MM5$hV*.2'nNT\+ RK<+ctuY\ti\MHyO BV)Ur\ u~#djq*wu_y aF /4k[e2z &o/'?=ĭ2z=Wbٞ&o aN"a&If zI^0ꩶ T0b0xPзaS>Z:G"`k'nQBK;on20*z9fsj@à ~WU?hH35zg`T:+Kp!\pQv£cbp)klEO~?Ѽ)ɢntIt}cܴm~LILmH~+DhuՄ%DCW$$OZ"kJ7},o?Z}!PR5_._fͲ;CK֞t5!:DR+v-!KVP /?t\ӎxgXkGS4'-1%A8MšV;~I+&!CnNZF1Be}G!>5] &e[d+Y&z/Of|ysӶ1m,}DT-yCRNΤߔXez&xpSdV= &~=:\qIAJDBr4S$> ͥi§bOe!1F-X6:qR?b'JJh#}ڦi~m?E%1Uh%A訶:=6уHKHO}k{?Ra{};IȟDgWx-;89^d$m&7$Jye#_zkvɘ" €p0)GACb*;gp0.Eu\5 C,nϥKΠK9mwq7묱vq֛D9fM!㰾2~l-YH9Wu 0ܰԵ;,D LQt?"@{(]4L#c}\A$ VHO/I|ɞr Vf}!pZSh7Ɯluؾ~>Q-CguUQ#IIGź.AE 'R_ta]\4:rt5R$-6~A\q MNSSi4T70eE[ Pq4U|ŗ"C-#ME]o4`B}N1^IʷQEK.pN!mPmUS>E!ONk8rt&oB-e>K{@Wr̐1(<9;4eo9eˏ=-`fL(/љOiM)d5*7T_c#8)]Je JA/(tflWfʣȜ n@ev_UT݆51}t{s.!o5^EH58B\NeobRXSʔSvtUfSVVi۴J$a*nc=0B;$ )HsV()4i[R YZ