libPocoDataMySQL71-1.10.1-bp153.1.16 >  A `B !M@eee24󍼎Эhe\J8zCl*:GPh&[rT6E7BU3ڿKf`WD( i''ohnBD8 lDNp&\Ùoj%ULo Q{=%c*lcB[l5fn=5pwA㎫)r@ JZn;HCߝepcE|ܾΦrP$@tMuUq_K~Է:n:75071a944e75d19ec28ddec7734544435692a6d99ff783fa6a608a73c24f59b1aae09d81dde7432773ae8c8d277d6a0d9da403ff`B !M@eeeH|Z,f")& :wrc15[k)}6Ljes.Sl-0#lM]xap@F`?FPd ' T  5;DH J L P  (S(89:>C6@CEFCTGChHClICpXCtYC\C]C^CbCcD}dDeDfDlDuEvEwExEyEzEFFF FLClibPocoDataMySQL711.10.1bp153.1.16C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.`Bcloud108SUSE Linux Enterprise 15 SP3openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxx86_64`B6c49ea7671c912682dea3d4ef50b302887efd8d27bffc6af52ec20874c7f1222rootrootpoco-1.10.1-bp153.1.16.src.rpmlibPocoDataMySQL.so.71()(64bit)libPocoDataMySQL71libPocoDataMySQL71(x86-64)poco-datamysql@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibPocoData.so.71()(64bit)libPocoFoundation.so.71()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libmariadb.so.3()(64bit)libmariadb.so.3(libmysqlclient_18)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(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/ldconfigcloud108 16149987351.10.1-bp153.1.161.10.1-bp153.1.161.10.1libPocoDataMySQL.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-pococpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=109f1c51d89f53ca197047510aa836266b39d7b8, not strippedPR RR RRRRRRRRRRR RR RR RfthaGutf-8220214d4d71cb9224fcb247b676d0dba09033b451790cbd4a779c007f7ae6a31?7zXZ !t/-] crv9wHϔ^h8@K_Om]۳N7n?FqfqNܹ Iz:zaӲ!0?aSMιMk @UN:B^M^(!mfW/i$Y,/k{r]i3?t>"IH:#\!C |]42 ܽBWo;b3Hъ ~hüJx(ayLnU(%4tfIZ~GGMЙ`PD8'iSjP|sOv`qN\ՙھ]З=nҙnҮJaU2g_[zNfŖK8F!RM芡U#!Q<+j`ߒ22:*Q`" 50,#tWxw.ćYCv VCB4j{fU`?~8f$Zr&=rZS6Jy3* znѸHnxEM s%L$ Ꚕ(|0HڈN$J-qxÔ<8r4-~m?D7g+UZμzq|q^q$4Xs1 ʇ$?UB'RgABw[OaPgqnN{Uy?v)+|D^!.}V_"E).SY"ic Rnk(ɵ鴒}È@68G6`*.-[JIֺ B̔[maKt0:PN2x դL}!Q`eB ތhQ3ҐGs%&D${fbkW22 d=&rNoK)}c^HNImyiA0e<=Ԗ7aAT'\Θ)-~މ+XxEҡިQVAĆ[x)R&*1nfއDF͎6S:mBRޏU'o0PO䨉^R|!'ӒW Ԫ-]M`}g|KM" AD5ժ ^d4=KN^@DԷ0lH4H]tʶ)Nw$uqE- JmĢ>BKxDŌPiWҎ5=KRh.#Y~\S|4R\mחw?J."MM=[AG"Q akyo!4$=drJVE(2x*DYld( Npr`Qx;'MgƮÊ Er2Qc] d?>aD+%#"*  6= X*8|COIQ1&̬?B?˸$PQ37Vb)0lL.mh22u.cC(47ciȅyE4g \GNf$n1f/pr4غj4΋XyK9UZ'S.]syLysq](@Zý vWpujqW5Gl)TnTp}\{oY(SxRr*2NPjL3ŰHc3p42қ-==+rȸq~_$`k^Yi$W5\jvf9_L3W<4DvZLh%5u|0ԁwCUSj%z`~5TH9߾Im=U&6X)m&@XھPM+Ti _w(ΚM7ɗux˶q6@@}ѱ&%,A+eE}R~;{ [Fj^*;"bkPaN|iQd@j[]Կ,ӁoCUT$ r7\Q @ f͙%fXak"K0kgS+(\>'W3_hfoQnAjwF)KbQBUO.h2z(4Pa4RQ)'Ck˟j،Wz!+jŬ`0FG'&aF Md%dS6n 5\s<CPLk͍Nf`fwj|4.h@ cKOVɠ؈K CмV4 o)!C鳽. g ؜v6 e;ĆJ?ٵcKM)9'}&FU S^o`ؘl:,~:0Bgu:1܊A)Z%YųfD T gX' 4qvvپd P:qϛ@jaWjت/ V ro(ʥ(0đ5vp UV>>Ր*WՖӣj@e臢|WDZƹto:iu:&gIfΏ10]%D`rB<6Ïm@r-pWDB+w$| k姴#==B# Q?LŰ` 8zf6b#kkLaQCn"Lg f*xJlڛCƙ5MԔ/^cI[@qD lό `FeRhn!cIv1S9tX5gLĸ?G.*MQzuwu\{$YXg6ǢKNt~q%I؀!]R#ĦSD' %O劔̸b!8m1 ^[4gHG2dc"IwM6SXe[cBx ż ??Rt.EAKkZBu um0rK繮#@Bj ֫nF'T<|OhllYvRA*ij\*vxCr XaHK#CV2Pw'3ka56=rRXo e6Cy|a74>-/KNS?3ӬcD7iL9*%k Sբ28/W={0'FexTVĠ&ȝ>zٙ1{.KY8e?|6V%z&MSmgg38w&䀃I pB+@74J=B]B!^OKxckRQ jD WLn{#xv)"'匞7Tveɀ:`?FRA+(c?ݾmBCD,lf R2-Uy\SΚ&L6wJXaOڳH< v||sܚ!R' VuOMOg&ZoR:@w,p;YxaM軡^BBf q"TajF94 n騪8_*}ιv;ڲ76Kcw,zx16r}MI ^Pg5{ hbջÒ`X8h dr. ]c%ZHwC{ǏLTxq-s_'mŨم8(s"qq#A1?5}.Ltd`_+娑qܓ`Pao"BqKY:b~+UC{ EllĈGnը#My-kvw[ ڃsԲ-_}.I#5'֎Rj+:~'JGΏQ4?ib<ٓ?OTfq&r}W$2ʆڲRj$z&83f( ј*ȿCƒ~&g}Uo)JK$ot[Xxut>ȓNZ5GϴsPU~ܺ6t\ͪ;TL!O9nP9:{"T6#쏼%9D)[-* &\Vqg2"jCJ1Ltޛ Q@0aƌ Jslԏ|čFE8츨1U' vy5$5reaU%Jk@k^EQ 1;k2裄}$/܌KK씩9 V@VzO*Cb-'(9ж uEB4Iޕ<9ƒ0{Ʊg<hPO"||&f]9v(]E<3'# xm)0VC^݅բKZm\7oޱ7bQʨ'[?CM]yvJ0R緑C _y 4&{߂(Ԁ 9c#K!(\?5 ޣ doLlDKں݀zLN@i<7ފiC+ G7CUuR~ٶ.Vr#"E琙6ƀS,ᚆ/x\c%rh V]w84tΗ~#ڗ{灻d~y]oWIq m$vhsߝi5XQ]ex(zFv Է"zM3fԁo%;fF0]?T PTчa@Ͷ; _2"T}gb,jXV!oL1C7>a,Y[c1N y>54M)6a]9|'?A\S?yꮯb[(ָ qjIblPe(dv] ~AID\\kPn@ rHMKKڣ:HqnҺ$UvXCǡ17+\S09VG1_wq'o%H崎[Je[*wLxtNX[*b4lQ٦PZ;OHCՓv'C+Is6~q \4ƩGK1QRKh'ȻJӟ96Oh"M9,P ٝiO&6ϰBRUM8Y3ܼ[6syA.C0YLYS9T<6W9碏ڔ~!Bqߎj̕G^ USDmw:մ2I¹N;` ʭzH4WoJ;4[ڏ;Ft%eR7QJwmxY䣡  ӎ0"6<9? Z|q<"]5OQὖ0X-A, r9YxS劎TwKz'\VZ-Wro f3$2)+,K(F_CRZ:ZvȂINW6ˠ^_g3 Dk bK N`J}޿ 3/X  #^Ma`jxD}C7o mD'P)  Ȑ܏B~QJqn*yukHwcLۿԝaՍQ#+7""~IPV"$W`|SXN#gZ L#(XWaeuׄW$ʭ󾰏4ccc0L ->Te555ӅXh1'_8@Y_`薖QWZ<`B@ʼ @M͑n J6*:GwVjs|l0*ّ O|KA)=.GM96dT5y':+"D([I[T5M.]xU )(iHUhM [R2X[X6 P#sd{ &@pԎ<*>WG'1`N)PV~z!wQE;`%ւa2t;=&dPefnC_ #weB=:I;"%V;6W3f'ӟ5oÿ{;-/\% *%؋Rw+Q &4;WW"O|u.Ȏ^!\hJt桛uϹ8GWIplqW%doXU>V[9NA54rZx }3^-?T@y#|]n#ٮ}ɋst([ZHrӌِu=㩴f>i;Cc}Ί-gcUᵍb SkNuN7S Yw8j `Uu0RnVE?=nnUGI}avDOA݌A OR\^hv&j_h5d21I-yHr[d OPFޗ:hºe(ĮL?VOBfTƑ,6軡hd`h Yy%a@'|v/ P\b_ꄘ1iÛc9T)$[Kn=){^wvX;e-Q[\GDyhZ'Nu=wN֠<ɝ8gkihmg*s7#gOg# +,j#v߰ ETi>0cfl \pc%%O– ٝ;.w'X[,֡G\#XloC_Z6 SJGE DRRy grYe=Ћ ;\֍nKPaPUWLn;w\ s`9Ln.`7j9$!T|Z0 »J:Tm0|``6#Ԡ˪B=rhk1+:(8a|eL#k<1*cF!. M3Dc)h* R` m{meB:Ywz85F+uUp')Y ZL&l#H̀!Uow~@x`R?\U&Vh1ٹӬ>:r-S hЊɐ)TN3 AAY,5}jm {T6~[2 w$w)~vK1vWU]GG"Q8@I w_u`?d ؠEDDLQ?ꦇ׃Ó]UϹS$Wjo+JRGxųYK[<dJpl̄\=2Ckҡjf+7vdܙfh cvN;5~xt I(,ӅmL$qхGvԾ.=d1"vCΐVLcl7/jGO}iGoI%;3iE@dv=w ,QZ;ڱl$PBZ+ кÂa3ѧ5K6z1?ӧܿ@XBAKsoDCU\5`5s'-}dR_mn'^^ 0OJ >NN.ċ]9qÎ"-®pF1#B4PXӻ1hn5*qK25Gz09&P<-b]&tYɂ5I?piѨ~OQᩌHsZDft 1r谰)%|hSbUc.7t۽{ELh?2.ge@2g$ Q*IpLQT|; XxFth(E#<,!2U?V_rkumƵ#@ K֭iUrӀF 4 cݛV,׳שp4<00*b\NbǪn& *`6xdnECmZ h>yT7K2O|JJ "-Y|T3Kps׌e>Ԅ#)n7 Aƥ*䔅h>8m)P.aLpg r!+r2k:rFI=7Dh7m]V+H3N@&I6X 2p&=_`f@qiA(+i@x)a)@[|/\\on Ć,$Wէ`e⬛k蝌@b"yPvuӞ2b#  ">YF`6HzkLt*ϕ @+q/O@Mn~VW~3u,0 /* Q ^5}@H1TtcO 4$=rLD[~1\F/NR=&&r%xB%Z⮥oTPNTleelձ#fPu{c3&px(%d>BT,KgtM; JuG2CLKA(T#BC[SOveyՈzJIN/TOXysh-2)ڵ^ˑ=U]tE J\?&!j.9T q8}/M䘔=xB?Q5p֩P>!w,9]=ȷfrXSv'}Cd'gLQ6qo0s}!j/&ζ#OŷXuӡaڂ 6UX2dC`m:bஒCS1b3̩@0$a$(Cv.Z܌HbFN/C]iڀ412jdCbOAvNhw~`5b|n5lpnHm>0RPP9IZhq{"e3ɿ/2nzSWyϝ ]:{-.Y<}C5=TBc"m~m~*d̵U>md|_#_cfh;xeu~2<<9 Mo_[gh:hnAF_A`ꨔrAGB="޾*bND̤$<.'%RPP& kqN7C-Z Q(mjfv0-CXR2G/:]˘&cΎ]\,8۫H jߞJ"YmIrNpHz"Ͻw` RQVFux,<'42Cϸ\J m& lPzL0yW=^25.`l0+#OMx:ťJ|֥ 9Ǧ.k(jhԳ)tnqa\b~(\J*b75~1&]}Y"oɟ@.^k^ĽrMp{VԠͫ, pc 49v{j)o+~|uʻ<Jc azaMxZBCv) {Y^yELO@NV&c%)<`?klɇR5b694|+vI{+aMIC9{ĸ'{ޚ+f q ޝTEcꮦ=~?-,sT==I#FD$]+!"U1+bQZgZ: q5!ƌPCO:g. ~ Sճ<| DgUM'H9Lг>HBV/Pkb^9;-c[xåVOzc vcN^V܀+όBãLտXYL :PW8z mpN?v'g]># |q8b4dv ࠙^[k »AlM{zPV{0{WWW ;Zr. k%{S 4[;"eSLg1#'rޖɳK*]AA VUT]( TѕZ1fE^%`u6|DSG 6A^Q_>}"]>Sښ6R Y+ C Ofh~]^Wyk0wibAA?4ыWj p~'S=5Jw^ 0 g,ru2ZuSsb;b' t~om8Mqqxi Yb@X6 diw匸СD&zkY0JKk}؞(TH%⟚$A9@نdo\'Ў ^H&G✉WuV|{-|e:iҬw{n3"1F /b3$J 4p՚A_OMҙؼ8[avŝӜV${ *ۨ瑈dw*o1Uʰ`"MiwpB aƾId8@\ɊVWLCvdG_B`aviPڐ"i5+qjzUHtFCd89-dTA==v^sp0&F!}G~:_oѮ`h@N#zszj\&^;^" {R+fוuf~}7m3GM5p$oTK͗[ߛ z"bB2.rF !' 2Ā,ܖ[8^=Au5K3I+oo:28 RnSby:h-瑂4l Me\*RhQ . bnfd+ *0 pr3&/ycM"g,&3=}$ b 6 C\2IXO2垽o1=N*d.ۏE.mILVi;0ub>^,H ݡMDP3 ?IA _"ٳM{tZ ianv၄Y~9OCl8me[?t_`(F)"%f4YlW؀Z,+L'O" ΘO $*iOyOSbkwx5tӞ̾APsgU+V^LЃR7Dbk̃,EcJB\y4+^3l7lS "Kg[Y !bxݎ(o #;xweHÔ%bO$8T#F-;tTK!>琲;[J sT1` *$!_Q;6c. 'Z9h:Vן[ 7T_y:Ǣ1b(د̐b7z܆#t{'_ibD0Cޥg3SH +ů_R* \jU.Q`dV&Bľ7%]&{#Xrai51dDb2Ncu欈GM^.1 V]:y<9CL`SY&@ouC onecD٤j$#ĺKuI:Wr`Kv knNUNL1œ54QaQRꯘX F#xy A6`meSI#eEyDO?GED^#-ͰONK~T{=Rҧ?kr8Hxv.WfYg;-dr=;ۉT&NN1:]vTNMC=K ; Xby<,>{14=H͓Mm6k/!Z\n /(Nը6TNzSkN9n^ԣjcJ^0GÓ0O`A2\)5nfP<6NÌN=6U ?ϔv]#BCȢ&3g`?(ϥ|i#vCUdՁc#*;#;j5qjX&~lX_#߄ j|<+VkUpl͙'ɘQrt %3..hNM]}A9 _Z8Sv}s߀-v#(-f!Y7eLKKʹG ׎YfTF"]Tj:L$Z6fKX&C=ANSk-#Σ(*;S~ ׵_C@< ų2ez\?pMS4TFLDi|Sk!4Xd|ޜrYNp?C}4,S, ً?:S@=C(̲a7#HkWK.j)fBAk5-oZw$:7\ Z֡v[Y@-=k6]tE6||&N*u2<3t,c!xIJ a\qiRFU":4sBkLR ͍jdtʳJ_z ʇh/eBы9=\~'ʒȃӾ%BD. % B\!Q۠|,v" ` 2JGLXu.&{[VqF9ԯCVcG*uO"?,.>HdۧT~;9QLyH:(Yl"&J,M6 sL^dX_%?ve 2##5tq.պ2zo;vZph!5ԭjuGWx8zV1kNbHݒqxP|".sO{\$TϚJ}ۥq ݑ@ ~_^0s?.i+ueD>B7s<:WL -Jх>aH@YJZF|?/]Kn}zBV@yj B]rdA$[T`: 8^Z&/Ap^IxFʖ5䷐ 6@-~D!Vȱ/)MmNe!&%5%![wq̔ERkkm\ v)Il0$"I@0wQPm&S,,FWJF>S.:&2أCO_MH#HVMja!ԃy$y@;,8\YYu u8ZqF/L|ܗRVЛ٦ǶzG/Jp4Z ɃR+`w*CW>:lz9ϜTm4Xȍר`*(d$iëbidj/n'k]2+kͶjg8[΍)j-4ûl~>^Z[+V̴lmYE@kI(0Y;J#p~Tj<HPM>e(?U _0iݗ%2cR{.G״ NH&JAG X0M/yڳ0̦djU7J\2A=bp*w){ÁҭZBÒ԰_>(_/C.kɂ~jE\@Xޜ>J :6Մ5.\zTE U(=AȏVuF b"P 8!t`UNX-=AdF F ĆUYNXZuQ&k3r!Q͏](c,uOfHqxih~ZAD{Qy`8,z]xpP`٘bHyoQeo6'R=%ErNOZQ {UJfUx" E[+a95z[8h($f=-`sKuk{f!RIgn , ZD(ut/VU/Ph>3sсo0L#K%fu(Pt yfshmcfc!(dd&QTA^4 ~JҺ[DoIkxd_ _iL1}NCB:1&ԗCGXۣ.#H}'̢wg'ye_V?n-)ܬTEz_pX8s<:XG%_{稕˶ێ'qTfܗh1%'3Xx1)Ɩ;%au8Zby-zN>ni;,݈F7*#j:tFsrX>AUa}|e *^A$Mh>™(L\6*V.UJC} Isfz}{>):^;g WTcs[hI፮Bd?9i+}R?>q?{: |'&_a Q"E)Y|OӟȚţ[-bJȡ\htFy>59y !?|8LLqqx&Ad̖d;n,dd-؜=MШӽq,4mmxTAڕ`ey 9!rjVՋpΙ7RBPd%ļ\ v.BnB 0wFc )NX8"P,r\9!.SԾ- EN{h(Km TшQae;^:baYAS?=xGk` /Jt6XlOq'KiqHܒ9ljK[YLTge,V$t"^YY{}jZ}Èh%v^Z׮GS %>&9R\ ֻ8^rTgsfoI'='- Ǯ]Zǻa$uyדBgz-y\';$+Z5!!N>nD[fs~O+Ra}+OKUMi}RJ@Eh 1 x#od5W+˘&ۊE!O!j1MeiZ)*Q)`^?Sւ〮P>y*"`;/I CMZ#}S%k! cc,}+%䫿1aB490T)xN;J.U"PRޥaUFryM p-[uBC?h!hdPj3IyFj6`Fdyԛ^a!Ԟ;]@tE{g#oW% #&fLȏDY<̩ bfҒ>2j6Xgp&u9i Cʤu~y]~/[fȕ5Qw;K}TA & s1h(έ?~e)Q"[XX\xrEezMcṍ[,DGWR@h7Ԉ:b$Glқb$&|C 1IT9`|=诀]xd PvlޕL}gvһUG MǠS\%ENmO?H%""XDuݥ$ 4K^iv!8/N5 @rBV-') S|9;ЁEh 2+ zZ?|L:B)٭& >gJ> ?Qw!哱`e~o 3UPqz:)n-'oMJ+I`xrIfYUd` K\I؃|WXg^ěa@OTPQ fY(/BG__YGW@E d^,}+J_4WѻF7td󼐃 uYvsQfGXPeZE=0ff#hP\N{ť.TG}~>gq؈MV^^dPxƇ+I &}SnOԮsgOSYK~|~MU0z.-CGGnM~"~hzGKxLGk=ĕ}Kz__0i9.XWT[ZE$ 4hQ7& ^$WAًAf x \KGjG_q jtc4i9>7r[M> V-U?8UnAU@DKbka (u쎖vx20q4vs WzQaΗ3i@!:ZɨsoL\wWjlh0XL#D{6Zg1Zag+7QO'P]y),8FVaLu4 N쾌`?i"|$oM+`]g!+ߴ( 2/!I?\wdu2OIPq%"}GrW*d92JL2FnH + wqa5L٩n D18YԒ!b߃el!b`{j|3sp֕2|˶*90xtHԣH91:J屼KĂ2r}J"n[`M'ŢauhYWYn G f'8\ ,5r Fu .|R:{VjTJeh`ٝ }RMB])לh"MZQO:fНT7BSz q c{vor&'h(*j!fX(}F'?rh"H2c?y B-bx?7|b I#zr[ v2!yIRA~yw>Shy9k%(l ZD f?w4c\j_$~g{/0T^}[eqpesG,fc0%PW%5#,[ : . M*X^\Rx A?>᪥i~.UcNx,#nq-*#j"ACng1Z*6.Xr~zCl|Ʋt80wY7@sY{UA>|X.(B-%ii;}xG#R*b2[V*,KL/(N5y2` R%׹re?F_l^&!;o{ h-岓 R ={>57\{jJ,~\֗I!Z6ѯGFi܌>ᄻmvy#|.`A@UC( )ŌuoH_Bm wb0 &kLCmo0mKMJ텁j[7Є`D5p'rֳihјC[+wۊ]ɗA&|g!bG7y/#)Ed3]W.71Fζj7S 2 eUX+*8.B->Yrhb]"XlyK) DC^n#nb6b<_8Jc1) e[;14cv3 ٵxf7%m!ۭRT~B{EOY72~K$Ƥ=N B_SNTt?۞҄fS/b@/W;tD"F,3.Px-UHcuphx ϻ)^|e7{5[?PKehz] 8,ۂk ޓz7'شaZs{8at%f'F  ޤ4co@0ڰ{l9f蜦0Zŷ'b!{MYWO3_=6H萗5mIOlDI0v-:O{1 h>"m+_;G=umaTZPw>{?a3]ü#\{af_6TBGtNw b2C8GBK>LT\푠_\IiCq m>W^D:]>fIWrcW6SN6خ +嬓W-NwI" @}(h \ G~tOm\xh/Xj:))<~5C<;CWZh~T-%E^TrkDg-~$mLϑzuԭ;"5e:&>l:vyN2#uݛ ji>p>4dr;[CX~Iur-?#3<l~v~.!\bs#Δ!M̍c {in:X>G86x^&r['eG~0CqpFdДPgE35͈QBÿcL^||5Gw[oEDOscd5ϖҘP'.֟VIGQˊ MO+a5-OS @1=cݻ*sylc>NA4<.XeŁ4Iu)Re,wxn|RgdAUEFk[Йk#EBaYBģQ yƟն~̌Lo6KZJ%O)Q5IEEXi{}fTFkXj*IJ4ь=`Tc\CYa2N{BJ* T/wTAAxTϥV eygLql$SLgإIK1y L/Jz(N[lE׋ ,dnJg5M-HCs-RҥopLun<_Ks灰Y]AQO FqS}KNV/<4zGbPRrJ81᩶BBYgjJ׾|,(C'm c"{jZ;l.\z(5D E^ 2_(KE~}U=ƈNM{ѹ NqbmȠ2eOR9XeyVǁ+rr46l %FBf;&aJ5:{MsWOO8P/KtLy^UIȴ내?x͊qg 5SW:ź&tJd*ŒQEu)yg;HgCW@`W[le=rXz09cx[@*G)hf(= e dYIs|=)>hX8;Mg( (WF;; ew4Mcky8T҇FaWЫk; (o[ ̙3Qn䃍jO#? 7M+;jau3'+$WC\1]p {A6&b6UcZDzⷝuhHҪiF>:NYTw` FQ%oj-Ϡ`8?7]ؠ$#8#`QJy`!H%p'Ulԑ"'F:Έ$aLC)?LU[yPs7Ћk OnR2Smo]^"r,k BMӥэXvޒ ';'{%_,B\P(к]SL}/I1KP-]u16`V}/h,ٸE2(md9x}x橋AhQ*p jӮ3]|iI!}=g54D$e lL'FvNOuzYa뮬JmgAȃ%ʹ$v|n$?T[4~豋JNEIQKPH饄"Lɠ!4Q*W-lǂ  /n:dkMly W'KdMG 9 <{+P#C}v67u'9EK0ݪ4+K$hP3QOI܏Y*BzJ(BA蔭CO-KX~\N `+,(;`$3ĐJqyXe#2'GkxbX< _ |V6_+v]zT˰4nǟ;6ZҗӸ/,le0)0)MS O :tI*n*2ᓌ?ݐh5r(蕠/^n~)\#l@x45m**8e^UeO3yB&ڄWv ڏymξXq{^.멣ˉٚ.yޚ/*eje9\:N5C Ūw’́4Sͮs]^^#76"Ȁ5C 열=>aA ?#_&Zns[o훎}P1~ma&5-(B0d*[փ`'y^'=iD]͎0DѴenV<3V0tBVJZHH99$Atgtje=L<6@Xd[<7;.kbTB70si&amWӶhl-')_29Ҩ1hgӼ(tr!fc?5iTg{0jzbD.|u>I34Rg.gGts=)ǖJB #%ݪmԕH֛4x^F"> c9O" Ny8w<U4~1z1?;ukIqIp7.IlZ6Ood3~Xm lɋ7:&"cZ{UeҭoD\og'>@~ -^8`AD3;CQNVy_ĕejI{ZS/{_ Ir"W}y#SRpi^ƽ/dٙ<³M(] EXKn7KP#Hb Z.SZ2]W~Sjv2j?s%x͔IeC,ʇ<᝘ý0bŐCa]~IxI#c_7TcH 'ߦ|\>®)FN1c8&^>=hp a8a{Cn"R*z$MSH1c^`FEM%'VP.RU9cdRZnJUIp+<[.Ot]#{Ut_a*b29u:p|hĮrX؞9} &z@WL~jQ2LY Ɯp"q!!@  `ݠ(|:)XgiiqÅ5jnuRkqNv7bg8ޅF\ z h^IsQғ heP$\h O #d{bRw^6c[\CzrI0;3w]swXotP8ioֲ@8U2x9NNJh<ƆT\=Ҧf}$0ʕǷ:%:et9ID($BeTL]uØǛl?[;(zKGR܁Y\ۚ|HB!XlGXa!cO zZ)Ff0((^C0yoj E;7?> ;Sq%d5i12jSTl[?m< |x5skg nAF7,\`-7v{8[_56=88pH`2txQ/WGCU&lu8uyíptY*ڒTncq";nNcߧޠ8*[DE7( |ۧ͜/FS A q0 KVH}r jVת[Xp cm&&7X ,,q7+=#0|+h:)%EG ЈhW*0ܭT%V.0!xGNvV[5|RtJİ,Yu9YiT4H Ց^ٌxKVZCI~X8n+[ZbzKWVbã j{ We"FpY['F[Z95S,T e#SDСJF g[*\+Z-2$j*WܺKb@N H1fT$ym(1ݧ$-]vm8n`e>-qUڇo6?ZT1>⥧֜|u+<>MpEMuѦEO]:&n-|L^k;TZb2Y:ƈ8DFzwJSyPYqUp$qGrZ2d`%p7 ; mޫ 9BфDfaJ UGx6ƵNH`cҫ3;~1MV[6%fpSml^I[Q=k]׋Cr&ŀV}0LsfEs.e=*w'`;|9-ql| 9̢bBj=!yR>$d*DRx~? sr#teS(3,+ӼX$6<}7'6}u#"VkfpC^,=?6iZ‹h+yܠd`b7G 8E߹,٣4a:`U >M~$͗+T-0£,?xsuqOrc4 F?nS6$?WTWDC0]HABONS|{zw wQ;EmNztIM&p>6OsJ.d3*0p|VR{4vǎ#4b{ܠIvy/_7߳y8?Y-JtqI# ͳD76jq6/Pϻec&Q5_c7k/]Y]0)n)}]c;=Vq ht FO1vZ4#bǮmX(xcuv/u=ވvIpƺaxC0lpȋ\yT-~㩋wE]zX+"̀;Q~`;q*ME:LHP&b~r0F`<4xr~+T JQF|U㳹R&QaTۚK =|g_hi4X4RøQb"5p߽2έ;,P=r|v̖Mw>'Ow9~2N9fK%1sR3e`ՙ ܐZSÉT!i~> 6b,=q! pCQ'oDwtg>4wE Opu؟[2nQVǓdar?i# )"Unʙ6):^4`溎g |U{|}ѳg?*a0,fL]d&KcH˽ޝo'mPu?;PGu-ܘ{2*Pl’5+N2/pD j]kƓsJ%K5VBLShfk;/vq+*M OoJ$[# /&!0Pۼο#w^0{Z@`.K}W,35Rɻk$y)((`jlOV;Iʪ'K.bX<&h 恛Qhtu<8W^ZY죅lc[tF bjPBqI6*7\-˖1`!+#Β{x6|py-%Y{uJcGg1b;?Q~OH[ Avy`HBV6>}WW9f+u.ML.:n. pU ̆\!!smfax\J5P!N,א:[#$%h6 yՁ_Y5Q|B iX g[M~ |pZ@_2SIt䗗sFR5`ގ5ߎӾ T}^a0,VI9CɊ͐a t*^%'q i e5Mc<L㿒$pâR8N9c a4K Utw.. 28Bibl8a?>;nDao{\x\")ګ'&Z+ER319Ż }e2HZ1Toyf:<z=mqh9PB:|bNX;~۱v^R$*-Ir>XWuF췕ᬎp.iU+$~%k:te2&2g.B/LBPlzj:Z8-iD ,K}M}m9qWSHZ#Jײ0XHwapUC`SÒM*yEgQIb!-)ssRAI n.*حj !M䡖ҳ9w''^\YG_ FZ &r։wV1XmOG%U<%#|Sڡ}f ]8wzO}6)^);LjlVSɖ$6c8j-8)NQ֗օB[,#\h|$𶀾rG5u))£5{+?a|Ūle![wu 4~iMHuMYk@uX vm'HpR6%U [Q Vp;] XqqW_LģYdAp̠59jkt|R9L,R*L#OV4`z0ve?-e*Q@ųFc "p!E184":Rm_> C_O!LΌfr/pD(1g Re;L, r߆WӭroVzXy Ƚ֓a|T0[;J99#l2LKV+Nn\KJt b {UDXqsP: {?h^LTx^'!Xsnuy6d D4Qj7ֳWY4۟ct@ kóʒC8hxPQfO˘.~ ar&EĀWАdg-F@Uh sKx J!٫.ZaD3z6eBި>Z %4cGVNˆ\y)B8Ee$:~Jb*tZk$0Yc!5.Odސ%z~hg5v9 `2="ZzK܃01U7WjX(6JۄA3g;CTՍcwC,uRE?c7#vnG8'I*{ sp ٤g><]+i ]?xC%O lP:hf5页0Zc:]X1YNg7u-Ø'q3"hs>? \,Ž{\K}LhL3oZx#{.hv,tN+5e߶;Eth}\}"jf*G S7VZnZg.KS.Edpk\l/H~; (14`giNu`1c:[] $H'`NU}F6E\ѨY=8wY %K-"2vh-$Ճ[/U҆1Im ƨ5_ }+2Zsy9Tt`H^6ey >h(1ݗ iRnT||k,9G`^JTb1]Iy6!+ cql[˘9=Ӯm>; 枇/l&=4 F_rі&xk[mk9IUmDI'/;)9E)ۧAکN"[A׉lx$z+|U.SM Ey=="x F_S[|z xw)R뢆^JT))M˶9hp}LNH[9lA=Y~Bl/˜!^} ,B曑$i7 B<7֯@ z h?;@wvz1B+E'øeZٞY8H&ⷈ)WQ bԨ-1]yAmX@oE$>: Z_UškWK58E d?`Rs96MGbz❶#ź3MhjlCL*.Tl1>1VȯTq%>!fziU1ڙ8dM,y/ ~ ~V0_HreŊLq}Y7SSO=6ǢT2S_C8?RAN~6-ZCB'm@A6"@R_GkӸsJ nyZY.v4 C1GM-; ˳!:wWOt+P 4?\aS6z=w@ $+2 Hu!mb(ETO?6"l K᭝P}B 90$~V9agT2h[_r"DƀnTkLKWE{*Mw~f>S=۟p0-"f;yIOds(?sE-bp9b|EGRJ^;Ꚏ/6>sc|T[4dZRc^:&5ѵRx$QjL1JLw6vgCI8U`WG{>,Ϣ1e/!V[,Py? Ł޼Btc._Fa)-K!xg W.4VT-5^dRҬTyb)E&ZbivCy vFɽE0Ԟ7ľ쌪#Cvݹ41K7ꬻh^@^G^^LW,xyq _jևISTʙha~Ж:ZU,"k4W9iFrֳ.'fe\\ۜu5LĦXR:]?IV}ߣOa7f̳#D*v;K$U^Ch !P*WsGa;r .|ޠԨ!XmD_T4J^+ $Hs||%Gm$qSUOs`Mdq-Ih,;z*z3vj/ O?[y NR]Tkv%E`qvG L cA9c~egQ`+_Q #1]AYsf1f4@y㢱+Lj.%TF }BL&BB AA݁Lτ* 2Ś9[b&\1k7#?vv#XK)ޡ ^^f9"W5OD,Yn KYfV3OM(ň?If@./ [0 H7,k@MĿPW¥j %>wbkfY21ֺ_uVjMYK= /hMK2% 2&z\:ۙq"[|0@'ݱG +׍wӲևeRT&2%'D#2IDx 49BK+wv|!LCJ^<&2+@گ](6\j(*A-NFܙT('zd8/&wb XM =KdЪyMQZۆVS 5$P glBw_vgբ~BP8.Z%u?O7,oLsTni6c6+di.ir]%P"T}{ ߧ^6uIKģ{S-rf;n/_7yBP$}"yͧ.>Ew־|l\=n'xP0^J){^fPMoPlkM4󕻰OZ6̓b魈ՙ}L?iaYg̹}z.9܍), ^3Ta/ yEߩO (~ڡ6YYL 5Xj+%Y?Om6VI>6,x=wUw>=凩Ɠ48o“j"$sR+ctd_mĭk$w,^$भxlGUqг[&GP(2UbdQaXblx4a_IB_۲91ン JF3<sCrVBR:@VC!ؚ1 oanX}B7TGibex-J+jO Mk@ߝyogި \70LHTc!|`\  8BJdI[kjE}U.ypW9gsAZ1`sd=\ l([%Pd#÷fF_=0~ 7&O+ܢZ(ﵹ|q%ANJü pZ9F.Hxq"͛Nweh17_U&;*; ZTtt1:&ITZǗ X@. lM*) 72yJ Gu>@7խ̅`OɩPL 0"|u$t=c:o&|SkxZU ȿ;*_{M[1.$jƋNh~*Ki+]rp cgB}K;Iȁ gfBCvqb4?j=O̲֪*>m]Hj>SpQkG`M* r`PAGT.R!Aځ'<.b'^"^V{8$w1fM hN7|_B6f>&&_Ew 8֏y᰺ zitdK@t<hzONIebء 5,a.S.*Lϥ}đkUT'Ktff }YWѿ 2qr_1EbWن0rj{c XGw[D<]HRrHjOh._^$_}x5xsiqQz 65jf0j P_ » F~ۉrl CNI]b%5lN25eT I3R1< -|(e+ſV t݃6N~LeM?n0tZGEmm_#-̰>^!l@t n$鄄ς9ʗY]e.&!s)9F7dRMbRp,<EՒ9P4$4dcvN~kG# ppjVVEl>E]s(kݟtƀayJsuH+H. (0۬ғ2Ӷ]/h~S!.f~.0,Ϭbh(ϾN?ynKWT@竄 >aPWR&tZīΒnRSd\)Enyc*WM9ӟ? D^&ڙ7W6 7ن\=)"49'6u&tYrԏcasrD.cW߅,7qcib]Ζ■p+ƍVC`a[,"5m)0*r͇ :A5%|HFդA]qMv=nr*R.@9@GhIO+k;K}!% h5^vRg f$+&g>/@#1N->Q?2j\i3؍!e3TB^Ef'5߾-F3c})E!}l ?]2'+enKMdf/tCڴP.]B- b*6+fJkwqqgSV{7-hP8Ofj4Hҭe) -:dc?˂~v!,٭=6tc6 9{@:Jo"Rc &o-hk>\ p&N4vtafEndn/yI)<.н-jY;_L u.iUSj^=|y(Q/#&f4 K,ju`v*E S.0'IUR5ҕ9!n`  ~u+FL[z;֋-ڦ6Ĉ* p&H6o),?̪.1*TEtc}Rh2;)i==ޞh* JoΫ0r2uCi"Ӗi+:.D3z=YE\~޹ YzaA1`a5AXH.v[I$Û)`T\(Cx=Td[s7r*a׳O)lJ:"]Pyp*6.x!5*h_oD' ³:$۫kCQ,&E:b(k) >Q?晈8<͜-=W$eAٰ $A p SJ5ԇ$hQvxF9rڈEnfĵmQQ Ns2/줼,s@'M|>$avNTCnx ;a^(eO3P|nME {[/S8`ft}~;X`CiEśГ.P8&PxLԛW ֹUrUa;鰦c$"` sA7bi<1ߙqV_B:547fKH2UvKkĦ%7ڷܝ=lTィ׭ sj L>| >aK~aNsQ:`T8&鎖d"LH*©C:<%-Ĉ݆I"^֍_òG/[j+tX y#IQZluՉHɎmP'3Vz YKf{BNƹLasAJmVJ']eFj2(:jcqmv."ǖ;/4HSh4)eopV*$ G/3"A/ JE bG])s/t-MsL.HH( &UϤ/3{ i(."䁾[Y(+gPh؅`{"4>Tc+(>psn4`F0xg?a NYUV>X `܆~m4J|= OWmI|VxZ⳧ "uA5*T+I[^V%IE]8*]^/TsOgWAy\E\%5Yh0| ojF[ n7ye:k6ZG -QIyxi1dgyQv9Q9or!#BY|e`n[Ƹ(C]a>d{HEjHl:=9B: ND/s/ f;3/)WCfA88Ϳ ?WJfmlZU;!HhJekOA Zn#aPۂZBLŋQW̎N]QoyZݴ~ǖoNIq?KЮ.( ?$9Z昅OW6[)temg+2 _: ;}ї4}vg&z1U"nE9X୞UsMPMf -)ūKaZoj$lhcÓhEk0C^AB E3Uk%jd w'f8`6{}QpḞOSI3}u5o9? ^m+qoL?gsƳÔì4=XG Us$YxlI9v n$bZZ!?P}wsQ Xt?>먥gQ&<2u<( NF8 Oɣhmtj44RJAEF yT}[f(V?2y/mZ_ƑK&?,ap<%5+Qߣ\jByEC5`a ݠ=!D 0 "f|mddؚn{:.ԇ8əV򡜨udbTZeh2x~#=mNFm7@>j|] tzRĽHA~8*uR༟/0TSz'M1OSМ9bJ;8vƮFLHɮO< 6_H>/gES2ﷆEBexwb"*"IH3s]Cཱ_(gR$4G/Wց)J ĥxd1o 8|zO_@tp'm/b ]0`d@#BA[h ,N]ApF n A[:ؑhKL&ς&ԒͻB(v߽s>lBo^g_{SPU^2WyL羼`{ë @@{Kv*0F)Lqau92 ,AO` m;}˗Sح&#6v"i?Mi~/s3MT/ca1ǔwh8mgmmm"U;uei b1j<߆-N%Y,`KD}!ƀ?d:;}vpa3 J> _yrlK0 wKu׎9z7p,l p!=(VrJasI(C ,Ȭ&ʅJsUTjDVw˜7d}q3,iDCu})?㔜F Phkmr*&KzeX.ӪYRlkYe[!**&ag4C 2dHʇ^J0ÊqN"oЃ b)hRm4ISE#tpX:[yTk|)8?8&Ź5I\5hI?|X&,OnϙH䉈<Og(1dw26 Uhi ೕEh6qSȒ}ī~:NcG\ea`.^KZ:X\؂w1?Kn3JrQ&!mݜJ|SG/ʚKaA\aa|M^6V1(E9cM6ʄP1qj!-Wq'm0Hb݃į{xpJ)탴T T\ ?moC=Rljc"/\%ap/ֳu%eiEbrjw@|zϕ=Q\-B͸ILZ:$!KTlȑ|0%oU~FXe4i3e~͠YI0\2IHW(DP-Oc+0M!k&so)K& $<~|HVusʽiҺ6\.~; MIA R1*jZd/2iQy'Dwېws¸f)dAo>%-J(-ÖoCGl5v3^5ƭut %k>P>hdE<2>T O WjLj;bIcȁ~ EǪrpߏLΓbB9%y7yt& (+L}Ns?3#FSNfCS.@ËȢл%({$7y֫NFic]ih;/mqج2ҡVewzg 3(+ 䪺=)JV[Mdr,kʻ`;0\kgu 3߅;o NS}Qmm9Xʀ* h,x >I5=.ߵVj!Fs =NP? a8̹M#`i,b2OZdž/d\W[ EYB>_xa|R$K~e!$)S?̳_OI}-YT} r1dC]aLyZ+;ߩ66\G,} =k+$ UiV.zADzfSI$p߫t+l)iL 2INQ&x6Bv?CׄM9㿼+mkvV7sQ#+U}ԟReJ/LFV֙wWB])ک!4FtE꾶?P˷Ub@. Ŭ _ xBkS7Ufӆf%~ccvax4UOk̀Q Mŀ-7ʟ j!g잇dUl8ivvR_.3iꇇx9|ʄncYf%/Z5}aIDYLW=|rРy½S<|1HRެBMbYѷ$M $t 1RlpI#*ѓ d0CGVȪ \:"e$A3D'y 3?,[ H6zTx#iS FSjJݢ R, =j:1Owǣfz3HJ£~j[H.?Z&HiI,GR_[DulYO){ɏiLWSٌl m{.^dqy@dCQJ*aoX;2C9탫яsjc\,?*u&0;bS<b)|d2Wo@w^ 3rs+H2W%LrCGrurOA5 6Nhҏ݃DHp~8]VI-qF#l@a-f^lKBD?p`< 'P K|?4t~0L0!>ڐ559H8LC捤 jWޯ}UDr@w}Sn۝}JRx*&>KM ܍,N T+d'FKڜ9by&d`u:QG)g( 'XfdA]ap(h ]h(Y1[hwDݪ8=HBKŸIq>t F5َ2W7ϏYZ}D~*:49̙ڨ;lhαLPΊUFƩOUʬOmL-{>$!xOOk244{58֠my ;OTIlHd $ R<6dOi(HQ\}#>;@TƬd%Ğ7=y_Jɉ81w;90uD?_ wz͗˷„gN5IIQNoG4.jfAPW^ߺSxf~J`5'Ήu4>(JU4ʑc  ҊcR7\P@FJ?pSu:!S pN=^<3 ˎz l7)8"%A_Ocݡǵ5gheIu:ccJA{7/JP1@fS[-2&"B-`ɋ&&O߆[)#%ϗ#Mru ~ L%?cbC-s_j“⟃