libfmt8-8.0.1-150300.7.5.1 >  A c,dp9|!iMSϸ 9S[nh7aM.j%\8\dxt#{v(` ̻:r:j ;0")ǨZ3@Q2!h\n ѱF"#;q0^г*O`-ވsIR{|.veC{PΘ2N$uJ`'F0498yi .8ҵ6UceelI5#n*SvXWw!2Wg15510fffff84d6bba8ff2558dc1dcd9358a1dc398b513663b9d39b3db3968b8fff18d554cad233f06a09173d91d9b087e2a11fadDc,dp9|&]au|nbޢd O MMTv'V"¼?>Zq*p,&4K^b;$*ԃ/l| Ny_}bݨy!<1„i;F ViO!s[^Q*ϋ p;l/73=Zsя$pIj\GKlz`viIPu\ 8}ZlDy=сRw .ȽUvQ`@}hl>  L>p@^?^ d   :pt   $ 4  $4dp(89:>ZV@ZeFZtGZHZIZXZYZ\Z]Z^[ b[^c\d\e\f\l\u\v\w]\x]ly]| z]]]]^Clibfmt88.0.1150300.7.5.1A formatting library for C++Shared library for fmt, a formatting library for C++.c,d\s390zl36SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttp://fmtlib.net/linuxs390xA큤c,dXc,dYc,d[`ߝeaf18d8927f3bbff4f2cb4fc277cd4fee60b69f8a64d08c7555252b8e4508948825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8libfmt.so.8.0.1rootrootrootrootrootrootrootrootfmt-8.0.1-150300.7.5.1.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/ldconfigs390zl36 16638536608.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_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=375d460478da697ddacba35c32d7e6c1fbc763e0, strippeddirectoryASCII text PRRRRR R R R RRRp\Ίԭ<9停utf-87cee10482158241add82a52c69c208c00f7b9d7699c54db2b919cf9a6bccba53?7zXZ !t/ K] cr$x#GNLe,9O%:]F0r@u[)VRA<&0wvT م5=2Lf9kQHQwmĔ遈BQ|1O2Q⏴4  {Ii[{l) kCs'ORN堪8N pHON؝hu_bc++OZpә#Y&(`Ar(vFS5vrœófzSv޲J9/ς ՔsQ4g&]GC2̜f ZM=P/k$?N^ɓWԂQXQ@IEDV}9"65^ zZ/jvmFB7iJa[4L(?V羧{O=>$92 oI^;ױB05-V]X XO] (XQɩ^A`o~;G6%v`BU?=#Ys&@ƺqeUTRȀR^7ǗBjww:x4j8Dʴ^ZQ4HK>H' mw=h9MєF6 SR*#@0}.A{Z^M ɥdyWd?D9ZUz r}@Gꈆn0`&oMvtG.׿9Ma]I} ߆q޵iA J[xP}*Q kTMQc1H>5|Sٲ!Bݜ1F5*! ̠? txY(M\κ?w=ȱK&b ȳ(Wj.ѩ"n~艹j?ƱJ:n~+&;5_ {RINT uärO<-X?[UuF7 ?RI,,!kuW~5%/fE<9y,_[Eޗb)s /y?l2LsgSl84WZDf^` {VξP膆&; /۽T IL2i&GxLmطoĵIRO0KO'5LPvw +49(l&^6(N͹\W |d 8NC~apeRm2 {W)JRKG{tCnwu` # B&4sl>1kbv$uB7?m6gG@^P qma|]~g'@25opxMt%}1XQN;#"*MR[t)Jv}KxwgnˑT/̕ՠA5{Q1| .Fq_+kJ /}ՔSw52)]UO-v'Ñ)Bg$~]k7E@ʋD(H#beռ 3}Rb9})7@|fo0 qQc^E6Rl`Zf8^LةPB/$OqE$GMT0n]{NrS衃ٛKŦtY:r)}|aŃ܆^M1s Wa= K"Jr|)+՗Y6Op~Y i?}C 2MH0OWHUm6;&M5Ch]@0YCVn^;#?L|Hhԁ)$+ =#uD6쨒SHBGsr! 8B\07*GW[%]t(,GpQĚzIS$lCqqv) q#$q~:E(- L >qEu!)zE_0e֓(bߵ`9)@G&maLńľ<>d7'Qt1 KDwvȢOp)&o`P!cTy1@;=pi<޿N4L(˷ G(Wf.*H0d[fg*l;J 3қA@ՅM@޻du}٣W{7[:{}TfNCИv1]֠Ǖv4=47W>Avm a[p{oRTj1m.Ӟ7NY.H!)Q^NYVަ;o?։iM` ,As[j3R֔jI fpO$4y?Z뻵BLcFɡMzBd2Ý:Ql0X9G+ jvK7{(ojT[g[UQp*bȫ+ӟ؉N^) շ%ƙA G zn,^4n.qAHL&j+p ygjB?FnI #uDxtήT7bB#5:!u퓙oѕ~kq n\yN ̤}?"VnlV܋#Da+oPX.IhUTQojDZuNnQF\9 k|SlQ.mEk~fP _Uϯl&/5'o_FXY mn|$@R#lB,}~iEM0DfkWaCg% v?ehzfTΕ02N×*ț2 dw  uqbKDضkM3| I֕gfQX´_FF *D.Yxw W"j#vԻ~ƌ xePODצxkJjG2KP`}f/7^^ыLhp3{}F {n`ҏ :JH"C>@0B}G DGaCVLzN~z<.QS>sԇ' MCYhL/ލI >Q]P@ڲ`]:Mkk= W=~St<ظpa> Saue`dLٚFEN9an$#IrSf_7}X(!y1uL&V" ;\Iiz M0vJW8r>^ЉV5uŋjem1mL}0ѱE\̾u'@;Vv!a߶ ` ZhGٕѿ$Iv3,)c~7\Ϡyp@z(^N*M;%q t$-"A}/5-:GG92@w= :Aj]4ରREL7r֑V!b; /#7-_ /Q4SdV zЕ6itO#CU\8bjwTG&G`C".xOv8i] ?pצ>LqtiY2HB,Hƈr?fDt|GjKsJôdO;U9?" )3Cv1d<(=e0leqnhJb&iZ!1ΪWjI:e6=W LPrw5ma8v5C 4AgBQlKP^}(R(}Y{ i =I=1(`X E}pvg#)lSu֨vG$W]~!تha8C37ŝjXN/5f!HL~@nSH9@9؁00,o }]WF1V*ްQ?h!s?g4\;zRDxft2s}{uMac{.u^j e=@VcY89- (GLXW |\r%'g(M Pr44Yp֩wVl.Ct~-ǃɹTb lLf[1Hȉ[4BUid/Ybu͋\j}J\f~e5Ɨ4V~t[%]1#:t#e !*2) YdCܐ_o9`H w+ Mr2"-_~;aDQtr> {et0i[1''QO׹m|V>ٕ:@YoV~,wAOs6kBX.@gpt,{8U xG9BSÿ4pv+9F||+,,ĚR7؍;dm~]p1r1ݙ)5XOL"D^^nv kIoIz=g-\s(#./L ֜Zc߱Kg/$7$e a(Sh`R0FR~]zhԡ:'@TWtY{;SUOuxZrcw;)ƑX<}{l_w^B]ҹM>7HNtYG v 7O&P3hH9vT\.7h؀@Ŝt͂ϙ^0@<J mc} .oU= Ί*1œspZU z}XK`x|0h)("/B Nέ Gx\@EhU7jT#?,B}87xr)qJf_J!CF밑྇ky5݌cZSƅ/ ,^ld&I̢C(jRo' R{3诋p'$zrpa'e~OaSUryDv%B !os<A4ϖ:/>3L[0*Ex}0ɵF&"DYJb_VF]}"OzAGK)Uc!?廬3/ߍF C9NEY"C ΋DyHOie&abzz];tD[ؔxv9򘘂j˭nꓦ j4.F4;F0C rT#)TؑPu]G/e|뵩ʟW溤]vbžĮ}PA#.QO@3gr/t``'(Y N?L~V!߀ Q}J!]#&=*= 5 "*E@)YA)<]n3rJ ||hϗ?ߊϏ ν F"2e.:Z":$I|qGx (I(et%CzMxBJKSA83"8eVÜ0cQ0|z>OM'fECrU `8IzEOk \Ȱ2N!\׉owADmdwGaT}/".HETo+hgvL&z,ec/b(٬'tca$|y&ܖj-4˿BA[S`(=#Aa by~vKh m*tb\IQ]4F&%Ǝ۹1 vkPie_gi>@sxCed׫nPz\} E+'[ M+Gxbv DU/0POIyܔYrF=Qd\bV71 O7;,j|(OR +65`M"nPЊ~qUs:P 1XcO6mWF$ [FT;nҥ_0]*f֍{W8 Bw:])+Xu쉞,.tlvoBcGÅFzb3.ؕ;O6-hLu:ڔc?n'LSyA`hO=/ q/0ćYLSD[/ċeRJg7<-'PLdjb4)Ce!F2| ޠԞ@jfY扳$y4GL⟈d؃~$Ihp~i1yÌ ُ([h]< = ]4$28j>ڪ8-m!^rf V!;ۭ +}!x+T?H!ݶu|#yٝ l=N]Oxn[>iqtDMӾЂ,Ljyc-#tKp@v gILUL*2lRU_|!`,9 [N= ̢$+g/j1xv"NK2 WHط躢d΃z\q ϭl#ڳU|Qw_c]?WX&N%ȶ "tyu tR,~@΃%FMT(䙙j0ŌdC1pC/wiG4 pR?]!͛eR:FŸTͦ&MweO- dPX2-zmb2/V/OmF$* b`=Cs".~B!F8D9j3g 7fW`͎C7GKu j-,qgz~aǩhY9#M3eg.X/ s]7, ٠:UԤ5هhbr!hEk^ȫ (v8!NOSF4d<6In~~n~#g{]MΖ_gNۧ|hB 3VqE@ {'X\Bx3t4 N#ІUcHȓOlq(t찦Y}8UJ!^_A4R,HߢK#%tŏxj`o$&cK+Cg8%2wտƱ_^bykğ. #u=hCoEJF̣4!_K4q>z+ S{AލP)aU UO4Y, ^]eA*J= ̋p:$&OS%FiO P*56d._I$%BPN-x;Wteo"Bb -C9\VM9x(x?g '*`:%V@=2j'vn&js}=v DyiMwƒ9"^,M1Osk^\ E ^NT:Eo!1zkyyMWnƋ _"ʓf]Lka *N_z?A\{$kxQ]\8gXȞJXpZuE t2>mW),";Ə PjW~VMƫK^"eجDYgytiA콂Z_'3 <nO`aHAz{}軯詺 t8sױWڥdQEF]/kRUlpHzP 8Kp).1%Bl!p>Ztd0ں,Z'<. } e<67U7 cla /{8u54 V`'[>t5IvQOyt 8pZQJ)|9w!u9CGpZ昀O$.,WtsH|e#k7qi _6Re3jrᅵ\ Ң; pCt5}>ODFd(E|GM-v|ƃ;\a6-DMP2^w;&ϻH`;;nU)ęJ25BjHYsw-ƁԸ $ξb6_ZC¾(">L G I#>7߳ JN |{;ϣvbK;yhSYIr =R[.dDkiW_>1d:&hzXhu!~ Pv2꿅ܚDdY](_"~%v#Ox;=̀h!*m^">8zu`1nlth uPTv x<$\$Phha<*C) U 7P %7i˗].fHPζࡽFQ[\e ,'{y6ʔslڄZkvZyo9(k983.INܳ u5;r3Q/$pK1Of`>I֩Ì>١g$u3)?1eV]zQ0 㝒4 N;!WT1-LGeGwo+\:ͻUlSF @\xiWE;Rf!z&0҉MrZFdk~40X3x"2Hu z6/-qʕA'ȭ )#T<5 7 %kt`&_vߥ1+[3'n8ǚsF'_J2L6XfwIp\˜g~1D-JY=̘,?gfEl9Cȩk1]f Uh85 (*e/}U%iyf-g@hXd}a*29c~B)l.uj),"-8YW] -4h[rL݋A> 4nՂf,GXY~尶3LƬ".5t?y hw=U4@Gۨ /5Ї!AsMd!AַCI"+8fjé}/1ts>IO 7Խ_/ ְzu+CfA6v"ȟ^2Ff *2\ 3v( ;NVD*KF7qplenH7 S>[hACpont_KH0S΁ g۸;mW7ÃRf$vcZxMt5 ޾2=Rs]uWp· 9" r =v33y ޺e(09p7H E/Dž+ *@Q}i%$_9q]'1 56-K2_/|֥tRCL_͑+Of"{3ٱï+-#Ԥ;V #XP2W= _= p߱v *dzg2~8ns6yzٓvK~E'S-fnb;*ܠx<=X{*W#-K[:%hM=I/c:ɴLu2{ٍG2h agss BxnGD),yN\*.N_eۭ<:~|[`T֓b0H` ϑsN`']==a7]rDV^b#н@KGL~R02S䑁2kS(Kǵn-J9얗`AjpL%Qow$Zd8[|*e,,bA"`'M 0 ?iQ&ϯbk?]zfyfuɄz ۸ PX3xvQ̭D;׵_†Cnӷ<'%lN j T.>;i F?!nirTI5z$~R܉hN %];`Z,||i15=)!y3XhXWfMV|"mni;fiHv!rA_`q.{Z"޷8n+/gp׵s땬s9QnHԞMA:_x}.#N/{bꙂ^s K`is|Bcz+(Jeq? r>>k{6䱰"fd!˃JeTP¸!wJCCʁo̠` 5I(E1d7b(T |_i(eW!O}B`B㢯%bs!s=ڋr${V}TX(*shweɰLzhnHN;O4ya)ِ{yGd D|Ndw{NUd1*9\JOc,tΉ7ˠ1\>_&kI(}҅dy*gt*w}f[tm0gK>8 >]K\#X5z{5);{Vh&XuWBztg(C7rXSnF?z˔J=7*'Jl~\˴Xem5v9u7* Pq:J΁I ^ءo-zd}y*)~qS.=_B4V9Hd& wAhǍyIN,f ۈ=KI0T3$m1JSa:1}'[76lYܲ`x ?m6a)vf8QuWM26o 1-~/8Ϥ>Wp6s{`5C%X9\PJD!b*ovb<牠C^(p.Z?tդ,DfaF0+EXNSsGjB%1,\sQѨ)daX,.0Et>#z6}*QsZB9{xy12ȬHo2\?F. iJl\w}tdjʹ\wXT6%MbIq/]$סb.nI>Fܘ.BYC8~#/;ԃ7QvBפ=b rA#/2ofOu>du,qegYyw)%G}L^3‘q!:d@)@y${o_kkñlMIt+Uw=Ga2ƕ>5/^9M.̓%ώhC=(ഋʴ53,2|=_Q1GQ3׮,GKE[n)D&wf0ZX`V|Fd{[E1x)n'Iޮ {6><[6cOܭ $R2 OtX]lh,d4|.WdYaU7p+ٗ}y(]b}6 5GL:M޴eh0h%dGj@tI]s[ Gl] ]ɍ!&^ز>hh1Ŋ*\efq4pc:"} x!cuv[b yn CҞS{llIV'@ю<*Ϗh|N>incBQfڞ;!=J)ƒE\0 4B: OJ0G7 !`9Iil^O"~Γ3ՙi=Z$o2?ٸh ZG.~Cp|<ӊu]#WjOW8q6RousA@7 'S9#*r;>It)S3#BSwk>r>,qAF\ >7|EGCLtP;F(EZySIg*dѐM-5\/%ll&/FXA0h8IeFὍ[43{+K>˷zZ=} Mw5kbZ;|Fvt͒ZM_<UZ^0Č&} T)%o֩/,׀-B? ߄VFgO/P5 YHOK p[I"fc26<6^5c1M) P.*/,d!m" wwEtЧ&%+WK\1&0VRmC]B``3%J0PG49CJ?g~芸77G{Q7,Ėdټ2at#F})yl˶4}vˈSbHa۴m ӖCyXj9}NܚK"9Y/2. \5 _EyP'dG,;@,(݈<N1J0Adj15e PF9/S4s.=[ jz?RDEwzŌ$q7I&%! =vvIfڀ0q; CC##gؕR0x F[Vat@*x\^Ho+E3%zP}ɋq2" ZAjt^L`;qthcjv5{yDI$_iX!p?-Ȕ3 2^[1CMl\2~P8lY<Ǥe"`jHwH-}55WP P?IF(gҵ/ݎ &nf^e@BlK䁊@P?sFEB^kR/fK "ǗN'YGMޣ!hYtbɫcvU]F'YW\guo_ 4YO%4{xt6rrw.t7_xaqH(|E~Or\>ɖ#"7_2EiDL56x:2+#ؖ#kSH^-5Y=X2hSg A|fko:Q滓iLB>DW0-q[(nf\{*s)UEjbe]ٳwJ93ԎNhIhO8gN.SxhpdДPnçJ镽&xw^+E5vmbdCr,dx HXqµ8-}0f7'!iG4D񿜫:yG,?Zko$Qv _yqD7DDzBg?:K-crHc.$BXbdsϦۇ tG=uX ˘3|tXBNf@Du)IXiw`Gړ0AQԹԟ%6ѶHn8JѧB4(N',xvd:K=sD%R4nRaj TUKK6wzpЏ*˯\bztGxgHO<cРRZ$O1/e%11TMNnǚj}1s.98{df.P;V \49TpiybxS2nh!L]} ݫo|a̷$)כՍZURgBP1F`zp(!3aM$>pWsǢNXcw&7/%'p'fF 0]0OS' 2︶;?LZ"߂C|Kh)ӵ jxG-?P(h0'zpBMM b|jy =e9g6c{YZؿr흖3x|Jay!&2LaH' aV\r/65al>j<6za9òHN$ "Ag!Rr4E(/gCB4B<q[’s{>"?x^Vh0 bIMjl%RベG5 Ϙ@kX}z|0ܿNaf /:\Yw ^hGcº<4+)9ጒw^Ǒ]H 4F#ӠxCu期 "<Q{o8P_9IcE]~yyղ/9e"EyVjZ}ަ7.].+7P$i}u pP?Mc8͐SW.\6m3Zikޭz,+j|aipavH 4fzg(ZQ5A)x ;%.]84;ٺ0dQ~}lڙr?6]DHJokT#:~gaOnf"FbLJ|ՠ}Q9Q'pϏj']6ҏ_Ѯ+"QTӔAiZrAӪ j#2t7 H?ͱY⏤"nb-|%cmN©{FXb`iDz?&H7V'⸨M ^,^2"j!@B-'2mqAR&ZAG?k5]xt`x`$. &9ivSB4dhC|Ġ~%E$>c%/7WR9Ѫ \\t3̮!zs"`LƢe~@{f!:݉;Ksސ(`767jWW"])$.^ zb ]u)*%2yw09n8|c6njnssU ?;KRzě>I;WJRnL1PlUUtT;_wJs.o]̙ЖfJkE$%4GƆ]M]HG5YoL(1%.бG |Va]mf&GB&ԏ a +4B Ƈ.oa]鞚|<ɥē2]} u(߳=[8_r1F2QbÒ8KK5{J#"s31-:vq-pxcv ca?=+m Rʜ\Z(yz~)Dkr'?.5kiɄ/'Bn ^j1vmx_c<.=r f̹H7Svۓuz) e=Y!Rn#@5UdR(fxjouĆo]l-l 47n'NzE*B~nӳh 17qЀ,ikJh;qEɽFR4YJ Ȑ<ԅ4+m?T? W/!y^#oSJOY{)V%yl1j|}=سlsxa+~*I̹x2Qe3/ZJw(}~2ژH|ۡ!՘Gh~*Xv.orgjDiɈ]51C5.wLz\@hI澊Jq2QfǝHzt_kD)0' ;< kY-'3t6ahv5V?fƜȡQ)@ 2JL,aB}@{v-C #T#o(aB(3jv_@~u+=)}sTs2{\Ԁ[F7ěs[bQ𠹷FZR³$ j. }]O;F:*W MuTH]pc{_nC7Vb.@A[}+UNJJ/Vj&XJ`pjpyyG#PDUtiwze*=yf#,yFEO==>c0:"Wlϖ]Pp L@лt4 Ķ]Ew{}|`2@9 +A0Eߏhգ˟i*Wq(u]skLF|m;dVx|bR-^e-{ǽtv~XA[~rӥbY>ϥ }E<W& g̀-^hTG+J1]:#Q+:qd9 Pp xFbYd>9?lh0aks;B/̇{tqQK=kMKe眫 ͨxMe,ןx\20#(W@<6vj4,F@9E !<" $Ks"732-#Qx\ n,n+<bY&J+әN(ڋ&R8i*pK|KhƜ,ZԊV6PpKV-ׯ7<"20_5NehY5bJ3P3i9ѠNs$<5ޓ@kmh5UPF1>j٫s Q{߫ƥw)N2,0rܞ,c(Ϙ%!&S F8~qvq}AR.L'laTzR`%c 4@Cc=jt  KM5C۽{vUv.qg9`ac xs1a$ᜨ(3Rs |k.^X(Wk?ǯcd #tcuf'yn|G  _-Zҋ]~E4=j6rHf q"Jq*^I«s}3k׺&*ME&ԡrl)Sn."a^s#\w_9XmcР6 Ֆ܅އ,XR ׎81H7S@یf1w6YN%9覦N1䦗Q^0I(z|\.:eK^-Vk6/0zy,Zxdo2+Ɠ vXA'H=y1lV=#C.^҆iԄ5~%uC{ -PUV SW?VB.#_l+*Ur.,eͿ7`9iU3Yf=99ތc.$_}?pQ1TDGiuZUqpar5pXLYzD.x UXI/my.y M,xEwn器u*mM顳,(a/OR(뉕 A%5Sg[ zr4ܭbPEAfϛ}B򫹮Ҟ AƩY 03Z\u\l)5pFJfr8'Nߊ й Y2I/V1q (}Si4"( Id-A|8ޣ5Y{~oA=GMcVf괿<xKm, 2fGk5bzmrԩ4< #s'⑖l0$ 7Q=]ݞ+a!2hNJJɺ 1Ԑ߆y"8(٢;[`%W3;S@xmJbVZV.j~2+JXq8yT ƓYvN߂x\00 |X TS&#COT 9>mC Pə49ɕq:Ou9"`[vt!;:Hc;)_J_FgޔѷW t,u9R;PLFT.@%c6NNC8I=c?7ȩ7IB;~6q$ޯlQ5T<+綡,Γ(4^Zy$R1.?@a'˩TѦsS]eM.Mo9/Dud}1-GS1!j0I 2e`vK9cN~E?}.9x(Z6ÈBҭw-\xM,Э?2e(xtrik=aEs kٴz = n0ߘNðsVuBiCʝ56kuXLBq_e 71q];U@kvYpi.3j+p'zy2PGV!. M#:Q}fkyylB >øI?C)om~_uhZ3W֟z䣚FL{i]e};aR{cJvǯ, w4]Woq+l`'5R {mW[ζ#qĀܝh>#ft9\Uʿ`Uۇ /o8 [ɱi 閽.sjyKP찺eEG\j(tJ D"ƄG1>r4Q+i\h􋽵Č.+@~ (@Ӿ* )),?Tw~԰>qP2#ԁ TUiLqA^IY`ml5j=>(-ڣc iI_{Jz7D,é":gQϩ\eeu5&٧Bh@31JG֠Qn:[avf}64ړ Ά2۵7]n~I6BABoj 'ZJz8:rs~6_PEeΈ!\~[$ Nj ,i.}X40P|pCZwd"R—=?;xj`jzBcCQn/3aXA7 LmлoD=۩.!/OPev.@+^⟝akx8Q_ ˆ@lZ[7ū!jy6:/+©U_$kX4TChp.FQ1Hjzl7ZK[j$-Wv%Fѫ2GЛ]yo` l̗*t=K$#M^A^ޱ1|+sxcE^Ua5 Nsl4Lx:- ~"ŸGxiu؜#׎B@2>F#(jr,!h]-4!F;5 1hXN3 R!'#?,$y.zJۤ03b3v%G8tn׌5T%ibL"0$&><|8.4h0_+_[Ō907h7|[D hdٵ-t?5ϩ%I8.Tl07dⶥ*uxyzhׂlKC{šamLA|tEU<3BYɴ~[;7xat}VMl[ާS`3lH_?ڕAӠ, Y<OoԂҕ 4-w>%Q@Qׁ@X8FXromԦ%S8$ߗf{ ̝׻6ȦS Z%Z*uD`ͨ'qVeZ# V;sm&t2ݼ&JWi#{,[HvvvHNr.5Q'{(1Y")m6D<$g

LM^xoϿGp"Jo{F1||jJxClhwA!䖞ThH\Wf"ewR-`sМNS`-O#Lڸn/w.K90RC숌ڟ-A'*yM(8hrj+TCBc $ ݀e9N=ŏnR;G ߦ u*Im}3% 3Kcos{4X1^,b[NKD)"؏NՏwl;sʽ/ ,z5rY"(bd( w5|8#n+ kDl#<ԜfC>9py*/v(*;:ha_MEI%tKRȫՍ(w <ƒh{iI^P*nNVg[]U7sě{eWk~Ҷqɫ](}GIZ2`oOXŷV%ǁ_wågmo+*aEs{M̙$o2$5! bAR:=nsu2̎4Ʒ)mȩzP*έF8OqбTv\Su 6Sٔ>Za}#;isi{qN~k .r3>QC" L3d('~ ^"f,^Î?^ZdNc?t!95iF.VJW;=Ю,XHˤYFW%O6$|@Cu#|~ؖq6@^F[LȻs|x?"ݍMTn@< ,l RL;XW_%!J;Ŀ'XD17խN`אoסta^"SE8mwBmMn's.V'  evM KΫVn˨{3*RT-Ǧ^ 5IF٣-2$26`%uh`B8yfL FCネ$%{ uvGՅG ^:#瑏9*Gb/qMh"Y9u7D㘡gn* ۍ/B>-9_2sȬ]ݡlC};[+ ટHm ߧ!W=Tж[m G:8njIasQpϵ'[>f9{}t"fFz?RJ :k}!*Lpa^Gp+&k AL =qO7QJpiWªz;5)gÆDl8K#R1Lⅅ:w"iI 5As+] *m na9W4ߛ!;#Y[ǣXSI[d'}Y(mG0pÙCsAVey?QRmdTWm˅IcǤ"= "7 nQ%FfedYF.4)h_M:H9BO \tZסRb fS$f|Bͦ)lvs]+"NF>BJW4s =;v'~t\ 'l/ tۢ#B_KGd>ȓEڡ!>y3b2,#>~#Ι3KX({I&E*r_ĝ96|a^Jl 06*#nkR.0/Ѳ,{$>BqI,iJ>BFӪ'K:,:1*-BܺJ2mC.4]z1-].|!$n:B 15`v|1>ҥ=̣y$ yZwqZ})?}/F(VCdE-<ო9B`xC#i{p|*+'O\ym(ZHu';׎B$_%[/FB2z89c0XB髄 髡]_zCHqڊl{]wUxzu)^ ǧeh@@lR8(4 RN,g)`dAl a{ҧK"\3] ړnri!%@7[.t/:?X 1#NfpZZ\Zh/[ZtʤlN4[J-@H1Vp.&[7m])+:z~J[v=9D(]psKf ћ[`joVrnMR$02mXVh,$Op|&m*m2ixĀ{b.٪˟F3m| /pi^|ȗUշUbBe|i4+ _Qhj)~{1"LXY+>%S㊃*8>:ӱ^vυHD\*kn(-v T*o]/*Y89ѴhBZk&ƹ;M{us>y:srU u2@o/5VK AIzF޷P_6>T2|Ts*-O WxYd=&4Y\iާTx y"I}cHb;<WQg)n v:beǡ\Qk@oO:oCm|qX'ZxZܱkvb|=B)ey9>25۳cł8]GS*kzg[<)2Iqk4<^:46a}OЪ`̸ esB G+Dh/2W_tq1O`0o%VMCU%ܙ}Bǂjg,sl%euš<\^US&,#GX2 I?wt _yQUjrr 4#:W)Q; "Q#'s3,ijFj>@Jd} 0!>Ll>7ZgΖ%eue=b@sg8Xh AdjSA} F^/e*{f\:wHQ-ޣ`^akZ(]ڳ`"Zχ`D5?z>90V_I55'*M 6 `}.h:3CЃAރ>0A B겖弁 8`QX9~mi7҈E?9vX 5#E;w-E)XTYf;ׇ6ޅ]8%+͉$^.}>~ +) ^Y :pf$),>5s ÍOvRCGJL˷= <OR>x1Vd}7sc}QyO_G=lR>O0aRܡ-=/(:?l(ct,sPU*ط ƪ?P򌥌m=d/` e~ ~Ais/0fB,4pu6>b_CmLZ76ʣd1 <J<@nzi0}XBzɜP5| cNR(hZM1OD֍]voe~CURfńRϲE8U`.C3 %0!r\Re}Ւ0$^tOv=GhüJ Ί|~];oڬ9ы7W='S&]m@'CQfσܷx]EjPPqө0R3 E ш`efȿC>Jm \yzo@hL؍XÃ%z }1x.ЁЯ`3fBi,2bEup ãB5Eep, Pͥ%Ks= WalǣEUGdf))YyPyX'S/h 6~z@<$`] |`X_bP|>H6bl{/TM3JJgz07jA\Cȭg@BBY流&tc(>$EJR1 xwFł8odhնy.sbɵkxF#a#ͷkMX:}`Ebv ţ&\9͎̕k7BZm`)ifPQr~dВC3Xap_N'CtDL 㫧֧d>%=n8 ޱ|?kQ!cCg0` ̀H_( B_[{WbMy,Hpظ&:s } m28(V'G /چ2).&6P8Kt(4ss䵤yŴCM+V$e0]6_a:6ys52^Ɲn Tنv- KEXaq'Tvm lA$3ɍ[@ɷI{4w FlՍ &/&h{S8):uR-HD0C]@xTq#>L.[d-$@j!ϵg(`!*Ha:W#݂ɀt==F>`3veɮjrȲ%+i͵,:u\J:(e7{˺R`ZTq)΀{{\=Jg&Ӄ"=kQ҇?Kf*D ڜNHƟ5΃'TZɍ`ǰ 4LhmH YZ5]qpP=xhКF9 Y-n8B|OG}o*"πȮ(Nh{\3' <*D-}'V3tÏ*f1d?J Ra#0#l.)0/'7AmpATolSՇ> {W5n-Yx$(OO,qL*^B~ D,ZθNG(H@j}XBNύY.xR%.4vq` jx}.e%`f#/yV &q !ʸ@II'1;e vYA}H[ -,1Ϳ2 ` ;I( m|m,\mK$-b]ǝ._çR6 +`SpQ8!_?}t?+24 !#z'-/m+qVr޴|3Rb$7~vK~DA?\$ FK\]. )5:b= ֥;PpͶTo{rsbk8]:}r/0`VQ9;EnKsOkB]酫$3^FghFB^h]`~[yAS(Xdmr!ڶlD;PG5i]v <^"<%m<"eF Ie՚X9 G4h.MÏQ)1 y!IFU{}ҠWI"7;1®wƠ2o*` 3HOR9.;[{{h\!'Vo 847 ~fG\*Edr,>hTv 8+c.s Xw%z+F` )''Uyv=O 0%'F<5}穁jI~ oux.bOJCZe;I\&|J|eS'A4Q"ګ/p=UC xvn b0cBE&ˆrG|J,(Æ+Ik8qf6vd kmjsW vES-L)/tN#FD냮 q7{D=1&N'>5w7^&47-".; atIz i{}}jd2tRD 7d˘ LSHkHpQF4#H-":4R ȐQ g\G=[Dp9[x]61E.b8|jlo@lǩSSPyJ ~K+i#'ۃ3jEP6/\VB"0"^t#w*P'i{&36l?2S(bV/9XM!d(e7 -euU\F(@|B VT1l85B]ߪd@UO%$R6yxWHl4g,z &18\rtPX$U X^V|9P2odi)N]MQ“Xz1B0cZۨU]5}BHfJ=8});h'[ uR 'V 끢A4ۇa17.uqӼҊ NTîvtBV>YZffpEr< sBYU{by|R*p~!^mS-;m54׌%8Z3 ˨5y}@Fۂ/2C~=lmTcSk7+ezM+vx+:H*\^wњ9>y=5w5ŋaDǷB)cTuW v4|,ˇ|&%>ăh_Z?V2 dˆ;cHiZ.WK|bTU*Aca5y Os2Y<0/ DKJTbq,/,tyKW-lpgAv:sH|E0yS& ':<+)vm-;"2̻ 6#=G 'X[5(:mVY#]Am3 hJs1.ﴧ|p'sRv2$+ `h o{N&7ݜ^0v=a]bek²oL>IWUJU\fյ9>AkUp-9m}^% \cm,'PV8aaJ@|\]}F-K_*Br nKrt<7be|pg:k2^Q &E8+p (ۉa+дejm H7]k3&M+w'Ts. C<5d[$־DK{oAya o八+P mMsizZ`v'XJ|&͕:G"@N4j֗CDu fȅӾO+뻺UCv>dc[1s DV'I !~X2L-z3Q䗎P2Z6o?AHZ'Ǽ':Dž)65'Gd^A)Q3#ajOJ_"NguLipN`͇~XWtAͅP_6tߊSO|DK]=|.~JhodxL\QY1]NLgB8 <7+9t >E0N וF?1w.np..پxҤ=˖D0eҨ\mS&h+{bai"OQB"6l3%ZJd˰S | Xd$<61ډS]xԿ 1f&=6%ٖk==Zh^D[>[iF!=/oF6BmvȤPE^юtv4<j[L3N 4/cMj Q(*K{gvcei(Wiʏ0gŒtŸm5̩) ~bdۃ8-R8cc g9ՈK W +[rts1CA]u$RׇpʰZ[O6euٲx}[%3D>g3r$Bj}|W[o_?`² n2ݙTbE9ݩ-~ItɑYvE, y_3ON܄dz&RH}1q.oj?(id6:O\]yVA1yO68"pjw*l!j %1ͳn?vj${{6HfQJ`4׊ RЖMYw9GrV@e9t-Bmʈ1tᢗf 4~#]tj3D^(CG% ,Q^(5K糘`h~Q:e`i 1tR]t|ǂh!fLhIWQjM闵8@2Fi%( 1&?os9қW8:"W4{o>co颶keG ^q/.:l-8q'  `=/Fq Q3ZOm:j[>ZI'{>7wg1h0 n!\wvZc kX$4{m/MFTdd~;[oà;FMsqij}Ȏү;+q`&#qFnA2)?0YW#촗U2㷨 Z- "mj-(tKpW;שx#L8`?E^j|~kz313)Ҧ."zu㒶ɏ:h} 1xN9Dλ Z3W}0 *-7'P j"7ePQLOH-&d !QKCҖ<>PS{xh2NՔ $0ѡ{][D:^"gH ;9~|nK*ry }bB *Đ|'3_h1+.P&BSgVCoH,(Y;-x}NuPi2eH|Y#\N|DQzE8rO9_yt =Ǚ;qdgᩑ?Ϟ_db2WykŇ)j = Od6_w{;VSrЊ`<~EBv8= ;iF :N'hW1aE-9/ESu+ܧF}¨i\$tBc4Ԧq%{Y s҉ _2,z8s[u,1!_{Wɶ76>j2-{QT2ezF[=D.?t)ɈhHu, 1ȡ լ8$P=Pw|_3"ɧF<406~m{i}w7A|t@$'0 |\yH[gL.OL m ~}n!(kqꤧkOF`1N;J14WoƇn`¤P-B 1BQ0V L YmH/OM?oJhez8oQDġ~im:O;CA7y X6\rw OFOZ ԂyN,#0G-yw?kQ^5^i|GR~@Dh45jI+rˑ ֩A>iMV|s>l CudS&>2O6Jx1#qa~~cny-27-mI9oC~8IZ5XQFփJAP`Xab]#?ڱD[5k4A`ۻOJS͹[kRfWLQu~Pܗ@j%φ=1 vҊߪ/oK*V16K} FtrA݌qJ:tEivעy ;^ \8cȦh4ϑ2DdS*ER{(o0 ^2vw}ÌźiY6ON@1Lj a5>.ṑ4x=Nx]=" =ΦKVr+ 探?1Z93c]6ƚA (pn0`;"9Oy{+,池 3+!lf[m7<4'U:FIq&X͛0*H 3_uzIH8@)]|G12$x5p!ɑKYwa=rN:H/xLQˊ۞4gΝ~m!輼̷zMaܬi63M~z+gZ%9mJP'”>,2½$u 0\9|_l ɬfM A5O-%C[YMɶZ긣ƙä @(/J} x8v]>!lξbJ}-}"w:v[$O'8nyH> ~>C%+Nnp!uP'I "eTԎ \/`Oqq6!)2 REܳ.C+;ϝT~@|oøJtQ-KoWY"1iE)!(cC)AmK=>OF)Ϣ9v? ݖ%F،ўĜF @߰ +!c]^gU ԭԧX&kDry\m1;wgP#5gVn|c[:ieT҅=56I!";2SkFRcZ%X0!Y0`ȧ?0 ysB f?SirfbZcJt4[e` [r =?D=q!'zĢň!ˮ#黸#Cܔ lۧ],bȖaii)*Scev\ƑɁh,wj0 DkWiށClo eZ3( =`Ud^BN#K,v R0ЮZ*>pB_/tYoYCBȦQc>tW`y\7Pcr7Fq=E1mNt  f }$ŽrO˸̢],(/mݣ `FcA @F<-ww)usIE}>$ѻ Š 4!O)}JWFU\؞GMQ 18}!i({5|ڢs0aؿ@+ݫ}֏l7F+gHm>ln6۱*?qO'8-bOc0h{ʤ-PS uI $@"2J.)Sݟb&a'jGT|l>_ #oFfǔ-=E}}IbW *+Ɛ}>WJXx:{zJ5A2F{FI \ez# FtgIqIG%jkt핱?):*80Cট?ޣ5 } Q@Dv+1p .G *? Y`ܡc;TiWF >͗ n4ȤJ0h}?dYɲfH GDž`8F :u e ju@R1*B6# Sfe0tE?Yv| G+2;ԪQ|8Of\ 埴RCu).W;Ҙ\1.f s~? ɺ ҅Zؼ2PfķOh/3Kh'eMGeaM%-*ze)yM6"ug#L,}D^Ġt1[6H=#TqG *_Ʒm=4i9GV~vo uwQ 3ء_g*QnH^-v?raRuE`VlIy>\{C`{.y3  -0Sh-TfeKG9I?+h,4 kJb,/.z3gP^K.!)m4 3[KE*1WvDf G%(ʪHw12m0N_0^V#B́;3vϑԬ}aF2uZ?`2;D_xLp- k2+\9pS>ERF8c,=|-~K8OφrMoK`Ý pK=L#|ȫtq߮KSe_F:`I K%0jCL꬈iZ|SqXD@ 7" -TWkvLY #`T"&XC 7X~}̻o۽(hbUYv0(uN#BV[(#3#H(89dF?8v/;!*" Uh?8<hװՙ2jWVg %9`^ˉZ cg]Fy'_[ hTVIw>;fo 4t h;tkhf%0qDtPV_}an[Zt!R_7ٹkM!qLAd&feWlY,+U?{k)k3K9LkxsYcF'crŇU'{BFteB (0"ݠ~5o0j %#wVXRs:K`!dqb9}5NlU1G8޸"|]S\&~ἅM"ۍI*: ^3J~OiXޱ#)@~Y^Zf4R?pO…,3: 2jx0})s ݥw*4uȁ]_fbfc10S[D /N 'aŨbSM J&\EX]z@&3.ʷU,c辠&S?(U.(Fq㑴vDTyiW V§nKK!=Z3|*Eaέ7Psڡbo Ѩ*ܡ]](A[bQfX҉4!ވ[oGN&jI ]sd%c3QԴAG+4Zv#4.t[1fUǕL2vħKH>XK|D P0 Я^G׮OnBdy#(l缂&]:F |%|" b tK D6SX-gNhԾ(3.¹j $Mij8@9!IORUٵ:$ϝ}ΡX"M~%tSo:7c3yV2(`Ma-c1ybYb@qtU}NrV^PnwU6~ae9I7CٔT{#*Tg%'wnI#;x}Wb<`HJ|C-eEQ bh}JF಄YB9~ 'wDޝeU/=/I,B(N7 !@貤̫֜->Z2Ė*@ EW}:?=VKjV0qѪ3&ȞϯͪtpzK#.y+< #+@yd+LDIj"b$鯇w`lCqyQ(,r00+z5Ԑ(-A&vX'dm;BO6J\iq~ZҵH/8-Ecat=wٵ1k(b﮶.duX^N}#lZ$<(`NKUojhtR ^2[!0A/^,Es߅L z9l(Y.ڔU_"81^Jvvh蠰ZZc6wo [[{-I!aSG){$Ewg?Ќ+:^*H$T?z 0wTF<s¤qZ+ryjvX ץ" 8o-yL3J|Z"$#@p|(YVh] n [,V_l=Qm'+=.v=RmN T'7D.ndǿg y!gTmؒSJ%}Ķҭ,1$ PK^UH?=hܞ [`XaWNV^@gzbaB+&YTC;ʞC ) GRò7^8'T:wg\)Bvb 1/*+-< xW0dg!3jHL/nStwل+=B!׀%y0%~-gRdXAYь>$`:V"='J(;,s͠vz Yy+;)BX.N\bGu*3" O.T=aA-ұx凗gaf~;IU劓r={f{*]=fU'8Bp^C05yK&/'.Hv[3}[<.M+6~c6 d}."|*,qu.1j]VhͨSV`BmćӺoSGa s8ǂp]9CkΝQX:gB` :Bjb`^#7>#6-dm '\93M+O8v  :p13fj)if*8d5/~@-f1dsӬD#?3ak6a~+H7{;QM2]&JtBJdcliGTw7Coj7&v\:= YZ