libfmt8-8.0.1-150400.1.8 >  A bvjp9|X={O!GK4ɏ1߱DgP/)6 Xّoel`B˳3p.$<svkRe]+ YK`7j9䐐kLwc6Mà-xgaLpL {}*ssYݒ*t%U /-hf0f?J Uc@Fueǡïj_$Čʤ\|󫨪=.<)e|dWmTL56798e2b5eee045163eaa50dd8970bf2f4f14b2d59028981c692bd1297450974dbf6e1ef91f8906aa23e8f8fa8a2b3a612410e00bvjp9|qE% |Z {DۨA*aB- 5ѝ?:$7c4DV( >cA<2&1ưy8%Xd|Pi-yҸqyXgAJ8H{.Nd.\bgyf L>p@]?]d   8pt   $ 4  $4dp(89:>ZV@ZeFZtGZHZIZXZYZ\Z]Z^[b[Zc\d\Xe\]f\`l\bu\tv\w]0x]@y]P z]]]]]Clibfmt88.0.1150400.1.8A formatting library for C++Shared library for fmt, a formatting library for C++.bvs390zp32SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttp://fmtlib.net/linuxs390xA큤bvbvbv`ߝ142af58b6872e5667441b0023ea5ce2dc33c6b8cd13944ed4c95587f5384d4af825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8libfmt.so.8.0.1rootrootrootrootrootrootrootrootfmt-8.0.1-150400.1.8.src.rpmlibfmt.so.8()(64bit)libfmt8libfmt8(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)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`Q@`@_G@___@_-B@_!d_c_@^^@^^]@]@]]@]@\\9\ @\ @[valoisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comhpj@urpla.netaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comolaf@aepfle.derpm@fthiessen.dejengelh@inai.dealoisio@gmx.communix9@googlemail.com- Update to version 8.0.1 * Fixed the version number in the inline namespace. * Added a missing presentation type check for std::string. * Fixed a linkage error when mixing code built with clang and gcc. * Fixed documentation issues. * Removed dead code in FP formatter. * Fixed various warnings and compilation issues.- Update to version 8.0.0 * Enabled compile-time format string check by default. * Added compile-time formatting. * Optimized handling of format specifiers during format string compilation. * Added the ``_cf`` user-defined literal to represent a compiled format string. It can be used instead of the ``FMT_COMPILE`` macro. * Format string compilation now requires ``format`` functions of ``formatter`` specializations for user-defined types to be ``const``. * Added UDL-based named argument support to format string compilation. * Added format string compilation support to ``fmt::print``. * Added initial support for compiling {fmt} as a C++20 module. * Made symbols private by default reducing shared library size * Optimized includes making the result of preprocessing ``fmt/format.h``. * Added support of ranges with non-const ``begin`` / ``end`` * Added support of ``std::byte`` and other formattable types to ``fmt::join``. * Implemented the default format for ``std::chrono::system_clock``. * Made more chrono specifiers locale independent by default. Use the ``'L'`` specifier to get localized formatting. * Improved locale handling in chrono formatting. * Deprecated ``fmt/locale.h`` moving the formatting functions that take a locale to ``fmt/format.h`` (``char``) and ``fmt/xchar`` (other overloads). This doesn't introduce a dependency on ```` so there is virtually no compile time effect. * Made parameter order in ``vformat_to`` consistent with ``format_to``. * Added support for time points with arbitrary durations. * Formatting floating-point numbers no longer produces trailing zeros by default. for consistency with ``std::format``. * Dropped a limit on the number of elements in a range and replaced ``{}`` with ``[]`` as range delimiters for consistency with Python's ``str.format``. * The ``'L'`` specifier for locale-specific numeric formatting can now be combined with presentation specifiers as in ``std::format``. * Made the ``0`` specifier ignored for infinity and NaN. * Made the hexfloat formatting use the right alignment by default. * Removed the deprecated numeric alignment (``'='``). Use the ``'0'`` specifier instead. * Removed the deprecated ``fmt/posix.h`` header that has been replaced with ``fmt/os.h``. * Removed the deprecated ``format_to_n_context``, ``format_to_n_args`` and ``make_format_to_n_args``. They have been replaced with ``format_context``, ``format_args` and ``make_format_args`` respectively. * Moved ``wchar_t``-specific functions and types to ``fmt/wchar.h``. You can define ``FMT_DEPRECATED_INCLUDE_WCHAR`` to automatically include ``fmt/wchar.h`` from ``fmt/format.h`` but this will be disabled in the next major release. * Fixed handling of the ``'+'`` specifier in localized formatting. * Added support for the ``'s'`` format specifier that gives textual representation of ``bool``. * Made ``fmt::ptr`` work with function pointers. * Fixed ``fmt::formatted_size`` with format string compilation * Fixed handling of empty format strings during format string compilation. * Fixed handling of enums in ``fmt::to_string``. * Improved width computation. * The experimental fast output stream (``fmt::ostream``) is now truncated by default for consistency with ``fopen``. * Fixed moving of ``fmt::ostream`` that holds buffered data * Replaced the ``fmt::system_error`` exception with a function of the same name that constructs ``std::system_error``. * Replaced the ``fmt::windows_error`` exception with a function of the same name that constructs ``std::system_error`` with the category returned by ``fmt::system_category()``. * Replaced ``fmt::error_code`` with ``std::error_code`` and made it formattable. * Added speech synthesis support. * Made ``format_to`` work with a memory buffer that has a custom allocator. * Added ``Allocator::max_size`` support to ``basic_memory_buffer``. * Added wide string support to ``fmt::join`` * Made iterators passed to ``formatter`` specializations via a format context satisfy C++20 ``std::output_iterator`` requirements. * Optimized the ``printf`` implementation. * Improved detection of ``constexpr`` ``char_traits``. * Fixed exception propagation from iterators. * Improved ``strftime`` error handling. * Stopped using deprecated GCC UDL template extension. * Added ``fmt/args.h`` to the install target. * Error messages are now passed to assert when exceptions are disabled. * Added the ``FMT_MASTER_PROJECT`` CMake option to control build and install targets when {fmt} is included via ``add_subdirectory``. * Improved build configuration. * Fixed various warnings and compilation issues. * Improved documentation. * Continuous integration and test improvements. - Bump soversion to 8- Update to version 7.1.3 * Fixed handling of buffer boundaries in format_to_n * Fixed linkage errors when linking with a shared library * Reintroduced ostream support to range formatters * Worked around an issue with mixing std versions in gcc- Update to version 7.1.2 * Fixed floating point formatting with large precision- Update to version 7.1.1 * Fixed ABI compatibility with 7.0.x * Added the FMT_ARM_ABI_COMPATIBILITY macro to work around ABI incompatibility between GCC and Clang on ARM * Worked around a SFINAE bug in GCC 8 * Fixed linkage errors when building with GCC's LTO * Fixed a compilation error when building without __builtin_clz or equivalent * Fixed a sign conversion warning - Dropped fmt-7.1.0-LTO.patch (merged upstream)- Update to version 7.1.0 * Switched from Grisu3 to Dragonbox for the default floating-point formatting which gives the shortest decimal representation with round-trip guarantee and correct rounding. This makes {fmt} up to 20-30x faster than common implementations of std::ostringstream and sprintf on dtoa-benchmark and faster than double-conversion and Ryū. It is possible to get even better performance at the cost of larger binary size by compiling with the FMT_USE_FULL_CACHE_DRAGONBOX macro set to 1. * Added an experimental unsynchronized file output API which, together with format string compilation can give 5-9 times speed up compared to fprintf on common platforms. * Added a formatter for std::chrono::time_point * Added support for ranges with non-const begin/end to fmt::join * Added a memory_buffer::append overload that takes a range. * Improved handling of single code units in FMT_COMPILE. * Added dynamic width support to format string compilation. * Improved error reporting for unformattable types: now you'll get the type name directly in the error message instead of the note. * Added the make_args_checked function template that allows you to write formatting functions with compile-time format string checks and avoid binary code bloat. * Replaced snprintf fallback with a faster internal IEEE 754 float and double formatter for arbitrary precision. * Made format_to_n and formatted_size part of the core API. * Added fmt::format_to_n overload with format string compilation. * Added fmt::format_to overload that take text_style. * Made the # specifier emit trailing zeros in addition to the decimal point. * Changed the default floating point format to not include .0 for consistency with std::format and std::to_chars. It is possible to get the decimal point and trailing zero with the [#] specifier. * Fixed an issue with floating-point formatting that could result in addition of a non-significant trailing zero in rare cases e.g. 1.00e-34 instead of 1.0e-34. * Made fmt::to_string fallback on ostream insertion operator if the formatter specialization is not provided. * Added support for the append mode to the experimental file API and improved fcntl.h detection. * Fixed handling of types that have both an implicit conversion operator and an overloaded ostream insertion operator. * Fixed a slicing issue in an internal iterator type. * Fixed an issue in locale-specific integer formatting. * Fixed handling of exotic code unit types. * Improved FMT_ALWAYS_INLINE. * Improved documentation. * Added the FMT_REDUCE_INT_INSTANTIATIONS CMake option that reduces the binary code size at the cost of some integer formatting performance. This can be useful for extremely memory-constrained embedded systems. * Added the FMT_USE_INLINE_NAMESPACES macro to control usage of inline namespaces. * Improved build configuration. * Fixed various warnings and compilation issues. - Add fmt-7.1.0-LTO.patch- Update to version 7.0.3 * Worked around broken ``numeric_limits`` for 128-bit integers * Added error reporting on missing named arguments * Stopped using 128-bit integers with clang-cl * Fixed issues in locale-specific integer formatting- Update to version 7.0.2 * Worked around broken ``numeric_limits`` for 128-bit integers * Fixed compatibility with CMake 3.4 * Fixed handling of digit separators in locale-specific formatting- Update to version 7.0.1 * Updated the inline version namespace name. * Worked around a gcc bug in mangling of alias templates * Fixed minor issues with the documentation.- Update to version 7.0.0 * Reduced the library size. * Added a simpler and more efficient format string compilation API. The old fmt::compile API is now deprecated. * Optimized integer formatting: format_to with format string compilation and a stack-allocated buffer is now faster than to_chars on both libc++ and libstdc++. * Optimized handling of small format strings. * Applied extern templates to improve compile times when using the core API and fmt/format.h. It is still recommended to use fmt/core.h instead of fmt/format.h but the compile time difference is now smaller. * Named arguments are now stored on stack (no dynamic memory allocations) and the compiled code is more compact and efficient. * Implemented compile-time checks for dynamic width and precision. * Added sentinel support to fmt::join. * Added support for named args, clear and reserve to dynamic_format_arg_store. * Added support for the 'c' format specifier to integral types for compatibility with std::format. * Replaced the 'n' format specifier with 'L' for compatibility with std::format. The 'n' specifier can be enabled via the FMT_DEPRECATED_N_SPECIFIER macro. * The '=' format specifier is now disabled by default for compatibility with std::format. It can be enabled via the FMT_DEPRECATED_NUMERIC_ALIGN macro. * Removed the following deprecated APIs: + FMT_STRING_ALIAS and fmt macros - replaced by FMT_STRING + fmt::basic_string_view::char_type - replaced by fmt::basic_string_view::value_type + convert_to_int + format_arg_store::types + *parse_context - replaced by *format_parse_context + FMT_DEPRECATED_INCLUDE_OS + FMT_DEPRECATED_PERCENT - incompatible with std::format + *writer - replaced by compiled format API * Renamed the internal namespace to detail. The former is still provided as an alias if the FMT_USE_INTERNAL macro is defined. * Improved compatibility between fmt::printf with the standard specs. * Fixed handling of operator<< overloads that use copyfmt. * Added the FMT_OS CMake option to control inclusion of OS-specific APIs in the fmt target. This can be useful for embedded platforms. * Replaced FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION with the FMT_FUZZ macro to prevent interferring with fuzzing of projects using {fmt}. * Fixed compatibility with emscripten. * Improved documentation. * Implemented various build configuration fixes and improvements. * Fixed various warnings and compilation issues. - Drop fmt-6.2.1-fix_pkgconfig_paths.patch - Bump sover to 7- Add fmt-6.2.1-fix_pkgconfig_paths.patch (fix for boo#1173270)- Update to version 6.2.1 * Fixed ostream support in ``sprintf`` (`#1631 `_). * Fixed type detection when using implicit conversion to ``string_view`` and ostream ``operator<<`` inconsistently (`#1662 `_). - Drop 7d01859ef16e6b65bc023ad8bebfedecb088bf81.patch (no longer necessary) - Spec cleanup- Apply 7d01859ef16e6b65bc023ad8bebfedecb088bf81.patch to fix kodi compilation and probably others: https://github.com/fmtlib/fmt/issues/1620- Update to version 6.2.0 * Improved error reporting when trying to format an object of a non-formattable type: * Reduced library size by ~10%. * Always print decimal point if # is specified (#1476, #1498): * Implemented the 'L' specifier for locale-specific numeric formatting to improve compatibility with std::format. The 'n' specifier is now deprecated and will be removed in the next major release. * Moved OS-specific APIs such as windows_error from fmt/format.h to fmt/os.h. You can define FMT_DEPRECATED_INCLUDE_OS to automatically include fmt/os.h from fmt/format.h for compatibility but this will be disabled in the next major release. * Added precision overflow detection in floating-point formatting. * Implemented detection of invalid use of fmt::arg. * Used type_identity to block unnecessary template argument deduction. * Improved UTF-8 handling (#1109): * Added experimental dynamic argument storage (#1170, #1584): * Made fmt::join accept initializer_list (#1591). * Fixed handling of empty tuples (#1588). * Fixed handling of output iterators in format_to_n (#1506). * Fixed formatting of std::chrono::duration types to wide output (#1533). * Added const begin and end overload to buffers (#1553). * Added the ability to disable floating-point formatting via FMT_USE_FLOAT, FMT_USE_DOUBLE and FMT_USE_LONG_DOUBLE macros for extremely memory-constrained embedded system (#1590). * Made FMT_STRING work with constexpr string_view (#1589). * Implemented a minor optimization in the format string parser (#1560). * Improved attribute detection (#1469, #1475, #1576). * Improved documentation (#1481, #1523). * Fixed symbol visibility on Linux when compiling with - fvisibility=hidden (#1535). * Implemented various build configuration fixes and improvements (#1264, #1460, #1534, #1536, #1545, #1546, #1566, [#1582], #1597, #1598). * Fixed various warnings and compilation issues - Dropped Group tag- Update to version 6.1.2 * Fixed ABI compatibility with libfmt.so.6.0.0 (#1471). * Fixed handling types convertible to std::string_view (#1451). Thanks @denizevrenci (Deniz Evrenci). * Made CUDA test an opt-in enabled via the FMT_CUDA_TEST CMake option. * Fixed sign conversion warnings (#1440). Thanks @0x8000-0000 (Florin Iucha).- Update to version 6.1.1 * Added a missing decimal point in exponent notation with trailing zeros. * Removed deprecated format_arg_store::TYPES.- Update to version 6.1.0 * {fmt} now formats IEEE 754 ``float`` and ``double`` using the shortest decimal representation with correct rounding by default: .. code:: c++ [#]include [#]include int main() { fmt::print("{}", M_PI); } prints ``3.141592653589793``. * Made the fast binary to decimal floating-point formatter the default, simplified it and improved performance. {fmt} is now 15 times faster than libc++'s ``std::ostringstream``, 11 times faster than ``printf`` and 10% faster than double-conversion on `dtoa-benchmark (https://github.com/fmtlib/dtoa-benchmark) ================== ========= ======= Function Time (ns) Speedup ================== ========= ======= ostringstream 1,346.30 1.00x ostrstream 1,195.74 1.13x sprintf 995.08 1.35x doubleconv 99.10 13.59x fmt 88.34 15.24x ================== ========= ======= * {fmt} no longer converts ``float`` arguments to ``double``. In particular this improves the default (shortest) representation of floats and makes ``fmt::format`` consistent with ``std::format`` specs (#1336, #1353, #1360, #1361) .. code:: c++ fmt::print("{}", 0.1f); prints ``0.1`` instead of ``0.10000000149011612``. * Made floating-point formatting output consistent with ``printf``/iostreams (#1376, #1417) * Added support for 128-bit integers (#1287) .. code:: c++ fmt::print("{}", std::numeric_limits<__int128_t>::max()); prints ``170141183460469231731687303715884105727``. * The overload of ``print`` that takes ``text_style`` is now atomic, i.e. the output from different threads doesn't interleave (#1351) * Made compile time in the header-only mode ~20% faster by reducing the number of template instantiations. ``wchar_t`` overload of ``vprint`` was moved from ``fmt/core.h`` to ``fmt/format.h``. * Added an overload of ``fmt::join`` that works with tuples (#1322, #1330) .. code:: c++ [#]include [#]include int main() { std::tuple t{'a', 1, 2.0f}; fmt::print("{}", t); } prints ``('a', 1, 2.0)``. * Changed formatting of octal zero with prefix from "0o0" to "0": .. code:: c++ fmt::print("{:#o}", 0); prints ``0``. * The locale is now passed to ostream insertion (``<<``) operators (#1406) .. code:: c++ [#]include [#]include struct S { double value; }; std::ostream& operator<<(std::ostream& os, S s) { return os << s.value; } int main() { auto s = fmt::format(std::locale("fr_FR.UTF-8"), "{}", S{0.42}); // s == "0,42" } * Locale-specific number formatting now uses grouping (#1393, [#1394]) * Fixed handling of types with deleted implicit rvalue conversion to ``const char**`` (#1421) .. code:: c++ struct mystring { operator const char*() const&; operator const char*() &; operator const char*() const&& = delete; operator const char*() && = delete; }; mystring str; fmt::print("{}", str); // now compiles * Enums are now mapped to correct underlying types instead of ``int`` (#1286) * Enum classes are no longer implicitly converted to ``int`` (#1424) * Added ``basic_format_parse_context`` for consistency with C++20 ``std::format`` and deprecated ``basic_parse_context``. * Fixed handling of UTF-8 in precision (#1389, #1390) * Added a CUDA test (#1285, #1317) * Improved documentation (#1276, #1291, #1296, #1315, #1332, [#1337], #1395, #1418) * Various code improvements (#1358, #1407) * Fixed compile-time format string checks for user-defined types (#1292) * Worked around a false positive in ``unsigned-integer-overflow`` sanitizer (#1377) * Fixed various warnings and compilation issues (#1273, #1278, [#1280], #1281, #1288, #1290, #1301, #1305, #1306, #1309, [#1312], #1313, #1316, #1319, #1320, #1326, #1328, #1344, [#1345], #1347, #1349, #1354, #1362, #1366, #1364, #1370, [#1371], #1385, #1388, #1397, #1414, #1416, #1422, #1427, [#1431], #1433) - Dropped fmt-bigendian_1.patch, fmt-bigendian_2.patch, fmt-bigendian_3.patch and fmt-bigendian_4.patch (merged upstream)- Added fmt-bigendian_1.patch, fmt-bigendian_2.patch, fmt-bigendian_3.patch and fmt-bigendian_4.patch to fix tests on big endian targets- Update to version 6.0.0 (too many changes to list, see ChangeLog.rst) - Dropped 0001-install-pkg-config-file-into-libdir.patch (no longer necessary) - Switched to MIT license - Increased SOVERSION to 6- Install fmt.pc into libdir with 0001-install-pkg-config-file-into-libdir.patch- Update to version 5.3.0: * Introduced experimental chrono formatting support * Added experimental support for emphasis (bold, italic, underline, strikethrough), colored output to a file stream, and improved colored formatting API * Added support for 4-bit terminal colors * Made std::string_view work as a format string * Added wide string support to compile-time format string checks * Made colored print functions work with wide strings * Introduced experimental Unicode support * Removed undocumented basic_fixed_buffer which has been superseded by the iterator-based API * Disallowed repeated leading zeros in an argument ID * Deprecated fmt::visit, parse_context, and wparse_context. Use fmt::visit_format_arg, format_parse_context, and wformat_parse_context instead. - Removed upstream merged fix-fmt_pc.patch- Do without em dashes in summaries.- Added baselibs.conf as source- initial package for version 5.2.1/sbin/ldconfig/sbin/ldconfigs390zp32 16519629018.0.1-150400.1.88.0.1-150400.1.8libfmt.so.8libfmt.so.8.0.1libfmt8LICENSE.rst/usr/lib64//usr/share/licenses//usr/share/licenses/libfmt8/-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:SLE-15-SP4:GA/standard/9c71b2011ec135dcc4539d02e140f216-fmtcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=093dd9b01c31292fc7f5ee56aed55a86203dfe4b, strippeddirectoryASCII text PRRRRR R R R RRR%ū[ utf-81d489756c4ffd82c33717eea455c23f814b2a8324cb30a6080cfe55c61d0e34c?7zXZ !t/ K] cr$x#FJ_? }=Z6A?()5棲60qqp_rrgL8eyCM<ݭ[KUl"}ܗ=kDŵNyTGi5h aZlńgZ) 'X8~AQI_7r#GWS&9Yh?"/.,Tj.6=@ހ)Hɣ972罟{\K^#0yĺ!ȔfF\I;g2h\Q~% k$MA.!Kso+۩4gpOWR˼-V}eKu?jQ*jxlb: x9&/3B:.n?ԙ;2GM [nٳ~q0y=ݲGPB͋;2&/n՚z}H }L8Vj_0: ϑ[ӕ{F}wDi–cO&5t]߻LԟoSa׬!1U[z&E#G<߁7 +:W:!8~qdv.Z ^46>3NБSBRL2GpD}M$Vb]Zn[k$t=43y͓h\UwAԈl xfo&.j2l,{%9% 0ͷ~xߕH9F+}k6CRXDۂդ4\Yt ڌ9Qk0*ŵE` ->%4xp^G"X01B޹~{ KlK!co`Q04g]GBȟ۝RH6Tv;fhe;祼 KViUˇ/zћkM'co⭺!=>?&]WVxt+gO`19cZQd[mލ'/UV^O%"CS0 |9%;fF,o&^1XFFVWo(>ǜ-AAٙ>EBzy{ *Z6(\vCc@!ӿ^RyyFq̸YٸQWy]-üYc'u${„ʲ6xW7Gm`Œa7SFQٚ〚9R {itv!?~P^.by0&2}| Y 2_de6_Z'bU9IxYwQFĿpO\1 Q+:K&0Qfp3-/|F| /6TLz0 5LrW cw2#PyC]}cDO^S?=3GfSg_ ?5 ӤA6\]~!֮8Rbzf^=;W7y䡉7tυ,l\u86J;MVꘅ78`0b:Rpa1VUz)9W. {ZyelOf:?7<#HyAJ F.ơN$LXŢ.3ŃNÏ?%EdBaOzQMh'ߪo 8S¶(0u-_%=v[Q\Ž2`8}c)|]c8rT8nφTŕWwCA骩 Iٖ*>U"R.,vH.WP aXQPo$58,xdHRjEL$v;F 䈠@\//y YH9Z\xEB+`!o[XW%$L6*s>@ ʊN[RiqH}vIW3`vq (w=.rX% HWh2 T3H5ywQXrzGCi{ UnVf9/ 8Gkl,ޔI6/DO CޱlKucy۽KЄՋe<f]ɷ?E sW] ja#'.2i>FU"ƎIE3|bLYܠf:ۈ;(wIYbW:eyRmZqZ!*OϏښe5aVF9#{qW=2s˅\F(I쯆{]#[(uVpf nNq)QI?=5b7m!ak_R[;ꔆڅ0goTJiLMadk5 n  ӈm{}ϫmAPW?2@6hao2qQr4U# 8bPѦQwr%F<@ &Iqau|f^t⻋8ƺ.$lhI:€JH$GSfghB֊LBYpecH2 #6\[3p&&?C961^׋3]? H;R;J>*ҮpILvjyɿv,z+p6LYiиv`;PH]hA˕*CXO/#L+u~{=Um\tm5F {]BXk%0|tزЂi@KQ9V2'$ ֋4.,%moLwq GB/Zl kf.PƽˤCg?\FȨ)ye]#|͑`˂W+=ӿ>ugj hj|xwKD;5xmW͝ߨ0x%xǎ*[ņ9y6󟓞4A%YB+94#q]whv##X%%ITTn#fނšaz ;`c^J_Wx|#1zKƽChs9aW0]goR7c\4v8]ѻ;N=–g+l8S.g,'z\ Hg9vÔ >1;\|ڡvaΉ-2s:Fx"z!# (OFl4!J-@0|h5kJY7?j+ģF:`͛OMU1o';$F>#7]v\M"z :ʌfk Oа|O,FD39hg"Ǚq!rR q9\WODt3UJ'CP:dj0G_a6&P!jdX2a$ed=c y֣o:-_~ l+|FF~Y}Q=+&BYjup?syݟ])1>Uu%+{Y2(& 㰤bphP^ Uӷm$/tL -!j@yg]@3xطțC]ZVAJ4l:B]E {Rny~ /7( Rk K@s#f{]zD 09M1Za.e(^֯lƟQLs&0sV٧&^g;X{ *m0]?%`z绢f -`Ȼs4W*\-jM9ApplncO 69?v*Q-4SEWc2r4](6|>L(ʪ2>&D5N1&q7T-״}³`~k|Hս|SSA%UC+{8?nn _ss6w 6 P.]G, i⌰}̀\Qx+TeW;\aI TD~>i3| ]ـh} .BdyR% ŪV;L|K> FJ؝aw7sxv> T%^M=j}R(gOyÿl@wND[_W8]A QOKy|˅ֵK[*LsⴎZǭ~vz)x2'hڿaO|7Μ$CqݮzD>#LSn~JSnQVOJ?' Tp|FUkNe.S+ҌWd:,V_j=M@#bGFh̟WFi(JNKl5!F"wW5vÏS+Q^O#BƮLH-̓y?{\3wVv)|wP7T-)]gt2Ǘc.iOB>f eΊ1`hQo3wP :NsMqL@D6[\H5(xD*k$]%!wF:>q|,K $燋vFk#]"7"PWSK[[0sY3OY,-@ w0 gU=01㲌̋Jr H1tztkd,/؎_jjDx=X]U]iYT-}{`v8_]Γ @J=,ڌFc4sls عvtLj"i~g=,jqҋ˨X*!{5Q*kDRP9{ 86H E}QKCxzXˇ(Uz=Z •>e6ؤv^%C6^HU8tŽ$#.F0$aK?79x~LnqS&92fWhWo!a0E,Eb 'Xwd.5Քc]oYL \CdT4pk^ZbVGcΣȲʻ#SMk2+AnKyCRi4iVAO T!`(42[W"`KX/ӹwTd:]?aKkw­IB#PjzآUP$p˭5'Τ")j$G5ŷk_;FVF NaA,m%n6B^_YzL*syH\ w7[ۮl0z'zN6 pIE&zJtۅptq.oØ9CC ,s!AVh~̻AjqP_( ;RWDZOV 3GdqW|E7ևJ;"R$=&W"'r1ɛKX"t8z<_4A=W1( ۆd޿ڇ1x ;W ؙW#/I\ z#;s6G7|uA=}{5\?ufx\ӲCpk#$tu""8\63hƹ݃1ڧde/)pe5i(BSHI5V6,&S.oC/߃3D頊X+wĦ<Ƴ$$[JFe G>2\ov`TU[l&e` *z{]X \p:nk*񛳊Յx.I :i@3nBNiB2D*;HN(mLm7xmc%y}utu|FEB(W}ݺ@Qn1[\ߴL[LmJ{ޛY{ rQTLiJ.v%c$_8+dL KĜIK|h޺+۬>--LA(`RFW:kIDL`^u5?*rynq άA{jx32RDD'y /ZI@y/hr8 H ⦕@zSKP  4Î0t#VFwՋ\. Q[1\1l/&5Qֿ?<ٿ12KUHlNM0iG8"iQWVz+ExU%v1omf_ 9ܬOiv5}M{XVҤ.0-YUL]bd~̄U(+4 6'@Z aT2A[4}ZƱ6L㯙Jv8>D{IFš2!!pدYE_Vj=,ߗٴ{-7;LU&jO7LG#c'VD mPt#U/ ~5F k[L*Y `p=%HGY'\f3堳oK<P%`O ~ŷKOCv#4jbpk>k0]q-m8Jf(+3f/{TJYA2zs1DGnN؄xFZ%ߌU|/F } X54D])h7}q MHg!frm>\( hϩWO|mj*c[#!8TWƽkA_iXa[aeVAI~u%lڌUAᑄWG\vc7~Ʒf'iO" W)Y^X(X\0U >*aXyA[FEd2%Rm nڳuFmv-E=ϣv*^U㥋O:gA 60A&ʏ6mihtb!\lBݣVxc\J Q`6U QW3@{8ehZ2ސ>\54d?0"?k4B"v(L f '-mӕ<3oI񩓺}3FWD?)@جE6=Nǂ#59pzl|Ies7c% Y~I`33~gqx4$!st|.a|9 1vSԗ=x,W3PS&&s '1{5DL:">ݩ9s]QkgHV 2=F[m?íLn}(C gWeЭF;ykPA=|̚aͱL+'+۳_$ {>]G_{sOn I;C[vuJV h{=mا+:UrիRt vEd.4!@$2_d3 EBL&tL}12p*疃YgUD h ={7QUHg;Oѐl4r}ڣ0x'4-Dm50xx?enn4ONݑ#1}^bq3d9!]R4,o'1Eܸ1(!?¹?< #l|w |06M{xt>e4$ CSMhnydS9oî3j~-M C-@î,Ĭ0D1(MUMP?< ʐeIjB|)V+L8zJ2j# j͡u[p ya]B@Ľgш^5(-O=BVӮuzeC 9xu b#ؤg Ƕ5.sw|ɃZh8]nBe7cs0OtB2@bvyvu'O]귑9Sɛؖ{ \L;B-TN.:mhQ6GS"kCrbzqB5՜73uZ%/A/] \3+]'g>Lutz$56 Qt֩ f)^bSeH NCFL0}d>lfwe']l'7֣A'G AEm0M NJ€CD19Tlz3G@H82k.\`L|2,g_6@VZ: _;Vwq?pe heeht2B`w sDF+'^76( Y+i(e2A<䲼kZE@eljae\刯!)r_Naf UIp#Ru;El}~6=AMd| +2 !gɂ}.?=zZ/+`s X21nbFѬeR rڿ…!LeGT ![d:Ʒ‹/qā#yʽTI[-Vzjp4SR)Yj&,vɈl(7cߛXpq[͍xU6iP>E+ ~2WgH8aLrBQu4, '865&Swu_Jiߦ9Uioi]1|e]MkbnE<&z]럤//@``!2Gi seSDQvijĿ8U~{h@gqĿTe#vI!--l19SV Hk u Nj/-Qu6fQhƭlq҂V 3Ig9Oeu䉂&%7vKNYI?R@Ty`9e!u;9 =_#GE169Ƙ>|iHK`nqc[Ɯf>MS9!TJ'6PE)ɶ rO4Jё^V&]M@ˏ;:bA .ks 5@!f \ G;]KF]J9Hj7F5j7 ?V=6rDvqcnG2_;]X2=lCt{q[dWt0CURbyfY  /V#*I֚MZd8?7_mBMfD{s?!E^ܣo'B['W∋ @{s@l(j]O+dl_*X.vM& +9GSt6'3[뱳.AӬ`]raZj4^wgܖ? 0`޼"I16|veb:{F>mʆQ(ﰺf@ã% N];F)|kʈp:3Iv9lOle*V.i#+*Y1\\E6nn映Cnr"(fGgW.رEa3hq[>cnܑ7_et!ny~甑-yOct0m3 s y"5t8oâ t(+`pR#n~@-QAFjG5͡{9 i%@8[wv+# }3q#qpXR rDgy8,; >}-,D`3h5^RgiZVpR(Zy<3Kh]7}WPQhѻX5wo ֐L\W3Y@PB!h!`'z!c|HhW20碾€"xd"ZYUXH` L], V͡CcQ@!(ϊ=tE xO Mf @(BܿX6?UokJ ɖ|ŒqeB=Ƞ?[kuS% \*зF)GlQwB wD4˵~'>tn9t/ +1Q0B nUAYDG3T+h ?*;^bR:]3Qw5;ŋ  iAQޱ?lkcvXm5F=nVFQo@^(SWUldgP{}VU0S|p%*Dڀ(BӁ#׀xܦsf{q0K?Ĺ"*g@wUKIIZ(zsaKطf Qpcҋ"[)jCajO*'л>ƫGqr=':(uÄJJ F8x7{xqV? 痽;05t |'6W4#?@ޱAO_ ԧz܀{Ei ?Ϭ"᮴ ?gaXs 4[ӐJIӡA" 0d_$'o{zsg0< b.\9N&^gottOW%pNJS!E"8˾5DHY!-o<@TLFJIA挡 $:<#nhiD&sּW!L90Kx tjR}@E8_4yՖXxχg1k=Iv&m# x.iDJtliwmlx~ӕd4 $! D{GDoq2ҏa cwRYt*ԴX!y+Q`}UuSAPdgC0hG2h4`|p .MS.; p;ij3v֡<׾[-'L~l(A`Bgmk!5fRfp;  }@00Vr0ʧFq(ͦ LmBNcm0o7"6d5JI!-[A Yoangb -/m;!{P{tت~V$}~)L 6m~uBtyɭmuiW+ \X?sdAYG훶eA)jKX{>-~s6,Z;FM_2GGΠf{6e\wXŇPP!q%g87 1fMfbB9U8#89WKJvoۜVfo9'Tؐ|ě+YΊ)ue GKlǬ-hD P":ZfvgLqeE6O~װFq&Y|G$⋪Tih0'4`{'&[CNkt}V(Iճ 9> B6\ g!0EX:;aJN]E,ĭj eډ?X9S[5/wɂKiϦFqL8B 2 5=Ilm X2Ό ZF_SĪ%Kb\_a@ˣ-R B _PI??U&1| m?Q`ijdi}.+MI d] b|pFc\]x>ӏj/:A"ũ?[bb|0<䉍~ˌm%N=N/;&e ˥·!Hxt@ J?%zN.^~`|,GcBhWa{NPXJm_ TWX(q5 ffl7<w鏚8'ZƠYJrʟ AS /Mj$"?r̜{t%ڊ[nlep 8(n ~ ϥ[v#Ri:tI&܈k=ȫ=N?-0ˁMr*/ %'@BQ[Di6KJr%t{*Q(GwCj% Om/q ̕ybx^5^ M>8RdE, T]?ȾS]I86aDq3[vèJoFMòY,oSL Ce]W4>Kn /FsᴿaURGcҔ{iޯ7w҅%\h8W?J0? |0H]=8t"Qp~x=1 ԯ+woāo zTR/b.cj kv -r/; y-ٜVށ`;͢ Ntqeceg lmX35CCo(ArlI3=8>j2 /JZ6<d5KA5ݦQ+!Ӱ0kkފzS(ۂ%ZJUrJuI,; "͏G"FHŒY΅Hfn4A vjkDG9NTAC =rKVf{l2:Dl!Mg(<AGP9klKaG\TU4MgBSyykY`$Xw>w!siǃ,c2.SY.Mmzח QT*cH "t?ϪH&}(;W`}Ymn˘0/AkY+X2? Z'& ̱7Pn[ᨁWȊE.OVZ*\QIN{k_ /c c{  Ò!a Y bܪe]n _k݄r&:e8]܉XX5[G2F&J%b–IL8P{P:LDf JWQܼT!1C߶J9 D ?NNdҗzBe[O-Ҵw|1<֥)w퇒%{"uj%ibris>]+WnQd?zX*Նm'?[a$bnH D,- _1*֓#2y냴]YCS2Ya5X"sMa] T/--c{{N YZ%Pwt|< XNV?8hMu_ԐT#{ F S; T_}^r =C jzgA9ǟ"?(Sר칺D,VHWcL\1Nc&hdh@Jˎ'%*K9BFl%VG_yj ꬀]NQֻ('S50hce [r< ?ef'%kڷE ؊:6EKXTd%W%owᥴG_*5$/\j>,'|7y}P@|)8@tccyuj7ihw9Q ?z(<6L*>1AOx/ H&2Jzb5}]tzA=3w޶=.­tG]TbJjU™rʆУ̐&tjZ9aducg$^1m!1kS{'[1q#"E-T7.pٕFwEܳZN><ӋZ\w7s@=J8m^L[4cO7yp̳Ai"j\O&y#a)W0E ?AYU7M.rhF vHa)Co"HH{ ۠kZWo98Zz4_iY :&$06=|F+ӻ}AgM%zCsF"cܱ,odM+*J IuGAkN{Į593. >kd9_ǹEOrOW$GGF!eή sR|e'jg ńX+Y1kPgwgpw?d΋9[pa tпSCSWBX?f5- ~Ld4uRu]ѭQ$rAוfK`mӜ~)˜sL_z0+Ws2"uncfԦ:@?:l,>Sngxw :ע kli҆ȋGyME9ZXEBx+ˆ&m$!P.ܝ-Bet8 Jܲ}Ny^uN Eo)O r?!EmlQU6s{0&R7OyͬΗj`dGF`Uѹ]UU^Zkk rwd76nt wNVDĺKx$J}!e9= NA$UIdۙd2<@F]hZ%lĠTWZ()N":>Z5Y0$FvV.¥4,E%zposv\Aa=_?t/pG6hy|fyѮYHBҬq51҄l ҹ\~×E~첩"p83Zz =sOABSdq9yű9"9/z]>E[r9вLTER`ٴ0jJtIe^y{*o}Ѭ.Sh U.)~88OCp03͞3ߥ,Fؖx%/1/BQ&Mռ'/OuVFR-FJJF&?7U֞Sl=yYdz$E4 ǷIǪJC974.p<}2|02D٫BlX[z.K $o4[BZR8St=AԱCMZ Xn|m!կO`ļ+!$l ?4y+yޑLk uript"uܦa,+C ㇙ȞHU%K ܈"Sg= ڙcE\P4TI䁭J.G+B>i3rt VhqPr9 rYXBls[q>WȎ7:~ @ɚamRƝ+O<A['R\9_ȫ(%*|:ƺ `;e|nт81`pР 3xucs,(Rϡ[&y KR-&3Z(}ܶ *]S  C[CNxl]z-z`%,Z0MHF֋ECe:.wűحiƉ.7ZIui֎1vܽ>TyBW[V+a/qC,|)o5>-~(9QiX{ݗ2Aa2Iar@h/p8!NWpܦM.Jkb8.~x+QJag[EBȬpK[8Ne&QΝ o)Kw.P,ѩT[/p%=acFFQH(Fוmݜ}'npe'oˇNi#''a{X4uJQ I 0;;W"71RP2,!|QVL_L"ł奓7D,W4)^rZ&T,%n7^5]O\Y~2ɾgVրq }#ۈEI?or%ͮx6:F+%78ˬfy04|y# Co&8pUJlDĄ?O3_H4ubpth\o>.1.1 l#.Trg 8F#](A?R@IcNꦙ~isrxp3@>srf ɾJc^mW.'UgU5 v)p|uzCOAIn{^'dU}R1AƀS5=fZy?_F۹)7r nx+Y>NhF"XBOCX|+(xg#Z2)ܼ< $ \:הn)g ()fixqm!x]U_c$_É^LT鄺+2MmJBTW9"QqsxDp1UI:Hܐ =9E_ɡhXNȱ#džp ` )xk+( i->&{9Ɋ ])~*63SXlx|fš0Ӊa]MEoN;Zևթ9]36@xCr:7kW@6,ZoE3h [yoP,&k\g]h4 zׯpU;@Oݾ">0h>// ~$ڋfZo ʌd9l˙%˫[^(Bؼ*,O!̄eFFOHo@Z5z?ac=<'jo%jܥK(LmЏD50%$_2!ڂ8 4e%UaUSMq;110Y~O$ÊxezJa:\7%Oه3qbџpE9YBsdtlKP &7Vx;/]7.*lGm[C5?m狑4ͥIi(v /_eyU>|?f*fBd]t7|Cջ(Kje`*MA,dWumkn&JJ3ߓlٱ!&MƝc1 b<+6LY){h?h:\"rfiJ22FSwwLvǿdC0W9j9 -+-w-`9J62o^<"͋Sʼno7WS_S ݾ/ PE7زA߅szJ@+"س9Qk޶\<`~ITTYB/rhGY@SMR~8_d6PVb1bƴ" W邿W`WKPvi^Zzj{(׃⣙ DEѓI !ky9~$]o)3 <8;}(=!&gU%qg:'~'KYZXk>uXRu'd`_HLYBQ2YԳ{ Q-X^9|Fo>[1.Rݜϸ{.\yLn<>\JZ>R 9'cJXwQnT09}̛  l&W8 KZB@Lsk lxuhT᥷T`l݌n1#Jj1su W|@ o{,͕8'H ^v;m@ŃWNMt%QG4H=QْM "Ӿn&p"m\Qb`ynrGC鐒LA#$,/8olW0͋K'y31B\nWfPk3d ^П-DNҳ(g|^weo,Qj^Vt9u[+P%>0xo"KsvGR =,j]>dejRj,owKei-w2m-!Kq|̫[?#r2n=# @ 5h VsKꖰeh"gwf( <}T.O6=װwrmƧ1cbv&xD0$E‡XռJz,P0uk1AnbpO<èNC`vwEHmϰUWuVyLT^vٍ-z<-%x `Yx$Q.㟻Z&Ao"?vQͨP7!ǻypHz"]&UMba!U% C+Qe&B#GN+n4ҌSī.DA-YNB*JmAW-w, Wk{Hk07}@/͂3At_~Y+֊M7c5"R&ϒDd" qjΏ I9hя;5429 /H)cwb2)ZH5?9UmkL?k-4D Nj·@`0Zc{Ä([000O{,8 >ڜFk255]q`nSNJ&c#um|Y2JoY+yZ!/-l "Y?pFb߱v-'ß@aMzo"S;&}o…#0`F[*4V1сU!b+,Ppfy%2.ڣc!9z|3|xͻrVO.y7&n:*u\YjV^oK02ۦpjIQFb^VMK^7)) IdJ Uj67ە|0_4P |A÷kT>H.ڵLk!C5zb3c.6!15L&O08ivS>qGz"^JX`%7tߤQ\3"eR=r3T&nX6%m@ĵX30EN!|$'-0zD.Ӎe(1tȣ)8WR0=oKWD:.Zn7$YT(¯O9k^npt n:lzpHI_l.T`OᮊWmn矴@ ߶ffa{|UVe|`&^`M`m~4?bᬟ=3H0R^wlT75s^ drof,7pwңTQ-Bq[fWwG)ZvVT ㇙ҸL8Vf'kM'.;[qY1ķzGEMo*S?X^Ssl=bGH31 $s(=繣#_NiS<$V:N 6okmy|b:_AUi6Sjs=m{B/2YHu(BA6hrZE2ے>̈MƷBT$ #b)_7ryߤ֫5fҏ-a=y,I%8Kpx\?3m[(kj4چ%7o7M؅"K,aΑPDm@r̵~܊CQˢߕK977ς.BÔ9Cjfcbu eB\NOt%7~ tx?\xD+ q?0u18#Bl G=\lny~UN>D!/ ( 4Z1N&kY>a-(sI$ IW>)p~i2A ws3v¤Ö| X-SL1ŭ"B%>(~̚x#[&]Q8O"N=M;Pk#L,JZnfZ\ uڹDEF$ 71`&c.舮.+G\nbQ46I3E{}pE!t `|ܯ/(idyb iHb''tW&kh%̮͇8dI@;TcY7#j 2FKAրtwIl81{W+k= 15l3]4 I(!#$0 @zsVa䲦]8L(%+Ι5W1h9 Q!geu$piؿ_}1CuY7R!`:+Š\M3ӵ9قtxsi[ zD$ï^ kDmtw4pKOF!6PI?I)@@G<;:tB,PakU l`woNRT:*}lUD TwI&kw*XɕVz;hIhz+v)2Q845? zJNg,R(^m)E{jO9,FM?|}FSs b>˅yBF=7?NaV/Bm7t0Ѳ7lA,N1~D>i]݀O d0F["R1q)ӯcYINէDox9zͦW\uOT ^crKG9!e\gYJ cKtI2;r~2N❑3ob?Ccs D*&SvB}[Р5NMginwHtrJ(1(4'pviPuC9d<vqh^Ή/3 rQ1qhu'?+)#x/mhFT|wУ6~ *~E z[sLˡ v0wc4鋰}Ѡ5 XKQh/F~yn:rnY_-?e90Ng/2PjoDvD~oig3RpL5&o gԊV"}Ƕ3Gsz2 $2UE;CYl]{k5cČOD&N8BE}J}A򳮌U@M^NeH]{#_rLkU:&ZԷ^g5`S" "7 ?鵨 ,$pٳWO4=NB DLw`T; :ވUU\e#|8Zu<': [/n3Cge&nP7NU1 ~;J=&{nF&7Wz5E"sL$qؗtV/&q:-oSX1Fp"&DDoyݼ[[8ЉO.X&I9B+s6/. `]:9L]skWxÐ+35^`7uEa0FNfYS!:emMˏc9rm<MzaRiVC\3% r)pm=;_R;#; ǜL-%wBvu|,`gXtN,c?|[Ʌ* l <`2Ñ;˖lrU";۵͉ɥòpܻ=&7z*.sqPBs>Xf<1iyi>kjwԄ(8_w_I$fkY ,>>ީ ì2gȆrMyz-5tp5@Slj|U=aֈ҇x1QXtðN_֩$ R ($yFmiIMo"Q />$Tny BYh՗ L8c(ObRP/wAD.;_ao1We& /*ݿ6F[SdsG>ԷQn3CsImEتҼHbbh*@l/*-v$1-t3^ˣCb7JrV3gQTKIƨd[n.Ϲ$iAGrcr:(eT4醧uZ25=Ez}ۢXf_m0%03x(<͝"x߰4_K`rToCW)KXȦz8FʔJ2\P2.8]\mmx(k}QA,=db3(~VkS?Eix-UMᩁKC-|k9&@!䁺IvE:Sk(id^A0IMPx6$UaWzWĜ@czSiM>(oE!a[u|h\P17 dbċ5 \"ll7o`mߩ6V`yԩZx.xaF*PSQ7˜1w!i82"#US:]Ɋ2"wլftD5Hz$C,rRG_5U b[)7#d=PV:(pK*0~$Oo Kmȿ)Z P$8(8tŞ#Qߩ/W8 L~YJ&[ li/,gpqޞ9"'x;)+N5ZLw 1ńs tA77Y#vOXSl# ƒ5sW#xyaa$" A~KWmKuƫB$s$sN"#>uzPI^=G5eeH7WYIb1нx'gB8vm: K'UW 4FreC7M3qhqoQv9k(d_/Uc/c,HKqӅAbـ cD+3*k: Z=uK s){Bĭ8~y^ B+"~PDŽ *x5&4ҒN`&*?l9tD؊P[hp= pSN4 }Jg+ܚdg R|X42܎@9M9`MGcЁܖش/EaDNnO1(FL." 8lTSĉb_WK 3V o`*7E &;,n$ߖKAEl U b?$pךsi۴1E# f#糨f?U8E< [ݿ" !΁{J|2JFayap;X NrpJwTCxS ;jaxD3qY_JB>;~-#zv~eHCxHi^sOMKKU{d.}e_pN9YDRo|En;L+Y 2Qȯ"h.mQx!D<仆 3OwXSdc ʓktnwgxEy  .@Vנhe,HZTА&'3eLv5j0Xxj>^qt0o5*L!Jz儢aDM?qv2!ؕ'+5&5-ƼpbK 2 \ef~ut6O.mcv:}!G>bd)ޔ䤝!֯ӓ_kA2 K;^cb2E5 @jA[\,%ylk[C?Qw\GC307< |+K!\ӭvcK pnrzDmCt.Vre( aLue~&4]$L~]u`zwq/U8= ; 2<ނp<K Ğw`oq  )}hN7า5+{;4R1)yr>DsFN .]]C8'7,]AE(qS9zd_7rDvt~7cz6?Qsex16]@O17\}qlNXyVkuş_R-*`yv.'2A|ٚL~~LB4{S^]%#QROӮFņuI:c hDr~t(%Rɐ{%5|Vڣ+Y0˽󛥟t.m~Rqs^cWk)u7a\NydȂ!2J`T?1$:3x͓Ès}1HPOd/ngC4T^s޷E_q>lDΉ /łWʹd۠VV;|#ߍPş>}c4,_.rb/(?],6=gΝ$b+8 -l&frgTU" *,Woqq<ʯ xDH4!RfB<؁ELʣ[SlD֜xZܢ^dx*^ۼ9RI/\ !;PY=}j*cU.+l`W曛.L%À.K lȥSui38h AeO0od \Px4* 2l}-S+0]iV`iDL~xl϶;W?[9Y+h~ 8p: spjXl6Q.Pi{yEmbv`#TϬ5Jn20LNr yuəV?4RNؿe`hn؄D8h}-yϡ컉D Ixw֗ Y9l=u$8}J4r3UǙEݞUG%Ҿ[.8ϗ&4Z@ybGsyśA3_ip"ީg^~~B"B* Z9>25 ۮ7O$ -ӺB+s8E]X@z睖E`ҹkbuȣd|'rfcY':4uud oeOFI~j_ *,ߟF6/N6aʚtŊg[H}OỄ=Uyz^a_Y`b aHAYH޴ZIj;cʂިXl]0N2shWX;,!ԬS-4""8E34c3rp1 RMh$O@nDD'jh u3їrݴvvCwwڳ|BCyw{e611ؓNjÕv (1аEa!uisN")`: ! _<1|7 ,4/bR\?M6OdnXSdqŢF!r,>-q&+@;*]{| UI1|u3l wo%̨Vpl*(z11h3d^]E8uO"68D^6 s[o U;B9b)ήAb,Yr K_ܶ7'>n<xEs hG=%ؘX<=yz ߻LU1$_%x{ .sRq}` b) NeP1u V׊3T)9Bqt_DRQxJš;{ZBjx@S{aq h1 ٗe:^CFZZ^;DW4Rd|kWؖ |GJjk ye8R[/@[&Nuu񺍀j(Bwgr;$$ӍF$wm\PiV.X3'hf#,I^Ȳ-njž͘j͝+ ~$vxz&Iٺ )X 3x3mһUx3XZ/:HG՚ŦJ`(*}7xP;ȂBC L儵(Ezp+مiq1+H<xZ-w'_jVZh.HY:FvLY)9b00f s,ĞN Ezwbeż.]oqnw5K7wIԦUr,ʶ-(&W_6h=e0ᗴRoԹJx+N( 9mψufRЛtz78 Hs7^ a`S^Tcz+K;xm^?o1\hM{PE$KQ$}@ Q8Q.&-PM9~Q3kZjQI8.Nx`2^po9wa:Gg&0>rS9z,mT0{NC+, #3_XWh9aoAܨ`Q%)Vi)Im# x`#yFRS{6VQy,'yjs*3ywkTߥ\ W%`5Ԛ`J%.I& gU!B{jvjLᖿy;LlEXT)`t>ƶSdޛ/"+B?P:oM "oS4rb/G+,\!Cz [h8;(E,]yVz9+Pv;#WK]wqL0؀}bGfvRMKBZrfC6Ya+n6E7<w'SF3׉ܑcm~] q>!7K)|-T5ye l[V> mQ Pҏ4Ⱦ(ۣbxe ̫q |hJL+nI& /g\9 Rm@QL5&߂m=F¼0>u]cwhGrF#Qck|)0v Rczv,=17V>n `;mpl;^+Q^#Knkh́b Y@fKN@cᳵICK-Nv;f,moӅ/v)̍9VbBkX1ݿL#hF3NQ cAL7k6).G*-7(Z3q ?=sA-BA*x4l<Ә⊙@pD`vcWqmqid Vq y-aC Ɔѹ -$c)02/ i5#;˭h)J6Z16-Mn \Ec(ܪ㻊Z&LlZb>0ж1(E-"70JG'Yx礟L͒E( D]<4ۡrv/})K0yWqqZz!]4)#&"̇ʏH@ *%BscZ5JKe̳%DDz X^;`yx$FPmG&W\xܮSȢ\)Ք=iQZȺAUmoN*I-Χ9!~,b;T ݹɵkFB'0.1H?aF+ƨ Q v}o>8Pt|h::-B>H4%9Ks/Ol7첍:td+j-d^Ya೐A|o17 M%\ !)wiaM>cD|OڝÍ$&t!6y[#攑|qt8FgF]h׷ hsqHq]:z(V2bU[~44,g[:88uC' Azp ksx䞮y *5r@MfГN D`"" xӊe*%1D\i(G &aңm ?F88GGa3z(ťtG 't8xla=莳<<˽##OoQQN³x{kRUY{ncO(RBfazx3 jؘ .%4`'óKϯ8 +j|Rt ٿ 2SX&_:)Knz%Pd DziɑXIx 6odL'oMZB3h*ya~Q{\]~CS0 =rnR!Utٳ; Ip G૊FJvUL7J @  J*G1ͥ/.oea\7t ZY)&Q&ɧ4СNq3-O`8(On;2,jh v'F|cr{=>ڢûd`p-IkR)hmv೰yn䠘e5 !MBHzW%M:9;Y/b|[ K3#ξsog0I2. >57qefzSG{,^Mj22jNlo<%bMG :NQ]a%ώeKЮ(?6(c6'u3zls%/e?bt H"3Ju0`UN C~3r$7bÏ% ?S&ڼyCDP]4qL[%%@$ b'L-Xcc ޜo c.$8ċR Ca\c3UWAak](yh4+s9\ {ۤy}$|;¹yN#ɝ#-~RfWgYJz%K-+0"@[$ZcI薶qw0s4 }iOw]$"hG٣0XP#1z,G4*n#Խ?)g=MO4~DГG۪4-_h72td7"U_*̠k[OJv_LnZ΂Rxa& v;1G벊6D7cFKH =ϪtK%F+p7?Yd ?. ٰ4 [>.:p䗽M+JcZ%I8/h,K_0ymׁPp9mikj㰫 S06[:mXLhŲ{5!cBϭ;׻{{< .u`jd{h 7g4kSe\kw Vۯ 3Ob$X oJ"љ\M& (šZi::Lٜ`DUT#*P0>u%OEvi.A9>9P_}VnϴpmG咉W_qeǕ$@ө:EMj|`mXTfcC[w0`B3LpN9)o}6cWzw"pqg4(7x@ƹ>E& 5ϮмPxy#\gmZPfgį.Hy{=1e;#HZ`j[<:@,sz)ʉa{w8RS/{ 嫦Mj*ʜwMCFG3EC\Vʙ /K;0ie, v2-+HP ɖA,{͋ Xn $%x&=p^3aL£&f=Ч^9y*ۚ@"W\kn\ '2BǤC;у(M_3NȶE!"%LLbCOF+H GXSMA]73bͦ׃6)v!ϸ4vY*! g=1 \~6]O?86 rK Yqb+ϣ@(. ,@Hc¨!/}b bCjL:#> ĦwwI@Ȁt|s$J,(PSDh_X֙#Hkp)׾Qj፴hG#xg/^,걛N6f{*X/sf0M9+XZ/ xfZQz/q{ҋQ^rqۆ 24# AW{)(ޥ5;x; p%X'PeJkr H gd#: ywW*%>ȃXdx#M|pih~Wl f>0# ݐ1Pv^?宷<rlFctlIx 7w~Bߞ8*TD?vW3E+j~u8#Ԙcc1IQ `P`3GTfWvP 6 ^ыPGۑC|3qOy#9yge .-!]Y0U+7FHT'?十yk;Uf3*6}r&&m{aj$C+?Fyꮈ7!QWt{;{