libfmt8-8.0.1-150300.7.5.1 >  A c,dp9|#GW{m$X,8ikL]^</X-f-۝brIY$3zscMITʲty::W Zrzʼ ʊ.v 6-d- psY1ݞNv4&jS]kgYwȒWrr.y@1iՊ7뭚|j@aJEp؈jk3r&M5AU{92a55dcc8b33a700d0028118182d8b2603b37c4f58d48a7e0b3765a225ff277e7a3078dbcf2eca428d7e2ade35e3d5c9122d881e c,dp9|`EfV 2O"JjSfghĊQoVW+ !D<ת68qY&|9^DWZZ"ULUCmlULbOarCjo̘sȅ@ѐ5vq((NJulLc:ZV|] :WRu?pxVbGIϠ)_JvrkJTGD]~us:'M{rDI2>\w>p@]?]d   :pt    ( 8  (8h3(Z8d9:H>Z@Z)FZ8GZPHZ`IZpXZtYZ\Z]Z^Zb[&c[d\Me\Rf\Ul\Wu\lv\|w]<x]Ly]\ z]]]]]Clibfmt88.0.1150300.7.5.1A formatting library for C++Shared library for fmt, a formatting library for C++.c,dMxinomavro SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttp://fmtlib.net/linuxppc64lepA큤c,dKc,dKc,dL`ߝ7ad31b9f051e707bf12a0cd118ccd0555dd52174479109bd0582034a8287dc4f825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8libfmt.so.8.0.1rootrootrootrootrootrootrootrootfmt-8.0.1-150300.7.5.1.src.rpmlibfmt.so.8()(64bit)libfmt8libfmt8(ppc-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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/ldconfigxinomavro 16638536458.0.1-150300.7.5.18.0.1-150300.7.5.1libfmt.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:Maintenance:25972/SUSE_SLE-15-SP3_Update/af69d5fbd9d8d39d5a7c0c5a6fcea698-fmt.SUSE_SLE-15-SP3_Updatecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=6b17c29e3b13f932900c38bf90fe286e57e6cdee, strippeddirectoryASCII text PRRR R RRRRRiRU:'nLutf-855a3cec69e69227be4581938acef228a06b784639b0165d8cba8b4d30b5737eb?7zXZ !t/<] cr$x#GNLe33F"fujP{eb(*ù\PT G=0s¯0yRߪ$5 6q0V% ɫ/\ϰZ6єq)rnrU%7A`?zC6~᫗Q`~@z(:7V^(/e.WS`jAph-\4LiзLC'd 4ґo"dOW28)mCYl"t7KbSɁHt* VBӄ5) ` ?z3ϷD53ܐdcW[ӥoPY U1A7݌,3bpTFM " f,B0^vO{934(<^чa(a/Iu)ڏSZSd\ 7\@8qɌ"ybɲOhUcC{ 5e[rK_ަa#n&ؠu9E\h sjuGGD1,M9&1kA"7bbM=/}RiG (_%u5KmӲ~sv3d9:O9`J *&ISnjٲ;~a29븉Is gJ#9֍ nD"}|UMfH M^Ѐ$;iwL#cFdG7)x(-b\}pV%'>Vb* Ȓ%~ fY")q_xE\%~D\Ӊ/m,iVp,,DykJX`rUA K(:N}3&**\̤ڽ,,Evan׵MVN%=QQGuI8Cu DbM`31?0(w›·7D/֏0yv˙\I\!M꺔3)]UӬuix[⎇i2;\W#W*F)/էo8PJ'3 vowJPR .cz˝ss5 N;]mSW]`p^5閏6Uuf&x,7tjaRq.rr`'Nͣ2sl+'VGMO%jpbtRhow苖ayKY%VTFU@m̽aVh5ինgؗ( b^穻ã\iԵd] z-wt]xy$`Z@lU?`SlW4SHeUz`9AFMbM8znjo="Ybl+ht؟lΝEhfs8G喒;wtbͷ?<پxovti´ 8I\SXXlP(~Tc)4}K\ }Uwx[@mm.ġ3ɸ>4bB;yZ_6s@Oq_Gf: ݡ|uZ 6XxC? zedq'[,7*I&:R rL9 !=~csuܒn zn@#h Lq5o/])G Yܕ KUp"@g@`/ :$B SAa10?%f^I7}xS(Fjjiޱ'|{BhZb}^QROj`9(V["ru"Z4^@iʝʨ0,HBP;x4{^SoЂv̯O`SO*q4#(F]&JuN{>B;\zׂ3]$o'H.+8HfgRL26]]/Ejh0PY}4f?jw>N_!hSyz6L H*@ng|I#i;yCaITбm)Vp6 %za ) ޒ="a,,/%!4h{X{ Go[ڍ H?~.tb=t@9,`q~rkVEVw|Ӌ\DK7P bn"֩=Q'%]{~= fj;aNovOnJb~?e`ȼ?UON1d #6B|S)Rf~4>Mوg=!&+` ;w_rY楦FW)} !UZZs sA٤ᇖ/|sPdj[0w7ߡx9jbkXYIoW]Z5LfcLqCG[tqZH*Id:M-^\?zM;Y@C`{cr%ڦ=8XJIݲHwH *kN/OGP`fZUl1/_#*otKWA%IuLKϫݎR'tJU1!INGy/GB>E~#3o{?:rڝq└Y_gt?hjj)da>j7pQFBVH%PwQ;gvCn u;k) `َSD"z'X%qٜ^QOO[8\.(uM4LԞxUJ =굧QlCgx]p!q|N$|2$ l`/63 |8q&;0~x:Xi)Bfu?DSvֱ[@-s4``3MI;0![&OWA+AuYY}Nd0SDkR|E H*XRʍL)cBr >wXZf`CZb$%!8 Ⱦ[Q-TrQHvO:a%MyOUx͘}!?dI/BC 9wi' sAmYuCQ.7 JM$j¢;ShkHHԯsѭ.r'/PyAS"RA>#UЬDgH耜\ĥì.`G&F*|D% geS';]q]Y3GƏ8bo8'+2K-g9®(!wGyUyԂU=aSNdru~Fm03 YZy.|۹P(pWS /P<ߙ^~ۤrɠw`v|X`N`{ڽgq3Dcj߬x{t &AED~o\M6oʄHca<󐬸J@$ |Q0B z_ϋs5\ `TٕDK0 vNH[RbKQw' %Cw㷝>H'6݇:=eQB2sr^wo%O8\̅DZ~hꫴ0dZŠ|MmmfpZoޠPwEe"Z0S7?7{^8) !m²|xǙQ6` >@ Іx9Hy\[ygH"&_|lw ք%VY@KuyV-%Q'%XP4 lL~EaqPY {ȈIZea j(gwDlwe=tFg[ cX<])쩴3־tҾ'}+@字ER! ?]XZq" ̶AY G*>C0{޼μͥH9ܞ~|c3ҊTe?"A}I0yeԳ GCG1UE#('W[HpTjK[[rjUw#g}\_wÌ+7^]w6`Y}6B͂J"t䷽<)mDB\%VS=Ej'gIj$%xγs%EK:ef\n?\5AD{i|^u,:X\Bo7/pgdm1E JP.c)U|c/qOA:,7$ȞJ|Eգ6cv0A1\1ot1F{Ĥ[~gDoFLQCJwDtH[~;J=wG/ާ}1{&HX}d6č7a-J~zɾy]XiCʓ+E̚媴!yg]pLSeϟRp?ݵݒ@J`uCBvhi #T9^tt%o 9kٟ\&QLS-rmHaәBڒ&$ӢN^g8F^<;Sb_&^eǁaCT;*78/\k^g׿j 컘W̯ݿH}`_7=r_5aQbxs3eU1מRIٳT&_rpQBh:[ Y.0RCvh#yR]yAު,wLg+Kx O\fUK>]J:}Bg` K?CY~" O<: -< KNM~WJRm3,"TsfF*NmwRiQtB;K$\:}Į&?e<*sфڈ6Y 5,`ɂvg't#LQV}WLAAF [0(@|X nP`"]3sEw,{&ADԢ1]A%0gd@njޅ^IW=vgsY:iƭoS5Z7ʤԯSog+r#ն* б5;Y "æ0&=-'3C ,DŽ[&'te¶Vw]RN] c ᏖѸl,dީs  |0ESɪrwZLEk &`.s?A!N*2ecǕ*D)a'f c*4͌G4(wj[}#m4VڒXfHbۇY\~ xNyD X "ֿi7I:8p>#xdC*P'hvu,C fbA*\+խzӇ)O\Ο)s!JWaU)6>)BAxbeIZ3ו+ cb5yvޑ' 0Q\8r+7Y2y9^ݔ_9[ d'*WR|A{d "GWBWF׬6м(xsU ثaD}U}dfܧWA%ifuAb(}0}V߯Bjն98TiMu%t\H)iAJY4aҋj E|F܋l'\y.s(kNՂ gbtRW1Y8X=5h+JcC{E9u"W{3'Z#@Xued5ƟAp(=J~c-Rf7YШWR{ro~6.L~H'k?܈uPÆm"v 7¢&@qל]WՍ~p.b#O ` !-?b>UboHNTsMFXJ,*o~Y9N=x8h, UQIuP#be7Nw/ 폔,7svzH(; N7ݩJuXՕ]5V1fOMʗH~ (ggM7H ˈ?z?Ս_I{nݯܨxn]>.`ٳ3]Y7ھϕ©+P(ÄH渍;sȰ"i[dJ1bY7BXZw,tja,,nrVG4x/SaB1} )1Nt(~ttbq% #oϏr,y2 ~J _dmNo. @>"eGj f3uT?u&qV_ǫs3pUM]sxa`z0gr6X4T٬oEg #o%Z2hnXNo]SqTi,ү VG7bG C'[~/{鿄֩f=xNa㺕DZ 56Q£1guf`G6-:6"}cloS;,n&k^-;&h+жGҿdmϯIشE&3NS,n3A&@&IMj_Nv8;_ʝ*1 e%xyᐙ5?;"̓CXh/LYwrZEa:Ɨ@0'ir:KXp<+ 7/E+HSB0XtlUE]}GcwU憨P-jH4VC[D$VhŦ4_~XmU4|`d=@*3`[C{1s ~hG|xsD[j$݊1JW3Ov@Ɩ֫*ܻ佮;^l1 ]*vI{OiЃ8:!U1{;jl_&pe#9R`V؛AXm@N6ZaOvU`peҊQ܏TH2b_V5WaXeҔjXthɟyڇ A&9cK}*mW0A\<^7VA ͤåWl~Db9mn y 'y`P{@rЊ$(, s%2Ԅ9K^!璕Qrţ &;nzW q7p%2>ud]̇ `X ;$.c1OR2L!豯/o q/o} ^s':A#6ؕ(|'_Kzkوv8bRIs0;'D:%~i;^]/]y: oV4tA^H INX*j eŋegM5 Ӆ|1^9]uli|zL S͇CG-q\$V֘Ns9IaW}1?" I;(%N;ŵJ=7]1w!emo-`_/6a*lΆ0"l~ Вz#]k0.!5(ڐ,Zخx-;G#oLgH!Sv[h~R 9f%uZ={aKkQ>_4xp%Ml*| ? *nq͐޸L&&)eؼ1PH=m7 oWObҙ訯8}t@{%X*t&ޣSW)%1b:Y+?E㋳TUdG׽NYdi1_Pv6jW|3_aRjNktf fVLj/-\OC(K7&idr- mYXl8:P5~# q͌ [҂~|PDJL|w7fv0ņ?wtz#R L)hњ9 @)G,((!Ǥ&q*CW qӎƳ9wq|cLaM`@=\qD&m=l Q^0|үnphɭ|A:51iD9b'\j[JΨ'HP^(lr&|8 jObF~ zᮀmJák.)B3F9fYf TOިG=QDsۦ+\ %gdVFrguywlz$"(8wUOռI#!į0'KTjqդa*uUg=Chj|¨?UA{@8m. @j8y}xVfxؗbxRz)4$7B( Qm`ØNaވ |#)˳o\6_%˴+s.~ A-zA#c.hOsR'o\3ea`Ŏgԯz}>0Rc"a /tG#&`*:ش9T$BmIfu9PqZ1b>g"e1-w= n[cN#Je4N8ϊH=Y~q.&wnUkcrHd*`pm/IICt?R\.4Xn.䓂o\2dyz%Z\1+ 9QWDs!Xw:cQߋ8-(ny56P7O#-1ƙaK--~s!4HKpU0,חdzbbTb ]9u{7uᯜ]m{Vv`ÀͬŎx7^4LYp]_KA7M]dcS#W7܀p[EV**qbPsZs=lL]P<pZed"Jx#ew@`k;/ڳ\^3I[1]TAJUM|=:I޻ nw2^^hҔ,]oTj<:ލ(Q2r ۸h~]DgBhRoWkx8uY |%qi]"C357,T\@a'%`jd~;s7e 8:,WbG愗7VRQ눚>iCeM >xJd> "Z_Z!#UTE 1R-an?Z$kgp(Wq3rCu2hGɛ={S@1oQ]vk }7]rhPNǘ>U;dmvS^oO7:2hqfj.Ooگ IEI/Ј#o9|.LB.HYh{fI NAo;X\: E2^@ctS(i9:PB_P`M[*jԝA_9Dyί *kݶ~ Ej #Mp,ʝ4~ ŝC" BJ=ȗ^au2T|DKop;~Z-ND@B1gƲ+,$̃' wM Hw* g*Dp_]H=/y P(5^b4HTXz_TeĊD]ܾCwTo`ëz:>*3D8%Nd'~xQXwjmC*sVY(M~0x `4ߤ [(9-Ē. 3s˛ەr{Caq67CKkU`_L.qP_Ч*$ۿҾZ WñH61 ~ BQ o{Yznwd<֑z)5#S zxZK'%dQujѻJ#`d [Yxԟ c_0l@y?()_(#x̾)I ^ eD̀rZP/.=bo(/Y9Vp, w1c#Z^<ns>SebV!Ɛ@H&:ttdy޺_T^Ʃkﵼu@LGP`DCInud SOYUug?01~k軀ECd|$dFđ(hk~r|NZ{ue.=>vʓQ)0Iח>Cӆk=yIS|fmB}Fuvxb5ر4K['N |KZ#A>7K68t!3?2TifY*h&7ˑU 'Ɗ@ͰW8*b\t Py jiIM_n$*:R?,m7紂groM+ Ftf/ᨗ `Ga~`|c<0d7<8dY]0J̉/KWk`Ao"pp=`fvP:46ѷZToj-d38]nxZ76fKKX:lپWx-\|xR ed2YCQHo7ꈄamSBQY4f=&Y?:benO &#;Y়H4hDi}IPׂmV#sRU K q[s_ Q#/p_#Vj{cue=|Y͉NgSQd oVcj-bLC3R%*uηӔ/’hʏ!NP5^̖n˙zv)%8SdpS/?ޕW9u}nC`qXy|V(ŔմWOf+B>o׶u+j{CǏs4E-U2e1[z 2i}\5bљdk3qt E*s^o]Px=NSQ|ƽAä9gL |@c"A@IfFZ9?-*h#XcN9% m8ߴ͗, .ڥ!J Kd2>PN^ uQ"Yg! 20r[a ȵdJG;''MʲD_Ɉ]EH%aN׽txjpOzSlG>A*.Is&GHoX׫@DgZP3 @9dG: 8ʓSD.g걎7g!fru`+joRĺ\֚G[zo0o{5IL.c>KcJÏ s!%̣_pHU$:-$w)!lȻZ (.r)j̸P ˌd`\>k5f=M6 q!K)6֥df֡ƒy <l[ysìVhm[m@^aϞ[;>1zuomvc]q_ BCvؼsf'&8Un] rP/re\(2.MIѡ!]Dh;~ _V{|~3Vto:[Vpb<p۔q8W>FD3_˜ULsٰI}Ǚc*or\nNqR Kgb_[g|MrZwM]=]5|,BTqE$ldyRv'7H>=*m/ 6K$Q ,M"@V4`4fN1)1GO@ϛ˭3Py3E*kW$т{,ЃȄjLas ѿǝeX!:35n1g{U@K( 2hzY_؞pUC-a)rc~.WD9MPАYP?K8F/ՕSh6Z G/z*T{ }B ~NRIDC9UY"XĴ1a4;o\ .괁! ԋ++l@PY.hi3b<gX{ay7hB(ޒ nvN"l܍/gnxh01{ԚH֖ڌZt# GG3 0 ]"Ā 1$3gb71z-EH hFI\D.:- S"xNp4|@e/'Ssp f>EMRME{ok%(N=_NGU?Kya@n&պz}1t [ƲyeqvU}V:!3uu#'LƉ]JZ_#V#OmWGtyha˔~*A[; n!=E.6WY忱H̿`NkKƑ{zԴ|\\mOj~&//.ݚ!HڜW6^F2v{"1aְm!-Xz+f [/ U ˖stZ%7cfb<buc QJKhv)e@0ֹtp,c|RchtSKr{1u {纡*C fstJMG/+ua3@ 1tVLefT_-]ԹJ#o.Z)zbh,w;qnNA:.8r7J7#FrMĨBCxxj4ɗĵYL c4=C<=bpSR!G±QY<В뜂IjJk(wڊN跸Ƹb#R4+ڢ`&ݾ)+] t.Hp*o)$H|Qd9"8x6FEkW)ƺ;ErLı:C6$qb_Ex?8Mp1X5lBknt Q)#z9n*,]<: 9*~qUkKYg 1v I뻐r޷U#r!ڰCH'=gK5Aitz^ ;`4A Nq:J mr9oWjgAU8:x))y`c&GFHn\z&^a'jzshjapIhx"E 4)p|" e%)ruvƍʐH, )Q6^}[lioU<*}=x /gJxS~Ejەcя^tGBM4 Mc4m)‚D- GRMyT8Lj+;2Y>]5aCbqk(64^2n}*Oz_n1Y/7cFu_DحwI‡zxںTdo6iP]ѤICkg?]o;tފ-4h ъN1y{fSڵ6n6hi#~F/;[~'qD}_9x /Gu&d)4`j~,x(q(G iDE$Se豵2iȩ=K|3ԑUn{MY.U6QU3B*|[".Ro :jT:ԓSO Z+ŘAcWTI~$&}il4%%(KVd@=C9|ĒeE Faijdx9gqNӀf L{&[a3cuQUU.UKQ3",a.zqKn27̷_ش4ض@(il/őC-?yk(29 YFp E}u8pBL\e&Vof~k"P* F4bbw\)'^Nb1mAx]"(IWs2.4dHiRT(]Z* &qc<蒹,3,JMOb.zbR uڰv:x Xyj;A#\fSdeލ n EⓅ-'oagMbue9´m[\) Yo7&LH(lr2`sV6Qn>s B4 z+\j'#4*ZCHȎz=9vGfzx,qm{c1c!GdGv>Abd. [ /H2nj+~G39>fn8+!.·U}[@ж'YE4Pi"%iq{|W; (@~ZώaJ%O_;brjbPnE@D]bMJil%CҜc UV5v^Pj= hkRwEVas\WtاM\G!r_X=Ͽ`blk9Qgçb'+''ySѸD_|je+6.3h)C{[0&`#ƃ|0H7@2P\ɚzߕ'/Q S'i%dm'-F[./~\"D 3ӳ{&0id3] /mE%7߰(2sT E5@а)VR+qªw95<7j<* FLeBWX%Seר/2zo]欥az$D+;dZ3]#Klk%h ,!={2!/ #X6źt̋ Q񅿨vA T@E '`{A 7@~n%%F[+9vGu_&+FX ԰݊Qr=X)q|RTL摳z)ep]}=f4f &Z~Zl51,vjy`ݚ1-VI "xSZVF9i=yTgՊgJN nzup}@摞`l-:y?0KV^Γ^41n Pұ$h awY/0&6~V8 `k7,DJ0xu1cΫ}+¬d&kFyA( kin\,gmOFfazL\@&qL_MHÝESlܜo#6(cC m5L2_2QrDj1t#rcFsZJ2Yz9j?.u6@ S;s?b<EEHvG\y?9oKi ҵ~uZ~PW#Fa)r(r=Q(̯\qUAXq5CW pЄ# 605Y%6}Cs3oFƒ+ˆow]wy{b'eSkG*=;L'fЌAP>$3"‡_jiy1*_m~۴FaaܞsGc,Yvz:-+PR,⓮26[F.oơG=ڱynρy3erv+?hQǮ}ej~u>0kZf6`"=# rt,9 &1," yv4@~{$:Sl5 2&U¨S7;"M@.:ҬwgGWe$;kn/lchQ\Z`njf8CضVeGNKiȾXFe[)ON]m=!J& (Oښ5y|޸X1};Ai, ra? Xq8sW3\hlkD$>g?tk2`E"q_@;k+ds/_}Xa;DCy%s3M4% 3e8f[xjFy'b^Z@Zկ"ﶰLso$-~U*ZO{$%F71:gG@l|aBP<kQ3;GRG)P(p_ۙ)n\okzZf,9/6r*D~WBjnѓm RCxݺD&}luٖA'{Ww tб9\dYiV JT 6 -^>eawM̊" ιz8 HT]ET:ۊjo%gM&p6flt=?4؋&jtGcm[g `>4ջZL')SUt9jNd9 dY,@jX{LID m zP_lO9>E١py>_>3DM6F7ldwV5#vۅ!^,2-g&'坋$}>"'q8vx=WkЌU_5;*D);kc/ "(S.xtuѦ GQmP(/iH s;.K}UE^X*~Dz4.3z}/I͑AęH+yNZֆN 5(Qi}4RL:'; 3/}h3rCzGk,lUԭ+٭B煗.YNk619-+Vƚ*ܣ+AIٰ&Eib,o:}/Y xf)jzf"Na㿪5EQht=l"̊99Z=$0Q{1=5=`9NLt& #YTLq?fߌc ݾz!LB.+>W-G<3,E`$Y`E*̭'oY{uO}낿t\X"9oQ }}p®ҥLw2C~n앶8r}6Yl{|@D։oE}f`LEC僚.?-@tkRnm!΀Z/96@ 2J JD:Ubf&cjl9öJ3u~.?.&ATN.M!d6*L|=&{Ff?%l glP&֞]LVs!B\ă؅hE)*(lvNWGg<8r}Ak $Fjո=>y)ҭ6^1/(^XѬtU^14cKhYe4`;H\~^_+BzSEd ­QO:[ÎqhFO9ə,MF~GsoÛq> M)F$f^DwvTm)\5O'?5 8eܗ*4pX$x~DWq"ZԔ m._؄l BqGᛱֳ9xi%ZUX MdBb<93Ќ5@!W {sr ĤV.+v7͹H%9H5(KT҉a" لU0_vs73<#^W m/j P2H7}XgI l(2fӂ]i&1pHJ''iaIʜ*}Z:,eh(X߼o̱T򈽅kZoZMX(3Qf^z@POl [n#{$2Omzh-+Lp;5:u0Mő''lf0KhhMzY3 9Fl=qط:x"'A }2uB7`a!vc/6^"-5b ADؽ0e!{עؽsC].]䴒#E2Ey4Pa~ $] Mrn57X~ۥF)2gףroل(bBbO='4e;^jQZc^*]Q t@V'1x,ƃt'ZFR#OA8xDpQ:tS;y#3%:U[cݱ ;yTA㧏]DXB 8reQ_$R mdI\sm@"2*ld>E0p @V.UyvLkqFcƴDif!G4]o`1]G\bR7RÐ:^zph?Y 20\E퐄`=SƐ$]&Zύr 1b%K s p|AtKy,d9'``hdK@~y Fc#<(&A%Ȳϻe5:'O~X@<[R"׺)kۍz< )>-("% gzM"S!2B̦1⹰(}L 1DUORC7"EP;8 +?MRVj69  Cëwg,~]#nԝ\u`b7B79(, Ns8{Y$:, V!xhV)M/bE)^zΝiM(28:B4rơnXZW=AAZTEߝKw|>-;0d$!ʡ/~@=oYR\/gh4ɦyDtnW"h8d&&O/m@zrf0tΫer>-Q(|uż`jwW6KÃ{>\w6]ERR/ߔkl|!zl# WFiF|Ag8"GULǺ6V=}"K^:9J4t^Vax*0d`+x7UpM%{I> e?|2aD8(}Dnp=/47"G@!zp(΍+SEfpŨ&qko(j s+qVJs( GG|zXMmpD܎~I]GFҨK6bk,V_D>mRt6/q!&>쮾/s0EUb>:WJUJ/SxiV.QbdqU  0= .Bf!g->P,qG y{[缨ٗh6G}\Iw@"`by߿YXd޿„L L~΍yBcU6nr;bsBhvVc,m[T*%C5et[? yň qTfWUVҷtK۶x;Ś%r8^@Wi2<~n#:mNU8' e)nbcʓфލz &-3"xbç<٧k> s|tTAł}1@}D#Gb-+xKPaXO!Wupp-'Z 7 D +if|,޻dHHRVoc]"wR.CQߗl¨TKB@W7RM,\c"V7H1ޥ!!DmLp@$#]Vq\YO`h-|1bAzLeHH_,|uTz{gE\YђdzVA . ~<+1AآQq1~WB𻓽1(®ߊ  NGU45 %xt ('esWݘ9>R{pu'tHVjnCeβĻg!M&sX^Q50;dE-zJtWMFhf.>8SFsDXMq9, XyB{C[ [ !l8WyGm@ڀ{DR2`fUC"DtW?n[1\w8*X ˡs=`dC)~p&gĢMA֨J/nKN,;DJeVٌ׮0p <(ՐsID56Å2nOCE _*| ~1 ҙv&B8EDl'(pE07$Wj{Nԝnydeae0'KbH,EBrD6 t;ʮ(F4ޙ)uc U9Cé*X9#|ѡ+¾*#c9zɤ ҋB)Sߕvӷ P 7ZA_Ro$޶e/4-S1$).oL*i=RHjPGA]84O(e~T߹7Ѧmї3GR*af.|ٜE򌃖1r3E!ͱ,) !%>;T73%PAz Ê\H ]@jpS`,[!_懫&@M.H`ü ^xo D#[mZ$8am`$&yLx)~CХUr4_B0x%C4x"8،ϊ\kp-4MRd]) ;dpFMcrW:zYq,:r5P<d~+aI(΀(5=,s[ʭn/1NuRqpb!p7o[2 ђGkGj2 Ī .e~V[go3d\IS.h iu|y|=l/WvfVѺ(!|W ._L߁H ƃDS ,*ʅTL)` - ĴXE4Ad菠o4R;[rQƣN'uo3ߥ1iI%)KZ&m'Ysf6p:m>zFJƝDjX |Vq7}c*@)1#.5CȥwaGg &EQp#"sd~959K^e2fmzn,Ir^{% 鴏{Su%~CAfO2K+0L@iͯUb7h@)'6Q,Z4/-Õe=n+e:9۷9*bhKl t_Z@'/}u]9rGBZ)g40欏,QW+/3;^ L=Oބ$j9iE)` ^Z +cUخOSdL4\WѮzĽz tZ=91dBlö%EQ^׍/nz-6 rARRd4Y}QnKB3ULJJM!v]ڛ3%/UCfG4.Z04J|hiZ 8n)G3?QpmkUatԕu 6˖nK!GhR?#fӅ[d -f&DoGc{H>rK86@$1V\-@L%$F u:lAKA#S GM!y\ҭ6P 7JhcІ0W -H%Z }[f{4~ҺwUS)6 TK3^ z GJڋs?CqG5Ͳ#iZsZZ9AP i6i؝88Sv M K!+gq/M]@w>Y]"pTuyg4//ܞOWǎj gbQe<ķҏ&ý{Q8V%@Q!퐳m ȌwÆΧV! @AX򩙴%&UmC8j5g ۬L#Aj8Wڒ 9d9: ` O37l\C#s35N4"#)UY"bPOOݎὦV|G ] Ew} {Z8 5t/1W!H;O(#嶊ZՌ_mܖ!*0 ey9J|lO0OM:x]M靗h~dQa;ȧr``>"PgC]0SU/1hn^FV*C).XWi!/3oh(8~hyªQ `IK5*] Բ`rk5Ō5i ܏3|W%Tۡ>u qݡbH:NPCif"ؼlxI'yJ Ǟ}bHGN+ƭGckLv/~a'DV?FQ{i~jˇ9YrhA1@`O '⨢G*m($H^ .(gzcQ 7\WrqdKVeGA 8 xG@t3IfCiLrhLl(.j[Eg/P"ib7FKjr4DCmo?m07aZeii?{_1 d2@@͒?xuY ɾw[<j@/BulYؼT.1r:MfY”tgCa+s.Q7\F2t@,ޫFU꫸=GVS\/W!1PVJ2= XW14p5nj9oC)<)y m䯀(ٿ 47#{ hV(6R|(^M];0c&U*D:=+IBxenkb=fWH@#p{^T,:jJ>|fOU 9+`Zu<1[Z1 ЭUJcʶAnAkuFL[w7h1Us| U>wRfpYmap"yI4&>L:O_h5vZͻ /yganA5;ŭ<{IE(n8lwxc,^=.oB;,ߌ&'͌b E!4A[MNl^x*uU?$ 'Cĩ Pv|۾(_1wt^g|l!~iXj|$ͿߔֳdkQ}=& qT|rAm;cB\ wPMs)UF-Ұa/EgʅyWe,PsԜa?JLr۸}ARW (kaMF&Oo ~YNhnZhRJ5belw@O._ƀP\EmG="4Up[@u]a/e[V 0:VGvH# ems~̅f)=rqR3e_AUի!؂v*Zlg 93ü"a>\, !~w"I-^nuZ^:bc oq3`l#:A^~Eb?¡(9O*0tܯX†hKAw$«BzM o:"ߓb Iܒ|+bo-v$me?Ea.4p h^wF]WzFIxS`VCH#lnLr3 ynl'ثݒQ.寣Aŀ185u PHW}arP&JW\9rF2eTCgʨ.HXiȆd6[{u3 8i%H$$Ll;'_Mt,dݲg>'y{Sv~qR&B+ʝK6tM0A= C:έG[㚔y*X7sPgQ#M{v)-L0 Ʌ%Mõ A ;PwڴҒ9[Z2(:blL td\ꛧn/˸]5B`ȉ?lK8z?a ]Hஆ!t)BQ[/{;gq!8*sN㳞ivZ_3)5:{<&*>0=zus .0IymZ<&Bp$:b%yЫL>MTͥ(=8z|{A4[&0g3:i9syDAMk;BW G+K?;$>Z-Ж7EK%j#@Zq. ! H1WrGJjb'k)eTQLBGEC񧜮\eZmsy^ZS7''<cv 28t@=Ez=n2ɟ@"I ~.Пk8-6 #ЁJQTȲ}xmrUZ$OGae2yz8=#z]&yp[:ݬ,[^s"3J۔i )ANe3u +&6'H$X2G=ݓC6H X]Vk-07PV6m-+# 6U$gPr5?< c#C+Yi]}=^ziuYZ<4,`^`9KrXDnXQ+ ׳˻{p!}5rff[WA2lJ'Vb@7W͂@-KV뗮U/Z3fWP2Y><\ H84ρsޒZrzvzfΙFUem]$Rj}[ËCDK{c":!'+>RXj<[%Fiiչ/khK(&iKc37D!>⺚ m4uaKۿ*ysˠKg֯bNeۆ:L&5җWPC T~_E+`A?"=raf_J0 X^b+df;7's̹.̐mHu {t 8j~*aeGmPxlOLg2,pCSNEk,ϛjŐ`kb,(_ָͬe 2 V /pxR:#Ȩ奺ox//4]|=2?;85LAO6s# ">}iNtk]>8RdMPM U>P͵gRDAhysW*Dz׉qpɩͿSst xF&ڎ/8GJEKo3@lvn~`tRj|0Lx%tO7ZKʑ#`)bVH^:+Ng͸Fc2ж"8xYTIoOH*W* t3:0C1uK;CnT4@'m󔙁{hKN(_R67fJ˶nsQ*/+-:4a:{9)b!n+I3/w7ѽ}*E#Tk>bH-O}<7u#*% R (H>P|EʐnBH1)G1C9J62n-h]R AA+5brY s;?Zj)Cងȇ{\#(OU5# gB؁Лyΐr߂i){DQ>"u dUU(W,䌹M!hLF_VS%??O"<#1Iث)ah<Eˁf;.Ϻ~EOp{k!wYe d; HZU^ ;hAe8ZU]>$=S]fx]9؉C"ʹnsc|[Jw0#LSC<>; } pSu{4WHhLT q*5`aޢVe6BwǛ&Φд jP(  U^0S%ܰ֞qwrl<)ڬyE y`,y۟lBo3-0I`PNV7öG{{h\D"33KZwH4f˒1cҗpH[rDk߀%?jF0G"e"Ȋ-@/ȳ̀cMiE3}7Ovڪ4זNPl`<+y5OZx4kZscmHk%L*eyWCO`B?>y.l g!3 1qr-v' [m yr.+ &ߺQXӄ:|6,PvXXK3Ɔxks2`گ~_,1'AL7[~(2ͅun\@yU/t!qRWbj sx<GA;f/9[^&{,E$=bYi,ӘkZ^,YEC;?m{{ɟA.o0;x3rTk6 Œwצ֨`4k2R :$sm}:2Ȼ:yAhHOؗ4\ 8KyCKlq”wx;r(ɨ,U TQ̰%^,nyͬJ|DLLKfm3(&CM _N!v-BKpg9uMzRnQQw1&qtc7P꧙Tc]ReT@GƢ~f T=fY#?^X FC_UU̮:Lo֦>P,fO'^w6h+Q:εەOfSk!N:t7"o7sÆA!xJ8!#4\zt>R JIceuI,3^}x D+#@(:ڙNM%/[!a5Mh}Q5c._d NgN^ȓ`_w1UKBȮd(6mi>xwfA )M?CІ$J{:vPr൐B97NuCvY[=r"W:|9vY\'47EIm?o+b8Ϲ]=X&刞ㆌ!q$%u?XMFqO?[ K΁ y Q pN6 %ףt-hdE46YF‚zsx?x:<Ьj. C_i?. "+_/uzpW\GGoռ!nD*1uP7£nCyxYC ZΕO^(ސۜ ?H * Y1[Ip7DqeuC$^SiAbq[LF!7OيYdÁ.Oσ+Y |x9ꤝ;,*oH)#q}(X`qE_k.O<9`ahҙ~e6U!b'Orse"2EX6M %IuG.tŴ,l`jZÛB0UL@-nִ斘y ow s:חf!RۄT& adEd : `x?Ncds뢆؈o ?@% J/ "0(.2YN `fɄBo_($Ka_ϦIU翝T޾iMꝹoN';H+0n 3Tԫ wVM,}HRCtrpٝ+NCL/S!$ӁyyLgn_L L2fZ_dt]KҨ'ʫUa \,!+PC5L炂̀.}]#+ٿ'EX1Hf)|o[8dA)ovqks2[˜Ϟ %od\n`Bɑpx9Pbᑓ?Lo$Z22/KG`u8 nѵ}-hZ2CZUK SKld9O5lhz4LlK{Uv!4jK8ݐz n!3 fIJU)Y{ H)#=GM|aE![h[TRVYdAMR!;T˒ :`?!|RNLbn-"f)edU60 {?-Ys]*N4D=T4s O0){dx{Lˎ2njR"N>u r Blc`*WB<z5b׹U Ue'~=LSYZRDbnuNxD4d$dW|IaB'Hwk4%xWcbuMcV(Q`\eQЉ:AZRhcA1MeDZ_bkvY 3 Ĉ^.4A5co6]˪eʦ4ϵ3ǻ ~H![!Wmfw׻6 [yg}ToBuB #~ 5ܿ3_ _Cp\o5w$^?iT+7YZ~m`4SAyGklpaZg:X\O^&5.OLƄB{S5V?)`:X0G3YKq2fNtB*۩昹 F\#nn-"[I=s9QK}|i-mRCiw_lA0;\`|p5^:ɚikDg%?PXCp"B~zTU(]Im4Ϝ iHk6Oum\w |GSV5#Rs{9đOog{ Oeq0n4q L9`ZڰgA( hz+u/NWFKko x/A zXHɜ:SzݬӰO >Oāxg˓tgT](mR}?Ql6sxb1N`sG04gm ТbL[SpP@kN+Tr!58k:]OȴޖE-hDBfQ!+Փ ۇcB}r+̟jP_RXx )N(P"o\C]zgߌRS@-΂@q[y ELAGɭ'XŰA)} Gu>2lOCsb<`)YWyiY@iAo^Oپ'=d`N™!J\ H|)-!ͤmTi/Xb_qKP3řP6Xz]dz,&(s% 3r {yf tJ475Yt9-c"_ʌ\L(w#%Ӗ`3!%L>Q\-u?uμn'V)pE=I2uf\+^dZD9wQ K!|;7$OK/ū*sI^Z*6wdn: 0V$P L1pO}; cB--gF `g t(| w̜fgo(v$k ]@CrƷ9D׫`^.nPN[X>ų2YC}K)u莻XیV ~Vf>q6JzzGI/z6$s\:QURQCl.o:~OA8d[tmweJK8rtzkeQa5$.y~t Xw@8GU7CAbWJa!c|.L)[5'8 =q:+N0yAxf I2)9dAd`\cd0f% amFP1?4rK}FY!= MD9Ht7o%@\/ĭgYw=-^đĨxPv$>*wּoD"0%t'P-78߿ϐ0HV!Y/:#H6{>y{gMoc䑝hi4R{UXB?TIp ,aPqԆ#`)u]-.XUr ̎zh&(m\6jWZ5}X@SLq3D|e1ZaM|C/@;lO\en_Ey(ϗAיP:#(pݴeT,`KSvoe6oJlq|mǀ):6!_*ҩea( KBM4& 0\Oܯf+h!b_UQw!('N⃻ VD-0DVdamJO=t/ +K'-Pcz7˼BN}@8{{tS+9D >?F@Pp'C}}Gv8xx -F\(%~}_̖˺ZOz~ +Z{Ttȋpbx0&aiIEϵ0o\/=T@̎#ěi.9^ Ӧh(蜌C3A0>+O9\Cib/?~ECcRm5Q2vnAvu4ն1 |Ȍnӥ Q%OE4c>d]x{g!8/e9@i!]$n gE4nilR 0ƄCĂ}1զ}7,7Y `_7cezG,@ ]ʔp@5C/޿OYۍi-޺L־g- SKY= f=:mQ|z !1+;0Iqa^ tW*S{p,HqlKg-xr/ B5RVT ĩq`" ,\<}`q!)3fhF u,"%r~ &>NJɱP\M"irv' Ն,a>wl4-ԩwmmNu"a1Ȏ&0,[ފ;aI(OIv!YZzw.$a0Oymh[5n*{? [ d}vt}O^$'Ӗb<)Vۇְz><1aQOK\9VH1/ܱIZ>A6`ڨ[-& i 稯6_;6jWU┘W@W4.|ΞRWlyDǑ,\ewIl:-DBr=WO.zwl%QPSxY'#{y(/'qncPPuukd0a\!+E"9əeB[dMC\uFaDl)3 ʰPheG42}%Mn:%/9!| 2퐲mD@-œoy5>3\v}bJ%6sd~wa 3C=[4탫Lg+TOw?(tg=:ݎ;p ڋbڅ"V :$Mp`pRd@<};4c3""MD ʡ^y0pشX}ENӶk'jsw!(&+f/3x|4SZ)xiy@ߧZxHZ9o},r|u]M]XMZFDLǸ2PnԈa0.;s$|ѧ5ȯn&G# ? `qd2&Ht 1őei\ stAYB(:Rnϛv B LgIdZZfs~ѭ!J,ۨ4!]vDAG?ö;p&e )̷w0R 1Cg_/{^Gݍ>/ Swn3U;:Qcg&oMH:*`Jiןd#iJM[>EȮdoHCת˘K+c(?~VѤb#ɧmet VK{X24\#W\]5H\ׂk\k= 3`|k 0\T EИ.H؁ur [p47΃w$} ̇3"[NטX4K7ҀKX{OPbZAؒo7ÿjthhK7{\|ߍSW4!B9V]f -cc%a ?f{@zQ "/w%Z+2zyF 1bn3O^Գ!G=N`d:CZrqس~q+FTˡ ˮRމsKTyFL&/QXH]-Xds5 5sHRl]I@~myFbH/ )L5lU&A߹a.}7|R,UX!X}mO`?gɵGhq{:s{2D4ZUu𥉻rm * لL ޶cI3Gܴ|νNЪ$Ɗmg_hڙ<Zo\_>4zY:T^rv;{ p#Xu=KՈs w?'}76kF2JOWZWbXp>X\،9iD/|-6?=J%Qb ٌavI`n2,Q z&_[Kׇ@2' v*u>@YnJw|y#9h .uSHve>eQHCJ\SzŬ['`xRHL3\8:qU%;&EoPҤ5OYܩJ]5e:5GY*/gb̈3 S7d뉗|5|+fy7*1- rێ/m-v1N}Z7 .8gYY)ܣ p$"Р4v$a,%V5x͞2{HkϠQ $Aze>Qj)4΋6uέߠI5q$d'ߞ3d*Ätrp # Bj,yE3j0Ֆ N99sd?>bY3hR7h+RP_"[VCpBjGݽz[U6|-l1E:n W+ْrQ|F=Õ*:c9)s->ʭHd8|ey1 ɉCg˴ﳬR(LlrĽBզռ)ȷi2JS?w!̝ϡU]h]In"V§m*3cR:'ԓe iZBdC=Ph-.)_='iNW@ g(||:1ez4h,سqRFԪ'I@' IH ƶ"lÆEsBꕄPt䣗s9f|\7$ ۇ?Rx->o<hRJ;OYNĨ$,1x4|lӇt4z`ąF>/1&ƶ.Gϩ]sOJ-v0(hM񧢥7W2)GW]Gߡ*RAYr6 Y]~D'[Ucݝ;AڍMAe"S[:9L˟AG!J0*k#Ȅ;DyR^^6\V/Qe)Qkb$*ڌz6/E".$Ee$ ) %,%&.^<; }YCP{YH ÀO{22 GcG"'iG)Vz8c}h-pH7L=H,3"OF7IIi#,SkZxO6DT}5?|{oA ӴՇ9D$Z8PmG+S.N]