libuv1-1.18.0-150400.11.3.1<>,ĉbp9|Ii%So4"ػ鮗AoĪny?yE^ 2PW8UXd^\Y`LēqUH~XHcEfRjZuAiBc6g܀ʆmmnTQBP䭘_-•)BMrf$Cߞj44Ǭ3!%v!#U2W2:I?j$hHr8U4{XV~|8O.kBZ=|^>@Kp?K`d   > %FJ `q     <Dp8(g8p 9 : >H@H.FH=GHPHHXIH`XHdYHp\H]H^HbHcIsdIeIfIlIuJvJwJxJyJzKKKKK\Clibuv11.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.bsheep24XSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://libuv.orglinuxx86_64Xbb880c05f99b161104f77cadd1a7f224fd3f60d902e10244cfec1f202acda4a5d5libuv.so.1.0.0rootrootrootrootlibuv-1.18.0-150400.11.3.1.src.rpmlibuv.so.1()(64bit)libuv1libuv1(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)(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.6)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.9)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.3)(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/ldconfigsheep24 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_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5809475dbcfba843744c4a0a8f95026b925c477f, strippedPRRRRR R RRRR RR RRRR R䘫⸭9x&lutf-8f1dfad0b45c1965b7a07c7a58f2261d956991f49c35dd5200be60e1b5afb015f?7zXZ !t/G}2]"k%UEd>r Dq(D& @搾 a?T='J:[ |bc,"~718SG.sE (yiF_+&K[5CɱeA?ںn$TuUMnƯK.ND(8ѱ +PPMQ}O+! hg=L j\Oh =$T|OG\^e )Mikm05 ޒRx}Q?=>"GUKs7Y3zi_.3DZomӼ'q/րXC#0?ES b\,ɃT Yf 1|Y|HJhN1x(v^|`+k8{-tBh,qϦz8F~1n%(U՚woSmơػZP–5o>MJ>W-Xo,D߬Й(3U6C6oRDm˂F7|FˠR迤 uP[?g~;Rha1R Q52,|8d! L͖kdi-[Zq뀡t=̼1TLHo<8#+ElџMjPVdmPy]&g&$eӒ ܻFa2k(x`L0m'}flg%T;*J~XҜI<1JfX ߺjn8/'7vq$pvM)˶o?]nPͲwhp-TIu+.]p&2a=M&]IKQn^UYRc1jo믐"(["0Ǝ0EnZUe!578uc KiS+(CoCo"Obp~HI}[:jg>#PT{?W`>~[ W VsصqfVx[vL>=8F`fB @:\WVfOB6aE>Kf"PS{*zJbH3LGOHzÝM>y"o84_HB=Ez(..>[d.Z̳J^8*5#jJ 5G&y;gm>ҝ EgˊFAeE`#S FE{l@scb8Ͱ r7MY?u]S\e){H[:=,r -bHa,drǧa[A$)0i7}*.$;tZ#/ǑKkX oK{S3Rp?RQ|}#ѕ얠-+&B:`|25(H/ da2oG]e1S]gԎꃟM5IL^Hj3!x/#=/Z_ͪřju6iqBkjz \S0\+qzy2N{l41iJy]a-18 oX6e5XV Oߪ]fEpo`pÃk (Q=W#N$N훃:6f\蜕>wIj2JnJ φ)y@*C+kWpSZvY)I6'r_ou'dK!$ M5gÌ̶d ^8>a?MƐ!^f% S l.ѼuM]]`.Es; qz N;o%I%/<:sVFV :`0I  \b0oo$֚pr,&NY Yc?6rvðe sMX YAنllpe "p<:`!]4e/KDvp1P#I'eVE}P:/C~+yMBxLv|x <?6Ӄ 6nj75)”3rQVvO]EKe DP˄) aW 橡L NkigO:qJ"YUWD8'?wkt+j/y5RwDm XL;$PdrEܲotd~ܹ{JV8DD#)/D.$YaI@)vaų|OůH:2*F.X8M"yOG=SAKryˆඈW [a>֔ "*/*ïZ9؂|jkhլ@ph乗JP癆IHvoĩ a’> C_ڸKdYN1sfFsSYVPr&AyL7\*Õ խ[4vpe--u9 FPrհ;]~ 8ղ!"ƒ&1%5b!UDx1<Bg%vP_{eUF~@lVSZx~ĆK3^颙>̛ػ?4k's<*x'rOK  ;gm]U8fG%:1"]FxCo ,soIKRx`&CQ6c&8mݚ:a> i5''oMY ĬoDh]@Mf_,2ez6yV|9{wlXHg[Qt6` K|DX4rh 2.B_e.!LpsnQ: b迣N$[#z pRrh;d&Q̊w g= jKQ&-OUqO9y7$aaA q<;;Gh{7(bw|ⴕkv-㤧@ ~I#>dƝa=t*11GE_@ GќMlS.n)[ gWCP?8%,gte@KQ]V/ΐw)T0cC^]ōғp8Lx3hP #YVx*S+eW̓g"=-.؄-tsq*'34϶Ⱥ\^"U] P2l²w薃0]AyZy*mk;gЮUiWhāP0l%PNM0zI6D.| x&3>D'^뎸s ?OE$|՟)8)pkP:14=/,LXYyU߱3- /~dOL.úk.=\W7`qC`(\b5>Z=:߻tu)zܢs'G)a&%= ~sf릏0֝Th덯X.~X,e5WUC v(tA}Eh=3Rƻwx%Qf3@<_brt "9W^Biҟ\ņMhХ?P.2Jc/{xcx!~O'^ȋn|u>L}*lzcl$>-#0U^"N V ]5:K4RSyc=5vvMU5WKtwWAAuosbZMEq3퓞tLl^267/WDĂ K5lh+[>8͠94[݂fqcmW̥Xk_Lȇȇ^.`ɀ{N4;O@b6JR[|~k'oNVUqBvCi9w6ݢvd|(k?]p#I3+ÉRnIR&Qt' 8o?Hܝvp. ҕ":,8vW?v+3,zlǽ INw>֣UJ1g〄uFe`7oG[!rpqlfk:ݗao2@~6K˜?+ջ*݅Ȓ0wd\=8Àɋ>c]oPK=ϬiPe}(Nm \/|%}b9=% o+ptc 0">vLF9 MUn5=fI1##׭Q ϥ69<M&Tye D햗j%|@՘YQ#xCɢPSFj PLvg*}oܟa;k{#=5: 0/KNswX)d=}*[!6<8Ąurˀ8F Yi?gy M@i \ rDl]dZ:SG Tc?vUaGW]a TvXQG}n%< C/$kДL=[AU#@ybl37(0qXG,Ddaɯ{v&Efy&eT݁) &P;$ۏkө5U"7y^ 3 }pv .9NgIOy ӽɯh}2N/G`yrxʝ,m_2r\Ĩ@+zx[VLPhH[ Mi/֋OМV(l*V՟ӵ:\UL%^NWo r<q{\LG64OD*Q3ّyۡkjyfR5#{iQRK `cKƘp^p]6m-<Ӝ?G6b}H]`N4䂾y?B/~ST3^ik+ZO^_> SC9n]Ɖhw$(!ZZXC|1z6`=),8: U }ϽyW-ZY( {;Gz~fBC_yp)j}( RL|WBd'#S@2OTa'CAMƳyEuy UnڀZe"KCaagMcom O$t3 Xq3,@4&@44I xd%]Oi#R*Rhcf^p.u$1M.MTzhX]qwG)o4GJ*Q wK-'n1[&sMb70z|ڵsGCr䚿GO0OOS?9PT3\&ʥԼ4υe A)~4?C˓7? GZiA`}Zj:_&$-  qxvЫ uZCp[BWYEӌTy#D7.@`6܌5~=L1P}U0=L]/\]Ew ^R*JZ_aO^qO&&AJ?g=r#2MnΟoKSՓ w fI+JI},yGqlͳ^iB a:̲R@I~ˑxrKۤ믖n< VNף=' Tdžɦ=m{Q<2ǃ:lxVcJ>cBd$9pv 0p`I36%"8 ɅMCY$vi4 ?* :O͟^,&|TޜWxs*~0H~/ys?ÖLbZ!BF{q-&[~MzZ&(k:؛9+NQŜ+((18TN"a}eir =ѼLwѱ:Ir[>9h$GqtP&94빙1 fCAn$b:L$V+27@p~F1#h':|4!OŻ}Cr԰]BVJ5JIMiP,ֹ6Ty}3ݸ[l#='9(CoK=iOQLym[׿ WP_ tydh<0",F͡&-H/{TIa.\ӉBCJUo&Nh!AN>KGϲT=43[)q]UI`%V\hH{*cYN ݊T58ıEy[rz^v*n? .et~D4EMZ">zܩ?%R`e?Gv"B4ncD:'h\X臈򠰱#f bw&`K!R,郈.JƩ%j=DBNF kչ:۹(/_L@Xvg2CաI# A`G^䥀1.M5lIYmPQA`D#SۢWN5 u.ytc%Vɷ֔2 'uS3;֘,[ڤ8Ɣ4rIN*n~PjqTKkHh,=Z S(8y9!]< DnYE> J6N&Pųj!>]S-{2$d/G3S E.eRjʆj-ct̀j@j@ke R= }sRe5oh1"zkqRlǪa*a~;(nQ/:n9-S=ܩi\.Uu+gɺoԔOWi\= bNu0";+x_qndAj({s]FnYܴzTH?6wފ Jx[{D^A˰JBwKcF ퟬZj5.+qieu x9鞉F^m>7cjuЕ=YkҀb9Ru+&jZ!\f6!:)\6Ӎ4Zi\[ n]xZG擕JӂHTPjᖰ *:/~y-nUF,g硓l k!ޭgʬ;}&(YMo$'O$EcBOYx=.t@uOɅ1Fy0Pq+ǀe+"+Z-k:S:2v+ I^Ϩ2]`*X+%ʊaϺJ,B6Ʃ-pcay$5Cd{uc['ԓE,z`;BVAy 4U/'nNU-bS΂I欝fb_eZTFCjfz jX8kcЊ^x Ǘ^b,y]b-`נH)h=\P\ n>C}-:QӲٶy4< Ӂ&_Ԯ,sͭҸE8tؔt&D&!Tj<2#'0$ M Q 9GQ(qDK7JSGh0W`]htm:-U(>,4~h$?0ZkBEԨZfPzq7PN3F4'm3Îb1ѴH3l~I> k8$ޕ`JHni/jGW^#㫬Rv 6*' CvE TuhZ}] -WAk] "H0nfrŸc`nΛd gY1@ɰj3YnB49k[=&)uK!(oiob&YfSR, *C(&~>5eu->r6\]gz)я(\,"8o} k /ՓJk$"KY\3φK[ S­O E6qƷ)-/^"?J⃫Ԋq9T"D`^kDi(3 jcH}5r!v<Ҵ^;W.gv eW@wY@hoJIZ.%g[D!R2Im)(=Cfy7s)Af(=fUBAG&ڶy2e`0~zbowJM~vˋy>ۯ O<~(MV}ǓR4'mOxbBy) )UqgiXA@3g鯱` N@x&˿J,d$~ڰd6`9oIP &>bVd. ]#P1SViLB1]7bqF5')*+I (WDfyx b̆lJ%ٯ){Qg5tiʟBx^鳷/FAS!` L /s2BhghKT۹c5:<^}ܩ-\o%~b!̼9woԆEI |9ܴIS>wD\8 B1.>4(%d<-5,|R7:bI5tFH!}IEq-vSRTtWH;lrKWAzZŽ{ںԦ LKZk0 NKy$bwZ(L5Ri7mW(mn8ob`<&WAHmD'mr ċ5Z5 U[+m'Sj.uB<[!A hz`,c;%y:> ]Ľ2 sqW> >P+iS=YmVr< z脠 @b?/괒$MSFhu<"o]B G~@(ehIV<\ fՊqF r?`kH|֝&JC\$RX2g%EҀ:YᲊN^F8 iB.TGDY"R$^k (\4Lnx;%h5#E %uқG8 .Y }bpUJ5Lo}g{1se'n)|q ӣcdzS\BK:tuCCSPB/zKiEk-gϣ$ Л{Qrf)Kp1Zys{x׌ ZA49qtzq.wRYUⴡLnAujq/\m8)VКÜЩZj _(}%_UQJNߎ3 J(=UC}ZwGP'\$L6elaY3d兼ưm{6&NSyЋ19$Er4^%Ś{p-2K 'ZϽZzYbe MSbfL{nW|fl2@ډZM9A twz((.KIh cCeyd1 Qp'Sg չ!Og g$ECu&v3XqOˮٿa[!mܫ}"HH'Tp^mFlL=[b@nr ttSlzrIP 1KgϪS@V)ZaPRDR(^ڕTjgV|%qc 's_ԕC8j BVUA+eY\U<#֗v&ťw'.@NݽbL(f=VL5K##35;O,E`‹WU% מ9d5{凼k <Ƥ{wYjnNXN=+m\F^@zW,TsW{X1w4Eal&+*UNR(r/!}/J|}N&ofQJ! {#d@x*/<Y]/1=QM3nFCxҲ6d[8;ƫц m" U<VgEߔ9.2'P=qtN64[WulrZ KJ]Lò+;=ucw%ǟ |_+D&ŭҏM#9wzڇ0EZq; 挸! r*oޣn w> PĀ,xo@ 45:*Cx3><;K3)^*S9mO|e>B*3b\{uвr}nI0f!2X YZ