libthrift_c_glib0-0.17.0-bp155.1.6 >  A dkI%z ;dӶ\6w}6:I̷/O^˿Q W,o>'TMnC?Tʎ,N|"`~Ydy[EXw؁Vi!s'owYuw}Ghx6ojY6L Rހ RMR)eGm-6OCSգu-C熢,wڒ{VShi%UMq'AfGUb Y"kS] ܰȡR_6&2+UBӈ?pF0b ZpjH;Hsqj~"`Ölx0HA<)4 LU@,/P[g^ɟl,CAd:6䣭۸27eKIc.#S?D)epzDr}=듙!N/NnF:F޹\. v 'MڐMP$χr2(7$fq>3ծPbZ !jkU#Oq{u7%EiB|0 :3aÇ\ w9ʯ,bpFIkɺRI o _i9>fs]+.3 lي8_|_svէ óAMx7e ݫդ<r2 UYC;>ކHo@eVVᲐ}и~18a^JRU _gRCv$8QeufE%GlpCO?Od % M $,4 8 < D  4k(89:>Ln@L}FLGLHLILXLYL\L]L^MbM(cMdN9eN>fNAlNCuNTvN\wNxNyOzO8OHOLOROClibthrift_c_glib00.17.0bp155.1.6C API for the Thrift software frameworkShared library providing the C API for the Thrift software framework.dks390zl25`SUSE Linux Enterprise 15 SP5openSUSEApache-2.0https://bugs.opensuse.orgSystem/Librarieshttps://thrift.apache.orglinuxs390x`dkdkcf2d55902c684e9081092a2d88120772591c890def65075ee8e322add87259eblibthrift_c_glib.so.0.0.0rootrootrootrootthrift-0.17.0-bp155.1.6.src.rpmlibthrift_c_glib.so.0()(64bit)libthrift_c_glib0libthrift_c_glib0(s390-64)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libssl.so.1.1()(64bit)libssl.so.1.1(OPENSSL_1_1_0)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1libthrift-0_11_04.14.3c@bx@a`u_`@^b;@^_@^_@]z3@\r@\r@\\7ZK@ZYA%@X@W^@W)@TE@TPTPDirk Müller Dirk Müller Ben Greiner Ferdinand Thiessen Benjamin Greiner Nico Kruber Antonio Larrosa Antonio Larrosa Vítězslav Čížek Jan Engelhardt Martin Pluskal Martin Pluskal John Vandenberg mrostecki@suse.commpluskal@suse.commpluskal@suse.comadam.majer@suse.dempluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.com- update to 0.17.0: * ### C++ * THRIFT-5093 - lib: cpp: test: clarify effect of MemoryPolicy on TMemoryBuffer * THRIFT-5510 - On Windows NOMINMAX and WIN32_LEAN_AND_MEAN are unset even if set before * THRIFT-5515 - Oneway requests can stuck in TNonblockingServer with TSSLSocket * THRIFT-5529 - Missing space "<::" in C++ generator * THRIFT-5576 - fix old-style cast at const value ctor/copy and redundant copy at ctor * ### Common LISP * THRIFT-5501 - Remove Common Lisp support * THRIFT-5567 - remove reference to common lisp namespace * ### Go * THRIFT-5495 - Go lib server not close client when shutdown * THRIFT-5527 - generated Process function in go will swallow exceptions defined in thrift IDL * THRIFT-5539 - Performance penalty of using TDebugProtocol.DuplicateTo * THRIFT-5569 - generated Go code crashes when reading invalid map/set/list * THRIFT-5583 - Add a skip_remote arg to go compiler * THRIFT-5605 - Go client middleware has no (easy) access to IDL exceptions * THRIFT-5609 - TJSONProtocol is unsafe to be used with TDeserializerPool * ### Java * THRIFT-4086 - Java compiler generates different meta data depending on order of structures in file * THRIFT-5485 - @SuppressWarnings is placed above Javadoc * THRIFT-5494 - byte count of FrameBuffer(AbstractNonblockingServer.readBufferBytesAllocated) is not subtracted * THRIFT-5502 - Is it necessary to report CONNECTION RESET as an ERROR? * THRIFT-5519 - Java async client loses exceptions in void methods * THRIFT-5520 - add method to convert Option type to java Optional * THRIFT-5521 - In Java lib, add param for option_type to generate JDK8 optional types * THRIFT-5522 - Upgrade to gradle 6 for Java build * THRIFT-5525 - java gen to use reuse_objects instead of reuse-objects as a consistent param casing * THRIFT-5526 - java gen to use private_members instead of private-members as a consistent param casing * THRIFT-5533 - Fix Java warnings: @param, @return and deprecation * THRIFT-5543 - Java lib FieldMetaData should be more type-safe by adding type parameter to metadata registerations * THRIFT-5544 - add java code gen param to support including field annotation as metadata * THRIFT-5545 - Follow newer gradle convention in organizing source code directories * THRIFT-5552 - Apply clang-format to java code gen file * THRIFT-5553 - java library to use newer gradle API * THRIFT-5555 - Java codegen and library to support future-returning client interface and implementation * THRIFT-5557 - Move Java-only tests from /test to /lib/java * THRIFT-5560 - Use JUnit 5 (Jupiter) for Java unit tests * THRIFT-5562 - remove gradle wrapper jar file from source tree * THRIFT-5563 - fix deprecation and enable xlint for java library * THRIFT-5568 - Use spotless gradle plugin and google-java-format to enforce a consistent code format * THRIFT-5570 - update java lib document about gradle usage * THRIFT-5581 - Upgrade gradle version to 7.4+ * THRIFT-5582 - Improve TProtocol.java * THRIFT-5584 - Use gradle toolchain to specify build time Java version * ### JSON * THRIFT-5549 - Json generator should indent properly while generating includes * THRIFT-5535 - Ability to support connection on OpenHarmonyOS * ### Perl * THRIFT-5532 - Perl Thrift/HttpClient.pm headers bug * ### Python * THRIFT-2059 - Support for Python 3.4 enums * THRIFT-5449 - Use select.poll instead of select.select in Python TNonblockingServer if available * THRIFT-5467 - CannotSendHeader exception with 0.15 * THRIFT-5595 - TSocket errors with SSLSocket * ### Rust * THRIFT-4100 - Extract Rust read/write struct methods into a trait * ### Wish List * THRIFT-3461 - Support Method Deprecation- update to 0.16.0: * C++ library don't work with HTTP * Swift service generator doesn't support oneway * Deprecate Common Lisp support [#]## C++ * Add support for Unix domain sockets on Windows 10 or later * C++ to_string and ostream operator not always generated * ServerSocket doesn't ignore SIGPIPE [#]## Erlang * Introduce delimiter and app_prefix options to erl generator * Invalid golang code generated for optional set with a default value * Go lib skip map value may cause stack overflow * Improve memory efficiency in go THeader implementation * Potential connection leaks caused by the connectivity check * Error: Constraint check failure for haxe.ds.ObjectMap.K [#]## Java * add support for partial deserialization of Thrift * fix issues found by spotbugs * Update java dependencies [#]## JavaScript * Wrong type mapping of thrift binary type [#]## netstd * MaxMessageSize reached exception thrown in TEndpointTransport * Support for deprecated methods (via annotation) * Add net 6 support * TThreadPoolAsyncServer using TFramedTransport mistakenly drops client * consolidate netstd server implementation details into one common model * Uncompilable code when .thrift struct 'System' exists * CA2254 Message template should be compile time constant [#]## Perl * Fix build-cpan-dist.sh to create a CPAN distribution correctly * Allow UDP Socket Client In Perl [#]## Python * Python TProcessPoolServer does not spawn expected number of worker processes * SystemError when using fast binary or compact protocol in python 3.10 [#]## Rust * Make server optional - drop patch thrift-pr2487-py310.patch (upstream) - remove python2 subpackage- Update to 0.15.0 * Known Open Issues (Blocker or Critical) - [THRIFT-3877] - C++: library don't work with HTTP (csharp server, cpp client; need cross test enhancement) * Removed Languages - [THRIFT-5229] - ActionScript 3 support dropped - [THRIFT-5347] - Haskell support dropped * Breaking Changes - [THRIFT-5381] - possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets - [THRIFT-5396] - deprecate netstd "Async" method postfix - [THRIFT-5453] - go: NewTSocketConf and NewTSSLSocketConf no longer return an error * AS3 - [THRIFT-5229] - Deprecate/remove ActionScript 3 support * Build Process - [THRIFT-5334] - version of thrift-maven-plugin is not sync with the main project - [THRIFT-5394] - AppVeyor CI tries to download outdated cmake - [THRIFT-5429] - build: autotools: add foreign to AM_INIT_AUTOMAKE * C glib - [THRIFT-5244] - Dynamic exception specifications are deprecated in C++11[-Wdeprecated] - [THRIFT-5265] - Add the zlib transport to c_glib - [THRIFT-5399] - Fix socket leak in abnormal situation - [THRIFT-5421] - Fix the problem of incorrect setting of errno in some files * C++ - [THRIFT-5341] - Fix Old-Style-Cast, Missing override and Possible noexcept - [THRIFT-5342] - Apply 'noexcept' attribute to Init/Copy/Move Constructors and Assignments - [THRIFT-5355] - Do not rely on compiler and check boundaries * D language - [THRIFT-4303] - D deprecation warnings - [THRIFT-4979] - Still D deprecation warnings about std.datetime.* in current master - [THRIFT-5376] - Fix deprecation warnings in D library * Dart - [THRIFT-5285] - Update to dart 2, widen range on http package * Delphi - [THRIFT-5350] - 0.14.0 fails to build on non-x86 - [THRIFT-5438] - Inconsistent handling of exceptions during message read vs. message write phase - [THRIFT-5384] - Improved error message for HTTP transports - [THRIFT-5385] - XML-HTTP client reports IsOpen=TRUE even if it is not - [THRIFT-5386] - XML-HTTP client may throw "max message size reached" incorrectly - [THRIFT-5387] - Improved and simplified Delphi test setup - [THRIFT-5390] - Named Pipes transport hardening - [THRIFT-5428] - Prevent costly reallocations to improve performance - [THRIFT-5437] - Make TProtocolImpl CTOR virtual * Documentation - [THRIFT-5332] - Question: list all the reserved words in thrift doc - [THRIFT-5348] - Update debian/copyright * Erlang - [THRIFT-5377] - Remove Erlang R16 support * Go - [THRIFT-5337] - Go set fields write improvement - [THRIFT-5353] - Namespace from type is ignored in generated code - [THRIFT-5358] - Add go.mod file(s) - [THRIFT-5369] - Malformed payload can still cause huge allocations - [THRIFT-5389] - Thrift compiler generates uncompilable go code around optional constants - [THRIFT-5404] - TTransportException.Timeout would correctly return true when it's connect timeout during TSocket.Open call - [THRIFT-5447] - Update supported Go versions before 0.15.0 release - [THRIFT-5453] - go: NewTSocketConf should not call net.ResolveTCPAddr - [THRIFT-5459] - Adding a new exception to an endpoint is kinda breaking in go * Haskell - [THRIFT-5347] - Deprecate Haskell bindings * Haxe - [THRIFT-5370] - Haxe 4 compatibility - [THRIFT-5381] - possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets - [THRIFT-5393] - Incorrect namespaces for included types - [THRIFT-3036] - create official haxelib Thrift package - [THRIFT-5413] - Int vs String in method get_size required by property size * Java - [THRIFT-5375] - Put org.apache.tomcat.embed:tomcat-embed-core into scope test - [THRIFT-5383] - TJSONProtocol Java readString throws on bounds check - [THRIFT-5400] - Java library does not export the .annotation package - [THRIFT-5425] - Throw an exception when reading TSimpleJson in Java - [THRIFT-5430] - FieldMetaData synchronized method can trigger deadlock during static class initialization in JVM native code - [THRIFT-5432] - TSaslTransport throw TTransportException of MaxMessageSize reached - [THRIFT-5433] - Add Counter To Thread Name of TThreadPoolServer * JavaScript - [THRIFT-3508] - JS:TS Generator set all fields of the struct as required * Lua - [THRIFT-5417] - Fix Lua compiler omitting default values in Lua service functions - [THRIFT-5439] - Lua Generator does not support const i64 * netstd - [THRIFT-5354] - disable IDE0083 warning - [THRIFT-5382] - Netstd default list/set enums values are generated incorrectly in some cases - [THRIFT-5395] - inconsistent treatment of methods ending in "Async" - [THRIFT-5396] - deprecate "Async" method postfix - [THRIFT-5408] - Support for deprecated methods (via annotation) - [THRIFT-5414] - Use of specific parameter names generates uncompileable code - [THRIFT-5442] - Separate client service calls into send/recv methods and make them public - [THRIFT-5444] - Netstd generator produces uncompileable code for enums ending with "_result" or "_args" - [THRIFT-5445] - "cancellationToken" cannot be used as argument name - [THRIFT-5236] - THttpTransport.cs still has bad timeout code - [THRIFT-5349] - Add net5.0 as supported platform - [THRIFT-5373] - HTTP status in case of Protocol/Transport exceptions - [THRIFT-5391] - Named pipes transport hardening - [THRIFT-5398] - ThreadPoolServer not stoppable via CancellationToken - [THRIFT-5407] - Keep support for .NET Core 3.1 - [THRIFT-5419] - Incorrect usage of thread pool in TThreadPoolAsyncServer may lead to poor performance - [THRIFT-5422] - add threadpool server to netstd test suite impl - [THRIFT-5431] - Response should include 'content-type' header - [THRIFT-5436] - Timeout.Infinite is not a good default * PHP - [THRIFT-5318] - PHP 8 compatible version of binary protocol - [THRIFT-5440] - Add php8 to composer.json * Python - [THRIFT-5352] - Python: IDL exceptions with no fields can't be instantiated * Ruby - [THRIFT-5312] - The Ruby compilation configuration in the .gemspec file is modified to be compatible with later bundler versions. - [THRIFT-5367] - Ruby library crashes when using GC.compact * Rust - [THRIFT-4098] - Support user-defined output namespaces in generated Rust modules - [THRIFT-4101] - Make auto-generated Rust enums and unions more user-extensible - [THRIFT-5314] - Enum forward compatibility - [THRIFT-5363] - All-caps constant rendered incorrectly - Add thrift-pr2487-py310.patch for Python 3.10 compatibility * gh#apache/thrift#2487 * https://issues.apache.org/jira/browse/THRIFT-5488 * required by python-fastparquet- Update to 0.14.1 * Fixes CVE-2020-13949 * Deprecated Languages: + Deprecate ActionScript 3 support + Deprecate Haskell bindings * Removed Languages: + Remove deprecated C# and netcore bindings * Breaking Changes + Upgrade to .NET Core 3.1 (LTS) + Implement DEFAULT_MAX_LENGTH at TFramedTransport + In Go library TDeserializer.Transport is now typed *TMemoryBuffer instead of TTransport + Haskell generator fails to distinguish between multiple enum types with conflicting enum identifiers + Upgrade NodeJS to 10.x + Swift generator does not escape keywords properly + In Go library TProcessor interface now includes ProcessorMap and AddToProcessorMap functions. + cpp: use all getaddrinfo() results when retrying failed bind() in T{Nonblocking,}ServerSocket + Now all Read, Write and Skip functions in TProtocol accept context arg + go: TSocket and TSSLSocket now have separated connect timeout and socket timeout + cpp: dropped support for Windows XP + TException interface now has a new function: TExceptionType + go: TClient.Call now returns ResponseMeta in addition to error * Full: https://github.com/apache/thrift/blob/0.14.1/CHANGES.md- Build library for all parallel installable python3 flavors gh#openSUSE/python-rpm-macros#66- Update to 0.13.0 (full log https://github.com/apache/thrift/blob/0.13.0/CHANGES.md) * Deprecated Languages: + CSharp and Netcore targets (use NetStd instead) * Removed Languages: + Cocoa * Breaking changes: + compiler: removed the plug-in mechanism + cpp: C++03/C++98 support has been removed; also removed boost as a runtime dependency + cpp: BoostThreadFactory, PosixThreadFactory, StdThreadFactory removed + cpp: CMake build changed to use BUILD_SHARED_LIBS + cpp: Removed Qt4 support + cpp: Use std::chrono::duration for timeouts + cpp: TTransport::getOrigin() is now const + java: class org.apache.thrift.AutoExpandingBuffer is no longer public + java: changes to UTF-8 handling require JDK 1.7 at a minimum + java: class org.apache.thrift.ShortStack is no longer public + java: change return type signature of 'process' methods + java: replaced TSaslTransportException with TTransportException + java: TIOStreamTransport's "isOpen" now returns false after "close" is called + js: now uses node-int64 for 64 bit integer constants + delphi: old THTTPTransport is now TMsxmlHTTPTransport + rust: convert from try-from crate to rust stable (1.34+), re-export ordered-float * Known Issues (Blocker or Critical) + C++: library doesn't work with HTTP (csharp server, cpp client) - Update keyring file from official KEYS file: https://www.apache.org/dist/thrift/KEYS- python3-backports.ssl_match_hostname should be recommended only when python3 is older than 3.5, so use the python3 version, not the python2 one.- The python3 subpackage now depends on python3 packages, not python2- Add missing zlib build dependency which used to be pulled in by libopenssl-devel, the libthriftz subpackage won't get build without it (bsc#1149792)- Trim descriptions for a bit of size reduction and diversify summaries. - Remove %if..%endif guards that do not affect the build result.- Split shared libraries to subpackages - Small packaging cleanups- Update keyring file- Fix Python 3 package, which consisted of only a broken egg-info - Add missing runtime dependencies of Python 2 and 3 packages, and add Recommends and Suggests for the same - Use %license - Add %doc and %license to the Python and Perl packages - Fix Provides/Obsoletes of the old python package - Update to 0.12.0: (full log https://github.com/apache/thrift/blob/0.12.0/CHANGES) * New Languages: + Common LISP (cl) + Swift + Typescript (nodets) * Deprecated Languages: + Cocoa * Breaking changes: + Rust enum variants are now camel-cased instead of uppercased to conform to Rust naming conventions + Support for golang 1.6 and earlier has been dropped + PHP now uses PSR-4 loader by default instead of class maps + method signatures changed in the compiler's t_oop_generator + The C GLib compiler handling of namespaces has been improved- Update to 0.11.0: https://github.com/apache/thrift/blob/master/CHANGES#L10-L297- Enable python3 support as well - Use naming of python subpackages that is consistent with current Factory conventions- Update to version 0.10.0: * lots of changes, see provided CHANGES for details * fixes building with recent openss (boo#1042675) - Switch from qt4 to qt5- use individual libboost-*-devel packages instead of boost-devel- Fix a typo in changelog- Update to 0.9.3 * numerous changes, see provided CHANGES for details- Simplify buildconditions- Disable building of static library - Do not manually set LDFLAGS- Remove obsolete patches * 0001-Add-missing-limits-header.patch * 0002-TNonblockingServer-TLibEventTransport.patch * 0003-TDenseProtocol.patch - Update library name to match shlib naming policy - Update to 0.9.2 * numerous changes, see provide CHANGES for details/sbin/ldconfig/sbin/ldconfigs390zl25 16847764180.17.0-bp155.1.60.17.0-bp155.1.6libthrift_c_glib.so.0libthrift_c_glib.so.0.0.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/a85a45445b6a156e5e75f4194cd1b450-thriftcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e520bf1cff206e1de130e991b1501b451e4b1685, strippedPRRRR R RR RR RRR R\2폽ԝzutf-8eb8a479ac40d0e63764639948e98dc1e124ed143231ce3491fb1bee055ce4a9c?7zXZ !t/] cr$x#Hfmult CfP S7X&7ymږB}cHim<<9NUZPf7,aV6`VMu`%ugg$ 'O ْDRpcTZ/VAW;@^m N+E9l) {V$u7wruR~DLEn86C1껳`M8k^_#Z!eH$ g8jFwzSE^V ʍr-L܅*'j9T'snaX=dib )㋓G>$zNs%Aß,IU]n 5!V#h6ߥ?_j ?Rm֬r F3LbJ %Rq~K'6HЕgΣ@4·I;3Ax VCP hGʅ)2 9z’7OӳqTA@grtI GKt{֯ZO|fծ,ъGgg)Q8>`\z"};@d\ΣI靰&-Z A|phD0V_qbU.4Iif#-.Kf|6h*T2c lZ2 rpwQ#pj}ᖆrq0~zG@#\*q ȫvG>i"un]-O2Ex13[-j H Hn4]颔N^%.t~719B"y*]~JCqo!Qj?UBMRL\2Hfv/{mITjS jĥӡ <*EiG1Ҏ56vw=ӓz"^l&\(X>h Gwry p7 h9/Br s/p3UR4UoV.3_lUSFjc+[vrnf`]fC˂cN !B_T"ףVӵ Q~䋢=nA˓qxCjZTw`^'}l¨6R4L1Gr2WBA `I{/̔k U:IG&˧RTׇ}+dfgFd~uDx;>U^ ](m,r02O&ix1t5$&V7?ꊃV/ Q[ux**Cp$A_so2_'Lzjsjo dj;)ɛXbN(_" "eKY-dPSGzb+&rPc fzo>TS@P^ QhhD "vcz A>FuT% Hcոonb؟;Նuv:BV_st! ƕ&}/މjĈփYoDhxH_,_X)jpIj兹@7}]^9)ˢ񥧍}*6@I9t(XtAd5 T;7:"ӣ:փi%xuӐeK6A#%87kBs[ኝ4UU 1n,@GPd& ? Q+U٫EGD_F$ Nәj;$զٲdyF&P 8Fstb;dEKLP[o60}a)[w`$NЧ=琱nIL QDaj%gfo*V'.Zx? `8Qb)I5|:$}nӶIO<-aJN`n%ԧfbXtojݤe-L<~o1ܰW݇BRখRsۦ&7.}n<l:F6rހA (v>+7̏ԐϨ+AX؃AKgYgC(xR~3y#p:n]J>2| aD_bPCG .$wS `k DSй9w21RHzf-K@j(s&\r 9s#35OASwj xDq #/+K1eĉ˦nWjZQYx4sE+oVNBQab+i%)KFX`4r;lye\,.Le%AߏLkv0ӕ"S4NttEV0s)hH?kq(}M@18Re ~ڔ(}ΗYL̊SiGZ/Zpi֫O[OO 0r6msšSIm!Rb( _YRp4=Z"ZYg׸t9rt?f):ZxUh<ޫwLv|3N(ZPOh i6( v?BYNRd !Iu͋ƅp1_T 'L# zM𑸗ۤO9 -1׹H݁@'ἕ,ß䭴<!Ψ -C[\R~݆rѸ)賙píBqXʹFQ0&mC(߳XVxFqe{i@DD"˩]=^ ΕXS-Ypp@<=<0 a#CѤc a^B\? %lcrnMD`T?y]R m6N;7 #=[n%{4U@4 & <OtJimb^=  $~i.DBoD nڻ"gJw<+c`b̗DJkƢ@ I7B D28+`u?c"2)wTH?}@wǃG9<2'rA`A#<PC+Z plE}Z  .ds^}COз݆!O+LN`o_ue0&cNav,T<(-"AB_ojFV_b(Z}q&賗,;텾!̴`raFgCvyZ$D?kF>3~4DXl(¥~99؏r㇦gDN KyA05Q6𒝋VJs-:=6XEzb_mޭw]gsF!yFRr eɠwv4>4ѓgכ;3srή<9*L4 MsJ(vcMa7VE<~ kg+FĔPҁt9-Ne:Tw@@hU2_@cY9otyG 4;@ )Ō(pV ੟CS.1q2Sn`|" Ej$񌊡uT/[##\OLIz5nɔUnPx1A}VÍism.?) Krd\Hh+f>qaMx%ͥH,K`ՑE/>iǥ h>{7-mtILf>jt_kO0,ΜߢH5!1w@ ꠍ3!%L$,,ʑЩEiZؾ'2E }~-BTD/pK ܿ ڰ˄_T4ǻ!U~՞EY\JY/nڰ3Rom7XIElYMs䴈 lKZI<$kli22UGbX_ES!k~& Xf%ݐG}*Ůˏr//a4<}36k4D|UHZ}${I8EQe&"MP0_m|''P!ZÓԑ_ӡ:"JOo&鋍aX<[Q r&_xatKZL^>: j(+ql쿭̝1/;,y:ǀ7M$w@\`[Z6>!= Q-F>`*wx^~vGPDgkGs~Nz d)a^US.~P\ϘX "X'x3*d1a#Gb8%&ܭk2T8Yuì;5I='#peN(ۥVmЈM_\okc :|t]2iÿmy>ԵG6~V&u? yȠBM(gai8QIUTة "l2rR9@h4R1.upJs;D)QyNC5Έm٭"8?I jICWͼғ]9 - ۏ)dQFfjoɫDZڙ"5aRXƣv}TZ=6|<ᢵi.7C.nQ \,cKnCL27{noIYՃ<ڛp&z%~WbvgBD5?K[4m+b@0Y;N {΄|?#|B7MRo-Z%}: 6gAQd;x줝v$VZ& o 2H{m'+wxPG<0hBb >_9K&y Ѝ whP5H9.Tu?[3ۡcZr|RxbΡvdʞJL<ɛuH׮W^M=fFqK.CFoLڪ''˺M&Oz`k\ ?}'^FyXBńL/:?|5ADem⇋"%\ߐ4o; 758 e KrOn\Ϡ6N_d%QYU& T JIlq"`(W4NrUS2v19 J. E0gU|n6H"n=+#$0 vԃc "Wd*7S>h5*$YUAzZξ@%9`$RM84^;.oY`{`d=[#IHHZlw ] Xψp5䆚a.G a?( GUyY~U3-xt5!9r؝Ӥ=}Xh/ Y>/C;?$ "M̍}sg?"菚ȏ[sR0#:1S/7`pH@Tz e .B6Y.`ע@i`7ƨXgӤ NG=(kE(؍b\1^.< 8^R`_1&Hіd PWܔ9\QNJ?(>Al!B-e pp `ʮkk7 ԊOw{7Z|8z KZ;cXF5Itun-VqBUEw UI0)15aY4 t fOz}k2MBif&Fp{/ʰM u"(X-:C<u`?'gc: o3R''zK.3YQGV|=ƿq+;G1 =YjJo0ܰTkuw_HEA&ہhʨkIQEEf 1;(Mpߢt0yK1;z\rȴuf BU^`O "9niYLSeM/<D#aܰJ9y^S/ƌꚅӻ̦w{Du''_'+J|+Zy(Ū UiNdBNnIx׾!0`G#mHE]ESd՛W`piKg;cjL s A^PZ_t Q%F׃\&}fGhf-/KMћWs@ 6鏸[H [=q\}3#M4.P Ul8`]`uƞW/($eV[py?N;%I0u ;$3fC>eC3CH8qMBs6rnjT5bꋪ?&kzщ( 4ypBx<"n/+$ S:5Zn(ML>?ta<-FPgl#jKm>潰Sk@##-VIƩNu`(8hN&Oŵ݅Q&'*&dG/RM W]LK9Dچ{My?Nv_-"8mv^qSH~J|tA^VOƲkp {J3MX;^eu8hu~ɈJVYߞ<&@ L{f)=ޡulE\n_sH265BytpΊMpɦ.mb}>@KŝWOvv*'&o ZIß3`<`OLaLR5ժW4+`Tm'JO4MH<_ju@VmOo[U ? +ih<%N`Ӳmb10/t.ZIEshk'FtIyo9^ֿ1 =QB:=7ܓ_ fA4%g7T)G0ˏOWF1Q?؄w9(嵵@(^fC&OFK)t/ ۰V]b͌R:WRrdDfIz0?,79ywEIAfi;|ؙQ7ZSvnaTѥ"WMtL|U  ΄ I*:6 :[AJ LoT<"f V[8Z*c7.0_iNW]NC_ܿ>-+CHi9;] -#u(|( ~[g1H,gQOؾ/"AXÌ13Oxu wod"'W<Ҿb 1#`PҋS"T%vSQJF.Y` JyU/0=Qφ3-D<*IKiSwU|ؗj<M 䬳*@8zĢfTW|6~#VW k0t%4O˂wv/KvHcSi)VFrvSvB.H{lU%njҏ,M"K[0D]qX[& p2Nes!Tmz ԭ7E|QX8c~h# ~BG^Ce&c,.(<=CCӍJe Vf;b|\dxΣgԒ(l(bЍ:.coi)5Rd@f;{yz{R.v~rl4,Afjr3eKwhC*@u.<ິk0D[tǨ5Wio@O( !ߣwJ}?bc9:GdN:3(=ķc,ul7*eJfML3cqZ ßòRγq֧ܽ>_{Ԏ OuQjt*b}3"c" nYܳOY'5+zۊ/#Wj8(_3h2L?(t9P"')l˥bϳ!gPZ_XL_]ERV$>45'ز`o20O?@b nt8ًqoW 'ʆ's.萝 y,zq`#nk i}e0cˬȭ if'f~UOfK]͒Z$*w,d=6g n)ZsHsluEԢРb%;?.?>o~ekW:xl0ZF3-`iT/ ƨckx4 fV/<>9]#aK/S;Rn12(fUl[ ȣ˗:>2\JsDI{d.f@3*]1K /!B^fZ/!@ 䃋v;4Uêc;)Xز#syE7fT2 ~tk^YBps4s՟!c%W7P#Fp} [޽;hz$pc}-ΔpҸJZP<ںix6AǸ\ځ8sHbEva(8:zz:YtG D6l).^Ӽ*?.4gS7f$q}0&  an;Nc$S6dbuaYVLLPilW8R . hE -nzR8j+(u`$!u[on3Q& WZb}Rz»)+nnz$i87vlqOܮ¡F3tEb$e6zW&2V 4Y#|h64u{NM 1\$<'99ehB6DD/ UHۉϙ\kaCۣ~NnXv}zsEW?/[M植%Aikk<?ּl5ȿ%#n}20V%^#9[3VgQh&XZ"f}#}- &KecJ@h+Ԅ5`s ̼Ƿ=,jW䤭ƃco&*5Z#a ߆w= inF~acgp̒5)aH[oX^- fF`X]Ynm س"+E ux_|Ep>GnXASx\ƱүԖtȊ䃿Qi}$?N0fn?z%fx4먀.>Sd~w$gZ\ r|~ɢ~n; DC8ODz$A ܍l˨^|1y?[猣$@)^gq}CR24!u?#+GN e> s_"0EJ/Tx5 +td$VpiなP*y"Be"=SAA~2?!-̐,u8x .wxijn bQ t8 =+6wi$Upi{ pm"N9 #6t׎s6: ekD/`LcG\\h^監\͒w(OUu X=ķ\yqSvMujpzšxJ7>h^Wc*>"Dhe?aiy >{ybòd:'K.#1ȣ ֧GPDVX4uUh$eei s6dD_nbAt~ 3U嫳;R=$r^'; I z: v f ._EKaҘPْ)5_nDt)ymN 9SEU}sbIm I:oz"dicΝ a%vAg]WBn茐|inck9|uOHM*pgbqG+M#ƕj(%t2T? r_!0/<Ѧ1H VFgT\`2Snle3<%Q5mUpFu'&>Չ@eoPqŴxh˷SR1g Ml.tXD.kF64\P4 x֜3N u@=wˈI=Q}1' D"mU9%[JY,1L%u.#,U g4Ι(6+vw>V:;sR%OkGKЧpg ">A_3қޥg~ee8Ddr: x;PXŰ5:!z5[atQGʄfs?s*+(=OD#&1[x_A4L8?Dihk _n%.uF*Ī]dGzg q*el ~s\9,SM~M)72c>adwӄyomugK8 !l?y2p^GѱX-Wz45|s5\ۦb! `6* ԝлEPllw>*w@/ *B*"CB8m:\{ΈsJ1@ZJЫSm0 25 O< ƙ/W&v[C.}[w/a@N Y*lnž'`" xBGz.И5|zX2h6<W %S,2gze]! "FUo]uV}ʓPdQ-t*fG. uJ$X{h!x%W!&Zps) 7x.ꩉ3_l`$) /(ƭ@,eb/<..N$bɩ:|}Zt>,Օahdb-(J&{U56N/lXa"r,%$O\g,wS+ :+B𣅄F8KjW['wo*e; LQYs`u6MDyPޠz!x^V"˲vGVxZkzTd{ H]Lki'xp<ӈ}<:H$>PMb̸J8fQtGFĨkOL,It:'3g 8<K5?p]י 췈;cQD[%Ev(n`\3C+VM~l)8W&X$bH `Դ5'RxRI,^O*aWpwVD<^^f=&|OpTҞ'WmNĴg/׏?ܷd"H|8:t,ƷV`z֩+L/Ά8=Ptz/m2Qtej/*Q G0?$-ˉ#S?g/.3gA4{w:pvo󔓬SzN~##a>EkO=b6tO rįw@`F 0$DVV!:sC}C @WaJ{R/vJ)2-W}_ r: %o/,Eȩtl7BXQ 9 2FhqV\UyV딽AĊ9NB'x4z;`G-;m}Pq7j݄SFrUQ'٪uQkp'ߴ}&f'ueX |yăBTP >6oQQ&9&/fT},eU a/ͱXGzsn<<+։ĊCj;p.Lu}!G;}cH}Rk8:%+L6Z합/͔"Qƚ D!بӍ2}7B@t:SAi0)/GR'u^|2̋,7ZJq,ɴ.ύ qVVⳤU1`'sk)d:qlܗRK :& TSKk#UbŨƌ,>? &-pdllVlǃ!E*DMtQǺI\nB -RT67a!vYgupB_>mūK>aNuI -2雅_Ʃ?C2.>hǚԹp -s5{E x٤Mu91Vm]>s.!cBRF~9o2r7MĘ!T"2 3 S![V1hO )Fɿj%}X0H-Q_W5ّSByDC迀AwUջ>wS.\U~}f'lf-? ' W2LJ^'-"VPWhB p<堋 PS(( /S<8W0qs57&R 6_v0 #<ZyZYag&>խ?G}_y S"S90Zi?7 pq@*PHp`)^"XMʾ,m^*(~ h% Kph)wΒqP[#mx0.V(>H|ܺaxs8S_` zu'"+۰\UuXRcHt6嬠!l*qn|٪'g)#MZL-mz+IqFuNꏢ/  ]c V ֍\Wyָ~̷<;鴘L_pNj+Q& \s-/=F/U̗>e$)Ҵ<=܄IoMUE@5nUX0бԊ–)[酺zh)[EK{Ymm¼ZH`c?x]cr@ϜN;rjL l2i)WÝe]|c/aڴܮg ޖ=TchC}^mUq)LTҗ OG7mNX;#Wnߔ()c$v#d "*6`<"ā~*C8}sq2ӭa^!gPwbNi)~@a48:C>5d=Ru-'Q`$EUA:rg 9Szu~t&hƳR%1p$5cuͥ "*~'4;N~DJ `PL7@,{*&ɸߏȩWbQ!ݫIwo/_N(z:HB$R %XSq%w 7~fN9@0O|Fe7_v&G?[v|eM"mϠgUXCq|w4 v uոły=Ũ)fzON@}8S"-tYz'_AMzo#!!zvs3I Lt*谄PwbPqMkIέ#r"U.>E1@?h>s1daBOWq. ^)[-}w".J҄ U]L_zWT31W]mbDzZeU[樒sHF%Fڕk[bya2WfŞdOљRs%Ii!-e)`_1mI;BhA }4dHG@*82V>D6w8Lh7޷3c6MIm+x٤d4=]b:F&c'; $ _+MKa#Fn Σ"XK5MK,sw^Q;w?rHvې+PDXΐ8XʖY'&0X!ͩܲk)[?EX:ɬ,-z3T9)%QrA^2aw fP^\DŽD.2]v,XopGHyAL+;(eY;eZێ2+nHunl)R?6F3>b!}gn4=1#7{vfXuxEgF7~I4PLe3w9ie~^UwE,4 N\Ẃ+[n:Q?nƅVJ)Z:Roo[[FOZZ'׵qZ㠍(MI2OY.,BcK)~GjdYLDa4~ص2B55/;Nj0 B5_;b$xU{XVkxnEM]vHQZr=JuSVwk4'^,boȏOfu <= d } P:p~"ZvwPH,_׬h^Z߇G/Xspr ' sBL[G\-g =ky]?!]/R9T8,emfD?!"kؙgdhkڬ eDB=Ʌ ??uwr BV [L^AMxm1hWui˫ϚŸx|O .{ebZmWAA{+ K΢T1P5UG~Шb;k8v$k]x+:9@"|8uZ+P#aE,Fޙekv ?#}#ad*hx{.!$={m0V }χ!eMb^YDzA'Ny~$v3ɣ*c|KODk? 5(쑓nQ^*`#5>姺l9.y2{"bpq>PA.ZoDXb5zs⫼ku7Kcخfb3;Xꘐ0 qu@=?U '>5VʋD6mF@[cȕδ\_)5+.FecFUNGȉ{Ȧi.vb^֍ '6FbE0f'tOvT|C+NTuum y\<bzsݔnidgJ&?{í+ki;rhȉ Est* "aPItu1/z{"m(TP#A[juVHi鞺jlݨ;PG2_ * y)Ҋ ոۋ'0-K,U{ʅ]+pzdM*"an\=fcUHQF6NA5G~?eMG 85ƋXJR$Sb "vBLiE7Ki8a' -'I1s)hǘK)F\zet8o'ZK+_dVE^2O<1 SURk?5{A$-4X8bX[6 DZ=9GlTFf8ߕ[f06mߊ:^'/f3!}A#"90(تT J;3ΘFO,演/"#B<9-g52&bKYD僸ƉzєTY! D\&?$.@Pq43N;>gE8G3 F(λ Mz< Wo\8  ( ^g4>VϤv=)~!MZU1/yG7 {$p͆t03:xIjBxHӄv }^,m_0[B#9 7FxU+kkkn@~%QP5+n?zt\m4cq{$kWv81irԐ`DܙR?xy}+V!3R\XAշB q,+9mxH "t*n?"tDYg^\'}H<,ɁeD`~!M- fؑnJK2X-^"?x?WD#܊s4:g5귴mGx{,]ccJ1$|Jn NR ZM~d;bۚhDg[+2^i'G~* $"wzZ66(3;^Ea\q>4qRv2y1ƝqS"ζ$Orҋ9ftb[LAu;A4nA/pO&B[p#OiSB%pR^R]v/`F-UB lHl*V4V6:<`~C>!87󩖥L9{$cIo O疩X"/{LY@c/Ql1ּ<itp ZeiUuL:pyr^ЙcvF:XnN҈)c3Q?QG)0E L3 Wh`wpi'P4v1)]o43`3aYyhH~҉&ch+kh_n0:e'*&[W౶ C(.gzlbD{ʁpvtSc^1\Qἒ,dq+KBYfBo2U)ͬGPn whMb]i)|KO6>o ǑHO^Z|6*]4ΓB2蚄jZU(@-yo G>-V=BZq s hƦ Tܒ$E}ȃ5mء :YI'eÑ=(8ԼX}06 çbAL <he+v 4l_)jNN=6lS\y_d_)>V m= ^8RV 4$74 ၳV8M'T-O\,mNlAfW <\;!sTBetвk|yd}̸,*̽W gm|j6Y^k`'CT8nR}(kpxn=*%ڶ)0YC m1&#gP)@A:E]$C&E٪lOCea>3J%4xpWK, [T͝l0rKC>b [#vz7̧Idbj0\5ҊE l|_u4 {&d!$Rl4eYap8*Y&$oFu [Ck ;׼`ږX*X7ooID{sơgWK>n3/D]`N?xpՔEz:2Sf3q64/ in,χܾEfk0.F-oT BֽM#T& CfQGw[$-KetjR#5.}L%6/fF-Ow{GqȰXkYEO?`=n5Le3|P▊DuM䋌7ࠧUQTȇƓ@&pPQ$-~D[5n O{I!;ظ{8yeJ@#,g q;{bq].O`eO5l>DCW!FZW,{'b]eߧ~oQsc ڥقVTwYck ~V"'m=^!ʌzEUb; PEK;mZB:d<n]&l0tXMXQ[Sm';{_:]1H_iAY为Fsvh`Zo[Fza駯V&}x&a@ On1|7v"O^)HԊ8@ڴGןnkڴt.Dv_ xG_2)Vpcd [h>"CjQjվUt~xDnC3ZhyR+QjF^ãyVX@VbX&Jh@\iH8i'r%&};;#>.xNnT!>jIxZs!aNL@J̈}G]RHktlb"z-*A}~m .A;iѭ3z|Co+RK1=AD)އ1A/7Ot˹F(DYb'+i{n={tCw3Krkhw:Ϭը6ʬ{hqԗead4ٜ?m$-EdQ*}ƺ+otejO(Y+m |9`K(k Jf8[+ɺ74}Ko1HzЌlߦiq4d&rd;@me \"5$1?:[EI,Z)L=۳y~U2()–[F8ڀ}O%yb Xz;m q äzw*D~}h%X6VlrQ&:Zz%O&yL^1xc W4i:O !U7~0-j/fs[Sy Yv?!l5IV0_b*@ܡ32wSª4d#v< qk/r5AXjwQwpjdj"?CJ.4nQI#<>g0U+K/o ܮg0ÑrUNW"1.x5KjxX}fq^7F[Ā#$IV5H8x:YsߧAG%91FdBU_o}͆F铃ײL';A|Ch6$b{/ /Lٲd}Uc|Z4GH-V{VsPIb꼰,j $WD)zx<{aʃIFkIԦxbAygD)AN^S,F^}i:AHKV!5;zwXe-=>ڛߧ7h$UU8].vXU:=toBm[5St%f\S(\t!b$`x0ـy A>X SkdG7K*Pv(=<$$EǠL{-4p~`'-dI xZ[  ibQ:ZeNnh7.]-PSܐWFCIƂ"=fN<2lmO^9%W:uypB@ߌjF~KZrU3&_9DYlE,O|'{!aE7^=L`9}gpM)-.aw{k]Pз$ ϥAJF,q #–3N0ԍ @mbhnJ wJX]kMŜ2Gr /MjnhݨJ$xUz팆TCgi'uᠠnC |B w\f*KF # j+b!y;Ҭ`I<)rv֎dyv4Rc)yG5a/+K۩?yY-ƭz$',,4vDaf` 5ǫ0'8twKwp[%5NTL=&>l<N7Fq]/:- R :bsI,^ *jcElc3?#f;X?CT& R0A%CZ=^h?ivq „d)Yc pZ7)k)Fn藏Mw^&ĨovS{*B.b㠣tnocp;p/}~.A,#+#P$hnd~w7UX4^Y,UNzWq7(VH89.!_B_7T 0?Ş优sϝOh:b*..vićiFȥmӉUf:?p۩ì bcHBjܰGŦV{- Ԡ7.Ζ"l;k V{3?7." H[zdNctW.K'ʰzN9avXo=bp!}w`43}GAGIP;jGKlLh8kՑPʶ*c#UD2b(.}Vv"mUIޓ[4S `*dcIhlX3L'^*ZSJU\y8P@[`F=,C+S|ww Ѩ ωȼC9e)N9@9xt2nc-^pBuiV=\[T <⡸^eU[6G `O be*yGo.F̦G䊾VA>U1] (! DBG`PULK91 n<.:]`gP<txf5ҥeq4?\\A*Iţ(lXn)kubɶM=#sDM/OgZz^m |yUyX'7pX* cEIM!cu͘eQ#{8~̰ >џbrwq* RTलCQg]S&tpmUċ[+.x|ώEa" *'\E̐aJXzڹuc$a vqF: h#MI"3$o#%ۥ(H`hd e48وn$$V= ,Q?#beV\l3"5=صbwm#I.,$ wH&;[IVVrWj}[>ӆt0|QbtY; Lp툴pӂZ\ZrU0"]; JN巗BªcSX;fM}8ZA}7e$7 G CJD14NV"jO|9^^!/;SԦ?t}W\܍cWUTtZS/0_LR55;4:Zs{wjӡ*`mRuv<'*AgŮJ_(CiimқUp{4~zy]=\ċ*.%$^A/?9/\uxu.szͮgqov& dqWy}B[Z zMnMrعV a\&*+ВIɺ=*O1ƥOl,]݆ ]x^#3/BE¸6wvKZ`dޠxQCF[ ǁ>yP4Ҕ)/CRTJ `MKnBOK((6몷}1K)gP[~ X[/銵 oQT;rI;sպ $5L՚i7>%g٤`([0B _&\, ']Czي=qMQcX6XQtC 틦Ot1((5=AHaBF? Ѳ{m5ɷic[,IPt/k:J;XHZg="/:>d&$|jҙ\-Сo!9.iʫ*y$G6iA " 0&:k> j-wT@x؋s& U#2U,%` P478 %\H/pbt!S#sey74PIO4!gE~az e8B|\>^k|Ei]L:kᩤ&I${GB7ͥ%lf,8:e #Eo4Ci-Rk3A»T*:{|;2_Ea4:]_BB,Kz4%'e7P{x 1[%k0W8WM1"@ r@DDȚ1Tӯ+@EnHn Uwoe/ޤ9~`92]P:hD8:PG+h!krŞK:#EE  ~z"1nzyT~jv<ɡ^tK`fFӃ:ħ^|ul^0lhE&3N7<^Adцap75Vd9 VAk 7NtHklD ĔfZf9 EO M_k{wOֈ%Jړ.^p ! yo'M#*/ܾ-Şm=0L+Hs aޏg Z f_ @FXQ.q3)Ͼ(Em "ӁL3{W 寲! ]66@6%~tK; D|=ǥfbj%@q k#0Y\m͠ U5Œ5{nG`#\!)R0ʹȋ| +7Wî UE(6iւZ-KZT[tj~_-sGHzo؜|A~)LfP![8{#bWۗ6!TH#g 2[>[_}^p[sO!>a65)PUf_RThx@7} ㏪G4L K qz{ .: 698[ba9:EFm:yCpe8.^G?}#IҔ,"χOIg'gTe fK+8W+Hs+ȂIR_:%kf;||jP1xD߇9cho8&Ë5>Oa6w?mԞ$77Sx5(=D R{Q#eSϥYtjTRj)oՈvFfTPzI1hU3p%nY} #ϲs֓bfvl&8>ԛWxђ&mh|Fu?h\l[{yT Kl{;`5'L(:'̓Qr'8.τҳ!"{Ͻy m]f!/#[Mza:/;OodcCb`+@W5fR U^]-U dy#tAF),Z-M;|Yzh|UR{h@B&j9 gD }3cPZJ!&|0{)# {y5SQB\=!cӛj%z™@U1'$Ɯ$89uuht}G ԊB*MdlZIĔKI%,9$OiN[E*}7?BщJ۸(.g&4ʖW%':BdȪ٥sygWtM2C( ZiRvR\P@j?LMn_gY9لUwO 6+}x +%(wSpm60+CLYb㈖ǝiV>. &PrkS\ .-7J^"ZM\ *m4P0*p&ӊ#Bx'=?o4#x U+,F9TqoX&đU# .7vD: Jyò5%p>(ހam`\4W~]|boV,hC=ӕ$p K& -R4U\X=W?$,WB;:e\3"]eSQT3܅@8֢_o CewD!O3(VtL!PB9+p6E!p!n)NB;W5C'D(L:҈τMWPf7nv| ]͓88=Y29 {vcQ0IvS/Uy[D*aAJʻ8;6ev3$4:ၜ>%x  s;>1y5nO z?%!ǡ)Id ;.t; \aTyʏC:w1pyG~ 4L1Hs7Y icƝ{A[laXsc3r"Od6w؟CZa&fIݢ r`*Z₝6z#)Q&d7j(A%@gK~% E cMH┍VǏ]vzxFbBb/Cm9l6kޣu?R* k1*n3](7B2ǠhA`@hr󕼆L@PW/Fl⅋OŗgB"^l䝯{1L&߇>,Gd"H%|4H#~|K&T>ǀJfPϻvT N=k(ەv֞l s/_Œ0Q9U쬲<G2*=[x%ތXNG.X C=niGI9!n|vi"?NJ' |d[. <Ғt%Ksip?ajng9!Wjz:(lE آ Ux]pZ]9V}g]w|N RAQyV247_d7+xGUr >JDm|TKdۧ (b=Tƶ)[' QVjEيP& 3|v6\?YhTD8^nX,_G.ew""zFWYS@ս%0Ŕ{A:B)第x]G%DA^ X?j#IfW=Ĭ5%`V_kjiQW̻z6XfCNݑQh y_VذZ=s\X :J,kJ nn <$P;v7wÁ{֦x?^u @ҪC YpgT@u;=1Я ƻIg]%՗W7׬R W 4tA"| EWj/&˭9IIm7G:ɓbHDJ5`e0r'i>##$dHCԼ0\6+℮H KrhVT |I:a{ QHFUoh. +Y3 BqZa~(S{!P,nI dU3P6*W7Я(e >r9%;uT;4E'Фc̊[qsHnM]W y֒ix&iA؏+.Ԫs""Ȣ+ǻ*5m]298ipиފϼZNOW"]nf2ҨTwm"mHC#lHH?nLR !fTq[$Q$XS$KAc*sCIH\ |eU* O7/Abx$y̦m.:k">%U[=1yZ=Y[oڌ&$'V-fxB[D/!^S"D5-x(GyU7v^,Dk4OI 3="=VzۑZtZ6̬2"ђO תkḱuWo/6̭62ui Z/6tꦏj_ kަϼ=|=v{̱Yu71>z'ڻ]a]V<s&.qu`^a-cङBE>7k/g7[ !?)2W`(0E<4m 迷I? S{ J05zbdңKj{g^ѴO m*6ɸ3D+NJJ3f]quzaӾE+ F>qwn2aQ8zzw*}O$ Jgm⤩fV^̍Tɚ`Ӭƺ Y닳Z>v.̵]>kRKy &@O0%GṽPwR`zP/V1LEmtr+euf؎9de}@ x3Qs:'Z޷kt$wa8۠D-!9{K*XRp;'M"lA,DngYO"@lVsgu].d0ӈ6uͷ%5 /?=9dWd[R$2wD<9U4p_mjlW 6ń 4ay=ˬ&e|10%T j1X\:5Ak{(NI腡T8h\x{iw1g*M:aˆ1m+( 2& ko2L # 0f~]3lKHeY')[PiM|4L%|u*R &ӿpUiD"(*OÄlgx0pB4[rPb *ƠPhgb}}h>km^;>J ǐ3O;.D_z6"cǔ3?ٲpV_RJH{3䤇fh`-}3 8@dSE Vu["g}HeOƦ ֆݸ+lbamr:*eo:VRmYnڒ R9H^y}]4JԹt:%"j10Ub,e ;mTh-7Yd5ajrxX'qIC Ggߧ~% %(i"{cwt"%'( O"w11U}[0ꠙ[&׻RSxoƗ@hw{ݝC; rV[xtއ5 .wVoHD0}Ci'̽Ȅv_u`-A O}mq&[W2M_*6[',:f?& .(UV8DO!lu )0d|_)9Wqt /O.ᝠ 1P)+.Kp'fd(BҮѿAX*D#q݈4(x#-8uxL0w~Ww}\Y K Y,zZ.U(Bmm5HU>ow*8u%L^jhcv}qnY辿E($B]ڍ,_d"֔Tt,vn}-qTH/k EMj@:z•k!o110Ch`vL*ϵan 1:'u(nVǹUNDSh}Ĉr<a%(fGeSju_.{Cl`6[iDU VT ɟ̀8;THǧ.'H:2y{Хl2=ځh *Fg)07aZ`{ eHKjZ.شf n)o P'w8?{e/_T,1͠ uǷu@[h(:]Ćr~wt=}ɰHIǩg.hCaGcyF[MVϮ,DŽ]:?(F?`;=OZTXymL@ և )wۂ_(Rv^}9T?o9?x4[\n*,ִ{h57vrPfgFӌ^C$3% h5T+ED _ѩsy"Piه8tGzE7֋ʦZaxwoY,>HV<3ixX-"Y*s޵iU'Ũy_-RyI [ƛM*U2F|5.U"~Rƍ\T0~@~;Nޭ +f YZ