libuv1-1.18.0-150400.11.3.1<>,bp9|:o2D 5Oph5h-%f uŬ!78Yʜ0k$P -&,|JPt^Pkf- jVQèޚFyW]s5z͑Y'=,bՕȵdSvXZKER)_7vWͺzE1q_M@J'7/VR+D;-x' R%W ;ӞjQĈ9K.;r+;H+@I?Id   > )JN du     @Ht   (8 9$ : >F@FFFGFHFIFXFYF\G ]G(^GBbGNcGdHweH|fHlHuHvHwI@xIHyIPzIlI|IIIClibuv11.18.0150400.11.3.1Asychronous I/O support librarylibuv is a support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it is also used by Mozilla's Rust language, Luvit, Julia, pyuv, and others.bsangioveseSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://libuv.orglinuxppc64lebb03b39afded5ded700696ac2664ea1a93321c6e691949e3219990fc6045814228libuv.so.1.0.0rootrootrootrootlibuv-1.18.0-150400.11.3.1.src.rpmlibuv.so.1()(64bit)libuv1libuv1(ppc-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3bshutdown_req * tty, win: get SetWinEventHook pointer at startup * test: no extra new line in skipped test output * pipe: allow access from other users * unix,win: add uv_if_{indextoname,indextoiid} * win: fix non-English dlopen error message * win: change st_blksize from `2048` to `4096` - Small spec file cleanup- Do not use source URL as fetching fails over ipv6- Update to version 1.15.0: * win: fix buffer size in uv__getpwuid_r() * unix: use fchmod() in uv_fs_copyfile() * unix: support copying empty files * unix: truncate destination in uv_fs_copyfile() * linux: increase thread stack size with musl libc * test: clean up semaphore after use * unix: check for NULL in uv_os_unsetenv for parameter name * For extensive list of changes since last release see provided ChangeLog - Small spec file cleanup- Update to 1.10.1 * win: fix anonymous union syntax * unix: use uv__is_closing everywhere * win: add missing break statement * doc: fix wrong man page link for uv_fs_lstat() * win, tty: handle empty buffer in uv_tty_write_bufs * doc: add cjihrig alternative GPG ID * Revert "win,tty: add support for ANSI codes in win10 v1511" - Add signature and keyring for GPG source verification- Update to 1.10.0- Trim filler words from description- Update to 1.8.0 * unix: fix memory leak in uv_interface_addresses (Jianghua Yang) * unix: make uv_guess_handle work properly for AIX (Gireesh Punathil) * fs: undo uv__req_init when uv__malloc failed (Jianghua Yang) * build: remove unused 'component' GYP option (Saúl Ibarra Corretgé) * include: remove duplicate extern declaration (Jianghua Yang) * win: use the MSVC provided snprintf where possible (Jason Williams) * win, test: fix compilation warning (Saúl Ibarra Corretgé) * win: fix compilation with VS < 2012 (Ryan Johnston) * stream: support empty uv_try_write on unix (Fedor Indutny) * unix: fix request handle leak in uv__udp_send (Jianghua Yang) * src: replace QUEUE_SPLIT with QUEUE_MOVE (Ben Noordhuis) * unix: use QUEUE_MOVE when iterating over lists (Ben Noordhuis) * unix: squelch harmless valgrind warning (Ben Noordhuis) * test: don't abort on setrlimit() failure (Ben Noordhuis) * unix: only undo fs req registration in async mode (Ben Noordhuis) * unix: fix uv__getiovmax return value (HungMingWu) * unix: make work with Solaris Studio. (Adam Stylinski) * test: fix fs_event_watch_file_currentdir flakiness (Santiago Gimeno) * unix: skip prohibited syscalls on tvOS and watchOS (Nathan Corvino) * test: use FQDN in getaddrinfo_fail test (Wink Saville) * docs: clarify documentation of uv_tcp_init_ex (Andrius Bentkus) * win: fix comment (Miodrag Milanovic) * doc: fix typo in README (Angel Leon) * darwin: abort() if (un)locking fs mutex fails (Ben Noordhuis) * pipe: enable inprocess uv_write2 on Windows (Louis DeJardin) * win: properly return UV_EBADF when _close() fails (Nicholas Vavilov) * test: skip process_title for AIX (Imran Iqbal) * misc: expose handle print APIs (Petka Antonov) * include: add stdio.h to uv.h (Saúl Ibarra Corretgé) * misc: remove unnecessary null pointer checks (Ian Kronquist) * test,freebsd: skip udp_dual_stack if not supported (Santiago Gimeno) * linux: don't retry dup2/dup3 on EINTR (Ben Noordhuis) * unix: don't retry dup2/dup3 on EINTR (Ben Noordhuis) * test: fix -Wtautological-pointer-compare warnings (Saúl Ibarra Corretgé) * win: map ERROR_BAD_PATHNAME to UV_ENOENT (Tony Kelman) * test: fix test/test-tty.c for AIX (Imran Iqbal) * android: support api level less than 21 (kkdaemon) * fsevents: fix race on simultaneous init+close (Fedor Indutny) * linux,fs: fix p{read,write}v with a 64bit offset (Saúl Ibarra Corretgé) * fs: add uv_fs_realpath() (Yuval Brik) * win: fix path for removed and renamed fs events (Joran Dirk Greef) * win: do not read more from stream than available (Jeremy Whitlock) * test: test that uv_close() doesn't corrupt QUEUE (Andrey Mazo) * unix: fix uv_fs_event_stop() from fs_event_cb (Andrey Mazo) * test: fix self-deadlocks in thread_rwlock_trylock (Ben Noordhuis) * src: remove non ascii character (sztomi) * test: fix test udp_multicast_join6 for AIX (Imran Iqbal)- Make building more verbose- Update to 1.7.5 - unix: Support atomic compare & swap xlC on AIX (nmushell) - unix: Fix including uv-aix.h on AIX (nmushell) - unix: consolidate rwlock tryrdlock trywrlock errors (Saúl Ibarra Corretgé) - unix, win: consolidate mutex trylock errors (Saúl Ibarra Corretgé) - darwin: fix memory leak in uv_cpu_info (Jianghua Yang) - test: add tests for the uv_rwlock implementation (Bert Belder) - win: redo/fix the uv_rwlock APIs (Bert Belder) - win: don't fetch function pointers to SRWLock APIs (Bert Belder) - Changes for 1.7.4: - doc: uv_read_start and uv_read_cb clarifications (Ben Trask) - freebsd: obtain true uptime through clock_gettime() (Jianghua Yang) - win, tty: do not convert \r to \r\n (Colin Snover) - build,gyp: add DragonFly to the list of OSes (Michael Neumann) - fs: fix bug in sendfile for DragonFly (Michael Neumann) - doc: add uv_dlsym() return type (Brian White) - tests: fix fs tests run w/o full getdents support (Jeremy Whitlock) - doc: fix typo (Devchandra Meetei Leishangthem) - doc: fix uv-unix.h location (Sakthipriyan Vairamani) - unix: fix error check when closing process pipe fd (Ben Noordhuis) - test,freebsd: fix ipc_listen_xx_write tests (Santiago Gimeno) - win: fix unsavory rwlock fallback implementation (Bert Belder) - doc: clarify repeat timer behavior (Eli Skeggs) - Changes for 1.7.3: - threadpool: fix thread starvation bug (Ben Noordhuis) - Changes for 1.7.2: - unix, win: make uv_loop_init return on error (Willem Thiart) - win: reset pipe handle for pipe servers (Saúl Ibarra Corretgé) - win: fix replacing pipe handle for pipe servers (Saúl Ibarra Corretgé) - win: fix setting pipe pending instances after bind (Saúl Ibarra Corretgé) - Changes for 1.7.1: - doc: document the procedure for verifying releases (Saúl Ibarra Corretgé) - doc: add note about Windows binaries to the README (Saúl Ibarra Corretgé) - doc: use long GPG IDs in MAINTAINERS.md (Saúl Ibarra Corretgé) - Revert "stream: squelch ECONNRESET error if already closed" (Saúl Ibarra Corretgé) - doc: clarify uv_read_stop() is idempotent (Corbin Simpson) - unix: OpenBSD's setsockopt needs an unsigned char for multicast (Zachary Hamm) - test: Fix two memory leaks (Karl Skomski) - unix,win: return EINVAL on nullptr args in uv_fs_{read,write} (Karl Skomski) - win: set accepted TCP sockets as non-inheritable (Saúl Ibarra Corretgé) - unix: remove superfluous parentheses in fs macros (Ben Noordhuis) - unix: don't copy arguments for sync fs requests (Ben Noordhuis) - test: plug small memory leak in unix test runner (Ben Noordhuis) - unix,windows: allow NULL loop for sync fs requests (Ben Noordhuis) - unix,windows: don't assert on unknown error code (Ben Noordhuis) - stream: retry write on EPROTOTYPE on OSX (Brian White) - common: fix use of snprintf on Windows (Saúl Ibarra Corretgé) - tests: refactored fs watch_dir tests for stability (Jeremy Whitlock) - Changes for 1.7.0: - win,stream: add slot to remember CRT fd (Bert Belder) - win,pipe: properly close when created from CRT fd (Bert Belder) - win,pipe: don't close fd 0-2 (Bert Belder) - win,tty: convert fd -> handle safely (Bert Belder) - win,tty: properly close when created from CRT fd (Bert Belder) - win,tty: don't close fd 0-2 (Bert Belder) - win,fs: don't close fd 0-2 (Bert Belder) - win: include "malloc.h" (Cheng Zhao) - windows: MSVC 2015 has C99 inline (Jason Williams) - dragonflybsd: fixes for nonblocking and cloexec (Michael Neumann) - dragonflybsd: use sendfile(2) for uv_fs_sendfile (Michael Neumann) - dragonflybsd: fix uv_exepath (Michael Neumann) - win,fs: Fixes align(8) directive on mingw (Stefano Cristiano) - unix, win: prevent replacing fd in uv_{udp,tcp,pipe}_t (Saúl Ibarra Corretgé) - win: move logic to set socket non-inheritable to uv_tcp_set_socket (Saúl Ibarra Corretgé) - unix, win: add ability to create tcp/udp sockets early (Saúl Ibarra Corretgé) - test: retry select() on EINTR, honor milliseconds (Ben Noordhuis) - unix: consolidate tcp and udp bind error (Saúl Ibarra Corretgé) - test: conditionally skip udp_ipv6_multicast_join6 (heshamsafi) - core: add UV_VERSION_HEX macro (Saúl Ibarra Corretgé) - doc: add section with version-checking macros and functions (Saúl Ibarra Corretgé) - tty: cleanup handle if uv_tty_init fails (Saúl Ibarra Corretgé) - darwin: save a fd when FSEvents is used (Saúl Ibarra Corretgé) - win: fix returning thread id in uv_thread_self (Saúl Ibarra Corretgé) - common: use offsetof for QUEUE_DATA (Saúl Ibarra Corretgé) - win: remove UV_HANDLE_CONNECTED (A. Hauptmann) - docs: add Windows specific note for uv_fs_open (Saúl Ibarra Corretgé) - doc: add note about uv_fs_scandir (Saúl Ibarra Corretgé) - test,unix: reduce stack size of watchdog threads (Ben Noordhuis) - win: add support for recursive file watching (Saúl Ibarra Corretgé) - win,tty: support consoles with non-default colors (John McNamee) - doc: add missing variable name (Yosuke Furukawa) - stream: squelch ECONNRESET error if already closed (Santiago Gimeno) - build: remove ancient condition from common.gypi (Saúl Ibarra Corretgé) - tests: skip some tests when network is unreachable (Luca Bruno) - build: proper support for android cross compilation (guworks) - android: add missing include to pthread-fixes.c (RossBencina) - test: fix compilation warning (Saúl Ibarra Corretgé) - doc: add a note about uv_dirent_t.type (Saúl Ibarra Corretgé) - win,test: fix shared library build (Saúl Ibarra Corretgé) - test: fix compilation warning (Santiago Gimeno) - build: add experimental Windows installer (Roger A. Light) - threadpool: send signal only when queue is empty (chenttuuvv) - aix: fix uv_exepath with relative paths (Richard Lau) - build: fix version syntax in AppVeyor file (Saúl Ibarra Corretgé) - unix: allow nbufs > IOV_MAX in uv_fs_{read,write} (ronkorving)- Update to 1.6.1 * unix: handle invalid _SC_GETPW_R_SIZE_MAX values (cjihrig) - Changes for 1.6.0 * aix: fix setsockopt for multicast options (Michael) * unix: don't block for io if any io handle is primed (Saúl Ibarra Corretgé) * windows: MSVC 2015 has snprintf() (Rui Abreu Ferreira) * windows: Add VS2015 support to vcbuild.bat (Jason Williams) * doc: fix typo in tcp.rst (Igor Soarez) * linux: work around epoll bug in kernels < 2.6.37 (Ben Noordhuis) * unix,win: add uv_os_homedir() (cjihrig) * stream: fix `select()` race condition (Fedor Indutny) * unix: prevent infinite loop in uv__run_pending (Saúl Ibarra Corretgé) * unix: make sure UDP send callbacks are asynchronous (Saúl Ibarra Corretgé) * test: fix `platform_output` netmask printing. (Andrew Paprocki) * aix: add ahafs autoconf detection and README notes (Andrew Paprocki) * core: add ability to customize memory allocator (Saúl Ibarra Corretgé) - Changes for 1.5.0 * doc: clarify that the thread pool primites are not thread safe (Andrius Bentkus) * aix: always deregister closing fds from epoll (Michael) * unix: fix glibc-2.20+ macro incompatibility (Massimiliano Torromeo) * doc: add Sphinx plugin for generating links to man pages (Saúl Ibarra Corretgé) * doc: link system and library calls to man pages (Saúl Ibarra Corretgé) * doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra Corretgé) * build: update the location of gyp (Stephen von Takach) * win: name all anonymous structs and unions (TomCrypto) * linux: work around epoll bug in kernels 3.10-3.19 (Ben Noordhuis) * darwin: fix size calculation in select() fallback (Ole André Vadla Ravnås) * solaris: fix setsockopt for multicast options (Julien Gilli) * test: fix race condition in multithreaded test (Ben Noordhuis) * doc: fix long lines in tty.rst (Ben Noordhuis) * test: use UV_TTY_MODE_* values in tty test (Ben Noordhuis) * unix: don't clobber errno in uv_tty_reset_mode() (Ben Noordhuis) * unix: reject non-tty fds in uv_tty_init() (Ben Noordhuis) * win: fix pipe blocking writes (Alexis Campailla) * build: fix cross-compiling for iOS (Steven Kabbes) * win: remove unnecessary malloc.h * include: use `extern "c++"` for defining C++ code (Kazuho Oku) * unix: reap child on execvp() failure (Ryan Phillips) * windows: fix handle leak on EMFILE (Brian Green) * test: fix tty_file, close handle if initialized (Saúl Ibarra Corretgé) * doc: clarify what uv_*_open accepts (Saúl Ibarra Corretgé) * doc: clarify that we don't maintain external doc resources (Saúl Ibarra Corretgé) * build: add documentation for ninja support (Devchandra Meetei Leishangthem) * doc: document uv_buf_t members (Corey Farrell) * linux: fix epoll_pwait() fallback on arm64 (Ben Noordhuis) * android: fix compilation warning (Saúl Ibarra Corretgé) * unix: don't close the fds we just setup (Sam Roberts) * test: spawn child replacing std{out,err} to stderr * unix: fix swapping fds order in uv_spawn * unix: fix potential bug if dup2 fails in uv_spawn * test: remove LOG and LOGF variadic macros * win: fix uv_fs_access on directories * win: fix of double free in uv_uptime * unix: open "/dev/null" instead of "/" for emfile_fd * docs: add some missing words * unix: clean up uv_fs_open() O_CLOEXEC logic * build: set SONAME for shared library in uv.gyp * windows: define snprintf replacement as inline instead of static * win: fix unlink of readonly files * doc: fix uv_run(UV_RUN_DEFAULT) description * linux: intercept syscall when running under memory sanitizer * aix: fix uv_interface_addresses return value * windows: defer reporting TCP write failure until next tick * test: add test for deferred TCP write failure- Version bump to 1.4.2: * stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny) * win: don't use inline keyword in thread.c (Ben Noordhuis) * windows: fix * setting dirent types on uv_fs_scandir_next (Saúl Ibarra Corretgé) * * unix,windows: make uv_thread_create() return errno (Ben Noordhuis) * tty: * fix build for SmartOS (Julien Gilli) * unix: fix for uv_async data race * (Michael Penick) * unix, windows: map EHOSTDOWN errno (Ben Noordhuis) * * stream: use SO_OOBINLINE on OS X (Fedor Indutny)- Version bump to 1.4.0 which is the latest release - Cleanup with the spec cleaner - Try to enable tests and they currently fail/sbin/ldconfig/sbin/ldconfigsangiovese 16541140021.18.0-150400.11.3.11.18.0-150400.11.3.1libuv.so.1libuv.so.1.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:Maintenance:24462/SUSE_SLE-15-SP4_Update/c7726ac4c84f45d9006ad74ad3cb33e6-libuv.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8078336f8222940ab458f88070a301b161351e70, strippedPRRRRRRڤAyo67Sutf-80a5526234b83f26b1e98f3a4ed998f1386b1bf7bb29f27da57651b0de0d72f07?7zXZ !t/b6f]"k%wd>r DWouZV+T\N|.Wc[ G],< q;IRDc{Fu/|Rg1=c_.UeHxnUXbMBܧ>|q֌ ׭G\pn,$A `{&9k݇(v5]d'[\p_5(lAãD:jnTz_]7JuXBv, Fizp霐ITixu.g׈jr`dwcq3r1MVy'V>J;@x :EWy@q4~ В+6bM',0yk_3L$WuBv<5vU| s-Y%LLfI9B^1!4#ͬ_&z[f`zS+077e-pܸ(9-.L=I \^E3OcuCʗ>{rLH(|:^PbjQv5> _-N4YQ!Y+S|v3Y?&[5'~2lm6oZ=)D>ff.)WegL3S vJؾO6R^sQ cpQ9%@]z|_Wzaxziݗؓ_\̜AxކX˿q7n5HX<\+ʃe(!o8,.-]<ef'U2O&֓cy'USeBk(LZo&3lVȤa s*Sأou ݧtH+-T?Iƻclo3PMIMK2CPV:MYR !!i*T_NIL~6I%1O{nt+SzQE7S oˆ5.T_4gSbMp׉qBO{D&w@&peSKm}8꼷-2SgZP$a}N/x ɧgnA6+ne6iHA6nZ ~uryH;[09ڀ%U;5 W:պ}jŨ v' عM;RD\gwbX"  wͮs9Q[k&Br j3{l_ɦ6Ε&DA X" -F%XyX+bZuI$<6ʆgKfr]>$ى>WjLx;e>9LYtbu:-\߈1OL ď<#:W,Q yVN4;rl +5 %IcCאW0'들N󄳁ƅùk!Q :J9iOaeKwֵf A*ٮnH!+zAj$RtX8lP\Z58鶉>j$T_"(EK3^%E)&z N؊fp.,} | dݥ3AiEYpJ, 1SŇrQ$1'mIA]/ehĤ׬vZ|O6aq4^vT#fէY.)S =S M5}4>ijجjfjn&v1U{A<jD IuD\t.Ĥ䮯m4ËKoϧ`s!i:$5}A[ Hk}#YvMD2p\~A(2f6.QTlUc\eMTδzyB JhLok%{"#%~RIVJZ22Qo;\e [U gd6+9G{:iA#TPAi:6=7҄ {9csszߑ.a~G#Av s[9&Ȉn0ePQ>@hR;3DH{tF |sUW zLcTq# ?^ ux6H^g]S jd I W]tl^TAR:C~*Rō̦}ܺx&qv|V ) B!x?2Z'Hh. IԓfuvK$i]T/?Sk W}nxuw<eMP2sM=YF9;E }Ҷ.IIGVІN9a3A-;} %B5x8o'jXO. ; nmǂ'[~5^Ѹ~&e=o(hRǏ",-#QM=t|=,㵇]!yRU@B1c* 7m~3gZ1b߰ :&R3C^V'tv5_U mf &:A)MUC[z OFW]x1Af3ղ*b" )0~%Pmܧr&o=,œY,XMHOz 9hPࠥ> U3%hub&Hh8L (SH>&LG J )VὨEug'l2k]LD`T@Kë8mas{Y'BХP{ڮ1E!/)ݷDC-&x_D)XM6P*)+nlDJF 3ZKs ʿFvȅ973bT$ Ur|;u$È *Ɣl/[tAMn5sșT.0OZD ~NbZ2|L~zAǁU#?quڌPay ya+16v2yfb jE l۞9&p,l%#ܗY;OPۅud4*ޡ(J%>4e=@BO32}Cs^+Ox09=et83eW|u!4gS.~mvB'T% ٿh(솕 fvnbK8ޅ֌3L)nBWdoC@mmɁirET'um)ӳ[,W̏8^/ 5ς:1iӒcyg6nhYD$nsf֒Wp t (.BHk=I] mgV W8xZ|JbܞņCZl ˲/?o\&UzŹ2m.r,/e*RFe_"< N^VX_*=tXGk{WmZ};W!:R]Kpʖ(5N]S]"('G$K8hf&Sс+ȅ<>%t|! ~Edx-ox&{~A]ya^1N^fzԢ"U,IN6 ?VO%ZMPgyI;{&Rs'23Mkbe8_VޔNԸ M$F"]S',p H !p4M^DhmmO2U\zۆkGp,,ʎga : 6 'Aŗ( MddŖĜ]krQmLq"SbE ]LMYOD6_h[ 1*Rr;TkBcPp!(5~s{.~Q0ܥ&ukT1(~^q)eDGTbG"P1/ʞaJ"hΗo-_A'$!8q]aQv.j1GiG|y.2Iy7y0=/*7SMSM`9H_ƚx1i}mE(J#34`#*2[Y [/j4pkXvxb]mJMe9TV(lV4*g$[,_ w &AoRkM.|%V8XS=t? [GΏpI1z :]A9833OŜjBcbD% އہ QNx1Gef#!eރ4fiu(|+vE),~ /Bq ηL9K"lU9!G2&*msoVl |Mͩ)4cR5T,VJb smE]uEqPBcSD fVmﰽ"+9\%Rˊa7w9 ^R ƻ3BE[WXRuᚽRn1sߠK7T鸞V.B4ϐIdäoФ€l@>_^,m8A)ܕHIsZɇ(y⢜M?~cw/A) E>V9s<,;P݂~YYȞV&}AƤy]3^;{BZWUsL*KB+'pO>xœLy~~ ѕvyo?ݥZ/@q w?Jei_Bn"2᫋#7F w0V]8'|9v tyShG \EaI{غٿ2覮X [[_SeV{Y\bfd#kgϱ/W2f7/ 2VkelzǖJ'%nuЗXfn~lC5Rì:ek~Y +J"r>In[ƻ]L8,+#e=P,O%K2&\qw\jǯZhU8HFq7p?R?0nnҸ(ePN+yCS,q*ҺADȥ>CpھVXхGgl>[zKpjZIxwg@*cPvAbh+dz_6 Ҕ_GL9ċ!_-Pp[cs;.x ԋu]72@n:F#_kvϬrd:Y I3HRW!#%ƲG~OzvY{p[8J˂A8A 6oUkTt% U>3lt"MˋZO;~/ tM% JvƸ #mHn n: Mv'4enf<8-;^v2ߥDNF&`mW *ɶW0٧lt?&,0bia/TmMJXg䈄`b,Q?pgnˑ,TrOa,ybD G;@ytzi4Rln?4沴Lv+h膌\556V_7EF_w m쁿Q1% 1b)t|'u?0;opll&TKH|4vXuR6IlYIe<(4Q<)ԠF@|PiD1H,zKbwAu-+%rUL[>]D64s5E9OLe@rI2dRsD$nkx(P48eV鉹upsqR .wFؓ">CZB-o'sM*Bq>Խ`;#|×:'2e<~+,NeQUihrU؜|"N~^썮Cil" /U{7EgϏャmع!Bz} 4 uXXI[5qjrX~F2tbvq0LC, ܦjULvЅ&֏Đth\ALm bvj#Un T[7]L?92^,hi&.^>n_zqu9e^J/`vQ[pɐ'j\c ”RW1 g#tÏqgZIҜ{C^jH/]cm&q= d&ITC1]3&0F5 b).@NdŢR qA!%j28*>"/s)t8(1JVkjEh8숛.v.9R?23!l-oϴI6FNns2׫2r0AHתZ8,ʈFGY,R`? 0LU|UCq[`-΅ryVz "Zs:~x mo2wWRue`ǃP\eOaY/p9tuW( 1q,Hȍ`$ckRkO ϛBXSӕOVÃm汗 wm8M|x;VrR&Wf[Xqw|zzB:oBMd) umZ}CM>Po{\t0s4dӫE[qKy< ʎ Th 獖J}tWY4;zY;)F|AKV.Rw1x/+E>3/!+w|?o,yPu\Fmx6z=XU uyj0@6ʧH/,HHu02ֱ:m)UhߑIaY9œTrXhFgv}~׺::LHneQ8D^D?H@QMwS8ZRO˼)VRMX7XǑJ[ᳺRݭIc8sJ'hBy'`1'3)ֆsJ'` g PiMy/.nP)i]rWʫBGBA۠g!>( ۴Ԭ՝ ڔ}kLt o1HV|U_u?"xfgǩ XzcG>g;`67 .MH.K`&~e!kX'RҦ`wlKU=>FYDvV?3h06ʁ8)WOi>35̼]#Z̀lмcʕ\RkG6:q,f|{U1E(RY 3.%}HGfy~Z s49?^B=)TK5!|cnXtgo*Ak:{E#jN7e|)A/;s:8nٷSl:nz &LM@m.>n4XN84^OrPz#D]BrV22]-d/NN#"o2sEk+-fLˡe;^B 둘ŨEz"ڱt(v2TಫVRWiTsxs~//V|5\]? \h{`i~79XV~# N-Ctqq4Tt]kb<ԟɋ o@/%A$祶YX;=PSʤ5X?{>vGS(|4 OacbJEP,$QꟄVǮuQ~mwG}"?cKʯW<2j+cf T&7X+L''$J?ʊZ5ufb8rUDJ؉Ek/Nt]+WfӊYݙt-`_{6Y9՜2HؾWFKK:+5JzM&+Vb8pϾSX(l,l%rTѸӌgP^30EE|C-RSQ`y%O@i8V-_#V;!J`Jj#WO?S$s0@>tc8uMo%zMkJ_/JCd@DmB3}(-!kK'>ͼ0kwkA@IV+[ڊgR sq]`/[T)-hˉHJf9XIJ8׉lS850:Csc@$7l?43PɬE@.6u/ayykfՈvi"KΞ 8w<~WĊM3nnCW;)k2E4(k]w(ڗ /-i'zKjPjE*;Мks#P,_EF9HP/{-W3]B xI!9lt:E£핸*0t!JAf{I;JLA)^EV:QԺнReZlRmD-ǁhsHb"3+)A0pR0 M]4kݮ0&2JO蝝z]__3)<l@$>]L`'zo.^r_Atvd+VyXܪńP 'ec$oDIH!skw9/\l Ag<~`Oe74AW*ѫ+LG%[iBSK슂0gx;ݐM!&C?^h/JprfQ¢k63i/Zl *_҇y/ _Mw;20øΜsAxa_44 l-,Ms!H8 f 9בe' )%cY? Yl;tñBY;ڬoWxoʋƨL\h -[S2cBEfuÅ; fೲ^?v`EgW]JibLݐʃv J/6YS.CU<۱u/Pv7Մˑ I\ҝe&>i~52g>l$OT~y$0#{:%ɪgIZrY†:ERzah8J#'ȸ~'icQA>H\J<>E&KkpIEY.kw. 1Ɗ61A߈r~G!׽=b(L6@8jfӼF:Ȣ}i0UHu͊) tJ. !:4@s/|Q8Ge^jlBT(pEY̫X|ӑ9FLSO"V@SG> / q#XU5O&vE{veԎw 7tdC+WOkT_/iPS!PT;rX[ŃNog:E4O<'E˭(#dcL$50ϧ?фHPq, 4 '}*i!XХ^!>VnR": S M\}H7D U* 1Xɪ}ҕ#O %݉'-ۢ33zDXQfC)k%Zyz]lbǓsL9.H:KO' gVyb Ge4d>9"(4' &,Qi bO! 3('=ZwjD+6NKz/%E8`2E ~Cw"\Z`)ꁉH Gă3M^ט>*yHUTV:]>9Q}|iWӮĪoF'˅fx$jD7MzvK+w_wjPXj9Ku?v|: 1L7kLN@n&&#N~`$n6@F`qgm8 YZ