libPocoDataMySQL71-1.10.1-bp153.1.16 >  A `B !M@eeea1} HBc(&ˈrX?IH'dX1c_df.tZ޽q[Cѡ\}B5iv :dD&! Dj-m j$#sf|y4" **`!VޅP}ǞR6 0^XVX63n`AAe]OC@B%Q{L?22M1ւvB4y҉R+t9ba790270cf5ca406a47d484c468128e6b0b31e71e9b91a08bad2c489d1b445682455fe30b273334138884eaf04b619f77a4825e+`B !M@eee7?}ă'm枭U]d%IRO!Y͂|NRMD^Q T?M--eeK<~+p@F ?Ed ' T !9?HL N P T  ,( 8(9:X>B@BFBGC HCICXCYC(\CT]CX^CobC{cD!dDeDfDlDuDvDwEPxETyEXzEEEEEClibPocoDataMySQL711.10.1bp153.1.16C++ Framework for Network-based ApplicationsC++ class libraries and frameworks for building network- and Internet-based applications.`B~obs-power8-05SUSE Linux Enterprise 15 SP3openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://pocoproject.orglinuxppc64le`BXc601a5f8e03ab53f3733e36c60b4533c9744f13eeffab2deece215e584e84304rootrootpoco-1.10.1-bp153.1.16.src.rpmlibPocoDataMySQL.so.71()(64bit)libPocoDataMySQL71libPocoDataMySQL71(ppc-64)poco-datamysql@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibPocoData.so.71()(64bit)libPocoFoundation.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)libmariadb.so.3()(64bit)libmariadb.so.3(libmysqlclient_18)(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.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/ldconfigobs-power8-05 16149976301.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-pococpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6d4d05b47b65e62942f014c8a5091eef0b55818e, not strippedPRR R RRRRRR RRRR R RRYuT49|utf-8b6e45c8d1585623672c27b904ab43bdeeb7b50dd4d7dae0fb7ccf60563c59e6a?7zXZ !t/'] crv9wHm07 hdjD-~ ^v%*˺!IL|zVfuQ3=_T&My+аmw`gt~SR `?i{iA'3B˂*YO,I<^(ZRԩϼCo70 aRB:<.쁐Yl)=YRA`Euwe-/ک1q_7b_>Ǡ tsƵ"W 3Ӗ?|0͡&G@sв7(Isu.1e| x>E b~byJVPp xxBUUР"BhvZg@<ָg06hg溘*  H\$~>>AVzBצ'Y}$B'mpmÕthJ^¿1dzr̩ nȄ9қ+D\Y -u;53B^!4@ gxs'*HDJŷ!I86~=y^9OF^Kw /H ߺʌZ۶O:\In෗oN#pyEEp1}D<3_-h8W7VAIkfY =`g$tN4DvOLjٟ.Ph$hǂ{^-84P W_7^) VI2`|!M ZߊMI7A6ڗ {,m/!D~|)LA5bgޅ Ơ| X' "ٕG<Ӗp 'P%4|8s/nlԐ`-`,ê 1"hVUdGGz3ieFRnj},Y n0Pdws2f|B͉ڛv 5&Vo >awș-jD R}TTQ;=+b,nU3B|.Ly?qS\R(fX^.0b6"U!c!j鸙ae{Jk9xq˶oWm2+/(E~ucƱ# *.Ƹ?fݺj|mB|phL'>T~a'F0_.EjzA[m,5Iz5nUۅ}.[ E||j唸";g<>0S;ʱJ#9ITMMûcVޱVDλ\)eS#%%PE#,4{V6&y{[*'tYՆFduHQ ;gAKAIiw}E7`7҂r K3k,rլeYy5Pbp(}ڥ^eSV,;#dKg-$pS&2+'(=񤗗|ͻ"zR^+_ʹBH_?~6%Kj=U x7utW$;N+Bjd508-}L{],$I Eh(-20iEoS#6*dͩu4f!ͧQa*@G*Wk؇ƤWy$]DJNt>ItN= !DS`r}'r|+8g7/l~:Z=1}EYf30>tJ>2ntNޜkq3!n o\I+™t, <*B&!{N_Ido;o!D; pwL@}w=5ZEYK03?^ .12IBNmC1,AtD#]6iGTdgE?r=y`E:l4$UIY)hrͯ 6a{7|`WaEpʑC L xD674hT(|`4F>ȭ6z#=W ]_z΃I@a8UG^VP҂@<)ōevD@pOH=,i//ࡥpsDUؒ!JFWF_sb Ӕ3cLކ ^ ?ʀ4ͫB$ju>7P/#Ǹ2;w-4 !Hr_Nx#&`<rl~#]+Sg,GHr/%m,gb0G/k\7V*߻J.DtUdu)N%ZboLdc o#T*ķqDËR T?u:_|K-!͸H:My=(^D?~ih1cSu,Lm bIif~0PxȊ*vE٥*y/ O3%TIZR[<$瓲NÀ+gŪ'Usc60kdBj˺+Og WDL4Vg}3 yf>t[+u \ֽPRѷ] Y@V ": JYL~/VK|"6Pֿ2 7 mDr5J G!2uq!Xde7)&j$%Ig.[TdF)˒=jkgJ~!a*'hHU}&v ye$΃yd6T}J/v m@L-f"|qSlBwcWQ|,]*.T%X:3rb}=T;sдAI0Qޏ $j+X4 gEXr5+(E[.yFlSCuiR<҇ BAe'xLIfHz2&$^gCv>pmc[y҆r݁ ȬI}R' byEqg?k"Bڂ؃da9 :itGډ*UȽd~z\Ǫi=n]BEf#n`P<ۦ,c86|0K8 7R)wEa?8Ck:E)0dP&-Cʌf| x,0Jvĩa5:Õ􊓞˽ df +|}芅W9Z렧=ਿj >ԏql/+oC5v sIS64cq `A6ZF`5+\鰞"VFfJ%MJט)@]3Ͼt@lF`0s+CK=#|4!`dx"za !:Ev[&;SBh7 <U @O*%@ Itup\y76%w^6̾iiVb{a@)EfAu`-N #?fpb<$r QbANhxw+y?z<㶿E:DQz ۟x8ML-6T(hߐ=!7 |a:^n7 ɽlt d/y+BqR.&i<(5:AlGtjjÕaAmMnVV(ys 2ڢ٢`)NiB6r{4.-+hfjy U-UUI_DMUyuA˩p`e&{s6ٜ0K5H>Mq',洨]jBէ \pI)X׷NfE )ꃃKQyVeqWAUvrʱ`k㹧SF4B34ѳ8$򩔡M3ZD =:M[~UJk4RSinJY_! '_LFDy~ c~V=e'Oj?FJ$Ƌ)aqRsqA44;Asči+ l# fJt3 wA7dUo#OyeU!9Dca)G`)ɝF~MJ[?{~H?:~ՊtIG`݇/1%gö+ZNu@ҿM ߨJtb޳7$[x hюig?Jnw,(_aAgӪu[+ɢ wWOkU?JTv`sd%ĥ?{!ô NqD8N vq`=ճoY_v\ JG\백Mp|ϝ?}daՔF{7?Q$,QiXJxmmw%4~[iW䈃7Vf(ՙ(ʗBk6D_!%.xбw{3<t;U;Ym:ڛ >;/)Ф#oSh#:x8Z 0ePt< |fO1x]Wܘ|@c-m;6Ch !j{8Ӈ B$yK,svBWE?-:C eoF'%ZR0bYmr K`$=k]f= M6U$kluYMvvDu2Oj/@O?Y.H+Pf2SXkLJ̡- kG6@;.qդL8ӿ]ƹJ7+[vj-yW0Q^c L߀L96>]~BnbŠƫEVs]EMj_4tn5mWTo!3 [d'{%xƄ\Iйߗ, Gsv 6m\V@WdkXd.=t<1ZMƣXX/@/)UȨsҷ_|QklGt4zWq?Bg%evL Li YWb]}*"yDrq>% -K7/me{pc3 1-Tj_V%jV39`NʱQ7mu>RzB aWr*CqtqidI|ԍL5l!tv7̘@{a8m^E]SrY*+/ 0l ƆUq)ݰ1Q HP ag YD*[=co.49.XJ],E?'޳NV lM-CBCaBe>>F^h0˶ ȷUqA{Uwy|/䒫Dk}u?Cn <{0y!$Yɡ]BzMHD・˳`_OkES 3jttoȢLֶlP AAA+ロѽA5<Ӓ.#2#}[afiX ~ x0bmb$Bu(9 5)4fŴhKm't'mc%c3euaEܭIx[[ԗ(Ft0WGg^c9xC[}= o >B^gU|f `A^ֽR`d0,s9zU|p7tM96酾5Cս"RRpc3=Z:TOjjޚ9he! 3iپ31X n)gi @AĺٺS-\P:C-VĠ\%ZMMҶrgy8"| qgԟǠL52r}csМR &lNls0!TR?B Ҭ($ٸF\B&dC6B&]JF堤 k٩,X"=,Ü cbHa]կTaŵ%|K>3i8m?$vmɖ?$q_ZtM20f&گ&/{'ݟiP|Do%K.8~2g]G+UxV|sGGhe7; گ5H\fi3XEF~; x'ת4qRAo2م  R)FukEmIѤq1Q}ѓWg\UeokLgJgދq<%\|O&Be78点xo.lO |^c)w&\X8kdPSuUGzǷet23ΦB7'`#Rů1gOz~o?&i^hޕ-.\WM@-Tt~\5k¬DdžɅ0rԒ#0޿BQb$bp~K6]5Goղ \}Rs8 #;Jg#-\ Ӎ&/_i"%`^ai$D)p`Y6 y ͔Wp`yfALga՟xw5U%k-O]ҤnxұܦUhkBlvF٬r EG{`Ødg5>;F\ QRG ee+Ash )w`(y?/jnEDQIF@ ޙzPTO3"u_5 bsX<)MZkΔD0eUdy|`m)q(#h~'#iPӂ OW!ǞB.e2jn,ű/m,tE!|`1㿇<IhPߔ p&fgFRq!Մ)W!ªD[S:oQvèZStkDoNdB>H1G80հk¤&C69C ܶ9۪j'ɜ2nGo|GFiRyX5ɶimWP W*N5eO{b?t: @OƲS|AjVL Z!vt jrIK|KNז`JO FCfp ɯWʶ`E!399@%bA tL yf=vgf2gcHDD_V)5kLhQ.R t/2v6W] fw Do LXw0RᔏqH[ԍXzGUOS]qDZj /֖fknDƨw9b]\׻f{~Oe9^C[fB=}GĄB\%,*hdI&u)v"ں ̸28t9HZcp@+M"JϻhjSRP9n8`T%N "d˻&¼((KȮ_@ƩTggG}D^5I; qOtUܫV^*t{0A{x:ݲGO}SK ÿFKF$DZ5>ToX1ЧGAg-vQ6 $ l0s}c4R0io*Uyzx&jAߩ\N;yly5LNF _ȝ?Ӈ4Ԍ,#zWccf#Ӱn5vl2E >M kê +2疔6Lc-XYad&P nzi8ph_Y|Fz!;[x h,#ny &U!lїSO"EJy +nŻWG!2A7꽄P'1n">rL9*Z}9W@'9+~q k&E*r;&<*3{q'.jG3 $XUz\1|I7"\M#y2 ִJ׵st}ķTb 6`"Tx@e-q<ܠp4x &0zӓUT'n}m~W;T|aF]0,Bn.ٷNK ֡ՔutxͫKDxwXQ-ꌅ:SSh*q)W`(?0 L{cZ#.I?)jAT%=6)Dg,0\\$?ٗ;EIr26--lrkMh=uUqJ鷌#@6BJ9td ػǩ`\ѺJ92ܼepBS >!r!5So1yesB!x f:+02p=r|!ቩ!hB 􏏋EID{}S5HXvUJk+ &G}=e/'ASdKߌP7Ы%m>$ч, _ea_Z8c(<4]=ვ%&tv0ማ2Xs)<!NDުƫ ZOʴN~ ;zbw0qxԼ}ys?"3 * ϜZo?呧RY<|2YՖKҥ2t& TؠGϾ{[|fӦϧZcea1^~x/?ߴ@ 7}Njm}l&+ dДC{.ThR|]@JC'! ph;']"+GJF@Ku&?\)'OR 6NpMQ&>5E/R(ebKi+LFcpTn:4X`a(& ЎWPP1Gv߬ MYUHҦU$vm޹]\w "=7U?E6iqnSaX 27W7f]f}v0:r ,a8oOARҬi(a`)6܇y B##4e$9Q5=~8"C&[]n8]~X(=\nqup2Ǭ]>{*k\s(Y;;D>^ny_H~1^.În `lG008U.K/BCRoFK?b5q+>XprŽQIr<_ E0եv M8P0:M![vxs> mWz_^: R& 4v=) ܟ1޷јo ;u+0X: 5O~& /A|0=-f3]E1 !B"a>[:J[]4 VX{)h65#8gZ{ʎ somhsl84}'Z>o1U Eli`4UfJ,- =a2(r6ej,7?X; ՊEVqܖldZd^*Kթs/'$lH*srcMȇlc`عnJOGCW. $ nőC_0p29s:sWkP[M3E;ddN*9MO6K߾Y)"@Ru*e"u Ӈn\ 91ЍmSqC6!b=$-2Q鵉EеɃ#u޾!C0:dew)}1,49P,{T^\+0:Na* q7t#XNS`F =˻L楎 Lɯ Q[a0Z:*2]%^4Ckc즠IiTWllŢ>]i1gӽ鑠26^dH'~j3IT;ZAP&Zic 0+?OZ7(4b%ӯ1U>٤FK-ũ(='+DH{Ϊ1Y冄.g9w#V1@ipoEM&jK@>7 sz-FpSvJHykzVI&DLm B] Ҵ׉3Rաq]lB>їߐ"n̋E0{joxD 5Ͷ|ǝ-5xIh0;Y7 {3yP``Oi1Lsx "m"@'h r9RU8KC˙!jhgx5-IVDTqE)Ǘ1}Gî9! ZOQ>1cA?¤-[|Ck"qPgLq-Gtq+=K$/ݣHuK[p_CBܶq#rXZvO=}9HA?dD:߀PH2ϋHEWCs5Q٫]iV>zQp}÷ yO9Fצ$׻g]cŜZ)[ȌWŽk k,ZvɁe$ly$f`G[^t Q 8MN5s:M<y USyL]Wr|8_z]lfc֪˄:W^ oՠ܌hݜY(ā5Ƚ`=oot\JzJ}<:܎7LOQ+5!D6Ag > ~bb >tyW̥n?%3kDx׫ fgm#8^A_SP0>_ͣG'CT-Sq t/~ǚ:ef\a?N n0G(sڒ`MD*0ySɮRM5UVO3ok;ðͰΓꋉDK3~LDP?wE-Ox>VH?\̟3;ڷ~d3$NYmAde{75<9M]Ȉ,o,NJ{ QBt櫈x΀{c,py[>tHg>~U3%B>iȕt* b;t[2{g0ba&1З2;υ+L.З^&eU:JN"s|A;m Po=Uv4ݼՙ&WrD[Q HMl`лJhm&OBam6Z+wT0?ZXftT1ɅWJA4TOq`iNL[^?alvkS/-8qv3a@`@7}XUj |mXra+GPW%"%lpod!3.lul(IOctܫT}'A8jO͉T=`]ǘ *OTܱumc>#`ia!S/F$`upn^"O䐐UЕ yzT܍R8 kUg8 +pm w@*?JBV8O-iU,iX##oբs>hNGS7%pJO vaǖ$/K埯䴑5Dju Q/rY:}'y設2`h*O'9$-{M6@ ;$3ms_1wo `2kH9; 1:|IvW?[g8"F>A#d뼘hT>Or4>#O<-Qq֍>qO^3.2]F/[{bûL9brNƑ m i圄?CT2Y]hbM} Շ' lH퉹BnD;BGsy"y3kȤwYT;)_ R@;Ul%|Tf7bMi㒱^;\6004՘C_f7@aTgO)Z UT(Ym7X"4+dpe-3Q ^RK6( :ܸM:R"SFsOl_]UykL6GH.d+o}#3E-LŅb < ~ 1w:J]HٳKT+Ѩpݬ7w1u( x#`8cޥmXBm.'MG{,{r/kN0 4Bwsܑ^?T1Vm-5M+k6 뢚 3_I //9hJmCxnGD/j߸̔1m]-h 5UL:4.쟱K_S#R.,?ڼ>VBIMƽX-I_^9o*.i“nI%$'Ӭ8N'`RL 7v'*!h,#~;Pf?UfQ%?N`Tm<^_֬V@[BqYh%wjgI߇17^(|PgaA<,hWn٣igO$^C{>D^V0Q 7FtVYu@M/72kh \kPݟT4tmC!T m~ʒkȽkٜ<֐ʹyD|(R%Qߵ;{JTvM1džʨ"ȺmhhJ馎2HDR4^ES9,?,HDd@h|(y @eMzdRaڒ[5]y{䊵LQPZCgdɪ8T2HP+P7x-A_ L,P}CY+ HfDPH%o9~͸tC|I&:řƘ= VBM;ɚ;"Pt\[|uf$Nf.;N8GwW; %u"- ƒ12:Heǥ+:{&8";KFb{DqPP ]sk7ou sm.?!SK+9 ~yiϛ?=Fd%%)aOTjg ӽ3^)}q)Q,w"VZ<e-d=dVa֤~\xX뉥N${V֨t ;S%3heQ81$.9W[أ"Y,ʏ0ĊELkadܾ(t6^WOK?6Fur <ϳرCTlMH}o",h юj9慇ӗb%-'U]yQB/d(iO)~)*gTվBSn! vTI>詇0B+y>Ԡ,GS+(MJ"5Y K_jYp5'y I|kukj[ZYmvƲ44)Sa:p݊QVڹY8 kܬ7o@}q+ym^j?uQ?Z%h&ZXveB-2 ;z4BeIFaz>/ S& O vdqloQN7Vh--/UjwW i _vY'44;qćN#MT]U׼ش#d^V=WU3 ͊ Q븻lx̂/3@ tbenʶ vg}2~ГM*tU~lF@7/B|Z S!W{z* -\!@26Lh'Ռ=L>vF`IbxMc& UB1Ұ@+QʿK%nV_n H߃fVoJkgdRY<Ӵ"p~vg; ROalm[>}^k\Cܱ&%kkEt3p hnl <_Z˛!P )DX;mҹ&L>QRoi1N*F(x`)L\zn\&l4!_wvqѻo*ׇW/ K>ЗOJJ1$K $Ju9߄D qilCkx *+IŝCzְ}(?i:>' &_$\Gsx^Ίt| ȮH ^^1>}͠Q3Ql!Z/L-7|ssGOv ۡ*#}O1e6^^@T@b? 1( a=1l.?HwBMGd\d)s+ Xtv y=W yu48i7pf_`]X盡,BJM{e}N1v !6Yqw1 dhpY5.7!t@^R3bq&d$??w V'zrYPiqh^=7ߧȌ"Tg0wjDKK71Kd,Υb6KDQ }m3`d~r/L ;|)MEAۇjB?1+oyFl{5dyu.<^NjYx{7sEh%o)OVn =5(w)#W~,_=l~nb%5{F5:hPBzpFߟ}2h/?hQiS_idի4\FU&ΐ[Dd?jc6"-\cn"zabvKlN5Y;/Vpyɯ,=%(IQt8O;߅PV/)6_é6>P:c #-U9݃|27ƍ Oe36zѽggpxv?}CS= C`7)[ɴ<6Go22%1?d@Ra,1_ q]M%JBF7rEܓid,3hFPİ!$8~ d Z4R@[esmm/ĤDmj@b86e*s4}HE;d!6@o~DLqq <РAw!n0|޼s*+"I*ruLe:5 ϴ#?`!)Xˁӷ!&kTY+ĮwLjt~X>>4q8RIGmN7k{Ek5+!޽c^O[Ƈ~ʇ!d>Uۇ+U`ê׿Z=ߵI<GēW:wcٜM[tU`r'{٭fCZViwc-W޻+$NJRf ;@GG6TTlOb\ "WKCQnm F[&yߪ ,[5vpR#ۈ#>ᑦ3d谌P6U~imW7: tQvH|`s͝~ j^NE|j(X^-~Hxim{j5én}R,F^ r{cgoNezH*=?T?B=?>O^FpnF;BʫAOղ=1/)-"* jV'wFc&ԕnbhϠ8XACVa z-b}s0dٱ[{uo. O[ƾ)b0QSIP6SK>"$XV9pjFkRA~T$SbK,Lj=?{=>2/d2ɲJ%Ci;MbS3LEh>YR뀶;D"Jd mRjmG*kc:CߒX W9hͮYR_uZ:tu!I;h1赏6tbў}!@$5i, &*jouslJ}4s^*FrfxU@M+To9W!~&ՍQoϨ,!%ϯ8}r)ٵȤunaG=hݗ7)PJW8pDCȀکCftB~XO/JS[B-c+ADBO2 { z'aw7C{lkhOpl<ATo}Sw KAPܹ{u]C(ҨDKOCxvJ z[WPo,nr :L-6 &LӢ]#Zb5|ςWƒKh.XL2%飃X`"`o}H+&Yvcwx1fܷ!$L`^HzD1A` uUz#Qg&;rrQ>NAs2I*4=NK6fLv70Zv82Pa$~5'"N+:k߼@14T{%50?Y}? m`h L]pNi=IC2d[.(ΦtzDPt[vɠi!ֈGa2qEXҐoaQɹ|YDH /=_SeOn][+!%F~j HiER8@654t8y T[!+rxqϖ1 {]'OTQa q!ATf7Z{(;(ױS!ǙTm[Naܱ3~U]7ASjߴvvj#)@n+,}ۢwp70po"CLU ء,_yUTU TUY8_ɇm f 쳬dm2Zc'݊`b/%~;J霤ޯIm+~ [nK x#\Cx)LJ0ldIېឱz(`/jUseQ-/N2;VR.Qct,V/gV82W5@98 Nr28UL⾀yU~Ep+~.2 5@xø\GEFk=BN™QPwb!H0bm'\0擘K clz c{xG^!T~%RGm5cP 7S$Մ9Ẵv!/ n󐣵bc6ef{*K}FkO&+0[$AhT _[ uvi/ڐ'.%qZ)c~CEg*aT,Z8fһ@NsnU8?H]yܩ-p7NFz%nQMOϋ-kq᳸Xn"R6H\/;|ϰ۰c;:z#ǥCvҨ%p!C{7vce\3% NǛA: sU]a--F0LHVy:p|BFȓp4}cH]N{fZa\xEƽ#"?׿!ӫkCweaG0j 4I}WsGE0+k^{o .cq;&5CuqǞ6bxF2QW7QXae^Cf- asFW03+Cv۫A8 ۇRfGLӌ0yMJW ;Ɯ~L!LSYV!kxMH&c4L<;ݣiY]yMK,ryf%H˳M-T7ؗ*n($SH08O7lRud&vBczV'zt4T$Xr1b= @$B 1*, [A/!2_7BU_e.tO@ Sh>'p,,{[|_J\٦,ȋBd.=չD֜յ<)~LNnxeط^3e/(K>:L'SD#1z߉ 1n~MF ~ JC| ;cnPvXiTyZi] odx8:E.uåŭ;d& E!a%S&tpB{8&k<ED?/}T&\)Lg86rGaH%PZƤ,u_.㫣o1Hb)~7GX/XIi^\}g`F^޺e9ͭfwb@4Z M$S&@Kh ٔ=SrU9Sd7 B@z\Gq,Q5!̿`UtF[x-unнҹFojaPȱ/~DBY:QV6mpN\o>S!eFeV+Yu4t/%=zfI *_!8r3>#3w=Rw\(a]4+uJ"v`f13|H:.ʵE[ ><} pgCj#Cax/`UC 枭D+ ]I#M(Ʒy9?ưH52v\]<. ͇b Ƒy*Џ!_fLZ1OTuجTeq n_x18T8"ЏH9j D8nX9|`] ~2YRF^X#ʻ8XZBW$Rxg#]J q䆂cs dOAPH\.KV0JVh :F>BR:v!iPyESOqm$gGߧG,BL?O$rH{]|o<ٓDkފ,G16!I[‰@tlIJ5;|֪f+mn7}at,?-3.@Ó1@-&S~}4Z@``[LE,nhnQ/~?jP.^ m^ W)Եv ?V759Rb_C D46k >=_!KH,6KiB`bEܓ#AKr"Z&1\%dKOlJWb$uhJSz)&va-2ehHF& X(>  xƊ }x|,$֬i.L+JҲ-ә7Ѩz [=Kwp2(JhPI;iհ=λ#l7w=Khdvtkt>Mqy9Уt&@f\cLA[jܾ%b D=CVޣA峄~^)|c\p]8;]%!jS.|-FS#02nIOᵁh pcڊ#P3U=|{$-ڦxdç^M*̢]}j͎ Ywk_  +;^ č Z0<1 fN}n`(-Ɔ͐Bx=d8_as܀XU5Q*B*~l&S?V"8LMF:=٢.Đ;(ƀ8/SɎ!oZӊmK;4BThC~D ĊPY_SUFkiu YGIT-O*>6AB+1TeCznR/ _NNgXog+XC;K'z޸OωBcZUQt ƺZ8,JKw@^;  -t ;0s(Ƽӊsp4/oɐxe(IO-2J$L 1 wl(*uHaCh=D!pk.K$%i}<#qWYhyTf ;A҇ו4f՟.~Z(a/8RbKQTKW¶Lg6(~LjG>l;hO2BF}Y$UQ6XtODiOI[!=.7lD%a-aƍ4fC8;' 9Ƌ|DP(lx ByL9h=ghF,Ԧ~  oH۰۝1F/ts:>K)q8G9{e1 !E4&A,=$Wrz82ir őZxj*dژjpZ3 d Ol%UgC ?:L8a_FQg‹5YYo_%vU{U̵{gx;{F]5~/=6Oj<Ãӕ? p7_[8,=OfdljRR)p|]0\4FfdHo|;< Euk{jg&E",Bef W4BzwXj{~{*bVZ- ~`y$ |Za='@{(]}1Hd3ka<PT8%@Sȫ\\p(*Ǡg$Ϝ)8MXQ WXԙ6O+/#ˆ6==qk IYI3ZY'#Ua'1BuQW^WerIò1TchjG(&e_+fװ/ߛ;#YI+ VhQ4W\٫MtW}A/%Qini8"v ` Ƌ8$՜3aCMI5cfh&M+V}:WF䳌a HLIA{^Q!C{HK$%ԋZ@'eYV)R- UYMjqvP"\25Z}l rmIp/)YlĚ-J:nV>]mAnsׁu{#SZ929z(XD} v*!Zq5F~ߖTNT4giB\5-)TȜc|Sd)l@3a2:D7|}~15AYwg\E:amt䛭w9i RsQ_Qsn_○x56{S}Qn.ӃRԷ"GrxW]g׭ <6y׺H2i+P&jfouh }ى )oz4 "$&]Q-zcsI,@5> QoJkU=D/dQ#2!PgY:d'9a):''dm$(^^&Ƣ`n { ˏqT_˖YҪ$ |HN>]DmqJ^ZE\ȥ_ $lS,S9YJNgϲ ;­OYDue_ow l 4&1.7XVWBi`3lRbʱɢRt:q۶Bt=tφYH%Yʍisi a Z1Zq~xAF4}ZʂxUU;FEiFaSd- ܺn(֞.JTuY}9Kf]-.CG[@$5{kn4x:ug]Kp8IPL++ԱZx<=o{m9eMpj(D+lӾƐ/~N՘bTiţdZOj:6#'aq-{$Bk6G@6ҲHo{$)H!jQO-r@vֆq!?4wA24F8&OjD m)EDfFa-3~aXA%A.*;/@jPK(2!N:LFk"c0=yDezġے<xv%aXKbm`&Ƚ6hbxؘȖ &tp.`l1 R_' nޓm J3C,O6"$b\Pn E}- ѱbq07 [JY%R/Rf@z=cR<,u슱v*?:倹 D/>\7 oSʹg\/68Pe߬uڰi^Ԋf|ֿ]l 7֍v͉EFSyC5[5Lgy\i|s1E?g/x/'l,,wߏigH>r]5jĆ/P>jj'`8ᝊDCtdxQ_v*Lў9w(L\[5GDݓ욥m##tV!&eБ9gtMi .yAFAn6,l, f # Y%tSNy.ȶbqF]hbLom ےVJ\1GuZwzttyx7jaPU-Q"S8gʡo,bbd Kќ8tUinYgj2:8}co0%!myJ0, bM7|H\k4 3yn[{#,FD O&s9Y1!i|MweTh\1~:O}9 c"kAą`;p?Ƞ^<33mQm$ې̓A FbPF|i@n9[0?M_d.t!ճ58Peϖ|^rfn+/ϼ1>xQ-PHLZOW8!zqE@#I(kt_/"ӱxz OQ觢gqEW'5c(eup$*gPe' ]|3sPY) qQLȰ|FZaV|φOy%9#V=pk އ>1'_krTN*n׎Wղ\:(ed D괵u}vzu}'݄eUi+1m3Gqy6Fr~xA!" uQ(C5y /?B>=E 9kwܦͶ',?@~`F$(q]6p FNBٕ35${.)m&RxX_iU+d #_ *Ou.eՑRBZWUvD65 OBT!T`{VL3jmžetHc 6zQϯ8^N.'jR3pV`Ɠc~=즋3K OX4Znso0)!Xi 2\|/5_ג؃F;.Z&TQOKۈ:A0?5zf30Z-8S+!s[y)@Q_$Rϓ:o"â\"gj}\^#(;$ᙔpʁRI) ]]Rh=`UpNaO5cx/Ѽ%ÒYs78.ߘܥI؈M!cԌJ5(A>| ndv"Zz۪I!z&JmD "+wH& 9883`]EA 1hXNқ ""jFgEߪcn4]V uvT'> ؙ|h4^ wQfߞ@E!iΆ ZW{佾n s͇og1ɋJ-za5ː͆2vNa.DPqj Kol&iF/v,>䂈CN!b#]xeX @q`ajmּ34ol{ Qn2fI !2nZqbS8nQ7~ƕW9[wJ?9=.7^`G3#'/ ,]HN]_L?i6XQrw[+GXp4D4̘"~]j5p3JXٕ[@ErO@I cc{ IĊ&DSF'9A!g*IjWƚbHm{t{!7~c/ '􅶌n}F3?]X iѥ]4ieD7ɬo/)sRNbXwVAR۞-"Kk'>M9"SWqFJYMoBL:UY2ek#.Rx4O6_foS˛dfL(xd^{f)%t1dW/U.S/q3}l^2ދ!܇Д2!Ϥ~4T&Bv=ofb c6Niuu?[|~ ooOzxMsm9RJ0ph42v\AҠxdfR¹V#U,b?u_@Me in!RҌ`Bձz zu^Sn}'/<0* i#)kq-Rv<}eF:*^?]A0B7+QhL'2Hl^:j͵e4=ć4z0e9F_ڦ<ݷ!A+FX((l:IȦ) eUʂ T]qa|,璕2c3x&[K7 q.e&m2 &M6E;fk |}=N,K@~ X;mS֡nFIdSv[ΧRJC\0ḵ; !XFA܄k]m** ͲZY\YVO%Kt%g{bn1щ?-4~M0zhX3@"BQ~&.> &96%VʞPSˊ eQ%4OX QϪ[C&1lmfR[6Q@@&xbjd>JkvP+=l=6 QHmO1'1GރQW:@C8( 7>iG^PrVL$VA 9,:o}2d RvԛN{^XŊFBW38ItnOנlϤ++#էCHJwD)e=inW=WL Qm)Rm-\\9C{Na|C՟7 YXA铷uUj pYn8wM4^Qy4T//SnԤ#?IV%: rZn>nw P.+`4aB3VA}+OJ)B;]@'zFs = u+^ Y3q;TH `j[HW֑t9:d|#pr`. 1oCwY"bَZОt=%wf ċؒHljzaY&]R@cM:x# 7> PhՖT6<5*ko)>nC5dθr$V%tS^3C ${gYXt8*ᭇ#xrb w ~K> Tw$h]Q{l(l o}xmQjk HÏb:@lz}Ui0 S"C ck[gENlyBeh3f 6:F˄P-OԒ( zxla20i)[wԙOB-a zH"ڐ" &xCoPa; +Q߲gINڊCc?c4G@W " 4 e=!M&}ygTX75ZΘ^[6(O(^BzL`> a^3jo3: ;@+{`xدP%k˰IG8p"}Y8U#!Ed_=F.xS#1#3U|LJ-T# PftNҊ玭TGTT~hHNCMIۜ,\f%?99G@Ua_f]ϙ:V-P1Bh2PRU#݋QOWKRnleߐD[X]ֶS''婔Gs4AY. bӴǵIߺќYXAkߴO,WA: J@Ek9: sBhLbwP/*tM)h;!/. U]Yj]]ޥtOSgӵ]\*)Cz ;P؈-q? ҪU KcøŗA?n~@p+_?X=Ȇ՞ED?1;fT^$ I{8;7I"-QVcVD.MH'6@k÷$uǛ0O 4C(—\)a V*< |.AG{hSɤQW 8I歶V l<9z1LOQ׊k,Ƴ۱wyC=Ya/%5ΖzGk}kK8^K N{(1V.ft:eXVRg-df&@*MJ!g4mwVD8q'yc׃#>6I;uf\">PgbkUJN ^'-ŵOH!roNi ZRRcuQ/*۬飕۫Q(u5r=DVP꼾 J!5[¼>KUuNDZr4M)rKk<`?R=-싺R]BI$ dhuWyV(j>͌ W =x3uA/mt,MWLG)V݁ ~׶m&ޞ@%,1fį2I Ms P"Qd^CEexCF"m T0d\ fMzO6Hh?5Q(2!e.94[|8yK~/9%_t~b,Z-:[OURA2A 5%ےFO .y_ ]p0o"Hp|!7i>̤fbB\9qگ=ƥs7m[R}9D%hxl"HtSؑBy 싅*-XT4ٜA]~}%W 7-3)A׼*(%7ˬz+C@+y+}rj} xL8(H$<gXý#"~Xrq Kh9JF/QL,pcAb imkiy!veAI.7 #ϣ q+8.a.v͓pg~Ԅ9]{kIG@#[~Z&KU\h׉/4A3Jp{qܛOչpA> &~iP@OͿ ,A/3rQo'[Dop[2њb!H?2,K*5LINYt UJ 8*mdbxDqlj/>M,PKM 8U֦}gX(oǁ|#e䃶t5Ѫ /`|c ;>Mh]*`3Ql!̭*ڽL Iò׈Eyzς6A CϴredPJΊ7p20[ #U>7]_aۢ ?jiUD$` 5Wv]1Nt,+B] #$jR"I. #>q#p?Z$?Avw^x7 #n"ތ0v4Jեb#8 f9(tVUX|{%1}7KbUKQ#h5f3u<%]IyuNtCs6.rrrΤRSC !+<%t:Ta5)/nF n$y$C Z>c_V5bzpTLp 9ZQNf`氷k컃p6]dTL r+,tt6 -&VZXV}Jb&k~C$Iɶ(Qa'/(vE0^+5UCZf_J"7aI+fug,eX43{uv#0N2 B Ew}1a}^@Oz),nJ@N&XЕUdMAY?>\Ue`[ļ ^sfnGmArĿw)$kxl@έNS>݈ZW̾[#:$&.ǥԻƑ#=5?q/= _=O ۱x`,zǦǒc-5E+VJ&͍æ9`x4)okjGQoF?&FZ8O|_[.A{pVc음-(:J4)Z+a:(/w |P ]}*gvl~zqr>ި+c"ZK'e:h\S$s@w4l .RzzC;= VуC(PAbW\u<1ܝ|h^*{)6ryR~Oy487%uoӨPoCUr^z9QU߫V.v/X&8Y$'kw8l:lWӫUjKǒaWNabzuW p)tg@8c]`i=q>|9gSXBSzRle^DrXg2-ͷPq>Oi7u*cNeC2ve&dVJsTHjgd(jM 3nܻg"錭򛠣JTwQ@_0Zwm[CxtT%}aU,bw97/R>RQDqT ~:TJ< =(hE;_" 4Ho#H54'smݵcԶ`||foI9jpj)iM)D^qjjKP;NpDPkQDu,7[GכbuYZ# uQ?P/ p@3'b{DC~*%n@qbDg 3őGY`gw>لNC%,Z O`x3w0% +y-ψ2#mU#7ïV@Ƞ0X_(En3Ó7bF1\mgiTʃղ~3,ԻPAjY'wcI~'VK2͜ReFxNzMf4MvOumdرMҜlO]dFe,jt$lo20v;F1,2ӡ0oւOD͈3qlaԴJxD G ysvE4#/V+$/tΚ@;34Ci2HS6ZPvtTv^þgBMro,F9C61eF9Y?ZĿB0}HV +G~FT>`Lj@kM TWݘ>d0+}XS7(C{dDpt0UOPEԜKc\˾N Ӧ鶿Xh豳!P"%?,G=3Gx$ng`ڱX)^JS$|{lی*ߎlŏyXWóآaVD,1s>KNk#S#!DhKnxޖ/\tݠ$i[ q6*Z#,IZ ^a ڄcTsPq Y " @_+Oe{M+BF'H9BCHn6ㄙuB ]yUjbyfgBE{mS׿Y I1&'fѸ^rhҸG,I김]E='g`-p>c60s.V*5S 28J"Ζv{m8ՠ=kjGA>vFش@&GRTrСϷL5J"#Xvst"t ъ|⒢DǓEݺ _A]^#:ͫY|"=#ԓPJaH{ɐQ "-q{@)ֳ;}O2p(;|!J~j :Xn\_$~ʔ)mJ6_6, tޟCۮ!` ]|3N3G0`8t G{yHϼ(w KT8oFԹ{+7 T6 f-%T%B:imϦH`e^\ r=6XB1 lo2mtJV4H$`*)kp !Lm/&> f2䱕"%CA5ƖUdyRDz,xy?aBՁ G2)<|З%谉0B i95Z9$@A0yJghw]G^VJˎ7g-9h3.?@>jkA;-W /`6X4#5ePAƂ7^.ŷ3[:C+:H,Dw)H6[!?_r fH9|G\7\H|6O/ \U{G|F@o:25eWUk/T_ϵ͠iJB{chט'd7[cV`07/,!.)ERC}JL~X{٢MMF~tsy<GDX|<ʢP P%茐2C:qK ^-n)O;ۙd'QNٱ%=6/'{c/:oU*Ԍn>Ί\d4eThvЩGr#٘$IV~a1agLk1d{/%Nj 1ĪT4"ѵS 0#K =XjV8A:*~U[2o~#xFeܜunSĵ1J–p9s.m7nuF-uKût fQ{# чEX*͗}\fvTnLUlQm/+M|`l5mˬe7LDb:,.i]嘼!0~)%! '&oqz+ #9$@TSbliO2>&,Oug|z7-pTJ1sy&mhY{Jƴv* %G;GZLq}rHDs! lqy`l i5*}oZBBd}f  P.wTfyťRõ~uo)\۫A@ uu5ߚ3zͧ7S.X1+Y\di'uvVگ?y`%& )[u>FPrdpl"E)Hp#cDa L$dyDT֫z#kmI/iƯ@7<^Ҟ#b [ᾃQ$RkgVm>3}WTB8cӹ5%0G!] -㘃왋,Iwέn{IU\캳V @N>yBLhcR\XpB&uTn;3p퐼a-d!j-fD>PcnZ&XKM~|3EU/z~rzW+2`0IBD*#Z=ԿW!gY6bol`SڡN}, Ğ)9p"ib0W(j􄳻8LW> 4r0 [l>&#7]A, jȢ0_zԂ "P v<MV1f d7Y Yrј;D_I<7W6X`7d~v;p}~=*(hYY@ uTzDeD*~|r‹i !a 3r/=|/ vxB֮fPMmz@sv2;Bj:KVQ7~dP63ZwEh5M+—~?-W>ӧё@7p2DY/> ,#b5熬'_-L])um0_nP9EvyciDBqWvUؤUݼh9@ ?ذH1Te?HIǣiE<B6J[Pf2q꧲}4WB*ȱ~ϙ%ڱW8$iGV)]Uxuc䧸[;7'y%M1d ztS_0.%G4qt@c{㱗3C[ hf73H^+Zow' xp;s?_m(fLP7tH}3[=+)ŋ~Ӂ49MtLd|Q h@[9{'*(<1K̦Y4VT j11B1/H>5[Y4;Q\?Oٚ )qx4lnSDT8<9lzrT|ɜ4eN?WrtZڂuS{iEg9;jgd#o a+q#33{EJۀ^^]'"8."XsN|u 1fHEy:ev2"+=sH=މG5J ji] gYYY\ zɬ( [Qt%{*!S$iKp:^n?wh_ẓ`  @ޒꞱ)t1ZPj*/ /KuAn}cv$Vzdr884=䋘Iïy ۺ3&q |59Oȹ5QZEb>ݢO[eEaQ[Xp<6ax.xvW߿7LF۴R8'k3CeRsY&(u4"DϿli{#̽8[܇SWBM?^{b5~!6)xdB?4OO‘靧=4$ш+tɾOh^},DWCVK+YPdU-E'_ i`8'eH*#FڜP %#%H)* =qZPMd,׫w!9Jߔ]V(Z q[! 珉aӅm"1/{PiLYReM5jgB![aa3Fʪ8iv9ñ?5H#N2td-Iw"0ĵRAD1vk }w7~BN"vDўEٵ1 e> *sLIoͬ&p>XɽN3$lfYo7;K9$Hn/ߓ)Ѱ[z\mQ)9?꯴m1t<- 'GbqKi`[grufAZA wsM`Ob<^z&k/i02Y\׶3@mzUGtD6/ ?bA"Fߔ7d -[m5p!56V9>r׈18{LaF,51HA47kۭCyU9ZvKmpF#(mn$(B,0Iz* ?.d)G`)T>Q;f3PS q5"M%?c:O՛8^Wؕ,.%mtC}y4QKdj k9͚t[' ^n$%R9Taan AR˽,Ճ21I_M #xjWKĴ4;.U7SL]T_WC+ϱV7O;hrmI]^R6&,l&\_ctC)S^@J,|rE'e8lM/u)Gey+1j[<˲[b0a+,Cxk 18S I? ܬ\: ߣԝ뺦>-ah ﯆巯R.% -ς1R-u1֗ eyGMHž9=zyw+#C {y.k,,y;gx8oS)&Ђ/ :qJ]47a͋˻gmq+5/>LjʗB',.4=8WJeMG/]!$ַljc~<+Et6\t%1Y4S@ǝ-BA#4fLB.0gmCoC(]pRE9Sd=,Q Xpeo}fmolCz·쐣B(@ t1ERD{{T֭P^c붟 S<'ݢ|A{۱r>]3<]8,B)4rz_|LXX9J$(ܘ'(& (Z3^ ySvR+77 ? ё`$[6OLHFߺT$Sǎɒ:Owee7+@Uy | 1ͫM#,h]֢BWNߜZ~Uq/sLZD&өCk$IxdP"tj~*qHiDㆉn5-M`:&Lbq$dyO2=յtIX.7~]8 gۣC%|fvx<{g_.ͷrSnBq \ 117VɃ=V7mg-MUYl-e)h"Gl?}ό;:&R ӑǼ&R[i̢]g{R\|7^ oʤ 7W"of˶ڗL}P/:>#W샲U#nȲ`r=vF1U{#/)3pEw7(cDƬ 5"l`]WزAI84 M]h#8 QOk5'8 Vч.=Ss1f)>y꼅ר(GDyqAPZQ2*cއ9lRUq(5׌NFO35 ⛎'pW_5]]=yu"$X[zbV:DVM\u0g' ^poxƉiNvS-FRe,~f;Uas}&tU3V:ݮϞ^}gR'/uHtCv*w$ruKBɺGc|{ (`2]h-Q/}b,GD8n'фhFZ^ u WQu~s" I8(D) W!Go|=m_lb5:i0zG -.}v?`qJXƙ''(o ^0Em^{b4 Ӱ+yXg/JPklʷlTy.LwA b}wdP_ t} NPt"$Ubؙpyf/MK(N‡[~B'Q$<,<㬗p'nL"G0}v ທ~R&V(mvՐ͚WaAQ-VPu[32?LJQ7I]'3- AމnN\>&b»Pd hJ`gGy7"j#3{HbЊfC3}Hu~F5;#=M nK~UݨPsĮ `V\"I~}ϝ0K_G/6GihuCB%Q sp|Ř@Bj񐓔6}1BWzj[vg {`HYوꔷ[gDra:ܢ *[N]ֽTyI=43 ="](BhRi($ih|bKT ;@1lr Eq>5jͅ2ߎ3pwń/>󷸈ϵ1Ydfk_om \M="fc7(*˵"U(?8wRhR}a0[㾦~d-6aKR)|yFm{n8Ī OA ;98"镳3J~@&/eWɭjs Rwn46Z"TӋVVR ¾.@**$VmYz 9M X)r+-z kke`vw E9jх3CS[kB@n2֒zcJBտUN~bGf̢of#uGa(K.*t &N69/ɣ ElD$(k+4&[cܱ9LyH\A˼@=7Ʉf|36Kަ=pro4It z oL cJY+ Cp&lnE(p fou '(#[2qH˭} 0?âA.BC[A/}λj})Nl@0Y^a6Ð'*HwmT k\օ*;~Rc߃ YZ