abseil-cpp-devel-20240116.1-150500.13.7.8<>,frDp9|FP×>r)3@0.(I݉}%9bĢGV]2#e0G,[^zng*X9ɘW,P""GOR |H8 Rꌫ*=VSTHj9z.rc"qeDV*F#C?p1[90($h1L:b<`\A?[<ꢑ;K<ٟ'l$1y G۽2Xrzl<i;>>$?d , D"- CObhp \  H "4 / ٓ:hT $ !<(&8&'9'|':*x'FWFGW\HbHIm4XoYr\y]^=8bcydefluvw̜x׈ytzCabseil-cpp-devel20240116.1150500.13.7.8Header files for AbseilAbseil is a collection of C++11 libraries which augment the C++ standard library. This package contains headers and build system files for it.frDh01-ch2c:SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Unspecifiedhttps://abseil.io/linuxx86_6423 < gM5Waw>%)u$n 6( j'O S Yj ,*   ; *'.-1(." r^P"^JtJ'CMT. $h "," :? /@- S Y)]JZB #`< o;  )u* F (z=<(Y1   S x3< n[ EG c5 C50e A0 O $(R!.:O IRW 7S, [ 8!=~ 3[z @Q 7cV v,<Ns#$,'13 T98H-% % G)b{'Sn f&)cT# "($"'fr(#67:u"#9 Yg29z4'! N 31Lq {  Sa2 wJ+l g58? d&(G Kb+!BQs 2p: ,!@ A ^X 50TM+ t b /ML% K.jۧr j\"rXǕ%'&!# &"" &%!&*)2 "%1&$((&+")+('(-(*& "#$(:,-*05/1-) ("!'$#"(s r,3Y_\-/5)BFVAfp} [@*OmUT(/j \i@%"F<)6a<UP`{qe B3_Vt .i1$Z&-u:&]PH}{$y`K+!5P{iQOSP,B!\,aAA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AA큤A큤A큤AA큤A큤A큤A큤A큤A큤A큤AAAA큤A큤A큤A큤AA큤A큤A큤A큤frb>bJb!@a6`\`Y`u_@_:_ _S}_@^ P@^@]]@]W]]m]8H@\\w@\A\@[[eugenio.paolantonio@suse.comandreas.stieger@gmx.dedmueller@suse.comandreas.stieger@gmx.deadrian@suse.defstrba@suse.comfvogt@suse.comadrian@suse.deadrian@suse.dedmueller@suse.combrunopitrus@hotmail.comelimat@opensuse.orgfvogt@suse.combrunopitrus@hotmail.comjengelh@inai.dedanilo.spinella@suse.comdmueller@suse.comrpm@fthiessen.derpm@fthiessen.derpm@fthiessen.deelimat@opensuse.orgfvogt@suse.comjengelh@inai.dejengelh@inai.deelimat@opensuse.orgmrostecki@opensuse.orgdimstar@opensuse.orgsvasudevan@suse.combwiedemann@suse.comrbrown@suse.commrostecki@opensuse.orgmrostecki@opensuse.orgmrostecki@opensuse.orgmrostecki@opensuse.orgmrostecki@opensuse.orgguillaume.gardet@opensuse.orgjengelh@inai.demrostecki@suse.demrostecki@suse.de- SLE-only: import upstream patch to fix build with gcc7 in C++17 mode: hash-fix-gcc7-cpp17-build.patch (bsc#1222261) + Upstream commit bb83aceacb554e79e7cd2404856f0be30bd00303- update to 20240116.1: * Add absl::NoDestructor to simplify defining static types that do not need to be destructed upon program exit. * Add configurable verbose logging (also known as VLOG). * Added absl::Overload(), which returns a functor that provides overloads based on the functors passed to it. Note that this functionality requires C++17 or newer. * Breaking Change: AbslHashValue() no longer accepts C-style arrays as a parameter, caller need to wrap C-string literals in absl::string_view. * Breaking Change: absl::weak_equality and absl::strong_equality have been removed. The corresponding std types were removed before C++20 was finalized- fix build for non-SUSE distributions- update to 20230802.1: * Add StdcppWaiter to the end of the list of waiter implementations- update to 20230802.0 What's New: * Added the nullability library for designating the expected nullability of pointers. Currently these serve as annotations only, but it is expected that compilers will one day be able to use these annotations for diagnostic purposes. * Added the prefetch library as a portable layer for moving data into caches before it is read. * Abseil's hash tables now detect many more programming errors in debug and sanitizer builds. * Abseil's synchronization objects now differentiate absolute waits (when passed an absl::Time) from relative waits (when passed an absl::Duration) when the underlying platform supports differentiating these cases. This only makes a difference when system clocks are adjusted. * Abseil's flag parsing library includes additional methods that make it easier to use when another library also expects to be able to parse flags. * absl::string_view is now available as a smaller target, @com_google_absl//absl/strings:string_view, so that users may use this library without depending on the much larger @com_google_absl//absl/strings target.- Fix build on older systems by requiring C++17 compliant compiler - Added patch: * cmake.patch + lower the cmake requirement to 3.5 in order to be able to build on SLE12SP5- Add baselibs.conf to make protobuf happy. Hopefully temporary.- update to 20230125.3 Details can be found on: https://github.com/abseil/abseil-cpp/releases/tag/20230125.3- update to 20230125.2 What's New: The Abseil logging library has been released. This library provides facilities for writing short text messages about the status of a program to stderr, disk files, or other sinks (via an extension API). See the logging library documentation for more information. An extension point, AbslStringify(), allows user-defined types to seamlessly work with Abseil's string formatting functions like absl::StrCat() and absl::StrFormat(). A library for computing CRC32C checksums has been added. Floating-point parsing now uses the Eisel-Lemire algorithm, which provides a significant speed improvement. The flags library now provides suggestions for the closest flag(s) in the case of misspelled flags. Using CMake to install Abseil now makes the installed artifacts (in particular absl/base/options.h) reflect the compiled ABI. Breaking Changes: Abseil now requires at least C++14 and follows Google's Foundational C++ Support Policy. See this table for a list of currently supported versions compilers, platforms, and build tools. The legacy spellings of the thread annotation macros/functions (e.g. GUARDED_BY()) have been removed by default in favor of the ABSL_ prefixed versions (e.g. ABSL_GUARDED_BY()) due to clashes with other libraries. The compatibility macro ABSL_LEGACY_THREAD_ANNOTATIONS can be defined on the compile command-line to temporarily restore these spellings, but this compatibility macro will be removed in the future. Known Issues The Abseil logging library in this release is not a feature-complete replacement for glog yet. VLOG and DFATAL are examples of features that have not yet been released. - obsolete Fix-maes-msse41-leaking-into-pkgconfig.patch- update to 20220623.1: * minor warning fix- Add Fix-maes-msse41-leaking-into-pkgconfig.patch * Do not make programs compiled with abseil require new-ish CPUs (boo#1203379)- Update to version 20220623.0 What's New: * Added absl::AnyInvocable, a move-only function type. * Added absl::CordBuffer, a type for buffering data for eventual inclusion an absl::Cord, which is useful for writing zero-copy code. * Added support for command-line flags of type absl::optional. Breaking Changes: * CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control whether or not unit tests are built. * The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that are experiencing new warnings can use -Wno-deprecated-declatations silence the warnings or use -Wno-error=deprecated-declarations to see warnings but not fail the build. * ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some compilers are more strict about where this keyword must appear compared to the pre-C++20 implementation. * Bazel builds now depend on the bazelbuild/bazel-skylib repository. See Abseil's WORKSPACE file for an example of how to add this dependency. Other: * This will be the last release to support C++11. Future releases will require at least C++14. - run spec-cleaner- Remove obsolete 0%{suse_version} < 1500 conditions- Add options-old.patch, options-cxx17.patch (boo#1203378) * Ensure ABI stability regardless of compiler settings per instruction in the header.- Implement shlib packaging policy- Fix build on SLE-12-SP5- update to 20211102.0: * absl::Cord is now implemented as a b-tree. The new implementation offers improved performance in most workloads. * absl::SimpleHexAtoi() has been added to strings library for parsing hexadecimal strings- Update to version 20210324.2 (LTS): * No user visible changes, only build system related- Update to LTS version 20210324.1 * Fixed missing absl::Cleanup * Fixed pkgconfig install path - Dropped upstream merged Correctly-install-pkgconfig.patch- Update to LTS version 20210324.0 * Breaking: The empty absl::container target has been removed from the CMake build. This target had no effect and references to this target in user code can safely be removed. * New: The cleanup library has been released. This library contains the control-flow-construct-like type absl::Cleanup which is used for executing a callback on scope exit. * New: The numeric library now includes bits.h, a polyfill header containing implementations of C++20's bitwise math functions. * New: Abseil now installs pkg-config files to make it easier to use Abseil with some other build systems. * New: Abseil now respects the default CMake installation paths. Standard CMake variables like CMAKE_INSTALL_PREFIX can be used to change the installation path. - Added Correctly-install-pkgconfig.patch from upstream to fix installation of pkgconfig files - Call ldconfig on post and postun- Update to version 20200923.2 What's New: * absl::StatusOr has been released. See our blog post for more information. * Abseil Flags reflection interfaces have been released. * Abseil Flags memory usage has been significantly optimized. * Abseil now supports a "hardened" build mode. This build mode enables runtime checks that guard against programming errors that may lead to security vulnerabilities. Notable Fixes: * Sanitizer dynamic annotations like AnnotateRWLockCreate that are also defined by the compiler sanitizer implementation are no longer also defined by Abseil. * Sanitizer macros are now prefixed with ABSL_ to avoid naming collisions. * Sanitizer usage is now automatically detected and no longer requires macros like ADDRESS_SANITIZER to be defined on the command line. Breaking Changes: * Abseil no longer contains a dynamic_annotations library. Users using a supported build system (Bazel or CMake) are unaffected by this, but users manually specifying link libraries may get an error about a missing linker input.- Drop source package, was only used by grpc which was switched over to use the shared library- Build shared libraries of abseil for use by grpc (related to https://github.com/grpc/grpc/issues/24476)- Switch the package to noarch.- Update to version 20200225.2 * This release fixes the list of dependencies of absl::Cord in the CMake build. * bug fix for absl::Status::ErasePayload- Remove all packages except source.- Set ExcludeArch: %ix86: bazel is required to build which in turn is not supported on ix86.- Update to version 20190808- Sort find output to make build reproducible (boo#1041090)- Remove obsolete Groups tag (fate#326485)- Update to version 20190605: * avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE * Avoid undefined behavior when nullptr is passed to memcpy with size 0 * CMake: Set correct flags for clang-cl * Adding linking of CoreFoundation to CMakeLists in absl/time as time_zone_lookup.cc includes CoreFoundation * Implement Span::first and Span::last from C++20 * Changed HTTP URLs to HTTPS where possible * Fix GCC8 warnings * Fix library order for Conan package * _umul128 is not available on Windows ARM64 * Add note at top that this is supported best-effort * Update Conan author * Add Conan topics * Remove cctz as external dependency * Add Conan recipe- Add source package.- Use bazel0.19 as build fails with the latest bazel (0.26)- Add soname to all *.so* files.- Fix build with Bazel 0.22.0. - Add optflags.- Fix aarch64 and ppc64 builds- Trim redundancies from description.- Update to version 20181127: * Export of internal Abseil changes. -- 15d7bcf28220750db46930f4d8c090b54e3ae5fe by Jon Cohen : * Export of internal Abseil changes. -- 5278e56bd7d322ecf161eaf29fd7fa3941d7431b by Greg Falcon : - Switch from CMake to Bazel- Update to version 20181116: * Export of internal Abseil changes. -- da04b8cd21f6225d71397471474d34a77df0efd6 by Jon Cohen : * Export of internal Abseil changes. -- 5f1ab09522226336830d9ea6ef7276d37f536ac5 by Abseil Team : * Export of internal Abseil changes. -- 07575526242a8e1275ac4223a3d2822795f46569 by CJ Johnson : * Export of internal Abseil changes. -- 178e7a9a76fc8fcd6df6335b59139cbe644a16b9 by Jon Cohen : * Export of internal Abseil changes. -- ee19e203eca970ff88e8f25ce4e19c32e143b988 by Jon Cohen : * Export of internal Abseil changes. -- 4e224c85c3730398919fc5195cb1fc7a752e6e4f by Mark Barolak : * Export of internal Abseil changes. -- 9e8aa654630015ea8221703b0ea10dd1a47a848f by Abseil Team : * Export of internal Abseil changes. -- ba4dd47492748bd630462eb68b7959037fc6a11a by Abseil Team : * Fix compilation of generic byteswap routines * Fix absl::container on VS2017 v15.8 (#192)h01-ch2c 1718794820  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~20240116.1-150500.13.7.820240116.1-150500.13.7.8202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116202401162024011620240116     !!!!!!!! """#############""$$$%&'((((&)))))))%%%$******+++***,-,.////01200000000000000000000000000000000000000000000000000000000000000000000000000000000000333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333334567abslalgorithmalgorithm.hcontainer.hbaseattributes.hcall_once.hcasts.hconfig.hconst_init.hdynamic_annotations.hinternalatomic_hook.hatomic_hook_test_helper.hcycleclock.hcycleclock_config.hdirect_mmap.hdynamic_annotations.hendian.herrno_saver.hexception_safety_testing.hexception_testing.hfast_type_id.hhide_ptr.hidentity.hinline_variable.hinline_variable_testing.hinvoke.hlow_level_alloc.hlow_level_scheduling.hnullability_impl.hper_thread_tls.hpretty_function.hraw_logging.hscheduling_mode.hscoped_set_env.hspinlock.hspinlock_akaros.incspinlock_linux.incspinlock_posix.incspinlock_wait.hspinlock_win32.incstrerror.hsysinfo.hthread_identity.hthrow_delegate.htsan_mutex_interface.hunaligned_access.hunscaledcycleclock.hunscaledcycleclock_config.hlog_severity.hmacros.hno_destructor.hnullability.hoptimization.hoptions.hpolicy_checks.hport.hprefetch.hthread_annotations.hcleanupcleanup.hinternalcleanup.hcontainerbtree_map.hbtree_set.hbtree_test.hfixed_array.hflat_hash_map.hflat_hash_set.hinlined_vector.hinternalbtree.hbtree_container.hcommon.hcommon_policy_traits.hcompressed_tuple.hcontainer_memory.hhash_function_defaults.hhash_generator_testing.hhash_policy_testing.hhash_policy_traits.hhashtable_debug.hhashtable_debug_hooks.hhashtablez_sampler.hinlined_vector.hlayout.hnode_slot_policy.hraw_hash_map.hraw_hash_set.htest_allocator.htest_instance_tracker.htracked.hunordered_map_constructor_test.hunordered_map_lookup_test.hunordered_map_members_test.hunordered_map_modifiers_test.hunordered_set_constructor_test.hunordered_set_lookup_test.hunordered_set_members_test.hunordered_set_modifiers_test.hnode_hash_map.hnode_hash_set.hcrccrc32c.hinternalcpu_detect.hcrc.hcrc32_x86_arm_combined_simd.hcrc32c.hcrc32c_inline.hcrc_cord_state.hcrc_internal.hcrc_memcpy.hnon_temporal_arm_intrinsics.hnon_temporal_memcpy.hdebuggingfailure_signal_handler.hinternaladdress_is_readable.hdemangle.helf_mem_image.hexamine_stack.hstack_consumption.hstacktrace_aarch64-inl.incstacktrace_arm-inl.incstacktrace_config.hstacktrace_emscripten-inl.incstacktrace_generic-inl.incstacktrace_powerpc-inl.incstacktrace_riscv-inl.incstacktrace_unimplemented-inl.incstacktrace_win32-inl.incstacktrace_x86-inl.incsymbolize.hvdso_support.hleak_check.hstacktrace.hsymbolize.hsymbolize_darwin.incsymbolize_elf.incsymbolize_emscripten.incsymbolize_unimplemented.incsymbolize_win32.incflagscommandlineflag.hconfig.hdeclare.hflag.hinternalcommandlineflag.hflag.hparse.hpath_util.hprivate_handle_accessor.hprogram_name.hregistry.hsequence_lock.husage.hmarshalling.hparse.hreflection.husage.husage_config.hfunctionalany_invocable.hbind_front.hfunction_ref.hinternalany_invocable.hfront_binder.hfunction_ref.hoverload.hhashhash.hhash_testing.hinternalcity.hhash.hhash_test.hlow_level_hash.hspy_hash_state.hlogabsl_check.habsl_log.habsl_vlog_is_on.hcheck.hcheck_test_impl.incdie_if_null.hflags.hglobals.hinitialize.hinternalappend_truncated.hcheck_impl.hcheck_op.hconditions.hconfig.hflags.hfnmatch.hglobals.hlog_format.hlog_impl.hlog_message.hlog_sink_set.hnullguard.hnullstream.hproto.hstrip.hstructured.htest_actions.htest_helpers.htest_matchers.hvlog_config.hvoidify.hlog.hlog_basic_test_impl.inclog_entry.hlog_sink.hlog_sink_registry.hlog_streamer.hscoped_mock_log.hstructured.hvlog_is_on.hmemorymemory.hmetatype_traits.hnumericbits.hint128.hint128_have_intrinsic.incint128_no_intrinsic.incinternalbits.hrepresentation.hprofilinginternalexponential_biased.hperiodic_sampler.hsample_recorder.hrandombernoulli_distribution.hbeta_distribution.hbit_gen_ref.hdiscrete_distribution.hdistributions.hexponential_distribution.hgaussian_distribution.hinternalchi_square.hdistribution_caller.hdistribution_test_util.hexplicit_seed_seq.hfast_uniform_bits.hfastmath.hgenerate_real.hiostream_state_saver.hmock_helpers.hmock_overload_set.hnanobenchmark.hnonsecure_base.hpcg_engine.hplatform.hpool_urbg.hranden.hranden_detect.hranden_engine.hranden_hwaes.hranden_slow.hranden_traits.hsalted_seed_seq.hseed_material.hsequence_urbg.htraits.huniform_helper.hwide_multiply.hlog_uniform_int_distribution.hmock_distributions.hmocking_bit_gen.hpoisson_distribution.hrandom.hseed_gen_exception.hseed_sequences.huniform_int_distribution.huniform_real_distribution.hzipf_distribution.hstatusinternalstatus_internal.hstatusor_internal.hstatus.hstatus_payload_printer.hstatusor.hstringsascii.hcharconv.hcharset.hcord.hcord_analysis.hcord_buffer.hcord_test_helpers.hcordz_test_helpers.hescaping.hhas_absl_stringify.hhas_ostream_operator.hinternalcharconv_bigint.hcharconv_parse.hcord_data_edge.hcord_internal.hcord_rep_btree.hcord_rep_btree_navigator.hcord_rep_btree_reader.hcord_rep_consume.hcord_rep_crc.hcord_rep_flat.hcord_rep_test_util.hcordz_functions.hcordz_handle.hcordz_info.hcordz_sample_token.hcordz_statistics.hcordz_update_scope.hcordz_update_tracker.hdamerau_levenshtein_distance.hescaping.hescaping_test_common.hhas_absl_stringify.hmemutil.hnumbers_test_common.hostringstream.hpow10_helper.hresize_uninitialized.hstl_type_traits.hstr_formatarg.hbind.hchecker.hconstexpr_parser.hextension.hfloat_conversion.houtput.hparser.hstr_join_internal.hstr_split_internal.hstring_constant.hstringify_sink.hutf8.hmatch.hnumbers.hstr_cat.hstr_format.hstr_join.hstr_replace.hstr_split.hstring_view.hstrip.hsubstitute.hsynchronizationbarrier.hblocking_counter.hinternalcreate_thread_identity.hfutex.hfutex_waiter.hgraphcycles.hkernel_timeout.hper_thread_sem.hpthread_waiter.hsem_waiter.hstdcpp_waiter.hthread_pool.hwaiter.hwaiter_base.hwin32_waiter.hmutex.hnotification.htimecivil_time.hclock.hinternalcctzincludecctzcivil_time.hcivil_time_detail.htime_zone.hzone_info_source.hsrctime_zone_fixed.htime_zone_if.htime_zone_impl.htime_zone_info.htime_zone_libc.htime_zone_posix.htzfile.hget_current_time_chrono.incget_current_time_posix.inctest_util.htime.htypesany.hbad_any_cast.hbad_optional_access.hbad_variant_access.hcompare.hinternaloptional.hspan.hvariant.hoptional.hspan.hvariant.hutilityinternalif_constexpr.hutility.habslabslConfig.cmakeabslConfigVersion.cmakeabslTargets-relwithdebinfo.cmakeabslTargets.cmakelibabsl_bad_any_cast_impl.solibabsl_bad_optional_access.solibabsl_bad_variant_access.solibabsl_base.solibabsl_city.solibabsl_civil_time.solibabsl_cord.solibabsl_cord_internal.solibabsl_cordz_functions.solibabsl_cordz_handle.solibabsl_cordz_info.solibabsl_cordz_sample_token.solibabsl_crc32c.solibabsl_crc_cord_state.solibabsl_crc_cpu_detect.solibabsl_crc_internal.solibabsl_debugging_internal.solibabsl_demangle_internal.solibabsl_die_if_null.solibabsl_examine_stack.solibabsl_exponential_biased.solibabsl_failure_signal_handler.solibabsl_flags_commandlineflag.solibabsl_flags_commandlineflag_internal.solibabsl_flags_config.solibabsl_flags_internal.solibabsl_flags_marshalling.solibabsl_flags_parse.solibabsl_flags_private_handle_accessor.solibabsl_flags_program_name.solibabsl_flags_reflection.solibabsl_flags_usage.solibabsl_flags_usage_internal.solibabsl_graphcycles_internal.solibabsl_hash.solibabsl_hashtablez_sampler.solibabsl_int128.solibabsl_kernel_timeout_internal.solibabsl_leak_check.solibabsl_log_entry.solibabsl_log_flags.solibabsl_log_globals.solibabsl_log_initialize.solibabsl_log_internal_check_op.solibabsl_log_internal_conditions.solibabsl_log_internal_fnmatch.solibabsl_log_internal_format.solibabsl_log_internal_globals.solibabsl_log_internal_log_sink_set.solibabsl_log_internal_message.solibabsl_log_internal_nullguard.solibabsl_log_internal_proto.solibabsl_log_severity.solibabsl_log_sink.solibabsl_low_level_hash.solibabsl_malloc_internal.solibabsl_periodic_sampler.solibabsl_random_distributions.solibabsl_random_internal_distribution_test_util.solibabsl_random_internal_platform.solibabsl_random_internal_pool_urbg.solibabsl_random_internal_randen.solibabsl_random_internal_randen_hwaes.solibabsl_random_internal_randen_hwaes_impl.solibabsl_random_internal_randen_slow.solibabsl_random_internal_seed_material.solibabsl_random_seed_gen_exception.solibabsl_random_seed_sequences.solibabsl_raw_hash_set.solibabsl_raw_logging_internal.solibabsl_scoped_set_env.solibabsl_spinlock_wait.solibabsl_stacktrace.solibabsl_status.solibabsl_statusor.solibabsl_str_format_internal.solibabsl_strerror.solibabsl_string_view.solibabsl_strings.solibabsl_strings_internal.solibabsl_symbolize.solibabsl_synchronization.solibabsl_throw_delegate.solibabsl_time.solibabsl_time_zone.solibabsl_vlog_config_internal.soabsl_absl_check.pcabsl_absl_log.pcabsl_absl_vlog_is_on.pcabsl_algorithm.pcabsl_algorithm_container.pcabsl_any.pcabsl_any_invocable.pcabsl_atomic_hook.pcabsl_bad_any_cast.pcabsl_bad_any_cast_impl.pcabsl_bad_optional_access.pcabsl_bad_variant_access.pcabsl_base.pcabsl_base_internal.pcabsl_bind_front.pcabsl_bits.pcabsl_btree.pcabsl_charset.pcabsl_check.pcabsl_city.pcabsl_civil_time.pcabsl_cleanup.pcabsl_cleanup_internal.pcabsl_common_policy_traits.pcabsl_compare.pcabsl_compressed_tuple.pcabsl_config.pcabsl_container_common.pcabsl_container_memory.pcabsl_cord.pcabsl_cord_internal.pcabsl_cordz_functions.pcabsl_cordz_handle.pcabsl_cordz_info.pcabsl_cordz_sample_token.pcabsl_cordz_statistics.pcabsl_cordz_update_scope.pcabsl_cordz_update_tracker.pcabsl_core_headers.pcabsl_crc32c.pcabsl_crc_cord_state.pcabsl_crc_cpu_detect.pcabsl_crc_internal.pcabsl_debugging.pcabsl_debugging_internal.pcabsl_demangle_internal.pcabsl_die_if_null.pcabsl_dynamic_annotations.pcabsl_endian.pcabsl_errno_saver.pcabsl_examine_stack.pcabsl_exponential_biased.pcabsl_failure_signal_handler.pcabsl_fast_type_id.pcabsl_fixed_array.pcabsl_flags.pcabsl_flags_commandlineflag.pcabsl_flags_commandlineflag_internal.pcabsl_flags_config.pcabsl_flags_internal.pcabsl_flags_marshalling.pcabsl_flags_parse.pcabsl_flags_path_util.pcabsl_flags_private_handle_accessor.pcabsl_flags_program_name.pcabsl_flags_reflection.pcabsl_flags_usage.pcabsl_flags_usage_internal.pcabsl_flat_hash_map.pcabsl_flat_hash_set.pcabsl_function_ref.pcabsl_graphcycles_internal.pcabsl_has_ostream_operator.pcabsl_hash.pcabsl_hash_function_defaults.pcabsl_hash_policy_traits.pcabsl_hashtable_debug.pcabsl_hashtable_debug_hooks.pcabsl_hashtablez_sampler.pcabsl_if_constexpr.pcabsl_inlined_vector.pcabsl_inlined_vector_internal.pcabsl_int128.pcabsl_kernel_timeout_internal.pcabsl_layout.pcabsl_leak_check.pcabsl_log.pcabsl_log_entry.pcabsl_log_flags.pcabsl_log_globals.pcabsl_log_initialize.pcabsl_log_internal_append_truncated.pcabsl_log_internal_check_impl.pcabsl_log_internal_check_op.pcabsl_log_internal_conditions.pcabsl_log_internal_config.pcabsl_log_internal_flags.pcabsl_log_internal_fnmatch.pcabsl_log_internal_format.pcabsl_log_internal_globals.pcabsl_log_internal_log_impl.pcabsl_log_internal_log_sink_set.pcabsl_log_internal_message.pcabsl_log_internal_nullguard.pcabsl_log_internal_nullstream.pcabsl_log_internal_proto.pcabsl_log_internal_strip.pcabsl_log_internal_structured.pcabsl_log_internal_voidify.pcabsl_log_severity.pcabsl_log_sink.pcabsl_log_sink_registry.pcabsl_log_streamer.pcabsl_log_structured.pcabsl_low_level_hash.pcabsl_malloc_internal.pcabsl_memory.pcabsl_meta.pcabsl_no_destructor.pcabsl_node_hash_map.pcabsl_node_hash_set.pcabsl_node_slot_policy.pcabsl_non_temporal_arm_intrinsics.pcabsl_non_temporal_memcpy.pcabsl_nullability.pcabsl_numeric.pcabsl_numeric_representation.pcabsl_optional.pcabsl_overload.pcabsl_periodic_sampler.pcabsl_prefetch.pcabsl_pretty_function.pcabsl_random_bit_gen_ref.pcabsl_random_distributions.pcabsl_random_internal_distribution_caller.pcabsl_random_internal_distribution_test_util.pcabsl_random_internal_fast_uniform_bits.pcabsl_random_internal_fastmath.pcabsl_random_internal_generate_real.pcabsl_random_internal_iostream_state_saver.pcabsl_random_internal_mock_helpers.pcabsl_random_internal_nonsecure_base.pcabsl_random_internal_pcg_engine.pcabsl_random_internal_platform.pcabsl_random_internal_pool_urbg.pcabsl_random_internal_randen.pcabsl_random_internal_randen_engine.pcabsl_random_internal_randen_hwaes.pcabsl_random_internal_randen_hwaes_impl.pcabsl_random_internal_randen_slow.pcabsl_random_internal_salted_seed_seq.pcabsl_random_internal_seed_material.pcabsl_random_internal_traits.pcabsl_random_internal_uniform_helper.pcabsl_random_internal_wide_multiply.pcabsl_random_random.pcabsl_random_seed_gen_exception.pcabsl_random_seed_sequences.pcabsl_raw_hash_map.pcabsl_raw_hash_set.pcabsl_raw_logging_internal.pcabsl_sample_recorder.pcabsl_scoped_set_env.pcabsl_span.pcabsl_spinlock_wait.pcabsl_stacktrace.pcabsl_status.pcabsl_statusor.pcabsl_str_format.pcabsl_str_format_internal.pcabsl_strerror.pcabsl_string_view.pcabsl_strings.pcabsl_strings_internal.pcabsl_symbolize.pcabsl_synchronization.pcabsl_test_allocator.pcabsl_throw_delegate.pcabsl_time.pcabsl_time_zone.pcabsl_type_traits.pcabsl_utility.pcabsl_variant.pcabsl_vlog_config_internal.pcabsl_vlog_is_on.pcabseil-cpp-develREADME.mdabseil-cpp-develLICENSE/usr/include//usr/include/absl//usr/include/absl/algorithm//usr/include/absl/base//usr/include/absl/base/internal//usr/include/absl/cleanup//usr/include/absl/cleanup/internal//usr/include/absl/container//usr/include/absl/container/internal//usr/include/absl/crc//usr/include/absl/crc/internal//usr/include/absl/debugging//usr/include/absl/debugging/internal//usr/include/absl/flags//usr/include/absl/flags/internal//usr/include/absl/functional//usr/include/absl/functional/internal//usr/include/absl/hash//usr/include/absl/hash/internal//usr/include/absl/log//usr/include/absl/log/internal//usr/include/absl/memory//usr/include/absl/meta//usr/include/absl/numeric//usr/include/absl/numeric/internal//usr/include/absl/profiling//usr/include/absl/profiling/internal//usr/include/absl/random//usr/include/absl/random/internal//usr/include/absl/status//usr/include/absl/status/internal//usr/include/absl/strings//usr/include/absl/strings/internal//usr/include/absl/strings/internal/str_format//usr/include/absl/synchronization//usr/include/absl/synchronization/internal//usr/include/absl/time//usr/include/absl/time/internal//usr/include/absl/time/internal/cctz//usr/include/absl/time/internal/cctz/include//usr/include/absl/time/internal/cctz/include/cctz//usr/include/absl/time/internal/cctz/src//usr/include/absl/types//usr/include/absl/types/internal//usr/include/absl/utility//usr/include/absl/utility/internal//usr/lib64/cmake//usr/lib64/cmake/absl//usr/lib64//usr/lib64//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/abseil-cpp-devel//usr/share/licenses//usr/share/licenses/abseil-cpp-devel/-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.suse.de/SUSE:Maintenance:33199/SUSE_SLE-15-SP5_Update/f8dfcf9ec587db2d70ce1b17d3d2ac0e-abseil-cpp.SUSE_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linuxdirectoryC++ source, ASCII textC source, ASCII textASCII textC++ source, UTF-8 Unicode textASCII text, with very long linespkgconfig file %)-159EIMP`dlqsx}  !'*15=@ISZ_gr{$-15>JTZ_fntx{ %(+047:DGKOQWfksvy  %,?MUbgn~                     PPRORPRWRPRRR"RRPRRPRR"RfRkRPRRR"R.RRRP R RR"RRRP RR"RP R RRP RRRP RRRPRRRPRR RR"R)R`RkRRRRPRRRPR RRPR"RPRRRRRRR"RIReRRRRRRPR"RRPROR"RPRQRYR]RPRR"R*RPRPRRR"RPR R"RRPRfRPRR"RRPRRPRPRRPRReRRRP R RRRRR R!R"R#R$R*R=RERkRmRRRRRP!R RRRR"R$R*RERIRRRRRP"RR"R-RRP#R RRRRP$R RRRRRR!R"RERRRRRRP%RRRRP&RR"R!RRP'RRRR!R"RP(RRP)RRP*R%R&RjRR"R*RnRRRP+R#RRRP,R RRP-R%RR"R*RnRReRRP.RRJRP/R"RR)R+RRP0R R"RP1RR"RKRRP2RRP3R RR"RkRP4RRP5RRRR"RRP6RR"RP7R,RR RR"RRP8RRP9RRRR"R)RReRP:RR1R3R4R9R R"RRP;RR.R2RmRRPR RR1R2R3R5RRfRRP?RR"R`RGRmRRRP@RRR"R3R0R1R2R4R7R8R9R:RRRPARRRPBRR1R2RRPCRR"R6RRRPDRR1R7R3RRRRHRR R RR"R)RdRRRRRPRRPRRRPR RR"RGRRRRPRPRR"RPR RRRPR R RR"RRRPR RR"RTReRgRRRmRPRR,R u;hutf-868c1c621cda59494cd047c1afb4f871b9eb078f1ed8e2d27c46e73fb401ed007? 7zXZ !t/v}]"k%tGdM󰐈oV4.C/Af`2ߛ%ܬ}!32_rÄ*Rue5+hVl?QW=@d1\܌mw76Zly#~rmg!VOit]y)Zllb K ^Ksirs.@/ U 83p`{05Sz1ZV/e?gʧ΃)/[:p*ܦ7*~ xeA: Ѽ=A'"xW!oҽ8Y[7C/YFeElV"  :#!Z4 cHSR f`NÉVZM7^Ҙѻ #dѥ3SM鱢]ٍc)Yl&& gw:cФ~mB/(„\o疔oH"IdHw5rfneRloHNN|WN3(u CL ՜30cQM+N s9;4k\ nPGS7 R~9eeg8_u+Ʀ")`LlOM{Ql/Ȋ9s Gm,pt)Xawl1&NANuqOOF0$qX༅%g WF ue}H#޴\;j!BH`vRyzUpGŲ栀=0K#W-qVlZ{/ إmR}:tL-!pe b~ V %<'Յ݋i A M'diMPW"A g(3o{hj\v ,7bsk# 6>DV[[U:ߣ59GAeiMt׮r-ik:NpƭWT\p>e6\^c W(sԾƄA6?kkۋߛ.ĂԡtEe&<4ij~$KÜfҋ$x`c ,-ORqsEc"XYf{5 n9.a Px>@ GeeqꁡDHhIBs1VYFHfBtidP"ՉFUc5}tƇI2k$TKOsðxhhTMՄY+ihfɂ+*cR r&k;f,ԹcK]r2[e/OKd(Z2m7'|jo۹?K'گwTΘ I`KjisQqԕºӣ_ l{kYA8N䩱l,p߲ .Tgyq |yK,XTԅ١\$Vs<\1zdM_ZJ5]ou {N+C?}WsZWXaMH[0眴ȇUd$ VA<\0ve9s( _l@7K7QiX^eBgU:u\sw;YxcJcCsHRG˯ok\)+sRUc&ҕA*ɫPRă]z~3H.<נdRfߠAILѻ k,(v$@U?ыwkFN!CUo?_K}nfR5GElz&f>Vv\J&q4`>7v^Đ7> :fǕk}.^=;&[.shZ`HuKߋޛBӴ hZ'Xuv%Bs=FwI WmiQ>\O[{]ڨa7 *TJ}eWCt!.ڎW)=%̋Nd9攻p787Rw*D5Ϝ RfjF૤:(S0"MHM=X|h{ *!Yu DB4C]5UȚ~-HP2H?Óq s†R̳y[b)>dK ʖfS3a=nKG 0 >ڐ!* V R(M))W>]%Tt\67H{אTDUÙ}Iq_(zقkwdx9Ū 3DhGJ ?7*+tBv .p*_ۢBJUr*WL#sAk#ߝmh&>{}kdXU0x@t"C!ﶊ f;J A5 '瑄O7bL zk1:bٝ(!SU v \ðn@JV.‡iYz~k"(.WOѾHm~M' BQ}vrdb g7lR]ϕ$ߖ&,fCmqgM4J* p6`Rgb>WT,zMeO%k'K?j$bT9Y͸2sXU׏7vI%P $ @ AhхF|և< NYD?'pLJ_NU U' O;avFtA_dø+ϓ-gդ V$,=|bb;֜ *\P:z7Dhۯ-Ny\w4"1f=o~t:M-6@1 k\qX*uF%hCD򢆓qba"$&uU pU3Eb]TyA^Dݸ )[MM^Qm(@W|{Q@}Q*^yJp~EÀuhkMw`:u\>*C\T7n]KF/9*5ҵ3N^gϪ DK gOP8).z%\(::H3c]K;Fsq|TO3NחiP9uqkp)#` #,9yĘN% Fkɻ-c)ժ2@Pe2~+ů.?}i8F Ucp[X#cki6PcTbz6r^ߡK,秪7 e˞4nKx J&5mrOft  $toX;h2#Lt:e`^ !8(oٟDǤ7P?~2RZ6{T )f6~  GǶ##wUhw*Z` 1{V*qۣ2:A8kW Pa9qsyeA*8&3-Gq Qa6#nT]##E <7 J]%TLRt?}hFO1fꗓާV/F޳~tB4xžF܍ϊ`YR+~W?firEOͥGRkŞuT!W/%fe<hC{鐠>B< lt%#U N_CWN(NWXg@]l\&ѸBca0yMM.3&sl㓝G#\3P~+{~O,܉ Ҡe/Sʗ 60_3I/QE%wO &2ZdE$<õA駫/ (J> ImؔYy~s%%VLOiU܆ScLy,|]5۹;&Q!G|1ce0D93`1ԁtLpd_.O"dT. sYrH?J~Ni P[l gv l ?Q_S&q2j:3a>-L/Ӟ_d:K ?Ww (M-/;^-__ޒX^蜇C5xE1Шyv~'@vNDAgt:'8R)kD"U۴Ȯd x>}#gj}=Bh\E.۾³ "e Dm0. gKS~8&FVl+cֹ9h%roӐI6s;m3 0jlB⊍ `t\3-a'dIĊ4MG!ծq0*[6!ʞgWSPbR>!d{,Qũ5XnN0L7OK5` ʴ7OPSq%Zzugg6 wDt˔꿙=?TD,=]u8Z[9;ZS2JtI~!1"4tqw'un?%kǗ)յ>&K+\gF^{GP(pіx2/Az؆ݺnOT-iˌvJQo81+n=yAi-Ul"bN؝C$KdHlfBʉ),ilADUo6%=âvD n% U^D0QNwr7`;_c7끎ZsV6vH\i~XGrY hvC@+u!+;3ůTL%;B*Uwp=x1w!mNKԈJ5a퓙d(_Q,me= j1_8f .&E|g;M }Ӝ<Jd4rR3:B%&N ݅AoU8!W>y"z3Xz0I'Y&Tp.'DNw@y7IaQT75\2 kbAi#i"Yr)m)oO>2EM9^CW f=,ig*;V;l]M TTڒPLnlGՙ]C͗Ty@P#9Ӕ,ވM%t!ea 5W#n5ZB42YĤ |9@k|8QHZ\;t⠷C2—Zau;c7sq.[](YK|y \ǹ#}ƃͿ?o1V†뵁y鲦?^DI}Ɖ](T㻍rnI!?>=Ϥշax~#FG?6^S{oxB|iD}|`*{j-.d§v5pV[L${XPL%+_I9r%OqTz4"0q:q*}8?ʱ=#p'>7=) HW@,9GȎy)UvV>{>TAN1TnUEoqkV\K6;I@N7Wv\4 M(^;v,L wOQNH1uEM)"^4/B۴Ձ4#a1%TO&S^؏__̱#pi*QKQyN>Ց^4Z?ݾi 9]xው:?8Hfq\wPVСK.Fڽ+}2>>"RMv98x-ˋ d_Oͩ*Ha(h=m* aLa/B\ 3]eWiuU~,ah7EOi8eS`&'~go4kZb92=5$(:?1b[3{09qgLw.Xť{5Pcs< dCXR 0z=^(2H} <|gsA>OK"FRN8 ^i1uZ|l)Cyԩg=@zY5PkoW2z ~Hkr.(jă0 ^ oTME^K}[e&ym-cpjyO'қc mvՊ iMPc{`>^cdz]s3ţGRoSWq1PD-HoP?';:`ԯRX|p#ǶR$`Tڅ}᳇ _n=hm7 /?-lRY!I9WxLiN>5+uQ\T"z\0HYOmfsf 4D17Ad!O< x[7!]τ5b>=.BykV$S",.mv`I2 ^<7^4]p+7kd ms;`z}@r,Rĕpa' s8<Sck,fL=pl!BV:|$E 9l/rHxg^ fXX,;_3uoq=9EZorTf<0/q:fp~lЇnYֵr윣yNwsp#uPּ8WC1O@1_ŠN6CaaQX:ndVG\;ԋxX.$W{'/X ?kBMNT:-b5ލ49 ۬k41 v0] x rtc3'7)W?E=:wgYRJo1X9>'T۩+.z6["˾Fj-B4f+'۟gdYU/a@Mm9 \*A`H~4'w4Oc5G ϋ!â@OCUmC]tQ'VgۆH+ 4^!\;]ǜ"TG+F}+Z>$4%.Zh!PDkmEQ\sv(̲UD4 םtS<1uqc#VD)_v"%M3*#b%FRqWD 5'tdW1TjYL烞>A(G>؄[ǖ ͓k}DܗgB̮Hv9yGqDzk,zcC7PI,vf+2 \[ -ë ^اOe D@dGV`&BE5 qg8z ㄴv%]Iw7՜: \r,.KIT Ƣ BuBCfƬ j!5 nQE ')̃ .>Fř@P W!R~k}ƘZ{àjuQ߬`۬M9*I ,O[{&b]dӃnD[; Ԟp,>'MGjP9Zo8h[- vFN*3kq+5Dos@u /;Lujd$Á⒌ޯ䒩x%[g,fp!o/)Ѫ 9Ljj]K.8=xi{T^zvlY[c'4$p/(M+2G "D );Hr\dٱpGA,=|\"'I*MgHFNX}F&Nr4}\Vk> Np`W=_69G9'e5uwATe9V׎ ,<f ԻN1Y"NIZ`iSHȅ"fԕ=I k8VRUDi/mJXî}ݑ %ofLf#D+`\H`| ?LأADD"+ϔaa)h)\E*zVۏ 󸜑a%d~?hƛaһלAKm=gъHa\iT:ilM+n > '\f/, y=k58(7O˖)Gt&;mk1'*kUW 憻ckYNBe rcHS<#~z?g*}SoZB}{[F~Yn$UdSC{nBg,t,kDO8q~\2OEu (G'Hh^GB8_Juh+fA[0֨t-[o85\3wiVp?2<а%m\-6I3q&N+NXeHXh<# -˙5\GxqW^ mkAqXD/Ra[0-`zRC!jS{ɘI >Be)wٮ3LoOHm~LRR1;}T<S=#Z %i$Av{   gӹ~ON/cD/UEFEV!hQ[촙?AWc H L$)硶 C5;K1%E0|!V Ky"\||! !o/D@dE\KGsgNNq>ɴ73@c:ɑBJ YATtֺ۔VroҬ&iq_M!TEo|Sb7gJCV+ B @ŃfN?ןi/IPLbd.޷< z/v}OƭXNU~hyy-rz_g(Υ%cY8ln}!x>_ `cykrRQt֤H|p*m"+>HDL|1:nGQkGI=3Jrv⳥F܊ߟK/xk^`?'j/X%e<3$3Pnw>Ba|\(Bd.:֏sh}3[xI|sr_:I5q#j@Ml$PM$th[d BM(J!QU0C+TB>j"Ӈ#{2n@~LofqtIc T7<F\"X9K S{׿>t2/8e`2lN2KJDj9*hy@,F!= 3zgk+3nwJJ_bpe髕8b|*Ua9V?L3s2!kWz?EՒAAVVںj(z+/ "DˊPAge|Hv%Q6lRBUNuѵSeuQ´tԯ)UtWߟBJ8)1mrA`+Nv#C,<[o }6~uXNSO%dKk~i=WJ ["<ש[PGF&),Ӫ0,cqB{~Do(s]3u$zDsܠ jVlB8"!1Z΍կDt\:kSɵ۝X1Óajq@3e % JTsa^ Ka-ܰO$֙j*(&a!qtb?`Zi W',e|rq xQAe=~KЗ pk n2S>һ Hy^C-"\L oc$MWē-ݟ]3o.zQ/P ) ҫ1K(W LCN[x1mQfhhfz7$<W"G >K;Q'%gL!(hpS  cTLK EC) QW'4]KHLm[ٱkLoN(DŔyGaܸɞmaH;,‹ŗ5CG|>UmPh֨SD qE/p$3c'qB<8J-5>)4U5WXׯ" R3TA!}mK`To(ĵZbR?z#D~J"rU(6.\t#{Xt$+U}ل[@R(:_(k08]ķ(P1? R1m} 4sa݋x^8쮕oI7^/.&G2d/s؇KP6ΰߨbMHq'ucG);{HWEMĻGbM!Y>A2ʤgDS0;hk͊=稣+:}!my DaFk, k@HgAx e1U,N,2BdM5RLǶ@~[%Z$h{xhRM$O 0X*IT y]t#V%|g9ta\GX,{i'n͗LqW[WrQ,sz4LbEOzu~L]}X9|lz:M1}og7a W /͙czĬ 1= `S+;z~ǚD%O;ۏ9ƙmhvRͧ߳SGQ%HꐪIpޑXr^+Kc(}&T^!3g3URֻyxq^niSwTB=م$d3yzSK e 3:D^a5-h(ԝ%6&8DHZjK0" tb&̯>)K2dsߪ+VU*"^[Wlx6Rلjp.jdB.dF  n 5r?]_Bi?F,h0Q.z+IhߧQKK 3OSMy3Hi[^fJ +byrA^\M:Ȱ'6w lԺP􃵭\ &Ѿ:Aŏ\LUצݑ04a9ۣǃH")CJXhQwǗGr o礉R~+2J%ɘqpN']@?(<ԳC>m,yfJe<4Bd2tjW)|ɐ=PD_3~E۷So a4"lho! >ʈR,h; ^Oj)$VUA.$ }7!ЌȈOe߂VytBs>q"1}A@Ȱ6όPWH娟z:>; DgBXynK4)딲$Z0Re(<Y4XMyoF-o=D` u4~Rŗ" =d׸E 2qxi8pHr7TjS $AJ5;02H0icgן]4^Kyv@"QN&B -N[WhL\^8}6\$a&}Ϋ&yy\{Gzd*Uj+o}^3Ag)cWWZ~y$͟p֐kX`Ov/NLߐ@$#gSvx)وV|#vz Tk”PHM嬗2 x2 BCpsjA[̿2 j͛qmF٩<΅ct@/,Nc$u9Ve<Ҷ4MLk|i7}![f<>[雮1m>dϿKXcB+o_MfVVqroT=2_K`G%{˺Uѧ"Y֞'D[FH pMQM8~AtvHjK78A2 ՠWrBaulK"/3Z`zh"&C("{Be0k'iEG߮#۴/mzEK۴ArO L ځNqڻߜԻ~7ppdrrӝӭt)"NrC$4O,ƍ_c9\b3x1˺npYLAC?HhN9f{aVprp#lu@]w*K+T 2:e::Y]pã)NZb$!G)}MRнl:h@co #m2ۍPPiq9ԛRgSܘݍGҚמ1EH,'ԴbZv7'-fA_i:lDpK 8cxt'}FJj8R)%+N'r%q[)d=RהUIЊ6$[2|BF)JAsq4^'eeX1>ԛܿE]yL+';WA;AG6ɼU.|xMX{'+sj" V=RbkBz$JCEySܯ*s߱ީjG5r|ʁFr4$|:=Jw0Qq)yy,o6N}{OZՈ&T h7:F]IB*V Č9~div.ueslܮj8~5 +@=IA$ mr'CK:+TA'f[.~ s D_21-X`lzNk}Sf7XL*M$EIUu޴Ԅݫ/5V9Rz#2$:=Zm!!x=x PkxbV$Zn­ C3,Ea Ĕ-T8UHxORvp}=jx%щV)4xY~9*Dv2pV D < t+6F>B+@aC?M\z LXEYV$<( 4.jk}뒋W=Ԩ]ZAi*u)rL\ź̿Jj G)p D_Y( Da "t#t r{TR!C.\*p؂6r5Pp:9C&w*`01 r1m#M!LڥQ0'~72!WS ^9RN@DJynsmƓmI)|>Br3LΕ /7.bf|6UȞFeN W5Ԇ^dB< J=V&pA+gVWs4 (n.>Tp}"ɋPIJ20I uU7;Er')Z ETn[Yܽq%h0]ϩ\Q9Ƚ8XT|LI7IGN]%(v#'Y˜ď+f&mYyZd@T>Xm_O˺lYX@U6\*i\=@"707T~q'} a$6/.o B@C ^?`;{5K%1BCҰŜf[""||.7PLi98m.BOaͅy~9&$ĈevkAwŸ́6"ugVP1q0mPHb oXFDNwLW֦ ǽYăU{9Rh&Qב#uʢP[O@4̃4V' CgřAȽ*E',Zp;}"oI̔_˓a\墎]Zo׏ /ܣI\QlҺ`d4aPwo&AS@2@WtߛٵX9u0-9,zVrU<x%и/N4BucVNv_v$/]0؁_vLaAP@x#9=md7W-lXHN= X1z{x u7pQ/J $fpK|Xjb^W3ށ +VzRk6\ﺔaO~9d:(!xcGc4CDswX,/&> 1ǒ [|(8x'sPd-Z= 7h=?ʾ[dl\,)]~ܮdRo 4D 6,\^`LĚsVegj_!nFKx B&A$ֱـ#OBשemF̗ur:udt`Zz7!|k@5 ~UC|gC)5(^eѓfЈeagwrZHbfړaULdv)D8tս%}JW͓2 ?βbCc_} flq:>><0G#⚷ ^5}ťnn"J_$n^F0a$R2aӼaǥjfJ ICT}^vPxts7/ࡨtZVvh#УkP f(K\ĴL OѰ"0ߩr.(4e\uMhӠI ZfmHguSz{7IBL,ёe1AkasEQF~=לRdЈO?N˹xsq=*/= 80Ljd^MĩL0B_^Z~>)j &Qԇyua X5dt#NSK{Me2.[rKÝVHaW[$:yw+C}z Pxoyur!i`7}u;w-u2+Ű<&Rv,[tZB^9Ex٘IQcA0vaʗ:cR,t/>3-"쬜=A7qf4 _g͹ё%"ˋHϜ \E85bVk87V3壯pc$LNr{=VyDZdC N衚n y 6f'o"dK{xS|Pq7weKq'Jm,Ӌ׏`عYK\92HIw=7桮SU|sl4ZA[x`\r͑PP3PԻ׭pMBX2瞂x/!4*"N9LjN 5'T(< Ġ昐urs dU&5,s7eh oStWٻRތPDZ`0Bޭ({yvmBX.\-w;: \k}NJ~ͰT~¿p}؜2g4մnAHNE%dj#Q wVfS0{Rc .V踒c=vqs"~j%Uq#O3H/bMt ΑEӀc%``|;ngff8׋HZG~`PQP6Vr:m+m7~jk!8Ur Ƚz(Eޘj i֮k xL#7Fm2 0u"čTyɗ6꜀3GNƗSV)S5i '9Hal t ?l%P 4M$==cpԴys{6^'3'aպCF.3^4& !9G^,f%{H١rѬ(2ײ(5 ]aLHW5?Ყw3X `ZJA4TZl DA/k*)=S;ޤPreDHDҟfAy,Ȝ1jSUjhիNZ<6Ӡ%;Hyݑ`F 6\=K: Z$SLwnSea7gu)iLPMue$dY"0N*~rqXiNakySpjaaj잼m toc҃[W\Lŏ2:{ WhfOe[T+L ;V۝OT]mt- ~;S8-W2AB$;;+fo@7OtO;{4%jS=G_]>J.O[NffVP}0 NGO'9Eջˣ)A؜o*1o}Y"a9TKL}"\r("SLLv lӴH9`cU8V"Ҭ8QM^ Sk FK֋Mg|Dw0_r#I+cJ d퇝4i'F MbGμkC' #E+'l.4jAe:0&T [H4|x=dn4KMczs\UbU>O@jtKyn6_)j(6Rsu*erX 6A>uZ3,>hOǹ&Fw@jJO$/FVN~l =UqtZHoa@jkFOv)'ÓeːFnK Lg(>fK%d*`bIPFWL!_(dCeGžg 7=wsoNTϫBoQwMApkYAMz!g->I{zRnNI̞4ֲQ΍4qt K>윲ڰZSGmY#2y_Pzd/ i[&THe5Jؙ +`M0ֈA>?aE7k+j( *6QddH-Z"SY)UOObp::\zI"Pʔ։D! PyIA2ٓ_Mo<5VLsS>"l[MsQwN D|Ƴc օD|6Y/M)oF z艉 iY^AWS+Î!8Kg 1Z MvA݁&uDZryuF\=gڙ*jBZqu/LI{ ~*oY$Fgƨ3uPDW"*K/ĺr1לBzNmfد(}kd/IN>V’@=r`ǯ7fcPz\H ct)wh.Gua I(՘ŝM)cWl$j.A*8ŒmOK}@@#yQj}4π`Ă\#9/_Mk2:@Ol;CI|ӄͲ3vz)M|hNjp*Dzyh [찷c|YL16h>Eon'*hGcfېgH%߾+kۼtY]xoC4#LYt@giAPO(P)~V?4En 餟 }44x7yOl┼J vmcǞE$i5S4tw LnRdix-꺊#k{O,ڵ`a: p/Rb:G"^iIPNd[3eV1g ŲT v4o mOqLGOSA w~/$$|گ5"Bi۲0U~uϨؾJH4E={,waK8_ZKs.܄ v. EwOɚY ([ϧ0= sXTcZbC~zc}Gp05^͊2}!bi"L߾Lk}0,Zhn"3W8"""TR|X'3n =;(kbەU,I\5u/uGğ^1]B[`@lr_wȈI3~ VC(EHS 6C'/CCȥ6!0DO9 < ~|)tKpZRpHCAZ_Vwm';$J 1[5Y!%ZIqė*߸tp\žݫm:^ eB5r?HMRȧ`"$nڻ|{A"Bg[1fHԝ<5؂$Z;<~gX66NȎCcDWK68\xQaG Ĵm=;RNHJWȣynĔ::#f;3}|cSeQ!yl{hC>Ћ JmAH]>XȚ3loc!Z%!ҋFMr)`A1%-Lhލ0M(ŸwyE>2&EԼd{A VRq^z6D_dXH6Q,w8c跶ѬvId5ro9ͽUdh˸`X-黏-*GpnմG{"aDr, Du{§ EaZT'$3un﮽\Pc[o('2v gIL08AHY3:E@-1AXVΤ5~@MȖT9AbEMt XR2Ry&9jrji6A@@AδOEȴ48X 45[^$1M~]6Q:6.ifIx8~Jbؒ)~Z/ 3}x= TU ybc7e;}UMZI3%^" _|+yP^-W>tT#7v qזq_jnF0[׽*)$NmQH0m03y5}uIR%gXHK!v#K>>ض&ZV%e%wy9 abVŒ\j;ޠOgQ7Gfn@}Qiwz.w\G ꆓ Ql dLHn X;XȺɹ?ΎAٷblgLӻ6l|@%q;#4 u~B^ szĿjdE^ ;ob \Q}ic8I{(O^=y܂":3 *І4f3Ʀv`%-zF_=C+Ne䒄(5>GGNiItˊpEt)]n@# Nf%Pw8 ggs`͠K$G4$:xZ .2 6B\2~)yp~YoX4G"޼}BIHeH@62tM֥㽛~|j Is`c:q"l, n̓r")@A#:[^+buMXfVX][x4l1 Uw$4YvݛRyfXC3Б;ȷ)Ok_b8TD ;tHBËL(ywb/E3}.(a@VAs/7?6 } xt!3{xM~;cXbDlS(^,huhoiMirjEF͎S@GU# J3;(VTaC!걗i6PK'܌"w^{=EfS@Xa8VTb )qH#Ab\Cf@3ՋDfTՇ4ʱ(Y>P7-BB͟ӝ.>I:iKUy3C&s*\pdoW۾;>P>Ӝd/}[ Z.*+qCGg~kVO!Xj QL&qTNdO:n{Ls ">yfB5_VUp B%O4RfR8y. 'K}T pƯw>rS(9̀^%=l=x,) *sWc$F>OI %[p 2΄o؂u\Z$8dbøzFA#P& Dq*{0GBVzP(HJ.A21[~S(;U=n OZ X x79JoH_w)@|G]]L/ .D|[}:leNLl("xn[ G̭aG>ڑ%t Պn6|:ddb%ְL[k4^coW1N()(4[ <򗿾w )F?P9WN[䇹tD~19|vǸ%ic#O7KpBi,4]^z|ڱO\g:_A-qBph9EMO7KEуmԣfyR`cœOkngYdHT >} žAP%!M<`{(o5i5znCÏP6BOrȠ2ɍ.ܒU T_y ^,$,{:\p`b=j7V{zZ@<0`7ImY)cD*~\dh6e/dR%0{@+-kc{֑i+tMW4Ŗl(~sry#ݻ.deL8fiϋ9,&4סt'3.=4SvjҘp:w:r@r"G in,-ʒ`FH伂@K[,Pݸ]&R (:<֤rtc^<[8(7gM Wb"ڄ"S,n7;Oos҅m|!v{ 2gpuqph? n.Dآµ YĘ4]yH$*+o*X_9CJh40ns'F:ok/c0#dSVD*>f:bܕo[:R&5{pUHPr͆D yC$SO:c trd5%^'ɑx% xedy4!5(ٙq,L-w;ܿbHZ U[*ƹA-X=WXq>"g3/#`GkFސ&(h'b,Ca`kPD,6= IMGnV|MzE,eGcxbнix3s j Z3.N3}FwL:Y4 1Q8s9.PuvtحZG/>, "DVsj{ 0A ;QaFh5̜G^:qD,ҍl_=G/#s0\W)uar%P%$?oTcAC@~lIr1]`:JHְC.ɹQþ"kFrn^7gTWM8&/黊_i/DTlfYJoǠ;yPnj1=ny[R:d%V ഌ)(eWAq)T<]Dġ7`#/mT;ydԽ]&*37U%81)^i;ZQƄj08%n|d:>S-ga 0n7E[ ;|l*dVKSz<-~zӹatF:_3CcCؓ5cVq)!/s븒hn*(|83IaR+m$ Fh}zI玈*N;s"cDmj8,#1zB]a!{ծ7ɡ+4vkcgm#Q'T 0`BxxD+P7ߊ#'bc+l#mD'VMɹPrqXWs Ɖ 8z&(&j6 ^"ɟ1_Lk\ H)>A% ;⥯qQO&a~ܥͺezIj׽^0iZ/:啰rb86A~ aCZ~ӡON%oD㰖g_r%EfSI:L`@3Ú(8*I=_Ɛjpz!=߻9Ĵ h}^ g2 mhрțN`_XhBmܶYmrE~ﶠC)z?(2S.Fvre;V-Oњ E:B7tw‘cRE3OEʁgO _ò:lxGADp6Ǧb; 036PZb Q̞I_e|;ŋx8]y{N*.%2.S#4n87"T+;fOu C3OMv?DX/`ӯw0=p>ܷM߲IyXO?CG(AJÝM! T=°ceE:x}`pZuwT &P8 `<"ElfITV7<:vMo 3kf3^ }R {q6(̴`&zrxwZfVe3y.H|[7ck!_0@#MPWшډK`D҃^DxY(zyGߎ$$V4fANW1u|M .N,LG>jXXH#C(SV?[ ۃai}s*L2F|3VL뗚"91w ՕBA,9h+ ze-h@^!hnad=3Yo+(t1yѕ.'\861[z7er_Ê##B cs\ W|(7l=\Z VJoexVQ0H` かKz8XGQH>l?5`+>Vð@7O †߳j: vS\g>¾ 4*!}ܤ (?5ۀrLp*F "FxT$b.c\U # 뗍gxh+aȀ}Q߈*b}q Xy@8GE~ iYw@|V@I~WP|j$), rƫ`FdXD+WU4׋50Έ\=8 _by,"z,[9Y_ftFc_ 'mE)Q}T`'~Pa59eq.4!߳YːϨJs(?L8!2;AV,%&_ (ɨV/y5]՜7nVnpʭw);R&̩>VPJE`LFB^7 +&4BfmrڦHmL@.lY9pewV:$ B2 'S {K}w+vdKj'y IuGlJR?CQJcw]MpV<IBcOCNSҀa9Қdŷ*XV3 O'^ًZO&|'kJXMR)},U"KA&Ѩdfz[?!A1׈Ċ1WP7 6\\V7/X%YI V"˂h`.dTzbAB(QNӮ_GYAv9EXz?R:&{ 9K5+'7~G'&`^E= *?e8Ps^͐ ;* 9zR:ssbq'o߬!3oӠ`}Lg9{,|^S+9'/22{cR&[ ՓjD,yvB5A'trFTyM. 2G1(Owi +,.kcOb^Okݤ1M )_p$^Tds:E}pVsDw7}q$nQQz$808!-CMx4<1>D q*Xj2:aaIDDURj2ٝA.Nor ݻcWPoݠQʉ2:Hb[5m*dž@Pbr-j6nBzUʾ48[#P|D&lH (Rl9ٱzN?\cr;sDZf>^~`sγӋ=Bhys@ iOܿX=#jܘrłX*/J6 ;1SHِBw\~zFvhd@\,؛w1^€ Di>~n 倚@h 4É[l\9;QB8l<2-q ;-~"wnL-mI!d?jzUQ@:wq V+_,Fʸ@dɵJy^r~ݥ}jC\Xjb=+9LN uh@Ơ@,$5h0YH?U73AX7`2j Fos?ś?\)oI.C\g\`4oC8ͅmR0*O _#@Mdf GDfF:]a$qqUmN +*b$cΓ9f" $_|;Fqeݩ6lpWCLxNh}In+)t+ i'a{aL*h榕x yB Os-yMסTn"nXZq`J)]NnpP']vX Tvz\Ss =oHP`M{%=9@L6_݃3H~r1z1H%pK*߫['j x.z:qŁ|2 )bu\Diְ%& FT"W݈Quԏ)UʖPΞ: i"hUIwetկjq\+fm5;D Ej^u Fh8yٮ :09~~>yY$mAXC5]fJ3]>[*n-!6K9B p' ܽUXbEy^xKGQ<%RZBӏ⅃UN˓=[nP}EQ#\8#j-@+DZF\|=7 )HRxȺbiO`WusQU!kv2$JdtVSΨ;E&a.p,ɠILHCjW&B{ؠظ.CG -}ΰJׄlnJΟHZ |XJOjlvK g8 kҶ93-+[Aupud, PARƪqb1BxO@:HUP: !kxHXa@ᒈ,WR'O G ޒk >@GWj'"v{#iDQ~!\`kшvOLQ? ^OY T:D#v[fUH(>/O ,SOq(uv#^TiNmŕLovN;l{ujՀJKdMɏ+6hڛ"*FEv"o>a;NjǫX՗2-bVm\)X)7p@wY!( `ӂP0\#og7vL⦙)e#`&'BVc;ˬy'qg.xIl¸cwP@_sA\=x{W`.v.v߽4í3"FbFGDwO3^kC}ܴStfAAPx5Za,#OIXh ?{Xm9p*f6e|{T^ۗ 7ͺ8$b*VNzhljMqd' $ch&%\::@d$Xs˸mjV%8-&"XIA)TBE'Jzo\d+q}cxsF.|&@cųZ]uY0QE(]~u3dFbha%>wbD*3hſ/rt8٩aN8{Ϲ[xg&]աqR_/{UU1U>M O_c5^}4y9nr(X*{Ʌ̖l,J:g:+ ѮIIpԽ#,JxLQΜUy~rhR;|j׿u[*w= ֮>-夢/;6ZzdW8‰^kV`@tr@*B.iQ&.'_2Hm xZe9.)y^OW\ұeӞzJ71WޕI P9f aP3s/)yߌ>x}< C;X.K3 74xvYdQ섞p&ԓ4Ijp0^(ժݯ1WJY=8 م7aDwCp{M.O#oÉXlwmx $j|фw+-7eBdؘ1g_nZ5(?}B[TCG=rF}32@@B3Eu$Y ,ms%]NxzNX^{u7:Y=C 8NWfÛ<&1⼝6DgZiZߡU<*h 4ěv8ig+_ookyWuj.k*Q_lkdBcQU'R<즢/A༆ HBsiͻlĽvoBjhSȠy?DIz{#b;tj jR OӂK𕢃2Gum#%nԦ^qK9b_3@ciLFtx}HAi9+~xv@?T:m;xJ e7wPX 6OՒ@]T:hB_Yn)vܣ:?~*)ILx_@ X|e ~z fQ,\#Xs* *ad1c>UflXM.(m QѨdhb[#?.e,t>fZ"zS 3qܹqdj_g:_YMim̯n*plm.п-C/.ş3/ C$Ru#灟~rOp پǛo!Z!jnWhߨVQ?{0| \zB˒ߪ͞^KngYm_)q x{χ0r/R|*~^$.w~25#RyfSDE'LXTY ?Z"巟2AL?dfCzii"yVB /N jXQOo{N *q`sPi._w/8U(U k f$Vb] CmF)l̄YoC\ _mߊr0+\Ub>-h ^[` ?is9\]p{۶bHVh;`1d[A (G32Q*ُ}1G9RlyGח .N3o.|Zh>g}h̑0k3ԛ(ae!ԏ VTo%I_ߙ Yu\ՁOR~Z7TߜOrԬ!L^k@Jux85ÍߩP y< H oo0V]wXYrd1A<zd]i-UM#;jS-RQKUg!Z{JmgdS8xD|Z5 (.z/iC J'ǃB̖)Bn\2BqwFmNM!tMGqط%?ԟp vuرG ^^*ڦTDŽ 3oru T`6r '  5EՄ Ԫ Rpz+X/BHMyV>_k]\ #XuowЌ'ؗn|w%d6xw0G՞M@+/гSſ)9/xn?*~U)~mz%:=)Y!KCm@Fzs|R yw$n9hd0^S2x( Bȑvۺ'2RbUEq1@H8Xq 6>?w#ټաUQ7j~gk,8#J= $VzbfMfC< *JnIe,cDiOAM+agY1:L:N±Xx#m+ z囹ʝ/%5 LoM@< |i?~4;c,XڜÂ`}i -2 r=pYS@Hܤoi[Ϣ>CeE[ڷz?!'ר_С7%A^g. fxؕ)4ڜF->=o2`ǡǣh6!eemkF@P0i@rPupPn~S )`:(QMEp=ΌJVL>/ 94[!EJއwj^~@i+'UL_Hx`uti}o?IbT_nG9ByhdnW(˝)LfeKAX w RyTtNcv <qn8rFv zqj帶 HTѵᴑXΗ>Ss~)E\T@͙-|>[^ {Y4PnF:b:lsa {Jj9⍈Q 9Y#TCӴtg0?wdl!F!Y(t#If*9!yw;aҊ@8[e,PO%NV#Г QTYiT?l01Ol *+D4ãCd0oZ9 U>UчXI#0d3ܜ.t잠 ׋o*DμnopcvrE2}OAG/L-zOhZ z >՞ߗu9Đ32vkYs:>0t@ Wn(牗䲘_m"oXŻ?=$$эȌS=Ѕk<.J&,zyWQhECZyU~] g%& ˴N7t$:{Ӫ\.:Uiw1, 4 O]hW:/k .}#vNQ'Vȗ m!JQRP C|1 21>=C4GY?BW#ˍ}L*6I+~*$A>b.Q%Uk3'tĂlPHp_\J`?QG w+'ZXD-^>i ~ g nA&/\'7\62D*>^z}:}gBþR:Fb\ "aX}7bR 1^ 4;Zch4r%, %g Bn<$N>~:DQ i}ZlCXr2ʇxfuv}c} ] ;q7<~b+[ ֣}1ֶƂw6"BaԚN;曃Fj{x%"+D8%&Xza<hLCV>4{%t ,<_I|n-,*;ձfxg?Û*J(VauaWOB@nڳ?Lg>mmǽ'^IXҡ`rC@ec﫳PC)Q@ >W0Ҋy>N8L8\Gm: k)򜽘 Q5=0۪(G q=>a'fW;;*YZP:ZUGP* hkMB7g8f=dR%~j*3g bv2 f~әp E2!úy]tR45qo]&Z tIa(ۂnv*^b[~”;6Mj=W wb B۔Pi GKju*n~C?VسxwIQsR <^벏2]0w(:[>WI ­;b:ӫݣtSu=FPBܖ/eO؞ #R%R1Jpv5tN) ^(w y L4+Y[doɣAJP9;ߧQ4CN7جxul?p9I`KzIϵ {W5E`۷:f^v÷3 Žq:ižܭi}A k7ʂcKb\`ѡޣF[).o{ң 1.9᜔R?AK.Zq4 `'GC*l({J`'1k}U>! }Ƭݏ)~܋5 l&pipaj7oՇ%3 R!PO}9/d._ Ay?ϏCI.3r_&Ѥ.ܮ-;)[K΃h.KX3$rBn&_{[ YJl˸, F 1Tzk/8c.SPy%=ޓzc%$~۠a pyU =`))~DV!-|OG# Er$ X_)\**q ZS=Q;rQ)ui>ZW~?ѶҫqD9)\dvXt¡C֖"o ]lFu:sփ%hUu}YՑNP:vb=qٖgmUe| qFA6 s7 ik{ebT]m΋(q@jZ~CLInUX%Ly,C5f"5a~!޸Ǜыfpx+Ya^9:cI)Pȋ]I?Vgevs3yj O+׀ VG"K28? ki,QO- $#hp#ğ+)?a~ lׂX/2v]eP~ Ԥ0NƷf7@i#%T3~ũt|t5|&JKc! _.҇j/VݩlWS 6U#v\bJG![nc0,jx^Mp%'CFw>Q\~gA"EӡtW+:0 :Ć[ ᴖvK1{%~UF˥l֣l㜟i;El&(7h? Qt2aͭfr j@ `y궇7UYy>AP\4 mb GZ;]G F#KpWGHR;`W~/3[Jgh~raP ?'wl4Aƙֿb?C_ME4E f҄6Ud#@25(Wb }@fvj~1L˅ I|< m GJ}ͳ˱3ļ7g&ͱMfi>įA[2zO*%@4]%)wӆ0 ZߠF>P >_U|hJ |ؓITbJUIKe\Q4bC)Tzq{; dJMB"F8,1IWqO]+gkt7\JtuhcA+ cisbWXG4w|qJL0!(7;n= 9ډOJz|9]IT$o:(\gR۞n7e@^Z]tXW3.Aɨd=~a(6xj.PG)ngqOKk+s¡E.1KP /g##޶U J&wU|%TIJ:Al4S)-[d:G8R[5wl<}d9PkmgJfm)b"a ~HX$"AmKFNNG={ًաRuKb"X^zHCGA,*]WSz"-< 0H6QtxiD ?FuQ0ÍЎ'8v8d=[c7o*;`ly3u‹߯B=%{p~Ghy|V$SAToP!F r'Fi?Hh):&* aHxPM-W6, FYX$I;ox7_800Z– MD5 2tS >qa@U+jsf$Gqr}z-bdD;X5qz*逄qpֱkGzp~^Ckps&$"']FZcE`j0*,P4F3{e(]y!]3E-Gʚr>èuVc7ftI$[7=D_eFӪd{"&f;*~bacbV>ci2kʵfۗ1zoVZAԗJը$?&ۇE䛝OI[P(ogqD ﶴ 0@->y`zB0q[\H6{O#oaHpZ=A 2N:/zRݘc\!Ob 2Nx ,2aS+p?L4$BƘְ `֠Mj'm8Ji|oRjLcZhg*,㲆UнŐ\0VXɭ&)~BlZb]?ꇔ2e?xy* T#7cNU357=$KӫrlZΞx؝fR@)m2G[YH`d ΩsFhw8jEj{X\ͱ]OW~MJP UJc+6LEw/iUC4t;xC=}z:Ʀ=ž0 O&z]vħT H]/_[8Ck/eAluyڲ~Pa2BG JGD9/2-JGdH^ggSs^8@>s 9nxrx.`хjyS+^ ?Uqi%um֎SD5+Fn}[4u|2}>ӹ M'% PX8 Z YZ