libPocoRedis71-1.10.1-bp153.1.16 >  A `B !M@eee{3up@E?Ed # P  5;DH J L P  l(89H: >B@BFBGBHBIBXBYB\C]C ^C3bC?cCdDKeDPfDSlDUuDhvDlwExEyEzE\ElEpEvEClibPocoRedis711.10.1bp153.1.16C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.`B~obs-power8-05֨SUSE Linux Enterprise 15 SP3openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxppc64le֨`B0e347a1a65c66b7ae3cbb77000cb9d9d152703c20839d74445b96dbb66a7a5d2rootrootpoco-1.10.1-bp153.1.16.src.rpmlibPocoRedis.so.71()(64bit)libPocoRedis71libPocoRedis71(ppc-64)poco-redis@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibPocoFoundation.so.71()(64bit)libPocoNet.so.71()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^`^J@^(9@]c](v@Zw@ZWQZZ@YYYK@Y3@Y3@Y2YXXXpW@V@TMatwey Kornilov Martin Hauke Martin Pluskal Martin Hauke Martin Hauke mardnh@gmx.demardnh@gmx.demardnh@gmx.demardnh@gmx.dejayvdb@gmail.commardnh@gmx.demardnh@gmx.demardnh@gmx.detchvatal@suse.comtchvatal@suse.comjengelh@inai.demardnh@gmx.devmiklos@collabora.co.ukvmiklos@collabora.co.ukandras.timar@collabora.comvmiklos@collabora.co.ukbjoern@schramke-online.de- Add missed requires to poco-devel. The devel package provides symlinks: libPocoJWT.so and libPocoRedis.so- Update to version 1.10.1 * Poco 1.10.0 doesn't build with cmake & POCO_UNBUNDLED * poco 1.10/ NetSSL / openssl < 1.1 : default server usage changed (compare to 1.9.4) * Wrong cancelation of the fix: incorrect type of store name parameter in * allow pre-allocation of the buffer in Poco::LogStreamBuf. * Modernise TLS configuration * Add getSpecifiedPort() method in Poco::URI. * Test failures on s390x architecture with 1.10.0 * Poco::UTF16Encoding and Poco::UTF32Encoding byte order conversion bug * Poco::SHA2Engine computes incorrect hash on big-endian systems * Close Service Handle after DeleteService Function call * MySQL: resetting the session when putting it back into a SessionPool is now optional (and disabled by default) due to a bug in MySQL messing up the character encoding when doing so. * Poco::AutoPtr and Poco::SharedPtr now support comparison with nullptr. - Update to version 1.10.0 * POCO's fixed-size integer types are now based on types. * Many methods exposing raw pointers have been changed to use smart pointers (usually Poco::SharedPtr or Poco::AutoPtr) instead. This may break some existing code. Specifically, the Logging framework in the Foundation library and the Configuration framework in the Util library have been changed. * New JWT library for dealing with JSON Web Tokens. * The NetSSL_OpenSSL library supports TLS 1.3 with OpenSSL 1.1.1 or later. * NetSSL_OpenSSL now has a Poco::Net::FTPSClientSession and Poco::Net::FTPSStreamOpener class for connecting to FTP servers over TLS. * Fixed a potential crash in Poco::Net::NetworkInterface on Linux due to an invalid cast when obtaining the MAC address of an interface. * X509Certificate does not render UTF-8 characters in subjectName * NetworkInterface::map can fail to reveal some interfaces if an earlier one can not be handled * Poco::Data::ODBC Binding of SQL Decimal Type * Allow to filter long tests using a command line argument * Poco::Net::MediaType::parse() does not split parameters * Added tryWait() into Process and ProcessHandle. Handle kill()-ed UNIX process exit codes. * unescape Backslash char in UTF8 unescape method * Add support for SameSite attribute in HTTPCookie * setEscapeUnicode() functions in JSON Array and Object classes ignore their boolean parameter * Allow Poco::Net::Context::usePrivateKey to accept ECKey and/or general EVPPKey * X509Certificate validFrom expiresOn Date parsing * Poco::Mysql does not build with MySQL 8.0+ * Uploads larger than 2GB fail * UUIDGenerator should allow random seed * Support for XDG Base Directory Specification * Add an option to force the use of PollingDirectoryWatcherStrategy * fix Dynamic::Var parse string issue * Restore pre-1.8.0 behaviour of Poco::Net::ServerSocket::bind. * Implement DataURIStream for extracting data from data URIs. * File fail on overwrite * X509Certificate: Get rid of deprecated OpenSSL 1.1 APIs * SocketAcceptor::setReactor() is broken * Poco::strToInt<> fails for values right above the type's boundary/limit * Poco::JSON::Object::set() should return reference to this to allow chaining. * SQLite mismatch open/close API calls * ICMPSocket does not check reply address * Use PollSet in SocketReactor * MySQL session state is not cleared in SessionPool * Preserve entries order in DynamicStruct * Can not open certain zip files include data descriptor * add struct tm support to DateTime * NTPClient not checking reply address * lock-order-inversion in SocketReactor * add socket gather/scatter capabilities * UDPServer and client * add PMTU discovery * SocketNotifier not thread-safe * WebSocketTest.cpp faults reported by valgrind * Reset connection when a session is returned to the SessionPool * Android abstract namespace local socket address * Fix race condition in TCPServerDispatcher.cpp * SocketImpl::bind --> bind wrong config- Make spec file greater- Update to version 1.9.3 * Data/ODBC: make binding of std::string configurable (SQL_LONGVARCHAR - default or SQL_VARCHAR) through a global setting (Poco::Data::ODBC::Connector::bindStringToLongVarChar()). * CppParser now supports type aliases defined with using keyword. * PageCompiler: added support for adding Content-Security-Policy and Cache-Control headers.- Update to version 1.9.2 * fixed GH #2736: Error using CMake gui - latest version * fixed GH #2737: Bundles vulnerable copy of Expat * fixed GH #2738: Poco::AccessExpireStrategy::onGet() must not extend expiration time after expiration - Update to version 1.9.1 * Added Poco::Net::HTTPClientSession::flushRequest() * Added Poco::Net::WebSocket::setMaxPayloadSize() and Poco::Net::WebSocket::getMaxPayloadSize() to specify a maximum acceptable payload size for Poco::Net::WebSocket::receiveFrame(). * Poco::Net::WebSocket: don't attempt to send empty credentials in response to 401 response. * Redis: added support for additional commands (exists, expire, ping, multi, exec, discard) * Redis: added Poco::Redis::Client::isConnected() * Added HTTP*Credentials::empty() and HTTPCredentials::clear() * fixed GH #2277: SQLite null pointer dereference occurs when exception is being thrown * fixed GH #2316: cmake can't find MySQL and ODBC libraries * fixed GH #2336: Omit ContentLength in WebSocket accept response * fixed GH #2358: Don't include for later OpenSSL * fixed GH #2364: Stringify escapes every unicode symbol when object contain an array * fixed GH #2380: Calling Poco::Net::X509Certificate::addChainCertificate() leads to double free. * fixed GH #2549: Fix keepAlive in http client session * fixed GH #2565: HTMLForm: optional enforcement of Content-Length instead of Chunked Transfer-Encoding * fixed GH #2570: DialogSocket: receiveStatusMessage() - line length limit applies to entire multi-line message * fixed GH #2583: Crypto library does not build with OpenSSL 1.0.0 * fixed GH #2655: MongoDB Binary element to string - bug * fixed GH #2700: Invalid read of memory in Poco::Environment::set which may cause crashes. * fixed GH #2723: Access violation when trying to decompress .zip file with unsupported compression method.- Update to version 1.9.0 * Added additional text encodings, available in the new PocoEncodings library (GH #2165) * Added Punycode support for resolving Internationalized Domain Names to Poco::Net::DNS (GH #2164) * Added XDG Base Directory Specification support in Poco::Path, Poco::Util::SystemConfiguration and Poco::Util::Application (GH #1609, GH #561, GH #1609) * Added support for GCM ciphers in Crypto library (GH #2129) * Poco::Net::RemoteSyslogChannel and Poco::Net::RemoteSyslogListener now have basic support for RFC 5424 structured data (GH #2173) * Poco::File now has methods for obtaining partition space (GH #1545) * Added Poco::Net::Context::addCertificateAuthority() (GH #2197) * Added Poco::AutoPtr::reset() and Poco::SharedPtr::reset() to improve compatibility with std::shared_ptr() (GH #2172) * fixed GH #703: Poco::Data::SQLite data types (INTEGER is now mapped to Int64) * fixed GH #1426: inttypes.h is available on sun solaris * fixed GH #1912: Run ping with custom data size #1912 * fixed GH #2177: Run ping with custom timeout instead of the default * fixed GH #2058 and GH #2095: Synchronization issue/deadlock in Poco::Util::Timer at destruction * fixed GH #2089: Allow hyphen in HTTP authentication scheme names * fixed GH #2106: Undefined behavior in Delegate::equals() * fixed GH #2108: POCO SQLite Data Connector hangs for 20 secs waiting for thread timeouts on Windows * fixed GH #2142: JSON::Object preserveOrder keys not synced on assignment * fixed GH #2199 and GH #2188: Illegal header in zip file exception/assertion failure during JAR file decompression * fixed GH #2203: Use MAX_ADDRESS_LENGTH to determine buffer size - Remove patch: * poco-respect-libdir-cmake.patch (fixed upstream)- Update to version 1.8.1 * Added Poco::File::linkTo() * fixed GH #2044: Poco::Net::NetworkInterface::list does not list inactive interfaces even when explicitly being asked for it. * fixed GH #2042: Android abstract namespace local socket address * fixed GH #2038: Poco::Net::MultipartWriter::createBoundary() always returns the same string. * fixed GH #2020: SQLite not handling parameter count mismatch correctly. * fixed GH #2012: Data/SQLite: Exception messages contain duplicate text * fixed GH #2005: Upgraded bundled PCRE to 8.41 * fixed GH #2000: Fix building XMLStreamParser with unbundled expat * fixed GH #1603: fix MinGW 4.8.2 Compilation * fixed GH #1991: Support building poco 1.8.0 as cmake sub-project * fixed GH #2080: Bugs in Poco::Net::Socket::select when POCO_HAVE_FD_POLL is defined - Update to version 1.8.0.1 * Reverted change for GH #1828; DeflatingStreamBuf::sync() no longer flushes underlying stream as this causes corruption for some Zip files. * PocoDoc: fix for handling compiler configuration for Gradle builds. - Update to version 1.8.0 * Poco::Base64Encoder: add support for base64url encoding * Add Poco::Net::PollSet class to Net library * The Net library now supports Unix Domain Sockets, where available. * Added stream parser (Poco::XML::XMLStreamParser) to XML library (GH #1697) * Added Poco::Net::TCPServerConnectionFilter and Poco::Net::TCPServer::setConnectionFilter() to support connection filtering and IP blacklisting (GH #1485) * Added Redis library (GH #1383) * Added Zip64 support to Zip library (GH #1356) * Upgraded bundled SQLite to 3.21.0 * Removed OpenVMS support (GH #1988) * fixed GH #271: NamedMutex_UNIX.cpp must remove semid * fixed GH #739: Add WebSocket::receiveFrame() that appends to a Poco::Buffer * fixed GH #749: NTP Packet impl not according to RFC958 * fixed GH #896: Sample "TwitterClient" of NetSSL_OpenSSL can't be build. * fixed GH #1172: Poco::Data default storage should be std::vector * fixed GH #1337: Poco::HTMLForm throws exception HTMLFormException("Form must be prepared") even after form is prepared. * fixed GH #1373: SessionImpl::close() does not check return code of close handle specific function * fixed GH #1425: Workaround bug in SolarisStudio 12.4 on RVO-ed objects. * fixed GH #1614: Problematic license for JSON component: the previously used JSON.org parser has been replaced with pdjson. * fixed GH #1659: wrong field size calculation in ODBC code. * fixed GH #1683: Poco::Data ODBC impl doesn't bind to unsigned numeric types properly * fixed GH #1705: MongoDB: support URI in Connection * fixed GH #1708: "SocketReactor::addEventHandler" and "SocketReactor::removeEventHandler" must protect the access to "NotifierPtr pNotifier" * fixed GH #1729: getConnectionTimeout of SQLite DB wrapper returns wrong value (in milliseconds, should be in seconds) * fixed GH #1739: OpenSSLInitializer isn't threadsafe * fixed GH #1750: double_conversion in NumericString is in conflict with Qt5 Core. * fixed GH #1804 and GH #1805: Integer Overflow or Wraparound * fixed GH #1828: DeflatingStreamBuf::sync() should also flush underlying stream. * fixed GH #1880: FTPClientSession::close() error * fixed GH #1897: DateTime wrong binding/extraction for MySQL database. * fixed GH #1905: Compiling Foundation library with POCO_NO_FPENVIRONMENT in Config.h fails. * fixed GH #1906: Race condition in ThreadPool * fixed GH #1913: Message Doesn't Support 64-bit Thread IDs * fixed GH #1921: ICMPSocket does not check reply address * fixed GH #1926: Exception when using SortedDirectoryIterator * fixed GH #1934: File::setExecutable() on POSIX should set executable bit for group and other if corresponding readable bit is set * fixed GH #1950: Net Exception: Address family not supported with clang * fixed GH #1964: Buffer<> swap miss ownMem- Update to version 1.7.9p2 - fixed GH #1628: Export Poco::Zip::ZipUtil class- Update to version 1.7.9p1 - fixed GH# 1968: Zip Decompress Parent Path Injection- Add minimum versions cmake >= 2.8.12 and pkgconfig(sqlite3) >= 3.7 to prevent broken builds against other distributions. - Use virtual package dependency mysql-devel to support all distributions- Update to version 1.7.9 - fixed GH #1813: xmlparse.cpp doesn't compile in WinCE (poco 1.7.8p3) - fixed GH #1826: XPath query error - fixed GH #1834: Visual Studio 2008 cannot find stdint.h - fixed GH #1842: Upgrade bundled expat to 2.2.3 - fixed GH #1843: Use random salt for Poco::XML::NamePool - fixed GH #1865: AbstractEvent::hasDelegates() is not thread-safe - improved/fixed QNX support - Poco::Util::LayeredConfiguration: added support for labelling configurations and finding them by their label - upgraded bundled SQLite to 3.20.1 - PageCompiler: support <%@ include file="" %> syntax for includes, in addition to <%@ include page="" %> - PageCompiler: optimize generated request handler code by removing useless statements, e.g. writing empty strings. - added POCO_DEPRECATED macro which will be used in the future to deprecate classes and methods. - Poco::NamedMutex and Poco::NamedEvent (System V Semaphores implementation): files are now opened with O_RDONLY | O_CREAT instead of O_WRONLY | O_CREAT, allowing sharing between different users. Furthermore, ftok() is called with 'p' as project ID argument.- Update to version 1.7.8p3 - fixed GH #1760: Upgrade bundled expat to 2.2.1 which fixes some vulnerabilities: http://seclists.org/oss-sec/2017/q2/499- Add libexpat-devel and pcre-devel as requirement for poco-devel- Add testsuite - off by default, 4 tests fail - Format with spec-cleaner- Switch to cmake build system - Add patch to respect libdir: * poco-respect-libdir-cmake.patch - Remove patches for the hand written configure/make: * poco-disable_rpath.patch * poco-poco_libdir.patch - Do not rename gz archive to xz- Trim some empty phrases from description - Use better find -exec with "+"- update to 1.7.8p2 (see https://github.com/pocoproject/poco/blob/poco-1.7.8p2-release/CHANGELOG for details) - Rename %soname to %sover to better reflect its use- update to 1.7.8 (see https://github.com/pocoproject/poco/blob/poco-1.7.8-release/CHANGELOG for details)- update to 1.7.7 (see https://github.com/pocoproject/poco/blob/poco-1.7.7-release/CHANGELOG for details)- update to 1.7.5 (see https://github.com/pocoproject/poco/blob/poco-1.7.5-release/CHANGELOG for details)- update to 1.7.2 (see https://github.com/pocoproject/poco/blob/poco-1.7.2-release/CHANGELOG for details)- update to 1.6.0 (see https://github.com/pocoproject/poco/blob/poco-1.6.0-release/CHANGELOG for details)/sbin/ldconfig/sbin/ldconfigobs-power8-05 16149976301.10.1-bp153.1.161.10.1-bp153.1.161.10.1libPocoRedis.so.71/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/b546629ccc3be08b8fd4e8f8dc90e8e4-pococpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=92727e685453c63a0349a1ef64410476b71b5794, not strippedPRR RRR RR RR RRRR RRYuT49|utf-8b8d50e660e181e173b6a72900af80aec7509cd27a177d6c1f9447adc7faa5172?7zXZ !t/׳+] crv9wHh\tjܘHTW(CY6N l}gEoC4q"f(Q;c:ȭ썘S`"6&bec{ܥ5P~Tݤl2qDbmFYVĞX?DŒ3'!ϻIPg"L(?ޝTqpu/uMH63zvrH KyKҹJ5Ow 8&q庹ןr>̳/>'TjvˈJ/PY^^anΔ x^mށھ*aI[+ PbdۼA33B#>2E”οG&ݗӋ-3D B$P~#ҮѴ'8m͙P6ouљL,kf4Dmd`J!,Q0١}`oLg槏*zpqG:@D"_ ):id̺$+JS3`L(2(gs߷6Li47!tj]蕩P(e]9߅O^?Ga2*& 酲q M$b-\(Ȇ'H[b~Vn3z1zȣ)udUٌdS E,[Fyu~A+^m}~yp8cqROa|G:jɣk i“bm՘Mf߱^K$AND\F,h_WܞEc_ÓxMbC(t75SIQ\ Ȇ׹Ѓ}B^/8zw,g_%!zMnlƞu1h[vI 2GϳJj d0)eL;w3'XX,$>(g=oa>lw 5j8jZQmBXxi/&' !k_hj7sb:^/MCeߋt\yC#01"/oO2f B6F3ȈZK * =quo3T?=ؽbtPbA+:q/[P/ 㢩AYZϰ{w={ݨSlekp{P52 7+T`kF}Aj#uTmK:m`%8gUm|h8nFAk%}5{um=$B/l\/miß7ǎsv4ZLCWRl` jNLn 쥖i棣w6K |'a@oDOnh!04ds=cc$jlbv ~dĕpKh!ծܼ9$ ]?*GZ 9*P|Wh9)sw2v%^HXL?(JQBpv$9GUQzTb8B}jtDJ#6m^0xLۺTHû~ɸ /gY8*{;tKi盾v,k(m$K}F5~F/gr^1Pr{M5 VhGU7rӞS=ItdwJ:"q'^("{GT oйX+UHf1餗6]I4g >rkK ! qra, '*{lV4pk=Y}#ھ\gKOB>CSO"{_*ujdz`,-L]ds:(RE*<1.0`p͡θ$OKjl3- /%e~Y-hnj7fɅ`WϯHbTvLqϙOayNK3]8Ro!Ñ"*aL+P7!P2f?;n T ECCvG3QNsCpTT qqhBw9Zא1u0m&U _\EsfSXo>"fuI QK<//'C,.tTO}$"ko%=ĥXBm\ ҺpJ*8 =h]ypz"S@ƭ:KrV*Ó̪n@'-[ ,g}$#T$ q 䱼 p':ͨͣvGL/9(K:%,`H&7IŔ4fK)_͚6{2q4RN ^_BǙr98R:r#Df":B|O߱4CN4wڷ{kw[(.ջ[IQΉ,leH.אr@_<+=Yd?6m3]']V$?l$P ]yN[tAiC#pHC+`SDBU16Dg #bCs.Tpp1Ϩ8(>Ch@U QlK >C~(FVBLhp ?3+i \Y]<;F!#ŹOm`H@!M]^8a!UA\[Iޯ9Ú I3zݪ4QQ i1A H ?XT)Ğ 7g^bӻkAtC]-2m1<]Oj-,YF26]#:;ФBD,LkҌKz?b+\gĻγQE (}d^@@"~߹Ӽp |`I]Bh˳òl/ (< wϊ_/L=cW䑄~VSմ6 캵6ȦdC8~\Q3 Cu^.Y4v7 0*1lCs?- [%Kv]h'NvGjK-Y*1T2⃇.d",}'j^ab3JشMy [e@6cz0SCZPloy>Fo`2:Yb{!Wdp.o4]\l#Lbl2}~M>Yۘonm+Ǎ~.T ~ZF슧nqIaG۽Pʭ`TskUq8m|C_[7DoZϗa(օPQ?ԨUGҳvUls= /WBA7nz΀!5N, s=0#O)76eE9/y5Rh_a-̐9H/ Ӷo.7^![='Um xu6j^&Kq 5{t2#E>{uri!4"HI63rz]ދ]=8QW,ea<¤=K Iu'~⒭Ƹ=(zt8NDK/InزP@522 VHk:n>h)\7Nnڀ@겤ݦg.lHXjmߤQA,-K=U)c$9%s~:F=4BE 1ֵ==9 Vd45񀪀AF҉J\ ${=}؄Bjv!7ƪ(t6Rt>5[y4 {k6:J&J| հ~|b/ 7Ef;E|ޅoqyt zy4ǡ#Xy "I J%s[wƢT6CWyvg;s8Exც[paTQ7<-h-h, P3ڃHeɑA:/UL7~&&5?D Ib&gˣA#K S]y"+d" 8Zo㶍ܯvFp[R?6E3F8 IrT,hq`~ uJ:\YpH:I.F*ŔO1F0pc:2M?W!9̀ ?5 (A]LojYFN(bWm-%D Nc$7zc'vZbכ /iOipiJVQICp~$xD󿋫CAQr`X>O)y SE>v<JkcF.B6{U$NQcxUk« !B(KS )ǵ\r7NYW {@0ɮ~S0l "906/BNK6ՖDYi/d6!F&vxlo1=QX{dpwZv4HOk7Gp ]s$ڝ.a˔.>t#5dD7;z&)k+^u(y5ww^E-Zm 3 n juTpyxͷW&P6q_/_hFdH@ë7E #A b('h 7S(ݾ=Z#nQ+]w t"tva0t.ۘK!taH wVπs0)^hMy_8rY 3z[-XePrtNPCĥnJ=1uOj5 $Lh[l ڼ cknac={<@Xji?x40`ƒƓ vA MDȄ[;C啭B5H$'edMϒ1BJ|%X_.̳2dbbdCM}/ȼ>MdUtEEPgv"|lq}fI BIsM@J5!|Zղ zZэ 5PZsnBBʁgh;mD1n7y/LN8m`XeԀ{pjh~X8G _6sݯ;{;_U6VpJZV0y$:-acv2X5SY%MԼ93gqO~0Ֆg~rD ?{JqBT%)6凒X\07E-v3w|1lbⶥ{4ړ9~L%IqK5|恭(<5V Ϥs5kyٝ:$D_l<;l!8W׊{kBSgf,BȜQD/c؝6*FGz<;S.CyHBF_K-Ș(r3ϡ̪ihߓN叧1{ ^.ʢf 9fa8"^ړi 9oS31+"'@ß=u35=sMI~{DowL2Jb*| .?vϮbi=]˒Jvt!')Kj(2ٸji g~L4Bh k\ [|QN߅5sm sq@ǡˆx]CA[fE=>UQ͒S.&G@ۥ7|!'-:4F#se:XDˠ(`„3+ES -:r} x{!ަ6?ҨƧH &^ [8Ő<}DB!Cp`1CU?;=ڝ϶ Z {G^ +3 r`˗ߺ,n~3ް5:1#qx)Sf|$BfHySw% <1>JK O%ݙ8ǑX! L$dK 5̑<Dp="*mޠcV +^S줛?T:|*Bnw`[1DgƔ>&uQ?O>g%J}/9%vhEq<# d` eLIN{nA -o1kڭp4Y!ϛ91N"$cR.DKSd>)H64`ՔQg1&f0hU j=EPѱ=-b^\TdIY c-v~YqӣXӰpSi`CHϛܜ-;J,VBY"9> M"hoQ':Wt߲XAr [^p`iKY#QѤƌ%?oa;7URt%ytMYyixQu](vOX3ib{ MS]i}avν4.2o " HfZ]5Gl[Ԕ"crA-2lFaq$F{ @PG4ELaHXôn[厀oQbB}tg*iKU'(0O%:׳16<CHZ0Y `McweSˠbK@$6| t u;Z `/BM֬Q빖niOJR;c͊ŪS]iuJ`?킗F@}L!bk4y%Sh.2([8LzDZv B<[v55g~E{3'fd uMh,Z=ӷnhy; $kZ R A_8*O E^[0Yq/wIr։a@Z5Y" 4`9>V oTkB2sA,ZI|q~۬$&F}BئX1<ˏCR.憅d zDgRK>W޿s=x )ID SB bgg7h7ɀv'Ɔ.&.sd!9/8m}d7#MEETyxiL[HK75`Tb•jeQ b K\ڻ+zOgoN~y~|\4sN6~ۛhpOnQG-3Emd Mʭx~POu?l(Xlw!5frMb:os\GfНb;Q<,vgS=T+ l-* zTMB}o, " ޺8UM *b ,'vdjl$x+ob,aLf%kp ~J"rρ <􋀤[b Njϔ\0O&#ۋDճ/ѫ@?6tf("`!`rEkQ z+Q6Jr*zU$Ce*h{fbTX#KWlhڄF:_IS7V/M(гd~˼)MO:i'KSA 9#r ==8^yqrkf!g4Kī2aeuÌ~2㉴b bV=Y9rA1DN|3A˱d+i6mpٖ6.gRh-䅽 2!O'3K0Qs*[؂3߆@֮*U,_8b}ɤKR>&@]\5ekd@@}#_~RmMuV/i]? ʬٟI ½s"+H>>7LOd1Ðyљ$b ˪$M(,}=t]K|a3*$/Kc&7cZM" Ig^٬7-)wCx)T=?95koPg{-vɯ#*u",9ؾ%ަ].4QO >ɜjemEh`r#W&(!bգ+* VkQc9z5I\7*F 6wij`􅖡ۂ:ȳ>(}AG-c8MOZ\7YU}#6\DZ\Tn#Q$HEb<bǐP;S$JX)Q+dM<GBuvRd8B&N߷h,0s6{2{{*-V힫6LH4 Mx !\2ϘLծI*C&f u͍P#ϒt[HeHTS#@lU,{.)` U(ѺY**%<TN( :QY 6CZ_]Nh-J_|8C$wa5IeVx'ڵp{5 v-zCDgJ01ƆÊX-Idܢ SW5J*&~E|to#r\*cWOETQ}H=zSJ=~u&Fo1^ⓠf;]DWP?y LȦm;^xL`f\[b%V DM]a5hUh~|6?,%=ot2Ų"vrN,5lDVqȹHL#AJïp7Qvnm+Ǡt%cيp0Oy ـ"U~hҋ@Y|NEO*]C;&٨#Ii&v?O  cӠ!K{í֛N4xB=V`eebm5Zӻ?{w o[ m ȟddaMZ:1 ŢnsV%Fe`9 9 -<7O\/fJ`(םݛ`R'1<]EL7ۛ]eI/NbOxsҎuoCOA%LS.>% ANحFtqFeQ`tE F7*^LQw=|xlQAN|<f.TE6*^u)؂B` ǦC]\7aiK56/i0d7B p@g,v$pNx |&Գ S3$3ź{]"ׂ`N_ -[,(0 #x:I_΋ ?y=qĔnjw:k ~x7LvR`:lmnglKajk_4o B2[Y|($0tMP*Qf >>?!5hvКcUO)1==ͫUN.ʖM'^cBu%q"/!eQ.]_aƿƴ>Bȇ.M6[qY0y\3Ǡ2 _iy(S_xB4NCxL^ͭF̞+Hm|+Ī$~+,`νXFXM\RVGraGa¦GZbe!h,n =r t 1,X - IsIcP Ueir'e ]2v: ."].~W5 JRʁ8W9ٍ$G)W۔%̑kt6j#K ?\CB*K3ȥ_r, AʴEsnftNe7ٻYX~ sTEqzo@2eޞ([ya3=-k<¸ b#Tu[xA|nwx!vS+5{:F#?yyP&"v )ϫ:[ޞ=TC)@kfɺ6^z_<rr^ P%/^dձyzF{q0N:4mZp H#ȁXCb ^y Pnm?,38=IY8Q:n|L\R.XԵOhEɆW eUQZ7M6%Pv)V4h? HMWSP?%幺y|<{¯]m+Q?iZsrif +8Inm#?@n"5T wX67wbsxCJ~,E'6Tbl%[|u!6)b0XȑNuݦ8mr ")cd1֌Rׂ'#1vZۈ@!p= m3 9]~Om:j]KɵRDr5RH //7زDpA5!C2&Ha634MґDkKS fQcRBi3{i%YڍZ wdKa݁xS"Ǭo Ydm!(ۇ.`n!7ys\Lo!EP q Ur|bԳ^?v䂴^> ?I xŌʈ|aZY\_V~UE5PL0))A Mk^;"s2Qജh(~v~%ȃ|[q+ؖWQ*vR$%l>\y? 9~d(F @/ʺ}jga\:ɗ"&uUؔ>͌ bvd<[i:VLƩNr- R('A'ዓ3$Hq]׹d@֠f=c[ja֩t#y`Y0A`Ym9Y & 0kov0G,;6[M(gihD('OD+ Q]KX[WbZ9X5QVw{Ẁ$H|})3ң9W7S?N%9v=EtﵐV)V>X ]YwyeL J<%:GDDmq &9+ky>O*.7hQ/2^gl 9y\sUE1WBYc?]ߏaH%ʢ<OB70x^BݽKPtSm$p>䐷+hM EQh+T\yUlI>D @L`K?-fN[-m=` (W82ׯ!$n2J_`N;*[ܜdN\cL pvFssPjID6qf-yrRuiu?E;%2-hRӺYNq1?~Pi7Qrm~HE4KRM˼Ȫaа+lNet1Xl r(c'|Padz_,+3{.)IXYFeđͅZ!m(IC(h]v wXLB?}{g'Z#gЮC}kH uw3 mI= ewJ$/ L?8eEpN|6\ Tq^ˋ@Wdi X9j!ʢPu8L^&4̣]M+>8aBÖݜp"8;L򔛑h% 8錈ls}u $&:?r|'@k!pm*g"jG0׎&C`LN0N ݵM @ ;[w2{ӒcjB$`|xڽ_WgYj//dHs-{pb,?ZxD4R_hhmV8GڭBz'Mz s`]VPGln[>f8MH5YLYrbj;f4ZO,rj޽\"Nڧw!5Oņpr &S{*}`X,1M ;:=%3ܚDN`O5EɊWv")G'yk& iުVg͍78pgs4}xks3N{u6d N./+}zٷpYdb69L< Wde}fL 2WBtKryd`7֤;=¢K^YF t hy9& tH@Z-^Ř:I oX'4ȫx{nٸ=YmQ3Ԁ*$܏k].o#͏a!\%FQv$Dd< >r a[׉WJp$1qL„.b yZ\0Tz_Q7 "xF=־Q07  Qgq%C ja91F9񍩳F!Ң8‚5 c>nÌ'd\)dV.A%i?`x3XI^g>& L/{ [N[W]\XƠ?u_Am^? gt7ivdPy]~~da`=x짭$(V31i%s!ã|Xhts@ք)FQǛ,y^@Mn1 Dē31`6Zh(򔤦2IAm,ƽX*0 z>ّ\ 1V%Wx빛@Ԭ=ѭ7R;OpODg&*wqܦdE('rmd %jܴcX{:Ő'.d;vNQC,5V 064_ݳ +Ok/eEsj҉>|A| U{!΁ elV,o{5>cT{;L,4WeB/S9#γeˋ(@B;:ACG8tŲ3{ZWJHţYZHgj_ FAQisprZ_# `~ +Xv:B?"ka^4'/b{U+Ok8>خBk**LUksmk01g$"qy!:fA{Ʊ/Iǻ.!t#N)ٖÝ ufǁHYKqb2,M /SpHGfqöjh[U-QQ &8۵'QX䞔wMp1`r7qs#28 wnPR$Gy+TFX]a tFZ(ߜ_Z$<$/4B'jG;FeiwWܪq ݒ8?SRh2}ʼnhӼ"?\BfBϝ?q{4)yJ嚌3SA QPaop% 8Zݽ=?`E( ˷Ad|3h7IngCK/T̂:MIhߤ-k4st2grgC&R$R; LQ1&?~ =ЎO?I灨n lM=r"ļ&ODViږ:8";S_̽2Ina$H LCiY@Fv)^PEJ;T1[HZStr;SL vc-0 Xj=g*à^a{ĥ6$͗H# |%=ed7*b'D"Lr_  O_~3gt)=M'ӴNÐ!;x_.?*r"%I^'z N9J]b2chbe 㒏$:,YJK 0-|\<yo0`e3,DQ~H|9ZXso[8 8~%‘_\{1IlZZ:uGi-nxWÀ⪞JZ͒E2irh~K̑{ hI~ՏHVc߽a2ּ4_oR/S]՜J4bIACG ֜fj d֦bI Dؿjg>qv b\:P&jV9.ͭ[ xyGJRDssF{.z_^QO`KOCLL.ۥ+oX\/KG,ٚZΛ2_0yyyk $Y$H)߇G_ze9TjC#*kپ/l=%`!T(&dRͤ:+K6^sIX\q| tu!`W@8Ϙ/@6rI"Yiu,Yj`3reyR:"K4Uo"0ЊZGG6@|6J/Y} elA~R,` W n,=}]߭ʰksY$@hB״ #hф i)iTc|xWgk\2ܺj5{5mw'Û!&A( ѩЍs`.XŋsYVDAca"Z|4cg)KqKרH󢜚{E_[R?J|s9 .%4g$Vc Cל96]&9>?(GVFPkl^4cNi,mYlIl6TguF N _7^EQ?N\}kN9_5"6fu ۱ P9+ϡ ׵ٚW$(}ϓD@%/Xa#ێ9kE۩MPbn]db&b~^l toCU 跽bJ"-3A4>j{tD/~OF}2#)_ao/clӥ.ԯ\)r /a6ͫZ:0A֯ ~a]M -z,- kUa$Fw\rU"BAN2 BjfRyln.dmy_6|yDzLmb!?7G"sy&Fp( Df>)}#A0^'ĽVH_MI0|2G.W>Զb/)q Mۛ G*BSQr!l57I|Ũ>T׳}V|zu44tfsrk"@yu'0i^ :ƕ_mZef#, ZJV,G%3sD *)cY]d2Qzț-`H;]K]q7J_H@c.,CgOPi]*oAHABΔdFCdFx ){.e~ ܉҃';oݏz}ݘ~*%PX܃ZS֟_#AsF ے1 Ş:~8~s[;{ɇb|gy,MwL7 L;`@, ͊7c r5qedܱZe?q52Q\e2Agx}&K|;Zm܆dṢϢy AQfVA{բ0姮 dl.ReE֟>Hl{#d\ }سT*gPfW>8U -U/#<@mJ, UGOrR0hgL(,[BȬ4|-TuTPЖyznBrƉ?SxƢT _6+G(pv²Pl, =,c}') J3jxL2_ߛʔy<ˮMwJĥ26uƅ;jEfrtϊBةFRu,Xss5=* eS&f%>8;fP/?ȷH|l30?R` -[0SIMv52$4tF Idiig'DjDuv~e*.h"ĠH_^Xe.c1-Yˆa 3Mg)&i-lca@EX{(- Eh~bu-iE'M6A$jQy+Ð W B %$Xljt0PätCPu 4kj9wGm0C)8XuamZԟ}@DwG/Vr:ǡ YSD&|x}XB(5b'u:104!,liS+!Ũiʬx*ZdsFM#!n\Ď#oK2G̽k$G$dŝ2ZF\JlhL 'M_%:2f9c{*a!i֎!x7ZdaqlZ2o%# KЗ㧜yk0 8l)IĂ3 YƐr1|2])@V(ͪhou{9hz(WnH 6Zg[);Z7VB-FIL8'%7:~1}r$bT[ٺ=O\<ͅaVkb:$.n;@gdĐjɪӳ&6i5Q^X-y|Y4c oPvZ s{HnU}qHV\N5 cʗsPZ'H{i5aq,iY}Q.K>T\` uҌQ5y|veh#uׇc{ߢ ,( 0Ԁf~%|Bbx3W̾ YZ.(ԯQjJҖϐr~DH'{ ::ޠ)-7ޥ8B6v,4жM$*(I<#D؃=vI1&=2v촄ci(6E^}nS<5?*zkjDl$wWPyEMhl}-֖h.s6+(sJ&UujHj 5th}8q7,L3LYӻPE -7<O}|Wc7c;VtlTǢ޴.]  wg7P=v2\esoujfk:|섁( Ev\<՞4G݀?80GaZ"w~} 0w,u )؊ߔg 9UWWܴϮ'[l0 FKqLC ld}B !4±u٫taֵ3NH5M>ߜ2NkoL" Pm7F4on<~ÆQLVKA93GVNMov?d.Ϝ@AwǞ-Lj ɜь1ίY^n7@3|YS`FHi3QYl[ÎW[#l/>}W]TRu X&|rX@??qbqKΠO7Y$]C]M'f9Xǯ CJ)hO3@nU-BZ\k b`%Nwi7A]( K3Ɋ'u5=S.r#F%Α{eW``~iPʇLZ7 3Cx+}/]T %0FӝqI"}S@ب =|7OR| !%Tojr3Qy3D/ 5c}bM(}0AOz- ,AxrBR鏍K8Š'$1)̆\ %k2(7 7#,_~YhaHdDW>^LmEm(bՈvsXJSG曙Š7CX- g"ǥpѼ#ƈ}؁DvY,kJefG%δ"j**ݎzL3ivy?"5hC?I0ęCZ!zW1 Z @Srjb\YôNQ.4jo= {"F֐VVY&JB9}1Z}]lG.f6n7`Y Cal%SZmDM' Qi]z.FNQ@YpBC : HLO!M`% 7 E+u5 i,Mi+nUyhr=RkGU.OܤrcpG$XT#X}YK<3^ 2Qw}>(kf:&CXK2~M;-tsӵE&qVtT&?P xc .C1߱(wIZ'DN-]/IQoAp w[\vkXV{J+y f7őNL3λ.LA1~EiTZ^O 3F@Cqo448% b9Ҫ|JX^,Dz'^YżqL8ֳ^/)}Hھ䥝!g*4/'?=>6ͭuo?,{KV;3KWhQޞVr~C ZJsvTPnJCv[&LQwI(i_5jwR"ClPVYeu8\yJ|o9([[z뀪~2Մ?f?ŗF`r]/w[?TS՟>fՙDӸJ!>PE%Od~T?g te11FABJc 7s'('jR`s-S*Z~ "3ꅷ XHZ! 8EV&%2j6k2^KY,5yW$&'bsEԑ>W"U"^xBq qp(ΡHwz1g/n%Os`aKZ1 99;!2uPn:F:>ZB7iH&`ءy'< $b!$xp6 IHG_jaz=OІW/|qE xd"m$k vD;ҰԗH9\MQ;꒢SvAV.r'4/{(ӳ{Қ0hX ry#fMD l@4"icҟR vZ?lZ)0~UvX{^p?ת; o| <H$0JJZ87_D-8j[y SJVX=lZir&rd?%<0.)cQȆ}/ݹջCb%hٿ>8zDm&-"rܯ "Wۦf;e<~~f;ӧB1J7p2vyAWb&y ;֔:!H5.oa{+FP=OؑF'l (w -#2l\c St&8cE&![Y lY7a]|Q6U, ͹J ^6gʧ- *W㇧6yH=3# ȍYPڻ q†֡9QkESus@g5pWz!댓͗Ju {_)D[ Y,BlOBmۂIHxq 5pNrM#Z Q^yOjSr AÁu%NJ7Nt9Bkbp??&e>pk"iJm!tzaI9Scba+[wլg -BL3KZ3v[m[#ב: ynHV%NBrj6Ƕ1մW;:64+敭j.Zh_Fw {+x*3$4}|&'$ mFv(M }<"tW1wg)|qB5L~N%QCudEY+bgcُƴGX1&~} 2Q?)az uhcs"=m*XaAk&]Av7t<i1'|u8CuϹe.hwPP]u~AFxsd<%$@M;#+s[QRCuzdNsG41_r3/)"HX6aW .oӪ;O̥@ibw<-Gܬ!uWKѝ5M 89 R%?gP,qCp!lmz8)c4AR">^^6)@Zs^@F8C7{^[]jq56LgCVt074n ˻+zՈ,,2*{xv5s4@٤ϫ,%Ykliؼ&Э g*{b\p+ly(ћ{whq3 (%nR:jDێv+6ڳ9##'V(wBs$cw A')Zۣd$jSp$yÏvefLM9'27и~4\J%'XNְ5m%W(h\'>}eb^<3LϢ" *ɢ4kJlNabmG|Z@|u N [#BgTKm v|eL8UM|,PoLA۬J*IX]%Zx]A]|UhϾ3B+ hR8j46R80VtC#xɫ M4CW+wԠ*Zѷ- Io}{~ E|Fҳd[, KGt9qf3<;6:mvFv&`(Ǧs|D&H"SlhZ#CqUo.M loDG>⃢O)@(6'$[MF`78UA0 ӆ~Kz_cKJqBw5WTl47I;Jɢ/+ rK+SЧwC&Pn蹂@7w4JQtz^f%G}Dp$ >;轉=GAï.۸)6J|<ȲZ۪8$^, ;U;/>n2C "2 4lKy'{w-*-;njl58dPJcDp Gd藆,iv8gF%8alSsI 6vvb8TabP5 xEt}ie)ߞYĬ 3 )ahr5h*i2ޭY 0'w ?M|$ޅ!PR-O ~>$1ЍUν-#^<-Y Tpp ]%)ઑM?"[P! *#i${Pe"9G;vU%Ġ^v{+o&6/- iMq6rpOT~_ceq,7:vk8/Ro(ԡ^I $ZW `ϼ!^FWH"0Ro<^G*h-`=[ ^%AR~^χݾBL}w Eؙ9`HսUm4;l9u8AsrdɹزoxWSHI֕0䌥ݰU]S鱚(Y k4bE 7tD0R.W SRYt9DP?PֲL=7^ֽKG"UY;*j;a cW9Pw2'c*<8S @&֐~K G˷c6ՙߗ{~I*"$!׮\*<H;6^f< ¾` ;ǨjTng-̢P.))&Xo=_@hoCQ [f6X{SDH|Nw'XZsp @#xA.8%tNm{-Z|>Lz2X_iK.ZJlSg[4gfe`ܲ?5C~'}wAպ cP*F\#.o@\pDhe=أ$kfů/M % 42ar >7~ xsj`z%J#x?[{ ?jAiC0]:*P~ŲɴF=..2#9Ez)ZnI)}1 :AHX"mkeJiuե>0eF|K&6 Jḃxzԉy韱SȬZ:/^lwcus3b,I`B2j`nl$4iUcV2:m8n:Q9>TE?!W!tHL}Mw̓mw"'H0VMϨTۗv d)s%;}\DysX}cu*d϶  xbY]D?so'!MH¼wjB ªWĥ^_0$|'fuKKW+Tuي^aD 1 JECx ѵ9NnylO5c If7*L|9雾>I MhuF# tdHb ?N1Hqa(\C' ̺q#P8@a :;s2`IE>.mWX4=5ȗHq*pDC8= oͣr$}T˰!i{؅D$ڣ@QdA-sF-Q9PzG >G`l2}vy-X Vl"Ƚ* ]γ9v?a{М-DDD?/"D1 ;Zj4!ňXd*$?tj5x1٘ک[`~ЎSXު]1U?GsBG 0^}m[Nx'&P\\i#? ?/I|D@f t)T)%6 6qWCHZKo;5N|@|Yd:`Pw|SdQxkmZC?>x#tInRٹ"֪0bpR\Nlh#6ɵJ}Ou˂z9uE< (v8r/>ghX+f_ 0LB5.-,P@-kKRUEEݱ=@mWCa&[Y.,\XP|-Ž6-Q̓([:⡾Zg.AAY<]pg&@j5f.3Ɖg`/|jgf&wZׁwU ^eNZӡm+:]W+aH(ᅏʝAR'YSɞ?6i˞Z WZQ 8n( ]* ժ,ctU9eEH~O<"Dy@xYPs1J-S! 6̩¹=tcfH*[݃~F9\ys}֑_yB0w,̊.*4!^$Dt] COh̢(n Nݨ1y G>{, ! \c4W|pfCEj.&*hryBY@‰[]O7f[$l<_B >c|C܂t3,@sCIsYˠC$%5ħtiQ W^o 7^Bwu!T<)zwXj5XДnIU WaX=0o6e,Xe8>7k[[B&&лL"ܸ҆ld栶Q]lDÆ/ E=*].T'>ڂ&x{0C "[3EE)-616;ts- %FH<8lqcIsZi+sWI%reA4[JZ} 3&QXհBq·6Hצb6XBCwL;]LNK.`rD?2, eιkbVstmuC:ճHZoR:%33?tj¿)8~ ߲& g&2n4mAb߆ujTt{dQ]`aY!LJ͇oKJosBTPtT-0()Kl j_clRٯ˘),m+Xll$lԔ7 idU- wM1̈Yn ; GQwٹsMG|1VD-iy4ءWbh=: be7Ɔi~<ƏSt.lTANW1#ذ63ıx]$e~v&C Dj X$V`2dY%2 TL$V:/R 1wOwL*_~xqğW?f$)sTpJ9=bUJ3sѩ&}hHt_Q,7O,1v#CDŽvJe3Lf3чGTB_bink~~3wu??I~GD(H42{}̗p|L)c]&m$# U)lqaƟ|e. ?nȚf_<[l.^a\e>9&{F;EJ6Uk1^FO0cմ?tԺ+BuGZCO+ԑg?v)+®)%KrxF쁩qA'mr kfo8$e9:t8lPw+N,k(eP1>lG=rÔP`η‘5Q{<`,393 28bm T6l{Eg+tQ+!*>]B|Kah*ߧ  CUb [? OHc̑"A>Κ/c3'!%RHb`Os|mPX$b'q)]GJ;27f ׿rx-K=sq 8x4٦uC!tQ#+(o2&NXO،c{j±E.!<=:MۥS@CCL8Ǧ7.| rܱ1J Mɗ*k5WtX=0"L|0 EczuQ*4EvE| Yrmy~鷙麐(f2s|A"y6#I]'_A$ME My}(58eƮ8wwW#stObEz:-dc9x;(Gb8/"Ow],ĝn 9 δe;ڂ#`5 κ 5oex&wu|9jsH)M@VDbJS'XLt ml!V^A.l-YH).Fk&A94eވ@=¸؃;paIXv3"d0OfUW=8bGC%wnqީ`;TM {G"jm*SyIpW6 'Gl=;W:ebh:j\õ13Jk,>@1zq0m<2ḯs Pp3D&L4LibW%"M< jvԜ1nUAV5|S@Jp}KQTZ 3רF:=E|.NoT֪k+x<JeIӥDߵ~|m/oKX?O[eFKK*~%{z{7 a!3?fBp%e s}qn3y@vZ.ʸ}榇==cΙ»Ǐ̎ysLZ/ Iz-/)6&|m=Ukz#!oy-,z6Ag|~kFAGۼ DJᗨ9͜TYnC$s Α_wJ $ ije1:U99am|Ў-ťv׹v.I#Uh_~k0bz M&x=Y ^q\ 4z#褥qȓSh0XhdqM>dF^` ,1r ?krJ@lj+[(l2p7Qn=I+1os,p8_`_&kZgFLYim_YSм_2?Jc֦|#VFL5&*c]spJ;FT!{.9ܚ^nv"[ 8gFѓߤqR}Z!now+676 "gָ>ARVKr%aV'V 1ccéRes4]486Ä߁~u`AT)?d l??ʀp_6tJɳAv+02]UXNыN{/XG<;eބ PܢJv`G֭3Xh$4VUndzkS4tTV)ረFFu_TǣA3aBbe22R] EmMLM qvN֞?9/;`5Y.x NAbmF>kH:iqϒ7U9v0xwq9RfYxzJ2  eV1Bӳ\35ڹUT2(zPpQGFxy\۬;)BÍ,$p(QO!V.|y&Obfmc ).~'xNP\K?~O(BNr.fa+ _e@Ƀ^JQ^m{&(za}I$|l 5V$ߝ& sOr`|"m-ֻugcjr{llvv^vL|@eO&9Ŷt?;kG8u^oDBӭn(Gnhr&'c=Z.q0 8iuon~rj;뻸7W4CrakQbn4:ME>٭9oK==9hL$QfMbLF}2P )3/IV8c{qlqܙ!(\S>: |]r7D,C=ͩ4\67R[sWHKlί^DүN^.};TG$+0@M[cg[zu>d%ߪȁc7L$zT)ԫH|k+;BO~>+/s:`ZEOL ߰*gz)zBLը@4hG5K~ ;™'g",1$_/hݰʵ!^ܜSoVݬe/mͭ4-a|H\w Ng Isv4@Y J1T훚;1C? `5hyHJGFydB\X;TSVF1kFYc`y!:jx H+>T7FpH< o.~8!7+Byb?iB2d(bEiFMUŽky? w"[ 9i!|>C+nbiSGN#4Gۨ' "p,svx[["'u)O`I\hgiZpR_;d$kF dk])>X!2b2Vm{tch뱮`` j=wB tl\(ڶ=xe22?;ӥ8iӵ+Ro\-W4q;I$"J39ċȔ(w~j皇(s7X1N}})v."4V"keNbޗGFFЖ[G_Pܒ~oYB9-/CҶ-רY0V 5_* q+B1$jDV,7QꏸR>8Dge谹)Lvv?rp|(zPJͧ=5Rgn#^VH>r ȫ>?J dba'kkZgPӍror3SfyӲh7%;^aK3|7mL?OXeG <_dqL_Ȭ|;tvьcR)owE(m5fS.*‹%}u4Ety8AAG5oΟV,T u`j*/}+/YvYq\d=|c˦h^X?P?,YZ{)X(Kv?jz1q<ƨ$bSKW98*lb=O2 ;4St{eaST('OKDrQ3`iLg=33q U'HKo<:=U8{o;=A:CzkY֗t)$:̃Jkl/|d+Mcߤh=WGzvv ˅<ɣq0cL0}q>q+\'t?j 4q!ct_Ql=)2M@[AhawOZp |Ҕꄺ3R3YR*5ci.&w#lWΈ;LrtÙVC _`XG!~Uy# @>#l8"!mxW):~"_r¹6~_nozDpyK\ЀjHfUS8L 5vRi~. \&`Kۃ(fҏ}.'udmQMqձrӝ">7ȺWXmf':r%A(Ye E+&!&g<@3n N)pFP:5w2~[sbg'\׵ Ȍv4~`ٿ fs. O~!vt̡OݟKn$Ux1 K\"&`ۓ3Н3ZCQ- Ղo3x7Mr]jaWБ,|꧱g dRG[w=~5ӥ̠QqE4?%Xqd`$zݣ]۫gWjJRęL~ 0Is|)rVVL@J[7IὄWa&d5Qrg>ZxQ':1^+eR~]l:i#bsLce+[$IqY48Y,qӃ:4 7dM%^rG0V4>PmCڢR^[duZ#$~Ɂ IImvua'1G{^iт̑_x!Rl Ȣn`T!dA&F"cqLժswM\O ïlY_>$%/=bBk%+ZgG?,`@w0BjS%Yk j!YJz3~ )>zoK-pf;h3#JZV=A5vBZpFu}Z83@2|uHlieaP>/ct]{4#5/]߮(UP5òYF"g5Izv/&AF6~R{st_M^ ΈL $j3m va)JشsMbזbn?xE(+J?]Ѧ $*rd uMM?g`K[|ogMp+2SC *,["cKQ;E2S`4 { kwzҮp!Uu8.  krA%̡{l`H"!w,ԳMu42&ڂId v3.U6H;Nԝ)j[ۯv+sLU#uv7<1)2vhԞ爐Ӭ' k;pIН: ߤ:Eԕ 'a)n-ٟfv rneټ0w`L%G OH/D]K]9h\)N;of]-嘾;Pf!Yȏ-gpiIWVJˠQ J<ũ()@t`'!-"YfHI%mzΠDcqKX,ɷ"s72wZAGn.T2 s^DQ9f6Q/ӵE7Vy3~K~ECH NȨeSHw-oCbbf^pzXJ QF{pbŮL.HernpTtYuN*ʣ{o5"Hbh!Pq*"}+<;|76D,&( g#tr~OVyx"%tם!,'*:/J%|6 ~VP4>)c8qƾbV,WD{uA J9BaA&$- LsyV29 m1iL)&:Q);|Oo#TMV?)3M|qQ H1E?;xx(@+S^ywAo˦Ug~=k \ [F_;I 3NZ|4Ñ-e9L.9 %aDVG0~iyA9%1ޡX>KV`@IJ<03mI8P&u \ PԶPqVY 1PyUm[FnqI2j35p.`y_ uX@D !KC*WsbEs }Ilt{SDLz3;0XoD!tb&kNM1[9NES7t WI@BfmI7Y? jJȩQw0ܥzť8khPd c׍_N]_A>«9EDo.DfTl82S56;P64K^j,;n|JRcWXuchBcASۯ.*c d/P?-2h~t I_7ϫ%^szੳ\ݿ5dG^!ZɁKIU&],B[8Dw`Jt0W=`Tٌ%]٭8% Ij3W}7- U(V %җ @uԸ@rҷ~d'˺fƯa c8$ n^6tJ өbU\EӻJᶢ/KhXmѢmTm\ U/"ksUGgu.:^-K5{gáIuڠ B 1J@Ϩ0G2#ϙ.N\6#.ZW-Y$_s6\TF\@6.6X_k\I섆:?Qdl 1R@O2`2bnU3 1z"? S7[/a_îc,kT4 𩐻+vrDm%xp>A($l'Y)Gi{&ʹ*CШH9maMK5QǵU{]Afޖ/ybfPڝ C}FYMw:T%c}]lW%F0tޙek] yON 8\=9X8G|&(]A^wkua5ޱw$N-ͥL9UģqL#UP6*Ma{qr<)*7Vlu S=@u%AlB)&h(Ɵp,Y%w[CmwaX ^%Dq:hBv`#BO_- 3egߊʨ YZ