libprotoc20-3.9.2-lp152.2.3.1<>,%`@`?`d  T 3<I bs     &0T\o(89(: O>]@]F].G]DH]LI]TX]XY]d\]]]^]b]c^d_e_f_l_u_,v_4w_x_y_z`0`@`D`J`Clibprotoc203.9.2lp152.2.3.1Protocol Buffers - Google's data interchange formatProtocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.`Matej Cepl Martin Pluskal Madhu Mohan Nelemane Fridrich Strba Jan Engelhardt Fridrich Strba Jan Engelhardt Martin Liška Michał Rostecki Michał Rostecki Fridrich Strba Thomas Bechtold tbechtold@suse.commlin@suse.comtchvatal@suse.comjengelh@inai.dempluskal@suse.comalarrosa@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.dempluskal@suse.comstefan.bruens@rwth-aachen.delnussel@suse.dealarrosa@suse.comalarrosa@suse.comedogawa@aon.atdimstar@opensuse.orgmpluskal@suse.commpluskal@suse.com- Fix Requires for python3 to python3-six.- Add missing dependency of python subpackages on python-six (bsc#1177127).- Use tarball provided by upstream - Small package cleanup- Updated to version 3.9.2 (bsc#1162343) (Objective-C) * Remove OSReadLittle* due to alignment requirements. (#6678) * Don't use unions and instead use memcpy for the type swaps. (#6672)- Package also the protobuf-bom pom file- Update to new upstream release 3.9.1 * Optimized the implementation of RepeatedPtrFieldBase. * Added delimited parse and serialize util. * Added FieldDescriptor::PrintableNameForExtension() and DescriptorPool::FindExtensionByPrintableName(). The latter will replace Reflection::FindKnownExtensionByName(). * Created a new Add method in repeated field that allows adding a range of elements all at once. * Drop building wheel for Python 3.4.- Specify java source and target levels in order to build compatible protobuf-java binaries- Update to new upstream release 3.8.0 * Introduced new MOMI (maybe-outside-memory-interval) parser. * Added use of C++ override keyword where appropriate. * Always declare enums to be int-sized. * Append '_' to C++ reserved keywords for message, enum, extension. - Remove 0001-remove-PACKAGE_NAME-and-REPOSITORY_NAME-deprecated.patch (upstreamed)- Disable LTO (boo#1133277).- Add upstream patch which fixes build with Bazel 0.22.0. * 0001-remove-PACKAGE_NAME-and-REPOSITORY_NAME-deprecated.patch- Add protobuf-source package - some programs using gRPC and protobuf need protobuf definitions which are included inside the source code, but are not included in the devel package.- Add maven pom files to the protobuf-java package- update to version v3.6.1: * PHP namespaces for nested messages and enums (#4536) * Allows the json marshaller to be passed json marshal options (#4252) * Make sure to delete temporary maps used by FileDescriptorTables * fix python cpp kokoro build * Change C# reflection to avoid using expression trees * Updated checked-in generated code * Removed unused variables in repeated_scalar_container.cc * Removed unused code pertaining to shared_ptr * Include no_package.proto in Python test * Only check filenames when end with .py in _CalledFromGeneratedFile() (#4262) * Convert descriptortype to type for upb_msgval_sizeof (#4357) * Removed duplicate using statement from ReflectionUtil.cs * Add support for power ppc64le * Cat the test-suite.log on errors for presubits * Address review comments * Add third-party RPC implementation: raster - a network framework supports pbrpc by 'service' keyword. * Delete javanano kokoro build configs. * Updated Ruby conformance test failure list * Removed use of some type traits * Adopt php_metadata_namespace in php code generator (#4622) * Move to Xcode 9.3 which also means a High Sierra image. * Add protoc release script for Linux build. * protoc-artifacts: Avoid storing temporary files and use fewer layers * Rewrite go_benchmark * Add files to build ruby artifact for mac on kokoro (#4814) * Remove javanano. * Comment out unused command from release script. * Avoid direct check of class name (#4601) * The JsonParseOptions::ignore_unknown_fields option behavior treats * Fix php memory leak test (#4692) * Fix benchmark build * Add VS2017 optional component dependency details to the C# readme (#4128) * Fix initialization with Visual Studio * For windows, all python version should use /MT (#4468) * use brew install instead of easy_install in OSX (#4537) * Sync upb change (#4373) * Always add -std=c++11 for mac (#4684) * Add kokoro build status badges. * Removed unrecognized option from no_package.proto * Fixed up proto3_lite_unittest.cc * Update Xcode settings * Cleanup LICENSE file. * Remove js_embed binary. (#4709) * Fixed JS parsing of unspecified map keys * Update version number to 3.6.0 * Deliberately call simple code to avoid Unity linker pruning * Revert "Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources." * protoc-artifacts: Use ENTRYPOINT to enable devtoolset-1.1 * MinGW build failed * Support using MSVC intrinsics in Log2FloorNonZero * Fix array constructor in c extension for compatibility (#4667) * Add space between class name and concat message (#4577) * fix python * Add performance.md and add instruction for linking tcmalloc * Add script for run and upload the benchmark result to bq * Add test for failing write of raw pointer to output stream * [objectivec] Fix memory leak of exceptions raised by RaiseException() (#4556) * Remove stray indent on normal imports. * Fix python ext build on kokoro (#4527) * Add compile test sources for to test include order. * Fixed a Visual Studio 2017 build error. (#4488) * fix linux kokoro build in docker * Fixes MSVC compiler warning C4800 "Forcing value to bool 'true' or 'false'" (#4350) * Updated Docker setup to use GCC 4.8 * Remove broken build status icons. * Run autogen.sh in release script. * Output *_pb2_grpc.py when use_grpc_plugin=True * Adopt ruby_package in ruby generated code. (#4627) * Cygwin build failed * Work around an "old runtime" issue with reflection * Added Kokoro protoc release build for OS X (#4770) * Updated change log for 3.6.1 release * Move methods out of class (#4697) * Fix to allow AOT compilers to play nicely with reflection * Update Makefile.am for Java lite files. * Added map_lite_test.proto to fix LiteTest * Introduce a compatiblity shim to support .NET 3.5 delegate creation * Revert "Removed mention of Buffer in byteSourceToUint8Array" * Add gogo benchmark * Set ext.no_native = true for non mac platform * Removed atomicops.h since it is no longer used * Rename a shadowed variable. * Add kokoro bazel configs for 3.6.x branch. * Deleted scoped_ptr.h * Check the message to be encoded is the wrong type. (#4885) (#4949) * protoc-artifacts: Avoid checking out protobuf code * Add conformance test for null value in list JSON * Build ruby gem on kokoro (#4819) * Try using a new version of Visual Studio on AppVeyor * Make ruby release configs consistent with protoc. * fix for API change in PHP 7.3 (#4898) * Add .proto files to extract_includes.bat * Update protoc build scripts. * Blacklist all WELL_KNOWN_PROTOS from Bazel C++ code generation. * Additional support for building and deploying ppcle_64 artifacts * Fix php tests * Cleanup + documentation for Java Lite runtime. * Added Kokoro Windows release build config for protoc (#4766) * typo * fix golang kokoro linux build * Fix spelling error of __GNUC_MINOR__ * Update code to work for Xcode 10b1 (#4729) * Added pyext/thread_unsafe_shared_ptr.h * Added missing .inc files to BUILD * js message support for jstype string on integers (#4332) * Improve error message when googletest is missing. * Make assertEquals pass for message (#4947) * Sync internal benchmark changes * Removed some unused C++ source files * Fix missing LIBPROTOC_EXPORT. * Added new test source files to Makefile.am * Update php version to 3.6.0 (#4736) * Fix RepeatedField#delete_if (#4292) * Merge branch (#4466) * Implement array constructor in php c extension. * protoc-artifacts: Update centos base from 6.6 to 6.9 * PHP array constructors for protobuf messages (#4530) * Fix problem: cmake build failed in c++11 by clang * Don't assume Windows builds use MSVC. * Use legacy name in php runtime (#4741) * Add file option php_metadata_namespace and ruby_package (#4609) * Fix cpp benchmark dependency on mac * Use the first enum value instead of 0 in DefaultValueObjectWriter::FindEnumDefault * Check return value on write of raw pointer * Delete unused directories. * Replace //:protoc and similar default macro arguments with * Add extra C# file to Makefile.am * includes the expected class in the exception, otherwise the error is harder to track down (#3371) * Update instructions about getting protobuf source. * Add cpp tests under release docker image. * fix java benchmark, fix dashboard build * `update_file_lists.sh` depends on Bash features, thus needs Bash sebang. * Rename build_artifacts.cfg to release.cfg (#4818) * Fix bug: whether always_print_enums_as_ints is true or false, it always print the default value of enums as strings * source code info for interpreted options; fix source code info for extension range options (#4342) * Updated version numbers to 3.6.1 * Trim imports for bundled generated protos. * Require C++11 and pass -std=c++11 * Remove the iOS Test App. * fix duplicate mkdir in update_file_lists.sh * Updated csharp/README.md to reflect testing changes * Fix bazel build of examples. * Add missing ruby/tests/test_ruby_package.proto * Fix cpp_distcheck * Updated the change log with changes for 3.6.0 * some fix * CMake: Update CXX Standard management * Add the files added in #4485. * Change to deal all messages in one loop * Fix php conformance test. * Add __init__.py files to compiler and util subpackages (#4117) * Updated .gitignore to exclude downloaded gmock/ directory * Fix error in Clang UndefinedBehaviorSanitizer * Work around MSVC issue with std::atomic initialization (#4777) * Updated conformance failure lists * Add back GeneratedClassName to public (#4686) * Add continuous test for ruby 2.3, 2.4 and 2.5 (#4829) * Throw error if user want to access message properties (#4603) * fix json_decode call parameters (#4381) * Move `compiler/plugin.pb.cc` to libprotobuf with the other WKT sources. * PHP: fixed typo in message.c * Add go benchmark * Allow list values to be null when parsing * Added instruction for existing ZLIB configuration * Fix 32bit php tests * Removed javanano from post_process_dist.sh * Don't generate imports for the WKTs unless generating the WKTs. * For encoding upb needs descriptor type instead of type. (#4354) * Include googletest as a submodule (#3993) * Write messages to backing field in generated C# cloning code (#4440) * Integrated internal changes from Google - Drop adding-Release_CompareAndSwap-64-bit-variant.patch . Applied upstream. - bump soname versionupdate to version v3.5.2: * Update release date * Disable pip cache when testing uploaded packages * Replace private timelib_update_ts with public date_timestamp_get * Remove py2.6 support. * Cherrypick for csharp, including: * Update changelog * Update changelog for 3.5.1 * Fix uploading binary wheel. * Fix memory leak when creating map field via array. * Update rake file to build of 2.1.6. * Avoid using php_date_get_date_ce() in case date extension is not * Update protoc-artfacts * Fix string::back() usage in googletest.cc * Fix memory leak in php7 * Support ruby2.5 * io_win32: support non-ASCII paths * Explicitly propagate the status of Flush(). * Add discard unknown API in ruby. (#3990) * Update version for 3.5.0.post1 * remove nullptr * Fix more memory leak for php c extension (#4211) * Bumping number to fix ruby 2.1 on mac * io_win32_unittest: remove incorrect error check * Fix memory leak when creating repeated field via array. * Update version number for php c extension (#3896) * Fix file permission for python package. * Create containing directory before generating well_known_types_embed.cc * Replace C++11 only method std::map::at * Recursively clear unknown fields in submessages. (#3982) * Update version number to 3.5.1 * io_win32_unittest: fix condition in GetCwdAsUtf8 * Add release log * io_win32_unittest: use CWD as last tempdir * Add PROTOBUF_ENABLE_TIMESTAMP to let user decide whether timestamp util * Add support for Windows ARM64 build * Add protobuf-all in post release * Use fully qualifed name for DescriptorPool in Any.php to avoid name (#3886) * Add _file_desc_by_toplevel_extension back * Fix setup.py for windows build. * io_win32_unittest: make //:win32_test run again * Provide discardUnknonwnFields API in php (#3976) * Update php c extension version number to 3.5.0.1 * Fix ruby gc_test in ruby 2.4 (#4011) * Remove duplicate typedef. (#3975) * Accept DatetimeInterface in fromDatetime * io_win32: add more encoding-related tests * Bump version number to 3.5.2 * Bump protoc-artifact version for a patch rebuild * Call php method via function name instead of calling directly. * Well known types are not initialized properly. (#4139) * Use matching enum type for IsPOD. * Fix several more memory leak * Fix for php5.5 * Add backslach to make class explict in global namespace- Add adding-Release_CompareAndSwap-64-bit-variant.patch * Fix compile error undefined reference to `google::protobuf::internal::Release_CompareAndSwap(long volatile*, long, long)' on s390x https://github.com/google/protobuf/issues/3937- Conditionalize python2 and python3 in order to be able to build without python2 present in distribution * Use singlespec macros to simplify the logic - Run fdupes on python modules to avoid duplicates - Remove shebangs from import-only code- Update to new upstream release 3.5.0 * Proto3 messages are now preserving unknown fields by default. If you rely on unknowns fields being dropped, use DiscardUnknownFields() explicitly. * Deprecated the unsafe_arena_release_* and unsafe_arena_add_allocated_* methods for string fields. * Added move constructor and move assignment to RepeatedField, RepeatedPtrField and google::protobuf::Any. * Added perfect forwarding in Arena::CreateMessage. * In-progress experimental support for implicit weak fields with lite protos. This feature allows the linker to strip out more unused messages and reduce binary size. - Rename %soname to %sover to better reflect its use.- Install LICENSE- Update to 3.3.0 : * C++: * Fixed map fields serialization of DynamicMessage to correctly serialize both key and value regardless of their presence. * Parser now rejects field number 0 correctly. * New API Message::SpaceUsedLong() that’s equivalent to Message::SpaceUsed() but returns the value in size_t. * JSON support - New flag always_print_enums_as_ints in JsonPrintOptions. - New flag preserve_proto_field_names in JsonPrintOptions. It will instruct the JSON printer to use the original field name declared in the .proto file instead of converting them to lowerCamelCase when printing JSON. - JsonPrintOptions.always_print_primtive_fields now works for oneof message fields. - Fixed a bug that doesn’t allow different fields to set the same json_name value. - Fixed a performance bug that causes excessive memory copy when printing large messages. * Various performance optimizations. * Java: * Map field setters eagerly validate inputs and throw NullPointerExceptions as appropriate. * Added ByteBuffer overloads to the generated parsing methods and the Parser interface. * proto3 enum's getNumber() method now throws on UNRECOGNIZED values. * Output of JsonFormat is now locale independent. * Python: * Added FindServiceByName() in the pure-Python DescriptorPool. This works only for descriptors added with DescriptorPool.Add(). Generated descriptor_pool does not support this yet. * Added a descriptor_pool parameter for parsing Any in text_format.Parse(). * descriptor_pool.FindFileContainingSymbol() now is able to find nested extensions. * Extending empty [] to repeated field now sets parent message presence. - Update to 3.2.0 : * Added protoc version number to protoc plugin protocol. It can be used by protoc plugin to detect which version of protoc is used with the plugin and mitigate known problems in certain version of protoc. * C++: * The default parsing byte size limit has been raised from 64MB to 2GB. * Added rvalue setters for non-arena string fields. * Enabled debug logging for Android. * Fixed a double-free problem when using Reflection::SetAllocatedMessage() with extension fields. * Fixed several deterministic serialization bugs: * MessageLite::SerializeAsString() now respects the global deterministic serialization flag. * Extension fields are serialized deterministically as well. Fixed protocol compiler to correctly report importing-self as an error. * Fixed FileDescriptor::DebugString() to print custom options correctly. * Various performance/codesize optimizations and cleanups. * Java: * The default parsing byte size limit has been raised from 64MB to 2GB. * Added recursion limit when parsing JSON. * Fixed a bug that enumType.getDescriptor().getOptions() doesn't have custom options. * Fixed generated code to support field numbers up to 2^29-1. * Python: * You can now assign NumPy scalars/arrays (np.int32, np.int64) to protobuf fields, and assigning other numeric types has been optimized for performance. * Pure-Python: message types are now garbage-collectable. * Python/C++: a lot of internal cleanup/refactoring. - Increase soname to 13 - Generate python2-protobuf and python3-protobuf packages in Factory - Make the python2-protobuf package provide and obsolete python-protobuf to make the transition smooth in Tumbleweed- Fix an issue with setup.py where some files are built on the first invocation, but only copied on the second. This resulted in an incomplete protobuf-python package.- Update to protobuf v3.1.0. Protobuf v3.0.0 introduceced a new version of the protocol buffer language, proto3, which supersedes proto2. The protoc compiler is able to read old proto2 protocol definitions, and defaults to the proto2 syntax if a syntax is not specified, thus packages can be recompiled to link to the new library. For backwards compatibility, the old library version is available from the protobuf2 package. As the API for proto2 is not compatible to the proto3 API, proto3 should only be used for new Protocol Buffers, whereas current users are advised to keep using proto2. For a detailed list of changes, see https://github.com/google/protobuf/releases - Drop no longer needed patches: * protobuf-setuptools-2.4.1.patch * protobuf-return-no-nonvoid.patch- Use py_sitedir for library installation with setup.py install- Drop protobuf-libs as it is just workaround for rpmlint issue- Cleanup specfile: * remove any conditionals for versions predating SLES 12/Leap 42.x * add Provides: protobuf-libs to fix rpmlint warning- disable google-apputils usage. They are only used for the testsuite which wasn't called anyways. The next upstream version will not use apputils anymore anyways. Fixes build on SLE12. https://github.com/google/protobuf/commit/9f42f5f4a423b923f7b07ae8c5e8db4943df49c6 bnc#957472- Python bindings require a recent python-google-apputils, so build them where it's available (that's anything recent except SLE12)- Fix check so python bindings are not built in SLE12- tweak spec to build python bindings for Leap 42.1- Fix baselibs.conf: last time the sonames were bumped, baselibs.conf has not been updated accordingly.- Add protobuf-return-no-nonvoid.patch - Do not install examples - Remove 0001-Add-generic-GCC-support-for-atomic-operations.patch- Use current url's - Update dependencies * python bindings now require recent python-google-apputils which are available only in recet (13.1 and higher releases of openSUSE) - Update to 2.6.1 * Added atomicops support for Solaris. * Released memory allocated by InitializeDefaultRepeatedFields() and GetEmptyString(). Some memory sanitizers reported them as memory leaks. * Updated DynamicMessage.setField() to handle repeated enum values correctly. * Fixed a bug that caused NullPointerException to be thrown when converting manually constructed FileDescriptorProto to FileDescriptor. - Changes for 2.6.0 * Added oneofs(unions) feature. Fields in the same oneof will share memory and at most one field can be set at the same time. * Files, services, enums, messages, methods and enum values can be marked as deprecated now. * Added Support for list values, including lists of mesaages, when parsing text-formatted protos in C++ and Java. * Enhanced customization on TestFormat printing. * Added SwapFields() in reflection API to swap a subset of fields. * Added SetAllocatedMessage() in reflection API. * Repeated primitive extensions are now packable. The [packed=true] option only affects serializers. Therefore, it is possible to switch a repeated extension field to packed format without breaking backwards-compatibility. * Various speed optimizations. * writeTo() method in ByteString can now write a substring to an output stream. Added endWith() method for ByteString. * ByteString and ByteBuffer are now supported in CodedInputStream and CodedOutputStream. * java_generate_equals_and_hash can now be used with the LITE_RUNTIME. * A new C++-backed extension module (aka "cpp api v2") that replaces the old ("cpp api v1") one. Much faster than the pure Python code. This one resolves many bugs and is recommended for general use over the pure Python when possible./sbin/ldconfig/sbin/ldconfigbuild75 16145903643.9.2-lp152.2.3.13.9.2-lp152.2.3.1libprotoc.so.20libprotoc.so.20.0.2/usr/lib/-fomit-frame-pointer -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:Maintenance:15869/openSUSE_Leap_15.2_Update/423e5338ce746d6f74b492275788ce70-protobuf.openSUSE_Leap_15.2_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=932066acffe7ce4977021845b468fe8bf4b1f185, strippedPR RRRRRRRR RRRRRRRR R RRR ! "uputf-862bbff52c61baf935b3da65ed720c6e122960eeb5df8944a01f3d1c30cd28b7e?7zXZ !t/_]"k%{U}dv3VcK,7 !"zR'2K@[DS$yh{ċvkWG}ps+;.5 D. T֟@ a)({U/۸.ngm.2i肭a֐BA&W'[ ԠGZ6Sy)hُV7yl4z{Q>N:7ԫ?KI?VwDoa$:C?5+եAwqv #S8PD&Y\xD(ؼ 0`  +*TP6Z2N#!5bct ^3Q+.mjcRK#~څTS7,S4>2qcs>,˜ E` ^jgOK5lvr*$8epPV|+PBva/R?nҚ &ĺbpԫIR603QtrP^j. +>gqfn"p]w{ySӝr 쳱 Mt9:W3nR76\:A gy -5$C!F[Nզ;bI^ݕΉO}ec@*)_9S B1νy.+VCz!{Qya䄼WYV"8ZAvKPkDlx5zkw|ӐRD_G:ibBJMpBg8"= 08F }^ ]x6ajqDۭ$X'1j w̧[H+g,ND<@%mT8ݴ-D'%YL9#gfT|Z!:e9?J3r`ޛ6تޖ;4gP6OX+&zl3 XI) V܀϶v?:^`ۤ(XT9hj ,d-rbm:6AĉRnڅ-s>>b 2ŔߖnQ;<㽞29)le‰ (&ƟHHh,_GgStVgjxݎonᮺ/15o oR*:*K-Fą5jθ VK^UL5[Hb1x;Wi. d~ DeB(L0-*Uqf]pQG[& `E⢧0@lTlbUMWXga9#5-<}'PC:M-3ud*_,\R_KO?GQ2 *cJ ZNYMMPIH=٪X(޾Bބ'0BPWU/%Ӧ `+`%v qD8;trdS{)FʔG fm|FQ[ejD[7$`<bDշ1&R,)lSi,+` ?2f4hp4ujmoE Ԁ_INU!nZcK/ʹC(2$4>.^ ,8cꅜqUT̒s=]R;~<`+iGf 'evsO~V_oYU^ה{L)t[eռOflɏA_Mb!U2;VdKQsy_`bx+/N+\V%||BÃZ?US_o(]Plb1î*h dFrKHm?/Z =A]OtRͦPݞ8p'kTwH2ϳڼ|hJe 9:;Ե|0?^WvVi0vN-Gqɗg|KB_ī>{$F*mLw_-  wd2*y&-83EYȚ,y3Ծ2㨊@P>W.P+!hS#(]Ƚ"\)*]#0x4H&KJc֖Nb^'i"rcy}m&|'G(!e,cu=;QG= 1@DK5a|'|2\la 6e>.i0\9-o<%qIWp% {3Ba SG%HAL6i%b#= <4~#vjZSÉ Xtut_#Oo/!pU+5"BK\! IbhMIErxHN\S%H9b/)x QxEضqM?M,k94Ndc?vezJuLV(,$Rg$ |fkjT: z@%> &l4л ;x [\x7I549}61:SJٸF g*.R~(5Bg Q.&7h#'\vʎAv; uzA1>)Ȑ gVGz'6oT35f)@!}u8Q|ڑ C->ap36;Sю"Drm)^yvmujޣ$j_ZG~h_sRmf&G3;+'@o.nG>Y9;ҔD#RJ ԏ7PR*@TYҟnGN}2_opQ2:yM9ܞY9{K!=kՓ ̲pѾbfť΄SWF>T&kT xIcNa,ޝ!x,~DõC0 ?gyV{zJ1R3ήrp[j3 kw3fC.O+k<UcU®SڻW(^5+VqL|2X菠4[]bB &=uzNƈT]l֍ϑ]ױ\]$R&~3_ll\x75VZvz*4>< 9o3L5f7HJ>ѹ!T y{Fm{\q|d5;w59cA]$Y=H{>ir!3I g5 ߒ%hHs \,8R8? upXDM+NͿC`=xC=::(dz̵MdĶ 8>l"(ĭ Z+v!S=O}VO8S2dCt䒣 VһӢ oKƓE,Qٰm9w[H ;v/:XsQ *E.I5ͷ?wiՊ*'4T3kG?XMI0J1A^.]hE:%ҐV8էpc%ߡ}ev({W5B[U}g^z錡C`zGtj+qj7lJ}QT5Hx`]'p3rf]+Q|"Bz2/d "_wqڮĆ@R.襘ȓ]CDix^6iAt˦握QI hB~šИs–-_xov[}(ˆRjp $mۼ4Qb@mo?+eG.w"$[dNh 'P| ezcD:Oiүs#'饼 i**X-9gb_7u"O^T"TxNi)*H<溺x5VSjLM8pשcB$ZVJOgӆԾ{kldvLz[ˇ-_mvGm.*?f{<%b^VF#!k2Oɟgk`#-&g fȂl<̇cK.Wo:zvo6:gvDZ;qF[2H\ o0[L U)E01K]3|!|8_=3?}1&|Xu~vwV€/mkb4*1i^#~qXsчh,d 3՗r T1tgd{G⢪8޶[;./\Ú Rp>|/{ʁ*%hj398oam%gBoP'̠,c)D(*/uxmVrԟӓk]mc@1⨡~&ygޅ< v###TOM^ pHl]EY6yʀQ:LCVtkC I_lld+pf^޴}]̙Co߷8ܤ:+@g!/wgJw"j<"j'=g@%T[WwV/^AXO!͗#g^g-?³XG{Lݙ^sRԵoj(9m^}*l\>B {8; C]X]K wҊk.b~l:glTU꽪| =,ne初$r@.\߾/m xj," Pgh7ʉ1cJWp',;x nT|˾W.Qyi-uU(@rG wE5BS3!"Yie'Ȳ4I?"O#z4ϵڴ1ruP\krd5"I%Vl:fQG/~-O^yAm>D*2fqjy3enD<= e 9F'`>\X[9wXȀ8Vm Aۼ؍ {5"-E5y`'YLd.iÃ':|\:Tg6xX5dWL zCD?f]c*.CuV(R:Q6)gAq]|~m7ң꥗&F0yİfHfA+/9%ikE }p`TtU$Te H=( 5g@Pda(46f=oS6 ^HxHEMfXd`̈́5ˑ^y1T<Ӟ+t;r˻LD=sIvR΄U\PG358O BE+![_l\R<2ve08!V;ϠN-kt#x4 ᣨja 6#Rlٗ^xAݵT dĊ=G傻^u'^E9x*N1s*V+CvRCh E C ]9 ^ZjVDͬApf:$GEi;ow؊" \%\#n<)=DEh"M8s,s|F'M+.G{NvлJo2W_czJ۷~AK2uQfgw*M=R/Bp.} zfJ'Kon0$.FrƂ}K[;*cLQp~c"6+:>*,r^*:V&G?Q-4Su֔7HLUi|ݼ%vartbp=BFf}SKJS]GpDp&B5𮱂d9k3DDp>ovYWk !ݻ֪}\q*R84om"MEg˃jD;ij8`Æ#b#EcF^l?Rasb[Pn3 XNm츣B{4<5jcCgBirQ Nfj(aY-Ӧ*HZ"PtTrINA8}_~}gf4Rz뢽jCSq$J x#YDAw,Y;L7~B`AQ+v u^9"r" &|o%ac Ь̸>ʁ'ǮLZ biJt/T`0і8Uk WB1z3faE{;2%;g>K4ˮzLCΣ6>MsN&Y0)UjC!n}HU-j@wsjJ(,_k-YSI?!giO](0OxZ,ۚfo PW·[NE4~Th1%V)Ie#mgiP[z (` 1mz9eGWpoe/i ,ACjʖ`6r/{TWzgSBehWPsº>"o _z :婲3ʐS{UE~ Mo'ZT9VB e CN0RSe>վS<1`>˽C&M!INy 2(k[.&k+ʘ*E21R❷ L`Pf}Gē\P>&N%.m.`uZ}!S`#⫳LPCF9DBΏk]Ɇwlt8$Jd#wOÐOQzE9F+埔~U] eNm*!w0 mK U3@vnoAbT-a&+Gl m9I%{@`5s-ޙRd%&#Ja=iq4YUU6[`3k)E{SX ҙ<`]Ң3{Xk^q-fG|~rt² !ʓ [\m vLhV02cf q.?b6r};* {q@$(q2>yR5b}pzv˅F\.f$Ϧh?~1[Y3mq׻0߷2 Lq`-}iydn18]?qn;vP#7+W}|(.#]vfge?3jqpMh ΚAJB'q F9x`[%_|bOj8T~.32RᄮGk3SDDUiw<6YՈWcĬSLb*wIܕ5t>#|Ɋk>;G\ UV\Z%?i+mX]TUl8:PkQl6j) ƭO PބH;~h<3hQN؇G}mG欽鱨"7IvJ/Mz|s2ZYXUAA@5Qw?FF$Lח %r[[U ,iv}DySD ޝͨhe*W "&ϵD kGW(_׸mTryu"Mkd+kP@dQLWf,7M4WM m.?<Q2AoE3ŰtbTC 23uQ~u9xcXe); :ҞUڨg7hni)An_CuLbPˆװKҵnCc2sC5^캁bRa?"!aF8d ' iti8-DjьYuR|Ʈb!kWb@Pm cdM酑ŧFn@zj#MeT;bfLЏF2o<DmJcM e.dM-/?Cc7 +%+? ~,欷O DߍeIlP3'k8!<4pGvTe}c-fOB&ғ 95"d`dL(B' m܅}G+'GWږ&~f?%f}4|Ѹ9Ӡկ|M(2*WzY2W3TpnQ+C5Hڪ™<όe@\6^eHxly.# <.Ƴ芄zCĸ`JQWar)amGe敧pf&z4G>+EWcT SN?M&7Ap҃+.KWj+uzɪ[:ڗ+,,ޤ-ubSY1l,9:ɘ{V] `~3:4Q-7J_pvB/Qb|QE?'|FcH13tXiQ\Ju[yO/@Sq?ɔ4俀0>[3=Eb' 3?p0lo]aJ0\w㣈DHȉcCR_A5^K?M~2WFR!Mx-E>8 ﴒPyyF]E9H24wO`鍌~sѧG]9jdTVTERheVs@;\z"Nicj׼K0R \/wFEX7ʵBQĆ _:?I EH SKTOC34߰c.8 nfaD{bhÖ9qfmENQJwBGyƀd|ciCP}{ڦQф5ׅЫxp4 9l :*upM!G:iE/K7MH *H0 >4 @[r[> tXÀ6yTj"ɝ!Y>m+37֡!pZiq+{T@*cv#UN劦4q ҭ,1B4qkZ~NiE Ҭ4ひ}sǓ3l9&!ihdR,| ͤ+L!0Ih"?^Rְ>-_õVp9QK>#7 wSWrb/ʕr>c,RCW4VZҳSr\\bdue)GpJkz)=9sb>3-_nBgRge]Yj'>f{fP59?8K-+'?֑Z NUָ緛'{|8c?qj%cuS$w۶~X Lcx*MQ@3pk|{N?+FWKC̷> j˔yḬb.IϰTpJq9ߚ+6=(xߘ }3¨~*W#"D)x)a,=[Z6؉|-KTG;|6߷2/]RkuNs3cn?Z 0;䰦d7'6} ¼ܕ~>* k@p"9$S+6_XF ,Q ;= ^ۛM5P?`~0˜.E2hϴdSVK"ɳkjr1EjNMHj2Q~EڞSMY.ǜ/5#҆*3גm 2B=4KrzqUj])`!J8]tenfS;=uK|S90BdE@c˔KG,j/qh|ݎ+~QYHZ[B5g$7ff$]mWƙ:]W?@BeiD3uz'c[WI)mra5Dj,鋁%dY#bʑy+6{='*ô+ !#a?sE81'粏F{^ dwgс=cFޔq/㕡ȵlC_\NSӽf; uh WHMޜKp/4lqtfC(,cX4;.fCyt^nzd| į2,5_+~g0+ j:zi*= Z KXҫ 7lLb^o?@0ۻBUSֆM/%zIfAru Ο8u"%+}CK=ou(L_Ơv@ybm:&5yHf2idOgdfӘ D$_o$oe}-.#.8yչ:-A ֡^]=DLz5NILE<0T<*X:Ggs Pk ns,#oSx oPq;i!V¾kCv:J)B[  <9e$uySv2#"xǣ#OX_d朎}ȜvbY1$q\w )Uh*TC !m$3Ƣ`\skk)]{%9Xd(M oZ6ʽP`e+_i jnrW=1 !#[ 9zײ+24ܗSq߬;u6 r'h5%Z]#$ {q+%w:j먖 )KN%KܿBܻۆHlE:8؞`#}|(P[W%4#l9bjvZLQ4N@Kܽasi׆ɭ`ݦn1kQyXnRH504јdOva$w2GziWdvy#.+&*# Ov"܇E{cl ,.zZbVZYwmbٓo7L9$υUfCE"@Hw5Ftt [> Q3ܪP0!$n zl7K(4-˾PG㤞 ?=ҝXY[{;3v5,26[fDO OM+;.Ђ0ْAEc2ڢ4JuBqK@㌝;T/:,.,\D8!sg1'v]TS$u$|{.{6 =75T]~9t 1Ep`oaS0U *U8:sȍ[E#%t,GۣU`AWūVxl/7džn + '䔪FJ0\a\.Uv+P!.8:|~e,4zoykgW9QWOmօ)r,X9Z~qZXd 0UnARbc$^ےG&ύroXUdjg &43I,Grϗ wTb Hb!tb1D"$lG'_{ `2oC($sp%2(ӎki_GAě=y)&/xl>6V0R0chIEnJ ( *D2z{6O=f74 <=B%)cא}߼@0.7pH`V %ÀA6`/ ȼF)DLֆ.T] KW/*< q~q; [嵙*.!yq8BiByp1/4R^`ڼ_ǻJӾϮ p.#*09Sy6?CucTѨOyPpi_fP#0My@dRzS7ogk`dR n(K unWGii{)_ V> b-qJ)47-2Ȉ PWU~ 'i38D>&P W~%Qth`$!d9,\n k ` QbS^V YGYE'idF>[^[@h?#~ {Z02k0y4zK`cdTu7lvcYH6!m+)ceq\%*0GhQ"gh ҮB=אBr~L32p(ix{E} 2!E(N! Íǽ90vX[.K%a%+i^5vGC x.,wb6J`~/3j"։$!2uH! u ,\+:0\"2"4pzHhq!}J˚ÅR2Vk=Vls\KdoAsTxJv: gmFpw@N"z9pl8wKMl} cL@{u2w ^H[If h|ڍU"3[acQ:ܛ25ӷ˵j𚫛;*x!EbKڋ̐aV ]u/T3m$!hG`O@.нkv12|qQĢu::} G7RXڸ/(#n[_'zt m&ʹã5)<1uc3Eȑ ll#L+ހ3mN d9؀챕3B,f/F4%YBI;؈W~,mh EijUE%N :["nj"IJH\k[ )CC m38zGݷχCdzBeMO_Bfp_P2ɖ|H[\vtT?qus2U1(p8N9s%+,w6@oRчШ}H뀨 z)faX~#l44虝.ö?HKGI,p`w*bƔ?sGѭ/0Y\j=ЍR`3z3Dd#E"&O,mId~`& Lg^q-1>YVzGO'|y\.);rϟal^HX|fke^#!5ͦ~pˍbBW(z64{ŕNzVlXXGؐMEno!m&fP Wb4^@ }BD9M"C9@ sB,-y|8L7~6ʞ)q}>,`ߩlPvxD{1crN\|{.c嬙d8tޮ<:خj [~݃ A,b#FV!o`pˤ7'?PHCyrCo¸IO:`Hi`yYQ3mhв[p[^Q/fxf:RQzbwmKrV5@c>cOX =ܞ֡ boy*rX|+m)e :X%<:iN%׫A|>f?-鹲Q<~Fl#{C(mo_֏B5}EOlv{\:jϷo.rշH%͘։[^nUEKy7OPF0LV蚠X:s۵TRep[HVW]Ec xlQSf6Z?3B0OA7}7c>;NMJj`{]fŘR@,#Π' ߨ vq},pS:aP tTm" }`:Ѭ;ckw\=!L"-Ps5oHH0]¡Lt.nh!"(>/ьüѠCkR=c zj<|.4t%^v?b*&oM]X@xg hO &u ]ƥ|;[տ<"+U+zܴX|0v !.#6g]{SH1՞ȾͮDm#zAIn7P(Nw3zef7 94!ڰqBf KuC\r Б9-E+d([Fb8 [=*l^m*5*U+V|ߩ0!Q{2ܔ+.7xJﱡ]vC(6UЖTqF0a1ID7,(ԗ 헒69.$:Pu%q7u6%Aa'O)Lx{@iծTG<K ޜ aZ XpPT1dGۿrQ:Aq@|Yނ2%{™j#=z  NG&Jzjf? ] yp#Β-aLRaG :␛I"P m4CqЮvqCǀM"M_{KGIa?_K-1TVa{#X]L|(juNm  o SyILn3ך(=-! <vZ F?5rE3pk8D#̓Sv78[q rdK͘M@5;]>]`DwAUI%jdd Y0~~HEM%fVjz0V,0!/SlJ6n&C{}%ߚ,ԙ}5v]GKeߢX`4nF"b@wqk8:g-[7Oٓ@N*}RG.{>H@Y]/E ;]8[TW0{%~$Qܵ5d䉕˒Sv!OPVy1A /.Ygn~Yx-VTe#XU["r(TDT+G֬\o\Xx.׫TqRz EXDwHVܭ$.I"&Qj(|xh mka՟o&I(M,ܱJ%/TLOUk@rBfh4*DUwkv}IolﱊI&{ +up5R̾D1ʗnC"7taP$Dsq**ƅ`HynոAO@B%*Kf&󍩶;Ȧj30W lIj{#4d%Jf<+|B<# @"cݗ2;aw jؾ^{g$Pé0΢ؓu`=>ZloQiNp QU5uěRl2y(x㠰|Vicep q\M-0uM`#oF.y%ImKCֱM N8]ʃ: !׌(Ȑu -djËăJR3TS!3h<1@UY# 7HZ1:T'Vs&y"ڻ3c qcH`l&.Ŗ91#8ź޶R1Pr>::\3R .Kc#(!yy.ujy *`ȌdUk0}w=sGs]7A2O,{_~j1 vέogkbQY%Ba ]xB%X*,BݎFvz i%]K*/c[F (| xeR0u2=Щ[k[Őha,tLWg9%G_۠vQHEhD0ۨUW=/G7Nc{ T_N.%mlCȒd-zAJA*e!F[`h&O0rU@ɽ_$D-(͝ Cm Us"c>;&k.{.C5ҏUm8 gz':K3n i U_K7i|:%Hnx~%K8beҝijꡔ} 0s1U8q#ޛ6"Tnb9ٶj.d[)^phG#*XLЏ~PVp|#;VN N$(^<7חCІMc׽滤Zorc.|܄(9H9KD  8j+۫~)IP뾟 n4ь9u)NzURᢃz&Gk7={VlJQbtA||CzJ}=P6l sE/Fш0(+G!'e(;]2gDn?@P4'u6Q <"3 ORIM/&Wpw`^羍-ON-?ς'iM;tk bm`u,zt+CoqעwɞCDrә#M;p93|7y}ujӵnJomP?Q'r`^O4ڸ/#4OPQH? ]&h6Ae T` o6:'E\ QHn+! )s*h˩TAbHffNSK`UnA5i'нK:%i [XGVc / CY6\SB; HFn0;ltx_^ϗ(W&QK/0we;ݫVV{\6~tY0$zx%bXG9NZbdk1W8(R݊N`![k}O=z$?V!Ne&rT *3X}pt# EY8[Z:"nmMHˋtώ5PE ,>._+  kݰc:[tY;/P!Ғ  H8P[D`&,,MJqYAH eXD8/9m^$Q. +9!yPa@]5R7jW<ARwôXD-QsaFKVN)bm\Sb M$SZ$'ߢ}) &k2<%ە'n s齘1}rsƖ!|IEJ\)|BQTg HF𷭣p#=VC׻^:YN*VM)H3" שQ@Yܓ#E]2譝D iHcQ ά}ql. a:IUUPӲX2Pj#,9[W;ȥᬕ_>Dh&;)= ?<3lʭ&n4!OS窞TG`[3r-10_0@q 'M.d: Бoyq,S P&f v@] ; ք!.J$S~N ڑ9l8drE ,ЂS) oM\>.a +ԭڥ@I,< YwcBVA\~r{prXFh>3B~V\!=җ^vlQ2n'UHC" $(!'ذt:M2Ԥt9S 5A-Aݑ DqO7 vݬJ၏u[|_h_ՃS?ǎ,K5EJk)צ_D1#@b nLwgTu\ySAL  h@υ4\QcC1JN,Lx)tޞik?_6UtP}ΚXn,Cg HAjm89Wޖ3"I5 't0R:c_t_hNe.sCksb&AKVg}R-%J0<$ L=P>5b?XBKR+Uܔ:lJt aņ+: ~բcrQK4]m H4tWR), |p<]$/V" AE#̗`5 b"8 ustZ=3/M\p̌rȳ$H:%ɮwb_$rD+Jeܖ;@OQ* ě!}7k[97҈Aę0TLVg9=br^&h^0ĨsFAr-ؿ|,U8S,V0 HyS^r̮c1h%SS8Hz+hxia^Ӹ ,)q vrWlSH+&q/,XSuNJ?h2C^2CiKrO}u}BxϺOaFY Q;'HELL KR0Iɍ o@A9dݩ.J/љl v4[LFťUW+)ёӐ6~99^Q$@G{cV&LQ9壵~j&[zKxy@g# ^d >za[59f[1Um8wb8ʄkH+m@%ϺVУO;{+O{`QxiEɠh8& aoC:`;^whA>H:SC44;{MnHO@U;|eYD>{%>Ag!shK'ud'xRW Raf y9L`cAQAS)SeFO37)##XsGGㄑ+q;.h6?۬R 7ʰ9eVaՍb$ߪm,!NR>h.25ޯJJ܀/l@U@I-hGuuRÜ1GL*j)`fHy>j^ @#Bq>wNH|6Њ`*z>+Q>藖WZhIൂJC+Xcm跴h!sR&vYT A* ')Xc]1?d!OZAl`hN#vSp%D/f xmy|ngNi C}@TN#(n jʼ D,!D{[s[9jKbH=Ϋ[nR`q0(CHjkQ빧TaLVg "3G |1a1%>swUr\7Sp6 UVA r3HݰR]h]s[NῂAB.'6_8&s~挶u|%wS:PD,h43ZH8Pc~lA2X&3w^#ʼn޽|oϱz~*x=Y%51e#4 끺ٕq dLTO+I쮉Em@g;6Ɠ5Yry#ͬf^V]o|N~C]ta\m' Y o ! 4a+\lH-PѕI-9ǝ5M :sՑVQp ̧Q]AtUYp+=l>PJd8~Vߎ`<!:Naq_ƥQdbvp@:#qIh5J\1d/\ZO>n@_YoR>ID\qs-gnX\I8 KHQ گ j Fvy+g]w&4;?mI!~E/lu-|f[5|U!HH`Rz dk?`-׮1 37݌M0PK EsAP^BS$$kHm]Isul+=e_ F$GyZj@&bk6M43$w!NtyC"HfZɩ?W\j"}ݓ̳c9iOWs,~S:[: u?ͽFaTL^9?響دQjw Br _M6CՓe1`dLBq,k,I^Qg}'YNN0qVw.e;b)$j1GT=y]E6{/?B{4_Qх.a3G9b ~yJ~8#Hhf;9S1п@L 9|wtW_^h !1" oQz NJ.BMC%Oeu︣4qÇc;Goh^C0LFɑ P}XS3Iw&+.S N6p>%{E[WNW7_r]Ե}a^yწ/Cf/[ޢѰGyA}d WU ov6nYrU} ுr(Sǂ nR9k޷)s8i1~!ԓE ~ =%>l0.LnPR]i-^IYh3>gVrwq`;'$KyE=$ma(ٱL&6j߀k\5Zݻq_9~Ә~=`Tr\ⷯ MDwGnIʹ(rc,ĉtBuL;rwMapru!㧠C.c(H!}G rqM _Z"/}DXiؠL$3#:W ݱn\9]PMj_+q>WD٠qöDZ.ٮAJ{s,Z ޹ hj*9A=W/6ƦZV1ٽT0ohHmˑ^Su[\)t hWu\*QĚOr71l`Iq4lhP3\tb-8;>'Ő0l=M*1t0=ȇ셺t:L/9wڐ[Cq AzsQo*LgVgɣt?ӅP QJ+Fټݽcz׾I: VA cKIjM*Qfn+u>t>&5N0BԪVWET&-i*Pz QG")$xNteıgX-n~I=9Q|9;p . a=g,1Kvc\'<f^IիE5mh (w'lzuޛFVD,ͥS&fǽw]KBCg+jEKoָB|;F~awXINȹJ 5nU҉]G ̠-so WJ֪#O)Rsڤ<%;IcT<yYݣG>og^K?t dëvh)kk٩qߟV.}!y(zOLj7-qj'꧘k6.?I25ea N. y<%|c9eHSh';pLO5R=r՗>ǠkusC3┻ΝXIreyI?$^ Uu3fU.4-+dNJE@`M긩*=NObq7ȝ(NlY`xk  ss^<.)HǯL8nI_뾲 e!~ YЫABB+"t #z. ^L/;ͧ8#z}94_1_"^E#.53"/6lC1L?Sxg-CA 9"ԟguzv~HҦ[Y8ݝ4g-zDoZg(e2}IeVhhBpuM. `ٕ.R0K`}G&̸-ۦkv|EL&'u83킓ܵ]BX]@ <ѰM㑟J|Yeڽ7Ģ^"Hq쿯xq#kn ]Hqqs?HD g i5REK #D"jQ kէ?&ۦO#|$SR\'bVݓ% K<}a+L%1E97"/>9~&~G[d=PZoSp5t&k B ï Kol\qh}7H6xR). (Mw0K\ ӄC/Wiar(2o8%SWT Xk3xu{-: 8@qJ$r5`;-7mAf Zdov}^ dŇY[|qG%ar{otu2< >7g`]EҺw`ߛocm ~ mPݩB{+h\ y{(WT}}"TӲ5vԄ?sXGms:|B;^v#| 2li!)E85؅ YKe3EH_X ؼwˁh_F_8t2ʽ4 xTK# j;]1]aܢ;8dtWO]Q sY:$]Zqtio~JMB|:y?gn'&Eu"UZi[^ 8$BI&ZVǢMҁ}Z҉7Kl51X㦼rZԐW>h4jgF j8{}/wY@O (OE NIEII}l1`3>* 6 9?\|{T(پ+DWNҽ'8-? 4Pb 6=5z;E,e['AYEQo-%]w9ߠ,Cr1E>QLc8DXgLi2uyXM,xbwRUʊ`luW3ao/$~y'T%@oG?h3XtFmO8\4=x2ka6CIӳnPwԿ_^/2UMEJ*㙻}B|3enF A?D\GZ5l" 3m0D q8| :Sɴ`51EKItU +]"5° D磤[x˕tALwm>M̳]m{KTɗOnz0J1zտ$i 5Ş 7G7avVPj|&pρgGpr> {ZUI(d>epTc9Nj7gBKyDǴ0j;~5#g(G'D&/.! nEDOVjJI0Jʸ_ayHe i#ǩdN{1G<'UFi]-KA0xAb ( jy- wX4׬M!"cKp _`ñMjkl-$؍UK Zя;/p գ?],1&.c{؝H5_maaʕ Έ袜aҊ'q,MYg% BN߭΄ L D}A?-s^F [ wQȳʹ_6\~m Ofzi2v%7pR%p"}ZbkL#G#'/ߍ<'ZGuԛ2` S:q?f6)#|驜.[ [Mn,@חZ?ȳ͗thX 907t6Z)DO9r#On$3nDneIj=!E4ܴLbH[8K"QEF,ĜX_6r3g )|;QsNc)k"Ję1N̯ٚG;i)Z9;0<%YتFr:#tѦ6ڨ BZ.Jy#j8AILwa\8d( I+m#JFOV1?¨B]@={NFizkbX !1n8̭^X.0:5Qk$=vVO}5Jg̼jzT&.D-))3(;AxD6y3ݽ|p` 2g~Hѥr 0 jsם^9`(q%FTԙ .c'H~:M)³A&A0j7A7#$ 3,\F0܍?)B{%Td1(@{;KS' EC \[^{[׸RJ1ڇk][U<[ޅl::dx˦}E.?gf1CaжԢ3_CNX6 OLa78,S,r3yyuNj#EA0퇘 \gPuV4f (J#lȥV#Thď|VB־aA̓7NAza@^Xƴ; =c'uq:Yǒ2Q rIG#[bh% LlEBlF^r%TE nH\ڽޓ+}|Ģ`DJL-[oćX0+~1vߪώ&"[IEv ծVlzX(N 4F/cnjṔqhJ9vȑn@p=m}>:6DS9oWyawF!W L-)v3@=7- +^YRk[(dw!|mIwF94n=wV:Jm}xy-h&z>a0Clޭp1L "'- G{ }4;R=1ĐOgE,US#Nٛ BHb#,xo|PGELc4khٽ}+~IoΊFT )=OcɢU7 G]og:Y1f@ E_?1)y (>@GC6j{o4~IFx1 T`c bAII$"pwɲ{t OH@2+UՃ"(ws4ɜe1hGєeN$҆V2M7SZm_ -%Éel?V`bB?o%C_ p[a~ =z]uy7@Y%<(]4"]3mae(JC{J#;) lK:|VܼAOcf~5ʱ:ȦN뻭EgqA췥{H|r˪wVag:0E`{Y/;!L)Q|Qׂ6ģp}O|emcJ›]9ӷvcp ݱe)<2H#0'{D3E*ut«F/JLL\}AU/}nC+mxI@}F!*tRdJ!I`[%)=KiaBԋ߹t@fi}ǖbʇ`8 [POe݃X{AQ<>Uja[4%7 A6rQ]f_0EZ^-[\8Gg ~ Sl(,_BX1Ű=bVJlSi")5)ԛUnr'=a\)LRVp=|%f;W 2| tX G0 ;:@5G [?E(4Vt\7N\5f1LDfMHKk CJ hp>+C9`4M>v@L7Y:ш\T~vTD<5NϼD^]'%|F%,QZ SPcǦ@kdpiIVՠΥaN lG8xI#R\/P3[mBoW]vf١Kk@ỳ挘H.L$E2?$0I Ɋ \=rS`A8Q)4j_]9Oh%Eԃר~۫ xuWh]R@pYN|%yRRdbWQlG2GH3D!'ϣsJuInƍZ2SvR>FRrtP^A4 BOc&BD|ML&?]D4T%Zڸ# i(g {?~JG?]Ԭ_A^]ȝro׭wZ[:6n'ǘ"`s'hhۿ+Tӥ6sfИԆD3*a$bz~G-#1l*P~-$Oph+ӕNjnkP]`m@GҒV=`o`M5R)6y}IN7[+Խ܅$ʼ#o%yLw%=5tWJ:x ;:&ޏ[HfUyG(Y΅TDJh1g ]x=HosDvw0FC}m7W-`o^YRvnֿB+ZfT 4ï0O#BXv&? ie,Ht㝴s 魈 j(:^C5xXo3KXo}7{琢!79$QOJ ?8Q.4DpU8Jx!ؘ$!~.vF޿dV,GO0GwRVN,Mbt`n_w2X[96.K\] 9!!߶69G jNh4憆诒"4:jv>;fMKBb 2\U[ 2V^gu3;Irz5׉2Fs#]:}yp,-HN.@r^.ҬG ߍw\%Rx?D\vVݬ^)ri^E_KUW;ҏty. aX-"ln?tGqd[EI!&+nm-{l~]V<1o34cbau \:^Q)z|3佫8/7=kr f̪W7P.2 Zϗ7ߚ}aT&;jAә嵀+2bk+Tg?rK4* cԯty1/" -LhhEka%~P"o.T)!J_]2tc WJlɤ n;Gs13v-f[bs %CG^'8˹m Jq*/S @ Ѕ7Un-w`rj]SyA2l /$X!8kfo{"y g ZjHY ,x vVڒ{'pbڅ1h‹"XiĖzT^ J>[#–օa/ aFvNPDY1u;vfݬp[ΖJiYR7넓K W`ג$n=+7B>E5 +> UB= \7l!Wn*XȂ\*"9USQ@pQ  !W  m@"bY~0PuM+]&2ƚuhnFưt"FWEޏ[Z.,c>f/VtBs# Iw]y|P~|;ȣC$LcܖBT/B0CKX;BG<`:zKYٴ-L|%#vBJ5yLe%*0HRXLWe1GY)sc{M-Ҽ??-/HM}Iy"j0-N⇉}Ci[-C(I-1CSmX 8RsKBoDok⏙ ys*!8FXHO$Z&,.v]?zy\_LJoMy54f|@ C.mH!nU]`D;b VDzӤ%?E'h#F`B<, 5 ދVK2x/M!14%yWew"j?p*;ODQBk πd>Ѽz<ZRfh:ރrQlǎC'BO佳̓24hWꉜ@HUY4Cti!;SķVG5=nsxXCY/ka'Bi/ԪVafl{2% I]Lt`z/V.MYrɂpD5L*J; q@̉ca2x#T5v'EV|JZ6PF2 H?t t̏#g9c[pB&XnguՐ N6D:jj2jK*\`<x na:@,5e׎!֒%8R lp2%b#1>f]HrsJotjE^)V)S4P2zY\c 15ab XD1_0xYѩqp58;)|L%Gdo!ٙ{~|K&ր4?L' T]eW?=UKwB޽+923ܦ\#Eջ"*>oL|6I29CfZR'sIW 7\8-RWeg#bښw;ۻ+m}昡YέXK|wnnLIU'y_4hxZi:S&$6ڤtJ7]BkIpPDjD\_;E4[O 0/3ƙ_YTʘcTrSKx)V?ZDFesAǹVE}*BFUҡU>hgEKMrVY4,.zCf'_xjh-'+eY C:Toa;@aaza+'G|?/#Es9??e)2$Z䙽q Se3PUdކkF"y:Z>Jߕ%!K V,GVR2F%foj LW<Яq6~\Ȅ%%VU-轝X"XoTm )yj:nNHCCP׾u 0=W/՜[`S .[,Lko#N- gL!›2┮j&Z`_|^(I`w~dLށ2 ~is5=PUB:W.ֶWKeZF#d z"0|&Ha]N"̠&Eiu+btYn魬2{-t(*9' va@M-_VIKapc,Y(,Mh"G:dZg}>GFu}?.}RN;8WS Yߪ+ެw'e {F ê1Z˄+ JD`ǎtL!r_,Qut0_a|JGo9CI¿\4w^*_S]EƳ{)")ƛ n=֍{K0 >7jX >uȼhoS댥l10??#GLH8a6T?nda(,Yk@Ѱ4>P ̺),fsQ/b67C>g}8dCvѻ;d|lɀÖXop~ŏ\邀",ޅxA,ĥ-%YaZ㟩\Wf)J1gdyHjg YfN+4h.HWhAQ9-u]SKr#ym[v _EvEDFf͋AG,-I`'FJ$5$/ sANˁa~#?1AV&r[y:CyyTgj('^\hqlȿt ) U jxؑK36n1aЄTſt%rD~Zclg\2k6y>] )շ9eaTӏE9^P Ozň{ P} z0=$$yqY^fHZhbwFeA@_.!F;EPsȪ 1?䅮zrLPÏǀgV[XMC|/ɹ*-h; mpё݂28vT=tН)SȻ|ܞЍ=KGrb"ڶ'a PDuA"!}:‘Xp*X*Җ"dЮ}M%;VLqyض*ol?|߼/,Q+"9'V(O_Ԓht>Ed}KܑʭAcO`BܦakI:l3D_8Wנ[A1{ߺp?SH."wXr޳>H w].cz5j\ p'%zŏTƭ7.)%`뚻 eað[vOJ[؈ow'E_.{;DX@4(ZD3'&5or%]qي/XcG@@hjgu)GѪx/ah[Y^h 'ʜZ޳q H2Ξ\]|En~[~s}l] g4c-Jjm5`9s,,Q[> ´ |R!O8}RkQS>^ yxВEHl}gG@ *Nn=Iћv!,U7G2lKj3#Z1<(\U^V ?:[ӗ๿pnB"ϋNj#MEQ %~p԰^0(sN20?th׶`N ie(,i٪wѨTN kGӹ\IWuYcz ? ݭ% ~/^[h}{mflJ(;T]x~iȂ2c֔ -'9 q_q/j?d(uUYRH%sOqnLʞ}mǫ_;#}$ p]29Y[oqI'|zg O벥?b.l6_5IUݴjXrT-3Z7/#h;n&cJVK1F*=.ݪPOug/1 _X[5xjBOMKkDPcg^xA4}')V᠅ȉ|#^HH6b&S0LD'HLD3pkf8!7uušݮ=92 j;]\ߢ+N=Z!˜tkӔ0Ԧ|L g@ޫ/Dn`t)_בĊ:t;cbT~ c{AŹP&N!Y H1SH_jPTSMĄY*Qa>ԑ9kt*s,䉋iɂ+.S75Y5i0skv}:& ~2(λ<  (qW& YZ