libPocoDataMySQL71-1.10.1-bp154.1.60 >  A bx!M@eeepq'ƣ%* IMhsg, J$D+_O/pnنһ"i&|]Y/kO.Mmg=HtvŬfH|rk-I[ `p-N<:~Xs@s)7n!$&r1/x#jcA ,;X#0gz0 _8O] #1[;_&rVb@# y1fcdc3982a1ba6f2213138e8b17bef7fda539c8c0226f790be16266d2b27754ddabeaeffb97123d5d6d3201ccb5688e2804e4d284bx!M@eeed"1pPrHcʪ.UjtKkAbԎ/+Q<iJ_ A0{:vn)7uuv?4^ae{((ԫ9nilL QIZ79s. 1Qr s@Ɗ6λ E;ˉ*qWӢf8c"VGp@F\?FLd ' T 17@D F H L  $O(89:>C2@CAFCPGCdHChIClXCpYC\C]C^CbCcD|dDeDfDlDuEvEwExEyEzEEFFFHClibPocoDataMySQL711.10.1bp154.1.60C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.bx٪lamb26SUSE Linux Enterprise 15 SP4openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxx86_64bxٞ6c571988ca681f06b0e5392aa7e34d22a855ed89131705d71501bf3b4863ab40rootrootpoco-1.10.1-bp154.1.60.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.3^`^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/ldconfiglamb26 16520872101.10.1-bp154.1.601.10.1-bp154.1.601.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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/b546629ccc3be08b8fd4e8f8dc90e8e4-pococpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=3baca8ca84e763072f2c4d2d9810cecbea5ac9fb, strippedPR RR RRRRRRRRRRR RR RR R da:VѷNutf-824942df36bf3d92bdfdb6146c459a0eefd61bf696e9daec2100e29336d08cb61?7zXZ !t/o] crv9w ,O^6L;3u.&>[zӭPDW31IOz>mUЩ9&!Iy;=!M"2a񚯢,Xn"{F&9,0T ›2l|څjA߮ڱ=2~KW7MG2&E[1F;2ëK`fX"AMe"[skfj/;X#*0R LZ  p)7GrL6+9LqmBFNBS2CWJ^AgĖxl9BQti!;=]WN -ܤd-Ȩ}؍X}8l?PyKeX .X4:^4qv:+BZUuL%~rWd< ϣM 8g8U7hEtr=SᗽMBj|d4udA!7G2":o)>K9LV,Վ)(F{~ -pmd63e#C_AwT=fR_4Z]zzOS i?1qCu5]lkr˳ 5UCR`w'ԓ?X"0D={ [n=I1pE#0wT4c@PuFDJo{6k_xzj' Vz89F].yl ƊNsq5b8't0xCcѱ*h]za^C Z_Jeپ6E ѯZ=]I1A;:uޑ%"ƙ*Z1=Eoҷ=}`~3OwYW9ԭ?3ُ􄇋߇vB|~KcswoՊ8\%5 J06S5yW4FfmpZ 4t ypH5!<:x9'- |ZyylS|3 M `dlh{bHh`_3 7;llեY#8=Dkp#luxSHHժ1MA:j}/h,m<*B@:_%B3*{˄rRb=^OLF=fx4=(Wq|4kYwli_ѥ3~r/Uv$sV#i1~˚@(T,F' mTzSӹtZ+WCEJ8w4`QZ/ i?Lq' cįlۘJETbc[e`@/7}m5AaDܧ>Y2w˦#Z[Z!BMQjn BR@j}7Z"lqF:d'ϯ>-utP3UNdra|6ZMW0l r7x_ǜk^1Aɾ8_"RWj ~N j39cDk/ $%y=-dx/;V̢ ,\8u[X{e`GXj_i1hGpLƙ%H-5p3kauԤ hU ܓڦLGc`{JW~Qf7}ZG؝GBuG[j֟,ٳv 7H=(|6x*n!礛xTAV{*/9Dy%Fxq}5%?:aYn}4GuQWwPOIU Zpe0:Jd9|4k`)9?r9O&Q0ЀL0]|+}%ǧRV~r١9,n!WzUNK7 %j{=nhU\%Yŝڸ] HCCsR  .]5;YgM ܏1P5VU/!et _?C+Y,\(-؁=Q$pG]gaBcPܫS>"Zt [(]2b=D8f'~@Z.Qys@|> d>A ,O:> hgE [.M "h:0сX5: d߅~Ӷ~#ۂٽ>YN(X Ú SWfC«>/BƱ ȡ4%ȿk7|Go;1}pRzp|S^$7?"CYRQi] àfgK c:NsStjwYpZ&K;0"opO%h/Z9Iɽ Q H$G731Y`WgE2@". `VcjDnLnǔj6AeSOJkNG!#|cߊ؊ҷ5CtHs_uI&¿Ǜ(3ws#GqU oO6S5 n%_wf|A\_™XRa$zut$i6my/m=CFG=(D]$#e//VGd6ZI(;Vt0=Qt}e{a4e$mt5\> P?n,/ W_8p} ^8 `nna5 ņL4뾀9PJC.rh\a5jI.88513E5mKQ&B͗G<[YOFj ^!DX5%m<ƭieAy( MMUt " +@~vzP) C1ˏ ݩd% ]nRh)@GF65P`d'-QsUJAL "TȺș{ .1Y3"Zoו=(,] 5grw„1ФY qː4zr'F=4W%.vn-vsCWQS|Bz Ϋ0(DOAX†2M72 +(a+ nAM#/?vu@iA,K%q#fyZ >TxxNG n+;[VvcIb=˭[<}jz(u]+ |XQS0Jmԣm{@ؐ^ʐ%zt-GZھ!l_B-Dװ(Zy;K)CӶ$jOFЏ??Zt]O`xkjK\'(qO\_>:=H7wTyM؟r[-;QB񦥹ocٽW]U@ԢP/:f ־ Na92a{:{I`KOG .3Psl {5t^*Jč0$Px> y-wһr.[ mBA ,&ͨOe7ުnޘ%Cy}ܢ95 _sSJZt}H@vzCkjú a>ɺ+\mHmKAޓxN}cv2x-ŏ1?M;bq2-Qnc-qIMs]3NbQ3$e$bviZga;i9S:%X&Ъ1`Fұ^؁BOR8 C/ Pj!S^I)S'ݥ KU9%\ʹW3L3SӜ~}tt)7@gPǼ!9\!ޝ "ֵ"GSx8!gO;&v)e B,<B"gF+te+tRMBZgeѠDW9\[[䢩Q g%p/tt:&7ԛXNlGps嫷on\d#v%1S(?Aa$(`]0qN\3b+-j\GllIɼ˶vC[`;l Kѯ@ThZ͆,>o߰ WG/zjTq&i5lFhԴ2 >J7*:=W ;!W8Eq,+>/ 6$x=A3WP՝> iRՇ%CR@M YO;~]hju %B }HT7TW( lmOwĢNuK%K):0aUF%=| TiziݍP5f2/ )6]_ƈwC| MVrhH_(q-4|r ~ހ"?/?cٔ\fk!P;+p"ٝEwj8RgwgYL$ vOԏ3qi\BH LD(Dm 4@))&hGIEwvKYkxRF ҋj+$՛uI|w;j;VQlӒZbCܔr\'`_X^$bxrsiaqϔWhz5]O^ S6~ \>.-_~Ŵɗ7PLq3@QԎ\@GԷy}gy}^ϽQgR.+QK@#.9/obf4g -Z^ q}LJC`v"̞E0S| 6>cc~/>v3 |6uky]DDuؚO\hIn'w-mqcMB{$隅ݪx&eoܘUȓy@ekXe[.VpirWel׹k}jfS-Ŧ롑؛ݑB{|Ŏ]rcDDqk8a]n /d^:12fƢ# ͪn~aAYuM㻃W=V(,cJJ/ku܏bv5hLgBJ!C4芩i@qt,6; Sg̶yeəxXbSyoS U6 glki 3 J_rưCtQdwG1H\^ ;%]>i84v؞HZN8!'âMKf ceW-J"*6rCU0eEI뉁 +XM|B<%jjs2TUbd=AsX+E1$̊qq\QD?b_4md2y}EF\iQ°7Ee1$!V~l9毀BD&eyƢ8$]O]ewK@ePصl/d&\WqF ϋIVS*Z%AR{Op8gY؜~=#ycjQǓZiU ڄnK3lsDۨe i_\}zUEt9aV03Z+lYcĐoɺӣUU{hg폧V%;3~TnNFy^.'[jD|'NP5O퇑?FͰCj dEl{EpڵkX2 QS1te tPʗ4{_AfƱ'c&_g>]W}^ H& p N"x6 Sy$O`>7y:7F[Lۂ)4~\ GAƺEm`[mmZrFȁwhs]nPR#Rrs4iT"yH'E!{yϭW\1B0##86 Ď\s"XlAj7VK"[d,N͖w+fD"v.nͱn"_&jm?D0{G5[dL P4FـfJ,]Z%J ӣ%@Y𳲫ۂnjiܭxL:eI5mew w`]@4,|H=r5^XJST:^h]z6,(+ԩŌ2N_:jlY!\9k^*G e\'4ז_#= /蔋@TBK˞2;8Grɰ<^:ag :}"e 0KAuB%)NCsۧYB,dzt >yRp(-V /b|kB9uX=ߦ~>Z?]<ȈR5kY6.t<~愎,_;dA/;T\'OMz.Ptw?դaNYl[0 Y!rsڨt z^!*6P85[5}vEeHqQlΘHDNG1!&J6ݪqIĹn8Ur2zrhZKgLV<ģ>4 Vמ7W`0O.L !&7d!q:>Y0U1lavzB2ȃK'ɧI)s&qqY I'ݗD|(_tca}L#ݤS~JIMw]PFʒ2dy@ꭝJ ĊEž4*vGT8 BXHnԚ~45@A1@%e<١'hvոF.sF|¯/QYk80vsS! [qyGPgA{~`N6],z-;1J36wƶQȫ{Rso p?ޔ Hmw^=(ܮܼ}M?VuLgp*V˘"K E b kHH HL4: fFȞrIkP ^{"k̀[vO+[ͼ)ϰ6m&T8TZ WInw*{e} XssJZ ɗm򃩛)S$5Ua56Q~J.)Cf+~qg  xLmhULKɷ B+JxH:E O3QizO/bڈy|iln!l-@l05Bv&V%n MHɘ8pq Һyx{B%i8W~.g(9KtHRv ʻk|<7pER1tץxȟP}^͆**A0/0C"[u sfV7ZNSӜpj`R\wBXL>ɨ=e5;uZ;UU*,s TA!~lGT3q/&TI$jø#9,?zT-!";yO"8xIA4*:&k(E%NTdu}%}܊+[ ْ m鑢W1ѵwN.ێ0g1 ?lc8?좋"K_@I3} IPdZ xDaHi 1c:{֎~"I獴i0u"tO،FZWyGqG1 c)ERwQuW.&PvYrl47 XAxo6ElS5fQ2:ґ.;ϭT#iIJ4GҵU7dAJRĺdx@_4 #f0NܹXYd@! dz6:%)w!J.1\E* O3*pO2H뗘gMN&:f]A棟(tȠܸH}2/kF4&3HM?3#9f{\UdqX3mlN*I-+S^G $>ȈWc1n2ޏh[+K0孬9[J5RUXюAj8F]_sF5tw^1Ƙڑ)%+TTK ,*+R}Qz`ĥЗp!e~z5=1ZWT6J$WthJV~ :PL!7xDh!3v˼KE=&!1R uw-|/`I@8Ixkö?%$p;ᮐ*c _Xg2GvRI+8XNnVD܊NU?\8s+Č=;tBT2gS}YKLǂ=rIG<"P>v>)u)ֿc]ѣ>%6_ _@)|>-Afg承&nP|wk'c1C}=dU:,7RbCkFQMW3 ; f#+e`;fnW]ڋY~۳<c #Jv~29 P=ApiH@羽`ԙo3*kW?e IdK+;#l_F]yg7Gx x|O߆u˥d+>+)ba-#TCWk]S;xM68_x3 L;;)CS񪍜{ ,YÚ5EE8؂,X{OT Oh֛uDq -G_Қgq7Mx~+OT%*ڃ:/t #}a"*\}T3ȢrlZ|,5bY -[91.b^1ɫE160rvC´QF_H7(iX™`Q<ʐB{ x΁hu1ȹ,VB#KֱeG0@T.|>!Жoߟ0" 10+ySfPyHR-c JNxZ u!A]{!<>Us,˸|ml r>YҗTB:q5$#;JͽLKTݣSg;jj൅py$~}DLSWj %2P4av4{ww5@,AF1 tQ ]\*Vm3.B^,2KIOa|$  0"l:Ii;׃tUx@0̀ l*wJmRƩ  AnBy/U.i]L]!šN 5e_2fԲGLDR?JZFH#i>q* DQ&B~{80oíoi12+$ J,zOOY@-k*H& 'K4 #PtB<-)r~|MOvjk urļ-p ,͗8?S)c6l`ݣr}$,B^{&)d`BψVφ<Dẕ̌9?O\=*^zcنԛUS+`3Vjz۟ETq뤓@|h4 r}bq}02x)(ص/9ijV6\;Do>9\"FDq l75ć'x*2`71E5,+0H~>Y[n4H5tn.v)@7"RE5 FY~2VtIR?BzD~:LjΏl-`ũmX%[ؑ:ey˸-R~gxaaĚ}yU/._'u7/qSy|7LS:kP*oI 0]$R"]La - ~SjS6kMHy)CAE`x{^XA,hiygFd>wuFcuV%>̲`l<ݙ{1 C48m!mAs/x (]qoò "?m8 V!'2~JǶQVkYЦ+"SV*yҤl*XG̢uC0t7;mR"Z$ۺ|7\^L9&ӥ"֫MQ/eBqR-hq!\VC)Z@R~!P(0\7g15A]s k?Fg;˲Jv֦eeCeP< /$02lIk|.^N1Ϳ;:_e4z<*,JOfiQGۃO >4WrOq\<JtvP N pH[D\1* a5 H}66: QsPZTxWdho&sC7ӯC"_lx*:#Pj['>O{WC)hB}d%1H)nzxN}=u-9zQ;kթNt/.r~zXh6.D =QUq0:6} yghw",yfV XJjNd<Ś1l3-x5Dd J%pob$ &f;څiMc/FpO DmrDgȖֆ[% ʮ?ڱP@8e(M\*H&s':TO ~+$A'?& kBYcTx6q {x^1 y9;n;hz[@NCi0~P`:RuSB[3-Cd1wA)ṴRgCgakŸ$QUik2)%B|'yA(e'3@R*nLhz@೛mp&bSv5rWUF <|.Srz+ 0T:qШۺzx51qHK.ڿg udH'`xqHɞ o1!$K\ǽx0ӳbFy?7g.Yc,2ϔ#RQL)&RhүHEop9ztGn7pf*_1+M$v'.I =N-bJyn/LYwk/K${DUVa%Vrhfv"4Te'=OV'֨w4}Ɨp=(XLVǾH88)tS 2+:8>0LLju(wH *;Gso $M뒬sLXLMRšĈ ਻Pw(<^0t}#CFm]sV=c<<(sݸ_/pY@<^>@gv}b:b?b.fXԾh';7j[ jz.OwoѾqG5[1( ZHQ=mymg;.A&5u|a;eI!U l]bSf(p?l[TdUlSڽksKB LR gX/6Y=u3ڴzoR`6#jh+ݶRSi&y1*1e *Dr"538 38"@LuE15=Dy 1t?V$Wܗ,Ipw~u,ȰP21aKJzF(89fN=v6ԳUg6Dۍ4IR$/`Mf?ʵO\xL%jO7Y .Q 1Sjc kB`p'DlGMdZXU=JH6,)Vnm6PMj\2mˆS0؟!bL{%W9ۏ&p )Q7y?e\S (itiiM(2bJ%?0Э^A sEijbASWliԋhKԲ^#ck?fs^x=3{R]-skL T[,ms i"ãkj%Yr[^}  5zdƝ{0 %P#lnڸ^nh=]ZFZ{f䲝Pm/aR˒Tɹhui!QB_Z3[pĪvײebX# ,5C`Tz^T c0$iR" 0 #5UMF\(8niH^9bC/DLusIzic6X}TeS@*a溜V;(PV)KQ"5j$U$C6e{.?[<%g27ILJ22lǠkgh,y|r@a=G=ۡGHۡL7p*lxqOBJ`DxaЯ˷. :)ºCY,Oj061$Oh|CqP.GZ<퍫<$kĉ+R,e)ʹ4 Fur5_AU]?l BN 'ݧWٔx3#[fٚ0tbis]#gp |VvqN5-r[_Љ1=Ffkh{PhJ~R%яB˹uىеjuɉ<O(E}|_<s6Uq)0t [R!-1Z(ɍq_(wlçhӾ .qXQX"3HLkG4BzPnؠ>Bll aeqql\+[@g=#.b;\5bfZmZI}L[crBFNm Y@IUtmxt}xdJ kq҈jZJݳ彇ydVMOD'TZ=b-v73ؕ1FVP2ܔAMjJ⿼'lp*eTԠкXhõhw82RHt&jUt4>xʘqtm &GiKeʓfg19$K 8eJfb#PyYqt6>fLwƙsRKpj?Ƹ$wBٕ2h:p-ߔ>+ qȤ^1)mb&]vrm܅{i6PDC(Qv&J85;~DHZl2=ыG T.sm=飄g{xr/Ldi `ՁP[> P;|5o^lΗ.ea^:>8/)=GOg8)uxu:E:q3Z獡S#y>Ӱ4ok@lo'^AmLevyxII޸n3QmDZGF> 7h1ƄovO6y[t[(5t)#3DZX? Q?0A|}vNNkLvʨgDfS6ܲ`)́\(Ńw:'1=0>A>sd\K@?çDE׌@sy<뗶@wDD(GѳuF_@0*Us$1z= "R,Ꮎ+Si[ɲ)7N>Nl' l"q a_%(?4IX8ohPgʌI{v`)qzuzUM6? NF.BJQ6IW C'89prjA(3GvD^mȽd\Mݢ65-c|Pjހ>5TB p7" < a(jÛUjqEBU]c|]?E$Q y J+~[ CoX]NiR$w16-E?у4RK峾vy,.]57E3<7Yg[H[׮<^nnPZHDq|ɱXݩ&npaI ȞY# 2SmSo(f3SyUOG?r 1-,"+ v0 F&3Sծ>)v!pC#ꇯ[8â 7f|WaSXB/f-SS|Eգs"5:mB.WAM pk]u*3PF?$F$I? :qqvhj.\g.Sféye \RU@ݨD?)'D; а8AQ[xUXͻK,/u!4Ew-.]-5D0A]Q] \i0]\eBZ tL!$ېިr йtf۸~nKΐFE@.crSŹ] aINz>j1c+rGOI~"`4obCN fbs\z'Aثo'laD )JeOT< ./lH#o/}&/d4\Mobf$0/:'/;'֤zX:/52 gaKENBc8fDˌ&O*3􆏕GG\%-IfvRD]',nSFF(WvT46"k G"*JoDׯS6؍Ԡ,2Ab]e`Cx.Y.aV6 rB {/ 6ԟ0`#^鋗2KV,Ƽʯ ̚2+H)"n$XVCC>Hzpׁ05L~O^9>*ՂfbW笂%ũA.klb p@I`O,^:! 7 u<qv6&>Te,ҮяQ(u՞rB". _o]B@A%f6bz+mh^Tk yV$NܳYܺ byA^@%bTưA7J6fr_uD t RZ}>s4frdv.6e) tY`MF#~bpz-|![a4hk{NN80%MtϦ3`"7)+.i!l47ǩ?i_!a6ym + 6i3D[u6wN'3g1{_\0 be+6uY /HX T$n@luLħ~RL٥@b/%{v`="~Y-?ԃfxFxfxUm8 cA[Ja Np5T-Y9;1u#f*^욦ZšyڋG1mGRȪh>9\XW$.$l sܷ4 6]mɺ)'A@|A/gn%[bC9}fUJ߅ǯ 6d^MzX@$bHo7zG ̓6BD4 ( ֩ _.cR%@F&Bŝ&E%Ikk>ff k_Me]VDE=ޠT>QKڴ`ڲCUw (-ئz; T#)4G ㏴öt;JqE?&n)EEڶۍ_j3ڌ8q@ąlClmUI9Zb>7Ytyi Bcn.]P;mA ga92%k@kFo#Aa;S:bo6nTG<)u%fhֵkTw'6" | gCQR]X /0h귽>ˊ L;\ݣ!3>ˊQI+Tt/Bn`Mgr.%y<Fʆw|\22^NȦ:zcCGvɓux М8AI\B;*x9Og Z7Nrcf+ ߵW{,TI kK3گg(~!ttQ@/< kT*RU82tI#ZGc͠"KZ/B/2 ӰфʯltuRE#kEY Loߢ=K:_D!igE?aFBڦdrQ~JevS`we,dɘ6{rv#@yݯ;՗K>'6 <߷m?/LH]Ц\pLT˙cSw\S$SN46f%/\Q8f6.U*T>Erovu-7MLG1nlVTy8mB`Z70bnF ?8D"ݢesszE!ly-"Vp.K O#Y%(K.2涇CzUw`Getԡ/bX*d M3*7ӳWWd99H]_1>+`| s z?Ԏ`l=].>$1]SGUqk40& /;F^Z7z˪zB#d5 pN">4DӛjݗKZu-[9gRyDWʱ7}twX\CR9TϢ ~`zmWy QacDꅞ]M,N)‹)2t6!FRoЎ\ď!R OhJRl.KTKxLDY?D<|e1j!{U9_LͶ~UU&f$gPy9!MRG|;>R#$XjلAXs ;2Ē3B*Ywڤ"kec,$){Th|`Տ_0j 2.3j5#?&c nV|xT_])=kqHě_*G1#DL"h>^ß)(7Gf6?4 mf)ѣ1VɹbE[jk)8t:(R>?`i-`6 uoVmԖ,PTZ! 1NxyWOԹ:H|'=vg M l *j& H@D:|VU(D Fp *G4kΙg}**9g؃IvȨڇx軆gU_2>#_A I0ק_U*'!lj~IKp2 ܷ-[%N @#ifZgFB*FkˍI47(,"0EúLTq=^5"DWOT(OPs1\Uٌw~19^֣4UkKްdS apYPUwIh )qJ{9)Vȸ":W(ku;`&fQI exJ)~uM mgWp(Qb1Kщ:A2=n'P%%՜,r4TCkGPZ"gED]ㅱ"rL46qm@@I v4xӯ6=G(}cw挟_68ϰR>r!/b,sV :1עҫ^pfw:otܛF^ăa9'r/QE'sRGB<3؀~L0Li^GG 1ţsVBʒ+ R'w8N =^|adz+B gx7#f?nĶ.bͪ$? F +?A[={(*mPP4*p8ŴjmLkqNe`ʘi9zV OM@@?/`| 's`K_ 9_KFB:oLym"ZR FyQgIq;k~<'!Lƫkk~ʵsio{ 1ш - %:|RD3- AڡفbB ?Khk+:KWހQBڐ/tM4]E`jљo]og" ժ̖ A^.P듹P/'9/Ӳ(QqGQ7VQ;JV+JY,kد (S̽eBR8-Pɦw==>`a4_Cl*S 鴯)Q{d{=Y+Ko s7E׿Rm<_gԝDonȀנF;@0u d0ˮds^`H?T^E7G85Zj?͉WG b@cFIC/z_~@W18om`6GN72J^x7kք,4XNT}mZ_8e(^n~}h {f !Í6&/2Bԭ6 oōK3[/ŷtI)C0pi1Vp*ērte/RT/0ME2Ү ϓ!&Vs9堝dkc[kt2BJ5 #;Ҥ B\=nCd}݃lXjA8pԧ 6FXj0պ6bȘ 9+wIvK`4aWD@e%q;xqLiߵ:ҽHs}T:UKuRe!vF2 m |dI}y>N:D=^`L+\S= ߙV jcôW_xeln6AɒnH@nv>37G1Ss0 Pb_c'C$K%vq~9e&_;H-CI+kJi˗I ^ v6K%}=G\Wˮ0 *]SI5BvIM%ПÌj0\Z)/M d F^4ˣf=қLI&%jOji?0K ܽLy/a-4M^"iM{OCDQeKtGb-P)zK=]@\!gU֭s,Uh }MWin8:9Y'a ʰaf(Y W+,eFX664bٸC^Oׅ>/%tXC \JP@Q'\1,C|r+>Ob<1i^+zb螿yo.` _`@yzйf_W&wb8TM}Qң2M8  ^SW[EggQXl-IῃN6T5ñw/)UK=AR4]3[]5IyqUT1, ~ ϛ>ؑ1TWH󫅔 bsDLcn#ΰJ)7vs o٩q\ b]NS~ZCZS]7 Ҽ(f݃~<81`yL3z2?3Az` A扣l;AG?b)-99AG5&$/D˫JnM+/T4pMF!REk*ti4-SnT?:7ivȼBߍcҽ([n%:_1W[Mj;EK@G7 W HoeX9l ?9xGoYnfCak5R[m͆ %\PY6_x労kb/; tu!͡rxKurvBP>I~LRͥ1e8a0M`/m3f"_+qwؙe V#5LhF~'JI+7=R]I^(fՐŎnړԪ ,r] ;fW>r]RiƝN" 4F+G1{PxN]iDۅ{(̑"}{8B$JXV}Tb Bs>ɿ[bA2@27x߯$ ڇUzץ*CgZ8N^DP>bOL`S e)Ɂ#\ 0n/Z~&cjLMzW!xpzp2^ PՐe㙵%.QC>i4e68mvLήC6mr(&7*U%XRLw4 V-ԼeܘѾEbp8i/#p1bFP ɝn]ܧn$'xi_E g` z.b`k%ɑzkTAxnO+xKnWLqz.) J_C;8ͲOg4`7Ad”r;Bʮqw:Qi4(F<Gwx D&F77gtPfQkŒ e")Hl)-ٓd-.< @C'}b]Ϩ(yU@grA!2 yJOHEsScZN9++ma7b"Ug| t(M/sR>)8RD9 s,MI`ӾB0]i"89FF^e (,oKl4"uEqv|*ô=^[|i$dwQL!!H!OVVT!ޖk+#iC/w㝀^Au >2*zSRpzZgyg!`gZg t'̯:V1h +_&2)TZM"Fǜ@H+̶bޚ&L A\ ŗ;^XWÎ '\ 6J,CypKWӍ0[\A2vˮPc{b.PpDa5pt.%/rye`Z4 T1 gf.1Za?#-| N@n.9P3MʆA4wL;߹[Kt1BԇA +onj;ct~28IE7 e;{2YⷎKtz"9ڶh]GSlہbצG݊h31=xQ/P/1FDܫ7Q]2>5)tkV {Ad6;K+~Ary,8p)ޱr c3O4}=f7Wd($&l%IvdnC砇߆j7?z#lk2LO?:IbLf=}P.}Zn U~9Gog#?<?fކ4ʹV^9NN֩F, 8[Nu.xNst9j:*TaVyflPQ:vC_Wܺ,KuyH!T_c(iY@ ȇ (g#$PDᯰFq2$8JzБg+-Qy6L-q)z!քRB“u\3e.U8L;g6ТүMlJ-!fR!eJV vclPF;mX? KW) ㏮8EG*9< `T?)ΓM 69j}ҥja J[JGW9p6eߚst(Aw" GM3y6ٶ u3z\/Tk,\OQQk8 jD╹)ɋ7@ƤЊ 8ҸWb*zI.ۃl.ϯgOUTC4J(e0lC;Y{'Ҵ"v#. Y0 +)!!6[~8~E\k1 n}#XXn WݞNTC1m.qW6|P{,_r%1æ`ʃ ρv AÈ;A k_Cݧ?p^_͍[9H;'4J}G^E)le"( g:q^4\M1Ԝ"AW=HEpRGN^!R{ЋB6<{fTt(bNi,\:e,I*(N?P3ʳ) (O^:?8T>Dod[,uM*AWQ~bbaFDu#TN'9|Ndg+bMJ,mpB11¤vDyC,/hB"xteJ­wy ](b?z˪R:n:jĻIm=om}9bBv9 [oW.DlASQj K4Xzc Za ۚj y~Q|{p+n`6aEfA~m#믢kμ ^Y8(سZKG}l{'9yg%*\a{PY|I=_ zO$Y2w27HblcRyO+͛ZE7hp2$ǟ2r]Sl,,49ۙbTٞgVq\%/٫(N\)tLܞұ*n }v&YHGF[ldLH^ͰR܎{koeVpM2ڵܼї?l|ZaxCOoK_t IQ+;t {FRY~Ł3Rt;'v0< xFlw;K Hy  zY5nR2I|z[p싽1+cU8]+coIeZoODp%@wx 84@.VЀXqNgwifj_y))YIzJ1)'`=ux ePZ@P:qhLF/i[@q(ņP IKĮ ?l)𵥰U!IFD):t6 ז4d%HsG8ơ&5p&1xO5ɝ. bqHa$ n#Yf&Ȋ"}W\TI#VT6 Rs߆!4{¶=&rjI۶tk#u$`;;' ~%sqb^9d!4ql 3ݧߖRDMEi&20r {7Y 7Yo*0@:G0qtUg%kiTzSk_E^<#.P'{mO42^sMs$= ~~j)!jЗXNYowu)*g9J `rs=@k(+$B\uEsU?M9[PbM) 2kujL(ZM]Pcq`)2A\<C闄&Gķxm?daǘAHw iL,X!5j+i?WF >ACD3SPZ2QdR#rާmϥv7;2QǍ$ztfI|k8gPD.V]nSX +Qt('fB)7ӚlMCv?u;;K-xuD17Ei&:OivG]5G7|]d1(+tƍ8H$S !4Ղ>&Ҕax.G&Y\EvZג׊')9"rWywSD'į^=`8}h@ƅ" C^JDb݇^)B(jnWUZ e#'}# &ɔvaBJ=QkNV+R<Ć5 sEhz͖)ǯ |v*ƹX~>%B,ì%S4s aea+ef1@Z tH`^+ݩP5DA"YmYaE;`a:U3dJe[ Bkc YH.ۯڱْׄ9GG ˽MDquh<@4h9xO3\<,Rq"z5ӵ2aq,"98#cz![iu#C}0iX劮%h!h Eg[rr3aT|M6իA$J~W7h ,B)󰳃Nށ2)FYlOV+OSS |(+WZ#D̝@g 3ߘO68r!(D5^%#Wd>/6{: mϳKhi9(LiP1CrOkD ?5e~?V4TOeɡM;፲?8Kw!c.sߺYZϣ4љR?,*¥%Xwmp]\Xxˍ@})`LNY&47j[)ܲxueG$޻< d8[yw.:9G+" )[e3a| PIF8oK$=$wP[PŚD~=잭6-EL Wc|͊?n`F`T i!+'0`Du>V_9C–;Kl 2WeҜwҟy]; ~q&" و]YDӂcB֭ʹQu{Q7dZ3A{_+!OT1$ӝ;8hFPk?BdkƢoZyG/*73T?nM.H:7rj,x~D*bzoM<1H1KjU7O$_h`k ,-2 YH,WpiqSOH;u)B.-SaEɺyGG]#ZEL9cĵݝgH8<#'f4wTY :%^ !E ]Hm8P[ GJH` 5@V1 ʁ BGgʩʧ^ɤ?*6V>s^ usAnl# pB@.r.ƚoAEeDH;'IE4DbLy[ ϏnŃH\, :S(ߚ>\>?KܰT=Cu9 )-lA-G'#=(""@+ `SH IHtH,bhegvJt̼v\JZrTW^-XEh5B^i-yd!q2=k{ ސKs0gUѷ'ӽ^eҾדgUjRb Qe*/o<E{2RjGSkп:Ml0ə,XG >FygbVi9F): nZhf]E/$My?K=+ez%JeKhy$l `HƳp2[,@NMCoʣT/hIԀcM}jxZo]t*6+z]uH$?ABS1;kaR5&';0ߍۥW&/ESLp&6ǖez=Knh:NS;l^;=CS".?V=$ܸn k烔JfE%ܹzKBI2Z^7) lZNEێ#9ǃ}j'ޜ_Nځ#wcL\ %#Q8#1XrO%lf8G&j4^5Eh=Rx!6C晛}q5n6+hHqrݸ_ɐ]mb͊ \uX7{Et& ໫`:[L><I(SZkUÈs\U'=)OcߛxKv37oѵ_]k~b0?;mFi|WeK-hpFhۦd^?kiiVg%jF^T:,kžMzu~#T_4o=ҟPx~}6vP~# G9}[:Q9Ah)\=Il|7谺]KvP8o칼n(NsJ~]?cYu( F9Pa ijPK P.,;c%*E[ 6;goF]< p^8A#v↽.ΦSTzLx⧘qkr e.?s d-@JuGw*8)WYc9)`V<'\=7H2HA<'.'A- p2QbCV A"Z0g]MКyߐ-@=A> цDy#L _*yøY胍 8c~{hrȍHvFϡ-jf8-y1#!b(|ɵ,~ ~]&V5mA)Ƕ)]#NJpս~˄K#&|;d[^ID3V%1yGh/*PMi8Q>TxyO˧\$= n"Ȳ@xgB]oñ VݦƖJJӿe/SH#*2\zH\O>e5x I$*r:i믍S,Y6)l=d ˀGXW5eپٌFF0_T3ԹmSyr tbeZnY()Zc鱩JdV7!<zm_U}/[Xpz-[!mL}ݡa.RyǗUM0E{,Y/VsBг2 j9} PxW`47 B L!iY)H6#$(rh}go(AӺ>!!⒰1ce 0>ZƠ|_(ΐiJq67ŴKr&ԍ;.-KĒ!OaW' Vw?\(DiOuF;=ogmswO$u1I] D:"wE[1ez%_ɚyǤ t/Md '/Kt`O[.@_51D}cfCX,+ I2a;n*eLtbO |B@k&yGM`g%=~t| TtlU.w*ЎGР2q'#Y~AwKiNC>2)T>pd%D >b FF4-a-F3iTD@NzRG'ZwIψV kOh6ojuoiyդ: )xņ#-Ƀ, 3ałNbiij_^}=<ј5Е8RWUD] A((i`\Y+si[8Oe(BJd`z=}_O,MsR1ZEb1='[cr-.mwc$xW*ս9<;%\]ۜF״~+G99)^8Joن{`u~QߝuF+P(Et^P)Sl  [!,c"gTW \O_V@KR_(ם O>؞Nrhc씔V|Az̲$ͼfJNB48&QwF.GGTϼlbt!S:uVK6А8y6DΝf]ȦETʵe0\;غhGvX%:ɕ*JeIjߩ,Rb;l/3GA%H?>y' @mϚ )Y~4݄ $X+leL?SW=&¢#WV*`wrR5mFY3=ck>&I3YA7O $냧EeB&\0ٽvOzQkg-,: '>ʞUT]Js8{p06(ƭ8+M+Nwt5S_)zb@3W0j #{.wK(,#0iV8{{eDO 0 'DquT_K O  "Aeڞb0q, 98F@)-T^.c!+,&UgLV,tM-A)zFW#Ȳ{2 / eZOڧ$f>4IF D,(OtM<(u(Z$oZ~Vf!o wvWdUgT(6M8^^l_/"ʖ^j8l?}ʲJ%4u}: f`~%w˼Ҋ?Vҳ1: !mzѸAyC@n+GhƗ{?A@v ;U^|a~nbP!Y@ VsOyк;)%^Ǡ۸c& fu! q@9$/-<z3՝LJ-M7ۨK/XEW s\"}XH:ih5rd6CrEn:Pϸ)=t!SZp?Y"Ol*Jz8*YZycs5Il!i9xW- 0q[ӏ|0+6.u5p uKH2*ƟSUz3}~NR`s&GRTBgftKsqbj` aHĀ0,dn RZ&*^tK0aCGӴCֳippG5|Cҧ-db.h K'T BO;5J1яP(_Kr3[xF_~:0O,M_qL4 ("Sb~?Ks=hH]YTC1gPCE/m9;X1GhB;G<˥'^wkb88)dZFaUw.H_c·ltƦ& YQT$)lu:K1]pՀ"V´DsUK 27̴%b;$}D*p HkvJE^m>NЪֹ~*n_3xAiГ&%up#7Y6Xe:p$#: $߭8 DBu__kKnasbMVSo+5cMZQ2謮A]s1KCB3^_)'`rO;+gq\W.GE橤dɨ2DZo$o؍!dpL2M+U"?aWk[:yB?ENCѴumRQWX 5 q0rsҸB>]NaOT՛s{Ω>LOwgJqvMoL<+eNw8W6>qt Y-t`>9}-6!S)2_X_tPy_ϥQ]kIFrUpB`ȉLd3_Idw!tP? 9_O@.2;v| w*H*wËd}P0\yR#1N?OИbF;Ph:6}ԫo2fKA `(=HO .EyN݆ݰl- 4x6켦n27ʧ12bIs01aC 2 ƙ wkI[kg08OY[f '^[1H#o]/e`mUֆRj-oB[FgQ1?&όs#q*Td?hLץq;P{o 4M(Tc_r@ۿK$Wl3=M_Ѹѓޑʆ  PUdE$B>L7r1.p mjf/D'5 tOƔNg.Dd!Ѡ /2MrTh8w_QϪtӖ, O7#OWێu.WYv޳=%uh$xt[RW!iNe3&XM6VDŸ T(+GE:w9i3n1`e;#$,lKj\G΋պ(↾KK8>k}QTg/uU$k,EɸJTeJ=1z*HJrQA!}/K0Kfs nTbw#- w(ewҴCjͮȣgg 4`vHSoڤ2h X{ >ib3; L*H?xAiɒuDR*UV}b9oZ5.]e" !1;НFtp*ψa6HO^ 4% ˻$R@*f x,PYXnEY.`nѩqv@MsX.Wa62CP c 3Ǭ=[+πS<|yH+t]ƨڷ q9A* k'qGm gԧMiԿSɭ{yH>€mPRH2B@w EG E3T-/v 4 R| pe|s/XVMrv3 @Zڅ e5'r ˑL<1w~0^|Kcb/'m˺ i}z 1wmEdX&$\~NiڛHG3 QWEWH(j)3H)Ȥ|s\ktl4 F5–:M*o`qɵ /¶{%I؍j31%%27=?;xv_'56a]8D\5CnPqekڎm0ۘQݝv,7`}Pq/e m9Ly'HLbQ3{Exkxo&ж5F0uަ˘O0ŸiS/^ GMI׿ OL_0"rO2{V)#{Q%x+ /RcbUϜdvpq@Qgc^ptWSc (i q:_a.H<4iEI@qBg)<2RH?PE$ȡqacx(fLe]9Oc2ǎ\CoPBZuPRʖ-v)ێZd/,¯~6vt` Շ:,LȜ3ۄv@Ig۸fjs~'/V8\yaRB0Sv^U1罉~ޓYϐ-=9( "phqx>N d=f詧K%?4V띰xvqi\fރ{mRֳ5b\HfHk|r[97<1 +NunAUg Zau9a3#!k&o2-oSty$,'(1B<$xPaW2m-b]`WO=.bd/7?PGNHƉ֪o OlÁľp{*LM*f;~eft>1~FY>r[#񴽶/K/u^9'@XKק )휯1LB1AR]sGHF9sO#J+$-HMPj^([{KJDYpUP@|}}4n{k|{*K mեGPEkl&O)LdFJP6w_q:5-04u*EE8:WlŅ(]L*abxSԓeZ uiXn#-s ɸٛg'mt˿[srJґ7؅OԻUfpp9Fk 4Q#66Ԥ&io$xa¾\|gOX3\y3rƐba:c]E6G7]1~$Y_|ͽjc`Ͳ_+ –QS7MA@>njJjUy0kQ/qŗߨ-~Q 2 x=ㆯWdf4(#4;aB~u<&ʽr+%rcxDuؤ?; ˶ YZ