libfmt7-7.1.3-bp153.1.17 >  A `Bو!M@eeeSO[4Sqȭ)Ѩ\MD& {&)2^'^q%j(5.y i4<,EltgAdB3؉ dDirdPY8]Џ.pNHI9-_5WJźx?Q )> nf@b8I0H}Mݤ׼'ވp鄮׎a1t%v&낐a70317d65e55d1b28649b352db684f46e234f60ae11d370006b90d60ac53581c4ec8bf6bceea8d2b4347087e3f4971d14a04bdfcP`Bو!M@eee*s|}+=U3}|Eƽ\0F뼀uDSЎni[G `jЇ?yy*ث%EcA$p.OS  5=f9\i&)+5вLGGŇ2d lvr*0B{ oU7GF}HE1H˞}gی#P`;<%;\+M> -Lp@I?Id   8pt     $  $T6(^8h9:>F@FFF,GF@HFPIF`XFdYFp\F]F^FbGcGdHeH"fH%lH'uH8vHHwHxIyI zIDITIXI^IClibfmt77.1.3bp153.1.17A formatting library for C++Shared library for fmt, a formatting library for C++.`BXs390zp264SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgUnspecifiedhttp://fmtlib.net/linuxs390x/0A큤`BW`Bى`BX_53cfe146420c810202bd2cc2a4b2d28b544e6b05cdccb45735d337b0bc9672e9825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8libfmt.so.7.1.3rootrootrootrootrootrootrootrootfmt-7.1.3-bp153.1.17.src.rpmlibfmt.so.7()(64bit)libfmt7libfmt7(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.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_G@___@_-B@_!d_c_@^^@^^]@]@]]@]@\\9\ @\ @[valoisio@gmx.comaloisio@gmx.comaloisio@gmx.comLuigi Baldoni aloisio@gmx.comaloisio@gmx.comaloisio@gmx.comLuigi Baldoni Luigi Baldoni Luigi Baldoni Hans-Peter Jansen Luigi Baldoni Luigi Baldoni Luigi Baldoni Luigi Baldoni Luigi Baldoni Luigi Baldoni olaf@aepfle.deFerdinand Thiessen Jan Engelhardt Luigi Baldoni munix9@googlemail.com- 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/ldconfigs390zp26 16149940087.1.3-bp153.1.177.1.3-bp153.1.17libfmt.so.7libfmt.so.7.1.3libfmt7LICENSE.rst/usr/lib64//usr/share/licenses//usr/share/licenses/libfmt7/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/635f47ead8b0856f308f5371f208a3c3-fmtcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=16ffc30a996c8ed019fed83ca89668ddfcdd383b, not strippeddirectoryASCII text PRRRRR R R RRRLU6X?a})Eutf-8d674d87b86c0f9a58599668a7855dafec80debf60914fe2a06dec5b7c696d9db?7zXZ !t/] cr$x#DdA,ѴO(Q5QŢ A<eiK ?o~e0 ˡ)450%~(djՊz~!xD̝ig7`½" %l}R xs{ ZKy@:AÿEYQTŋp 72U/3OWjun혏ک2UE07di<o~4N^f1eoaja,9txC|62mMg3xؓ`N25@i*.R,H#/cě.uKV JF`:B ob/\kVmM3͠'HGF%[kmD-vEՇsBɅsoFjU@9`S*{hnM9Yz6OWĦ}i2 f1]f]?׭cq)de ASUvo2CM9i ,nVBP{pbÍW#oP2%jy=| J(_6g旘'1bt{?Pn`2;vxEkovK$-Q»Z=\,̞RnTY=-+mYU^ȗkɕ8ppzlYI_ آl!fWpBΣ 3"(La-AC+'U ,I0$P3,lF]9UX] -i KbUydZqlt1%$;=v4'UD[z/1##x7\\NkQ@8?Sdҋ $4#RWXH.ȉ~.@J]Z !͓`mݴCV\UY}[m_y#f٭(X:"ORQxݮ>TtuMKugyȦ#Iyd3H2h?beXvgf`mk$lk=հ@~%UAŔ\ʑG}U1*svN{ ce`Ri#XeZmŖ*n/\&Hf)UXڅSr28otLȽd3u#R6 ~/=H^zA XP ! h,^7x:^(YnRqDXFDNA?P+ @Wx\ 5ȎV u&!ͦb;ht鶪*i9*HX{jcZ6_n"JXy6嶭z4 bs7_Im6֪ɱ,~59YOa0a3!jRď+&3N_] e ݜzSH4EfJJ6q*< tc}6 JC2r M.}/+~l h_́gv,Z 82d}vޑ4G>lWh.8eGC9P+|Yk tJ 'ea he-jnV@37e·67!ކ)=)gLYjpf{A <M&A,+OlA}Y'_TıEM"pPDA$u %]Qɇ6ENtfm*kphƂ}O~J8ц@j-%}[h$yoGbӽ@3%sv0S+aKMmzĮ !uݑ2K 2Ҳc7G\=/|^uo$D:fbW(0^nAɷMf:KCM1{Obh W! G#g`>tpjte%1#-`^ȩr)2Ws@%T^NA`Pyeoҙ6ܣyqu0 orkgCh(Ep[ E#>RK<=q}Օ|Di{ +y3F1w2)7wx>jDgk#rؓweIO5<6K[7 +進uRi8@miò(hënW+tbD"}KPd||Gy[.SqO.`c в!x+"DȔ(=1Rk ۷}<ѮE. Z"y֒7Ζb#̛"nξCǁŹA(<o5|?2!0OnbI ?FaW&tun3Q&uV,,F%8Z*iAMHMGP[à\>׀  ~s.{ 'iEx ?T)m P)Sa8[Af?tl0z8ӧD&u-?T4Ce0qZ4ݖPn "D'w)V@ob4%af~]&}jXKDH ;61$=# WRʫһn=ilsr MGeЧ': |W|'V\W ~_)ך돸$`k);W\φJEOM|v {1\H =ʅB\[`^-B6vbc_qg u UON1|ؔxa?ߨHs$Q Ͳ{}B7+=Ze騭fηe~& Q&T+REh 3V̾x qpuHu/(DebP Pl_oԯw2 e\nLn 'y喎k Hl m {\E;x I̸sʦu4 |ٯ& xw>P2 q ۼ]ou*?K%ϗUȼ`,w)TɌ(ɺyO$d`m*;P9oމ ز"K_`[q+=ع5.]%V DcիG,7v'P@XdV -<8{Y. jݷK0Y'3Gb5mJM%M{w78]pnxVQj3Isp)g|w&XhVaWeGvt׀OK|-IO b@4ҕ0GgZKꯕ3@Ɔso' "2gHj ŧ$XJ*S:恻$vsߑ Wnߓ=#I!*S{b0處[Cfq@l4:.Ip K=B$tjMFf(#WMNC (捥wOZ̼/io ɜؐux"F GC[jӊb7=9HRm|9ێtd54& *!gȆR7+@8-bgmޙͻfuD"ؗ1` BקN=Vjz8I8axn A˞6Ԯx<2jXgqAy%Moxa8,xei$C'sZ6|VTL'\-:,tpJ_NF|: hGgՇ]A~C^ .ړmWAa(.DdqT1WٝƔwi@0ۦ?vRPT ^ DC'H<3ߚrgZ\!իjL֏'W>t&67 u(KBo2LZ~n j7)˟Q3!]$m¤[m %nMkjm'Wx8 0.+ [SʫL>r"( Bxn@o`C&Db -]Bà(;6Md A"/k7AҲN]VwMJTC ZCsYohW 'jA*#Ṁ!n=֒u r^Pb ù=;i`:Jjcoff)"%p=rէ_cP~F7 @t8Zd$G✷s\k-,c{da Pje@#N³'J_'!{B y_u?A U`:뮑!T}Ycl1/hV K_ &pbk G"?7 E͆.vu?@dK)Z:zAiiޛ3TYy&.;nuhE(8þFU0P[y7IcF%.i_\WL:ZbxK(q[,3ڏhhFMo\z3nO$mܫ>@r'pJZL(PVmmцbg} qg%!iĥJn 2RESυ#Us=8o:.iokUr5Ax Acӂ+!Ҿ~>y3g1$\2i7%% UU]=CbC%3iowNCTYt@gԉu:y4Om!U#ޕ>$m]yRBA?j~"7xԕ/w3(;} 5kp3z:5ϙ>ZlXכᏩОXm4b#(] \2V=U>YJh|CeޥgސQ-W9-@ kTU G%7"յ> B~0?:f3(0&Ud^jqcn<9iP`k\ũY+mMVm7&>>eÞVR99Ӱ?3Ūϩ\ {ߪ#Ax}7QCMAǤ&de4wŒS ( e 1zu38`T>-o(ǣ*xNX- )Rlnm%5k ^pAzgl'F75_R4l0 +hY[(9&`*?Ҹa* pfiY+y8u ZG3 ۟d%ӺgDs.|L"@!b韥p1dRT>C[}|ܘܻ@Ѕ·28#ifmنLT)" աN!-߂IX&97rAU$iv?TXzM.u=\Rk5[tZ*ӊ0ܾ7n.`yxU Jx#/4(H(Mٗ|%7 G3d(*IFCJpeQJY j`!2QGX*݊bL-#uYP}-c]*NkI wU ?ҥSqè%F+*4 /-=|MS+jzL(y) J늑3>u9:ID4b{{\`;qy/7ŐP I^a+°Pc+ ԭE#}Qp'-F2Canr?k(O5zQ,[9tNśG}R<`5c~_Jvۇ#4 j8jZ.]:kXYK90Q7Z؞M6]^m7`iE#=Dɸd]D RLTF";iV~@t^e*.+. IEj&De`zw&QAOQ ا!Yn)˻`M"v-cRBt{\=S |]5<Vy*3( ڂ>+wD<'7K<;\ Ɩ%ǻr@I!Z\7Av-QF=%󄓖mBTDpf]Ԗ;F|{0@:Pa^Hⓧ2bύK9TP3C.k%F5׌E}=O7ī]n8,&c,rP%;H*iUԇ8>$)p$X .&G5-,EoĔ/jPE۝ٞoRJk&%>!Wĕ~eNёK:S-lӡ`xU6nMPI̦ ,~kWJj}E}FRQ6`Lv"ب"oYG Cw+ܤ.\zJ6. 7ȞKfjCn;˪b"Mu/\ɱ rUEw16nƙ[k>4T ѺЅ=6Kw5(ա~C\{zL}E)w%Yl>f%(2Z鹩}$[H\P*XU5Xq4?}rmE-L"&7ഓ5 tNijt~38&t>c[c>v1}b@DN*J0<(lh!j=0liȐ˔WYVsp~]/4k9,$9b)D:y=\?)դl, ~̧ &ÂiZ &M:FȾE'I]ڂ$whXYl@4u1MFi.}Es KIVF.H3UXU3tJ#z(WG.~a D !KJwitYW9BX1Q-EAEè}i։Όp|!Aw9B ta'19:`ĭqjgbwJU؞&5? 9DyyBp3k3Մ*Ah ?.;I = IxIzVK/ y "` ͐mă@}.|H9s@SWoat_Wo Ha ӗxyJxDxGY[ZKXxQVܸ[k| Vb);vBu7v9̈}?~044,WF8C/>ğ=kH2Pغw d 3߾RUVP,7O)by+uT+@u̷j3bo#eK~v(֞O95 YXZYnN-aH+VZPImcMORSƬfRS%zm嚢Ĺ)ltuΦKl3\;lbbi[s}r SKQ .QRcxda$u|Fl(Z*~/.(;[sއugU=n35ʕOcdh:dp@?9z~,1]-2+=hx{nPJ`붎Gs\׻1"SX]~Ā)EPQ:ESVgJ?n1 c|#`lźIJn?7#eEɎsoHZEƼ7Ps 8Rùko)^e5P-}P#0>C+Ft~l.s^p4>PERw.HA\b=F5I7wՐudm5(b1|i,oϔAy3NM޸ ڴxڷ,76id6IvLJ |Pp!br 9a2v>56{Pu'9 zVSas4Z3[n"4^j),y i{48pIfP,/?~/^7u`*N_.u{2y7jv # ZA x*F523,igOJur Kl2\Cl(|x@L+߭tt ,߅'9@3bXM~Q%ez fV,ySZEȓ񗅀"}Ų,=Ѿo?Dճ6 hcS&>Q;f}- scGkuH-s(ӳPb)}u "WYEZ^z41J`yT~It9ֹ9x銕GwY<t CB3?Ñ1tTR*}l x<`Y v@'KSUeԏ'ZxpPG3^t9f{ :8J`7']=n]9sR>f"7Q׳%= "[x,GÎE؎8Wy;D춀mUc8_bĨz5x.`G7?;FHiD^ %4b iDVqrRl`LC2͔t35*x-0Uv]M` Xa촬tƤ~a=p࠰j? @:Cf?&j/JYUwA Gн&$S# mϽ rdp4ߑPݹaJBY,8AIׇ "bJ]BeY^HE?ڷ%f; MD ' iJ\ O o=o Z4C ^ _־^,p4 1ۈy:1㖤[H+8̘Ҩ])-0~-\[fFާO\e.؃ q^UPc~v $ݻ-z1 .Ǡ*IY4{:HEkH8Sd- )nʛs[xBuR:ܯjjS:*^JvFko:(jhY-KPjY8Z )e]w_g~B>|R'5qܗD?05B! %VBN9̲9>.SIpRѪ\/+}%*- t2\t$M{@jFLZ^1_}X@-_rf;c+xaeX]Rl(#Ty/kϟ[Fw`<(EB^A8Av;jZ&.ݼڻx;탰rv)k%Nf]Bb|avK镵 5"ޡy :%D{'z/#c"\ 8e> /mbMKJs\ 5B|[4*<dd<gpp;']-i6Io͌L3C-kv/</L@R^2y\"iEBd M!qcߐ'*p֖ a ^"'7H!^.jpd aFgϣ86<*^Kc\1P`l8`[BÀKkOjk^ZJAY];j֙Ir4l2kYStt^sy!P¶ۥ 3?_$"HsV'xKI$6hKAWQe!Nw\oI\z~^J)p5]2AgʞNxam:Ss[sYfUfhkȫ_s92:'˄_}.qt"kM+ .&nllhrD(V$=0#5 %dDSem-ߴ0fB>gM%zxȉ|772㚼 -9VKX7@MWKXT} D"/R噤bING=Ie4 &:7ÃGZ󇏑F5⢤ӵFLLKQ+c8t.w Wʑ+i,`k6U}+]#MfLؠ+P_|2QEB_H491+ =+MȕwRڥBDOaFA#$4!230a GI_꯸aAW*7ݽp7MFmo\t=i-f]mOw&pr"y@`JNBOZ"&EۊY) &/^Ѯ$"^sBmx[4n`;R ]UK1w:^X/+]LDAsJ&=4 b ',[{":6.9HBKa#\C}Vy:s֥tn0!6JR_aKEB5SR#DP[+ t|Af)Q q&1@2)ixq^u;ʤ .*Uf#fQcnP>ܴ{/-^_Djefh{y afu3M>* ?4U>0\&{NrY5b\gbpN \ m  pX;-*i!}ہ跼4uAnkh߼\q u- yPdn/7aX*!?1ӽ$7 -sq&@`1?;fmю_9>%}եi{ԇd_y.Ny. Ό!3?u,*1Napnΰ!sˀA{L[ō )v,ػHYs$;ye׻嗢|e XSW܍ã#Mgz i=D&i L,h& Q 4 ]eCC]ȭG'~{bGodݧb'B'qz̵ӖmSIHR}@,7"c ejg.DO>ρ&AhRcQ".8]"U`haι !-’-S-(;dM:]L[Oi4\&%8̨PDS.])]$rmVŭz*@7! ÿĭgspeeawҭ)rĎΒzcm bn~iᶠ|Rr+q~ لmwG42K-OA0t @Ѽfa| R]^;FPo5c}&;\X12/(~ yzo7C5an-A')N\$yzhO[ON-:Տ=B(8( I^SӾcHl1Q:9%Ii`NWl?}6GD}ᆹlU˅欷Yݭ^2Mǟ7MԗOGG f ,ں=$jR@#픔 "2\dj99C'={9W2vq~=lh^)ھ#H .;fLCNN+V\5g\1Vnb7ᅳ  L.)xA[Y352:e% #=ӽHD@^vz;1Q 2TVG!T'&5[ڄzp!^u}1tW{=aC7<.^GG- ]|c>m,^ղvж]#SjLŌ29GaB`w"qaxkpM* ѽ*1XaGTLe'l嫌/ 3FFW}J P=|Z-_[6 ZPYU2? *lZ׸G4'zam6vF `,Ux\9& & ^xΒ(t:ibB'JPO I]FP̏K=0ݗz/ꉺ^-K-%p2fgE=BxQb5dvj߹>'Ou1rh;"%YΎ_L޷V(RXEYhB Pyϑ1J}*Z/?}Q wх^bq$&Ce]ܙXgBz圊P;:ݩM{H*p GJWXM>߰nLJNF &55Ic|T3L6?i}]^o]Fj+l }1HK  Ʌ¢WiԣDE;wˆDۼ.3}u5;ژwWڢ'Eta29Y:9!gk9v7}a&է*65-OU sIY?k~Z 3ZArQ 5@vEVxf 8H@uG QRfЩz3r;Y4s#>eD#\Sod|H-ftn^[{>={ƅt k4"ڑ(X<SJķꕄKD/[9OKlpkMxTJvAuPy 9%Ǘ%$vW&)91t?6%2 oNZm^p:,tw5IMm֌[1DM>G8y֐lw89t@̏['w~;a^||4@Sڀ~:wF~$(LSuS<%d ̱oc[b횻aJY=R{%Tͣy'WDŽ; cWY3q8ZN,њL}x֘I],a#餜.N] D7.c{EDH3'N` ,Wu(+u9Q4, rQ$ Q(\]U(dd=LrV8ݎ$2zKuɩN @@Q'w~q;xWY^O/@CMa00/TAŸS>5C7p?k.34tHWvt6:RMnӧra`9Mq;Ƣ0 B= 3=:ޏ).e`/O}d4BjCMQ>&E궓 O<6t[HEƲ ջ"/~(dLnodx%I3\tYSU3dj&-5[=#Mri/I1Zi-}Uqp(=濅(] fIh6NKgl6g(>nɮ ӧ̱% a>IdTn2_T-6l{XV:e:unr{eDE}M&}Ю)9L`SX3'D:e6Y:qv6zsGr&tȶcgSX".0EΖNiے% 3Yv2a,s.lI-PNF:Eߗ^H4ݙ/^T 4`,[5\\_EKxj !6RE)ۊTHb2(jo^qэXFиR)-C𿂷YhyYx`_4GIWd/R@ӃY|yG]w?"˦y _VF[%C 'L]wTSo_};,|IAp1jL(M媚sqCPsڠ\}r@*--1VR fFWi޵aq?\/W"TZQ+a_ mڿ$1n˖N\EdJs=.#V": 4S>Q7`\Q}Wtk~!"R\j$wqL2{ F-Nw(!Tݵ0͙ҶH'ڠ~D2vѢט{~[ -yz'\rTpĉʄ` >`;ԏ.-CX;ysTnjnjrK՚zX"*@cIn/ _sja 'ڊ, ]bN:QZ,=`3} YVP"Ar=h)ō.9AQ "xsک6VhLQ- hfܓo:#@V^D U8L LaC|JQ׶VMk<.z,zL{G,K ߄>|p69R Kb/"O7ǝ?o||t=3Jtl+lWmnO=znq=p>9CuXyoGU.llW_M:) S_ _?q{'jh{˥ .ΐ٩+҇L,L;CE;gK!Da weF9=vŷN(ge)Ayxh¶szdy~&# f9 >*Qnkh`DS TF1}3 -te#)G^@vꢖqhx_16%hddQц] ck+,@ `8du1>EO\^<#D0SG]s QtXtSac1|;#$=i>V:--OŬWVlcET6ضm4+(o`vJQ!kctogĤ0)鮽SB@0 ba]R-qzUPr޶_3"H}^ fE Kc]r nܘ) h1*`ĕ/ОW?})YZ8qY8q)Y0Na Ϡ$E]q/ج9o2 2WhWIMw2Q?Cn? f݌>Lؚ7| JZ%Φ i,wbӮ1$h3TW!B@frL4"+G움;,Xnuw[ ])zMۖq}+"W}5َwƀ0vIąKK|ښ;` GėzxBlP10ݸ>pL$WVbK斸MX+sV Rif<5?ot+'C6݀F3g--ٍ헧yA6>Lĥ# ֭i\^eD2ln\ԛ%wգPE-0kJ2 l4bT0Eq8&Oi/*V\?%+->jъvݸN/ o4|: YvNCQs1j4ƻ01 R}0 ځF>P{/aG8S,ft!\sQ}Qw*<*lNdl_0V " Pv+toj E딽5|~URĭ> &[w* m%<P,q:%::zՃHg+:Y>,V<&+8.?n l}p M!z/% 2/tVvxqDJ@4^In+;5p\W3smMN~pq[6>L*#Y/ #=O}K N%*xK'g2܀/$0Cg=ε^]691?R.˜/Zqײ^>g5T@L|mYt ,ov.;Y|$4c LƷEU](5&:4c|F T?}+ U-s 36;AlpJ{TubMWiZ7?@mv"Ӌs;KWN]ʆʗ\>x-ׂ킮kkqu7t 8lbN(5dT2ѯ\DuHFȵ{ ;䖮[{b mSXI** eD{$U;}dƠB!|)J { ǽ1C8d#HH׆i{Xkz#hHls{L543ϓ 0EiŎ}ԎJPxOlOmBWfZ"8X5K™wue\kV=5oR>_~~8P]({"+bh=M.d,ᗩ86ǛCᷜSz8^ݞO3{'-0R_v\qՉUklJI]U+͹EEw?gSVMyp iKHB;}{4Yyr2ӏQ ?\L]gCR]F7š^(X&o -_$j\Qʷ6kޥ#/KSOK-XƧ ,4 " x{[@y(\(*JMČ\o+'Fߑ7nSX շwmC^FǏʴ%UFM| msCt' 0&p6 /asm8&Nԍ\5LſN;)vv] )CƦy|[ !$+3-63:Y5O># ػz` P 3( Q.¬L%`cЪ2cľsؠІ}[D,_4/mPŐnAS-n-Kw6:i!ቼc?Zan &ZVe4iJ*0@FḓKw$}K-AXJM1(U6ҭ d:ߴþ[mMK4SV!2y_̱EgP'es{'/E_/`ȼRVI/\mԽgү4YTObAT:)=m9m-$A#9( Θ@^MEAٱR~e$Bݳ7vdlbͺÂ*OWEʕGf=xVrq(YM>N*|N;elM/PзqBHdk|UOS臣h;8a#@Ԭf#8D(xwd>&qT"'y몌um"-ʄaaQ>Z/bz &]~%ZTJ<8[!гBj"n#X. k,yyef棰 28[Zl촎'"H LqIG0ۏܩ3n.U'%,*PbO0Dzp+:*gD[C.r*@']¶l߇g/8o&-A3' &ޕ.y$::^-8ي\+ߏ[z6GĈOܥ/4谲ޓ]wٝš& T%S&rߋ!ئUy) @nXOgk>Q%igϑ;^~-"̱t22 \Hz AU>²7| rx< uC 2aږ )kb4L=>W^!SL?d`- >}/_8f/кSTęʣNRUD;,K3P?7n4kD}`WRrܼQliX-Br`1R]JM0x- s?!'$`kxG=#{ нT8%RzũVMx`R5iI0˦ P}|kBaslb¢!OL\R3[)Q"xijuxPF,<\`G`6cUBݑׁЍ%ϔ.MA N뻩MUW0KB$i,==쵰a fH"2UԄxKvamDF 8큋M㖖"_/PW~g.%#˜ 0ɋ^Msia|&jNpF pTN.QJ5;n5XTF#}e?9UDa%N*;`|~'*ոoJOjG\mB8ݦވVg!j4 z".`kuj4>لVxJ vX}*5~z'?1 {4 Pf,AtWP? E?N\( SnWrj4i"1?ܥ-~䃄kigiN4jui f-B6]h-d?1 ]fJgv݅[Q'7;p;S̀Lo->ٝoo[^ե|[;ivU2r m;mZ=\#]F6a, Cf!D2sz/%(d>t9&ھ_R Mg nT9TMQÿUNyc dAS&WNLOX[UJ*kV1yǝ֙VB({̥23K>l}&EX=C"9(1;^AIWIr:n|n{eQ0OT o/q lhsL~ X(iL?~ke;Wϫ9{A,k."WPL 鈒r`U]_rN E9P/փ@1j?f>./bc_>I/t֨cwrhbX Yi _2@E4^Wd :tB"Пן IQ-Xk3z_„V3Wn8$;ceMx,0Z.@1Dc.'ou3gJ-cZ!a1۪o8ɿxHL2}g$Bas:]Ɋ2J! GL^i@wS$\e!A31+Bdn8dG]Q\G{R?z4a(ndlVk/:51O=fZīǷ4p̎ )Ғ&B9*cIҽ}vOlv!F~i!y0Ms Z@M_nn~#76:2TS]ێHWmuzK92d!]@ ؖ8t=O-?f{vS!*j,I 檘6|Yڰ=:m{JƬ6lOM"(&V^Sa u }^wؘz >c]1ւ_p"3ON6螚3cu+qk#/c8F]3fCؾ_m5 s%1WB̽M1ɖ]SF הrlbw&ueD0,.JA )XlђD{&ϸPsq+_6v˼( Dc<+ocՂBr*f_KwDgG~k_>pgcP({[hpnQ7A/1hG쪫^*,cow6Md굄 ='dQ(5D,ʙnYJ.$yG#thFh W蠝tMkxjcr_;)>nhkrʻ ׺EҞ675ݚ9'RQ`0Ca7 S iИ=k#D;GT=#tJm^rw?_@Gel5SBvhxlXK334"brzahkm +uO3=@;}A1-\e(7NiJǞ 7d̲kw, a߶ MV /%?8Ώ~ ꢠj q".O1ZfU`1z!dvV.mnj*҄EӚ D2j|DO^ͮ@͛{$.k! DuQ2$HWKer<5<FC @;K:M]8br+eR:etQ:񼻎yH=͡t7lH"M)IpE%1g.sa&7PdN*G.pJӻӋ}F]p3 ,k>hk* 81u9,LQ%B?RE)E;OsG*GkNݼx_Z8XM1VNBSWA,I͆"XUcMf *_߸/7kΛY [o/ӻWxKAZ^HI(C[ʐ-'&/Eo-Բj,FF\!$嗬5R>iumU}\ڜ^}AѢ%V A:: ^Py22%A5c]Rty~5ZbAh\shhFvLG4֗h'-й.R N )x(d&ɽjRe=T.\'H@kl%j%Q=v3 Q+*_S=>C4sjF:+Od04gDvCYWj'tBؖG`.emlɷF(>{7*b@Kn?evHMv> +? N"?Z6#~&a\zp>{U +e5OurnFH=\ կ7v8h⛟}f.fOT+>` XM?5 @*^:Gy+߾^S"oK_=`.^W3\?#uxC`/iNHD.'Jj'_ß$Հsi ;ĵ(ñ-v*$Z)WIQ[\Wo aީFJ\9a7eTMƑdrɞvrS{bn06kՇyAts>xA205.0}W3!UCN[ȷ}uYO3# Gn%H\ʂ1٭f߯R#}2 wQ)W|S$#Vy*RERAʟr|cS?+J Ǩj̾ Hw 83\6ؚ m5 (qnםgxKQ֍_0c@|ivك%>nh?[gAVZXwl"9Op}A 1 M+6>W] &tƦQo|̖6ڵd>Yq敱0OopIbt|6<eNһk“UD/Q5LX< Il…=:GZedo2%'X!rQb8߹!~,/=+@ a|J:&8 ?_֘moT9D(Rք 3fr2jCKsQ%CaE=I! $/@|WWsA"Y@z4ekK֒*7+ .W#˄!FԞSx$PsA6ؠQL8p =g NnM9w|u0SƛN~!3UZրK b>٧U:F+4Q˴$7pR* xW0/&ױWi?F\K UؽCLy?E),gQ+A<8QB߰{^44|)ѱǜ4$ 6H+"d1UT 96}~quu۱(UZ֒$_>PiKOQKΣtȇ0FMp`s׌{M[ hj<;D }CÛ+%^}n>WI%33E f^${hF'Utd尚1T3*OVX%uQ|L$kڼ'd^fHi"V%phhl9b ]Zk-èifT xA]5pT$fl8JoDGF'M|/' ?6 ?XIl@ԝW]c0M"=qa|Ls txf5vD҉biK(͔m"K3/f/2˻pyblZۻT "ٱmYܜ_xTcU<N`%$ɡB(dC,K).D>L a'$&oH(9^ϧ`<#5@2M&w ts#s):ES~zg1G&\9x[CKKDaD>{r#*V]\v?7nSUo]v-7YadvE7"FZeg~fѾnq~pQfztIP1Yh -[}<3WŞGXYz9ϴpl7 p*I=4udoU|0AgT\ϧ5ݥGv]ZK 6wE~1 i+m,T4 aXYOXپ ݐ`ݴ^ݹwLIP:@V@˂ nDBe[ Ҟb7L-ӓƨ U~Żd70]xnT(GD -F?͵"/OaofDFljj̏@X/]Yvde祫V D&yD؂^\7 )=6*G";n}:tc"_  ʆlպ$Djs 8@}[8A)-tG{6c{k9lfg^l]RI..ԃá53L\O8m"X?:$AD0H V5U쁑:[ð6.\{7*2?=w;J_zc8:C X +C /@kmH177U`.:2447B]M)S$/27ϙB[ {nö6 f`]X{@=6{a!L8H1 wĒbWçh }Rjv96D.>TYlqu^k⯮8J=}8N é04[pSЍviq0km>VL{fJ]ux!1ҹ˵k 1O Ǡ%3*茔6qJU?1f;%A&v| >45 4Vd~Ȝbן6ZjJQz;f#-dց{?7m[i"'Mojĕݥϣr9AdM~34##-2PI*B #%Pw;sצ)PhǁؠA؇kak,3*U#dI^%"YER3Mn)ʉ=B"3 FTB!^'+b_:%#-W8T _2_gyiJPtR(<"FaBi?=9W:=PjǖP-A#υZNo5JO%|V ZK]5 `缟A >*Tchqpk  C/+&|.LQ_{aX釩Nl6 xQS  lD=,$Ih^HRcs]zf)"­U6@e*Ef ߭ƪT{#H@ܸQ s2O /KL Ζ)gp)kp4׎:^O>ix.Z\6; |ݨfm%lT1ÄEOwϔAE8Y&so8Z "Rk9$ ~XlJ!8*6V[?y?JG40 -Tkbm~ MI^Axs{ҽcf`;w-~D *8?WBTy Qk^_֩vL ]P\ܛ|PB(KwnbMP? 6? t/H͓IbRs#5N됷6!GG8x]zuV ]Ak7k|_^x5Rb04ZQd:˔]W9\~/xЛWMnJ>0q%ksͿWPC5W!K VY 9P%mOȌ`J }?[-T=ΠH̭C7/A5V]Lk`py=7t@NElw#w2;]}":_htLޗ y2+4aX GsJㅷKM\MFɟIr˫AqLffKr:,Xk?1JM!EΈWÐF#չM; Z!$I*?Pˏ>|u @bη#M9)1X ZsCzm2t8opjw s. vU-T9MNϠdx#DMgCQ5gM@r_IOFE5-;_[0oۢ9؁2iϰ0W[44DD,9lG!VIuo^e2e-*Ub aWgxieʩAjM5-EzyXBTq^|TIOL#KF<tX hzv̒&#BӐ,:= iK9sW d aĝi+ I}d]']'xW,܈籰;J'ʾ p"h7'SRWP`f&kavMڔ3777p o~MA=/oyLsra _fAoJKVjwtu[Pru]Vz)8\e -%nraoKF㳔+~҅I^_ t+)i!9dGdr KU>vH,WnE'Krl />n|{)rAn֓ @y]LZLt-`< eURs r qIRW閻)̾I<|#29l bv6Jt'I|x; ].KZ۠MblءNjFdzC*юC" ĭkS[¿2C{_elĖi#tVnKBFA~ z%4 }F'} G>C1(^jNB{8QF<0 b_ $;Z܎[9{=ͮ%<~bTDފfA]&TKW9Kϊ=TſITqc}zeg <BYc5ԅCAmO&D+_+עr?y?x=*m;c9շ<涄ɓFGD;ʷEKW.6<`**S#+Grh[Y@sf͔z( q>(0U#`SNv9_PI[W'Ӯ8-cZZ^//YS; w&/]glYoX(K+Ix"^;‘l؁=jVskJ |T}n8mq (pÑiͦ}Zvg_n51/ ^1&6l-9MCUYmv?yKr#P;d~]jv| ӏ:J<':hÝq.=@һJ/8 P. .qܥ*ם@#{8!ŒeaN!Tp~wl)[Z@:l9Z8Xh,6cS8n@O6Zs#7Hw,W>nJnBܓr*w}ifLwf3D5?um?N`8/y?&TkOy*; {P0sF0!7T V7} a.)q^:1re%ZKPx˂B_ΤWgE3.$D{ٛQOhco~ze]יm:RH5^B fGPJWoK7n': /E~X۷Oi2ty̎[__)R 92AJL{Cés_V{TW q@ky4&#\JӅ6K?g#Yh&9eY>1a!Ͳ)$ARhU&g/M>w}VO/[V[ &;Z,CD[S5ȻsxįP7vSt2琢*"J |x)C4fYt)8*Y5D}T 145$N8TaXu\, Xѣ\ZEx1jjw9`/he@ ^$ES .f1y ;fȠkd1QE$s/~ұՕjֆs{.i>f&X䁝sn ?z{q|Y_y3gׯz8CɃ|@~ɜȸ=Uf _a!대$z8_zdxt: m -xpeOLztمoeR^O)1.@xE6jtvQYoחWbH9g$;,ߝk/5+z7m/g<^µ7?|3MS.⇭-i0#sSX0A:Fٯ:?af/2CWE-BzI#y_gx} "W #)m6ၖ)6;OP5Z;WF䆌j?+ةΨ 3XeAN}YFݷDkt'Dy;YV{oǥχY ,08xp^c#(s8XNu;L\M{p+>?ʴ\I}۴,w(v L+쏵Dz]?M M"W[5yg~ ŪW R4Mp#o;6%LҋivçgH}ߍWtHK Qwpc<y 06)_O@|XĜU+?mNc"BAooڳ*nT?#mYƈ&;usQ(pB}aT_B!·o"7Y!bN|%8<(zJG.1|s)I0z`<#[^'k[,8{Pۯ(?cZ 8 23N;Kl6-8i"&nH!=݊>=)|l41{*H#ߔ%9&0܁5)3鉡h(bց<.tm1cUbbPy'§زn CӉ gOYcyI9i7"sE/e){~ZxP3< iTB_<$MLaA__9 3Thw?j-;B(E9 8 pUB8}*}5?N ϣIza4[JMRiZz-/\MJГ;E%ai…e"->s\͕b UtG6F}.Ky 씓fA!\s U8EWm/ed:#y5XH&|=.PRǷ}àϸ3ÜRUCR!\BT:b`ƫGvWm)6!#v,rzTiX0k: :b[Ri6A:ݼyd2V Ou'xw͝hYh¥dV&ߏ5` 뢷v h8N1V35עK;b.|4_`8]g.x܄+GoQ$jfDE6tC!x8%"9.>\!l753{eHLe-Oje&Ki]\1phz>7L B#<ʷehe\Z@z˅c*U@ªMCnbX)_X֓7=ͩb~TbD;_ ,  @eHƦ6{K{k* ۲b`{îr<>N=?3dἺG5mJjA"uSvnmtջa 7UsyVqisG no뮨_- N-#L*7M֪ҹh V JAEni>xC?wnh"s+fBxO-VSɏRהxב@g_a*!%.unQ2TCaB?ĖWC\M oǻRŲp tjqU B?.@:tq}ZBOBYjA_-#,ܬTMډx[f6wܦNP6o!I?"ƘbaB/2|F%y;60Vs>Jq۩)6}'Ôbn ԑx_y廅 (Ia,'Y 19/Lb[^,4[ϩ?}DR:تȋFnI5]f^A)H p)$QM)̏JzpYim2GhbF)d>$ݒ5+nLEEUcUw!)Q$s2T&i;g sk/̥: {.L•h.׬D7b8YoP8/f@HO뻚<*1ΏݳE&Jȁ[ ē5}KL+}Kf}YEC5Xٙ-䫲 {`c#8VW`Dȕfޝ{j{vO D7yrcH z%Jc 8uʙP^4Ty e꘠儰<6[? 8ChȠ#$G_}k 8I5JDŽqMW(G;s ;} pE&4P(끎ɔ0&39ӻSK6&.nr G{V~J{J kҳ|\xmڪa{L IzC3z"NkډLAHfעǣ % (b=sZ}h\[piԴ\$sZ~ʛ"_^(Ի#a42ffL1y6dslIQb"T/ B5Lz0'1HݥZ#vtA`u(cXŪf߈֘)SH+MtrwV<וha_$1pO;K&mCLsP~g=΄u&i}'in[ǒZӮ$^>‘S1 At 1Y^c AXQF.mWϔ mT8EÜ; F*:oKoUf ƻşA 7l- kwLv{6[='g/H *u%& y,DOฯ!XHXgUqAJEE`.r 6nV]Hx\lf`w-(w]mLP <ZE y' t qXcJqv5ީXx;t|)'Y3LYzC=%c<'D׶bwν3=Mu~8,k1 fr^;kNg7pST@_Bea Nt/RlDyK\ݙkD /ȇoht_8 (]leV¤!{>@Ê/,HE.˫;娢]OqF-oL&@^>e*D™XݒZgL+̺YL]%5iC?-pUd6פaL(TǶHTzNU DD%^ŧK/[*i"IKp|/v١-qt}fo13 HdY!#*c M\P6x`pR 6WYEg:*GcxR <#Hn$Hڑ'a O:w]l,Nj !XÉ ,"U)R[}*ե m-°)l5eLK~EsPe*ca.NKTU>(UуV7/^SyDJV*  <\7qMמNЬ񓦢e&ءBد`?MxqU%Ps R1,`]6So06RlfzcC`e2FFV"]<),nj8~`aC: 挾cVtTU>Rx# :J8U,x{ -Z'|vZ[xo7ղmxV gEG:su87[97; ~f \V-b<(ɂz)Qf16Y h1s[]reH&S1p12k/LUipA!NလY j~ c.~GL QuН03AlXʓ3X۞#~tҝI& ċʆnm.X+ Oğ[{i_~ɲ p4T $=|Jf!%[.78o%R˕6R3Y#@Z|VDWc]iBCF$kn?ƌD(IbSE>*ꐗg A(z\=gcB،8!iuV`RB(v0ˑZR%N]̫yshGжX{wl+'}Mc-ICO톕Gηwʲ/{fX{"PdWMOZΨv{&y1 p9Hzeս/fHc&E{7[ pe)Z]/xku`rvOe7&qUc2wq0ʁqcxeNojSQ׽ӐKv:rR[(΢P@`Ij@ T?n\>i4$:/Q(k41hPnqV?9k0̈ ا Mbiji&yJN M2 >qOeve?Up>V9I |y˵`!9m7"WDgqH,&+hD~̳NԽa΢6=-Tc@YbQjDg uaکv~*'NɝT{%_6>Öݓ$}N(cjw8PhOw/N8s l ;ڵYܷ)WuDn 6< ʵo*:Nr\v9, 9MsV:<^ЉA/>{~dWƎGhbc|Jyk,<6G통=2|~̑lE-^ɴd} ·EYg5ߦ\QU+Nڻl˴%`Z֣;.P)?JoX|1fZEZ*b0YE"WgKuQLIUf04(_$;[cs2O Hn^2\4j7RzUC9r﷑ lfkW0VCΎ_{PW! &ú̗`ny(9qZejwTmI 5ZbqOs=N޿<eL9xQycF/0kf5^=̬f#\NٲFu[9Lg=?N&i+Քr/(xC|QnY@ev~)RCj"!OUVJo_.v\O}Y?S$t:^3.В-}t;6GpUH*%Ѿ_` z56cGb;m=9[2y6jkCS4oWCx.kSYOdblSk{QynC|An jVunvrp0gmBƆ uV ֚1j/#B٘01ڧ/pO0`깳ȑWed:&G.;8=CAg*.*`OaKXVʎMl8AG RcD 9*R;43)N_o]g'sɽd:3^Hrn^$E.N[-D 2bix"'øYEx\g}e >~W BxwE5]M^b^fk. /MFz#Ah*MiS\HC ^(]*z;S&z]@6OgL^a /e DN楔ʠ 0wE'5Rlb,ЀH"u̺vuGD~Da')8^ޘpgxV0ytxMw4OUCZ2#@wRNA] %jMrp-ǎ} i$ M߆?dz3\DKh Z7% O^w,uht`hGEseIypʮ]} )fImjZ 7Kt/W!+3ןVɛBAc=#4EޫRL_`.=NE-+ͤ`HcL@|r8ͮ?f%m?)ܓem;lƶL~<|@SU2% ]>uqq_hࠛ% %Zp4 B"{¶,^v 0y0#=n:;%h#rAWQjt~7t@[Rz/u$-mJu"eq7 5%L#tpp* fyc 玃QlCL¦1nŬd,5CXBD?i{ ŻpǬrBR^?&l&3@}8ܳU%_{W0MJ4Y/Z&؍IˢGl+Z^@9e=Ti͆v0NvL0f>l_y)11,#>5d?3%f^l)j;ъ7lʼ ^E3t]}edd,n,q$.m䏝v5[H@*5&x-_ CmevF~t1y/vç/]nj4pJ׬8 4ˁ$;-\1{CUȌ.KuM۴9$(}WZ \h])d`s@qK"e6p[LΒMZ($U-z w#݅ellktL녳7/Ț ki.Ob'溤D`.?R%>m[jm}fd(CFs_(¾y1zӻ`A"ҁ;bi:t-QPE8{ymSn~WT|h : \Bl +f]e+\>xo UJ H=%kIڢv%"_,Q <nr`N 16_S) $DD Vqre9{j8r$" Z=*s;v9b=;}{c}6$ŘcpY괗|AjvRt7mH'{ur84i2bU*]kgH7XM9*ř)ALۜr&\J/8ە۫ k&3&EDTŒ`[DJ|?כA(cJ,4RrS<1Ywܝ+d&]׭OCy:j|ﴺ5Upܲ'9TZ(kFO=ی8a'B`qDQ]((yS)pf#) F һ>-Όo5sPKiK[π.l0ʁ|~· _8T)e/\`$QW^+[q a1H%<7[ݷ 6g 7n~ͦ|v'Bu=}Bx/`q9fY<6J36Dk 4=1gҴMefJ01Nh9F_sWSHHmXWxXZMH\W* LadjPkDXm0NyhSƒ߿bJzS>t?.TlqxCRgy؛Q:kL%>_#uIo'Ak5ʔNyqpC=$&;Z$T3OFB .EM~ʀSPȑRg6.,2HP%P" ՎU$n=ϿlE$+/8l(ZgnuVn8^&D.ܮ˽KWp8p"lJwV*eAՠ7AeTK6EJV +*iuڧyEppcXLYC~Z&o=CoфѺc^G<L $ ")%EM^EX}9&T o7N b}NZm]8 l}n]\4Ш@bOtgNT:t`iȝQ18f5قֳj_[C,R\qd?Cw;=!ZPb\W@Q;V$XAXC7g)֮d|jlB3нla I[ %Qq-X剧Yz1$yDʀI4,xXwER}1-{CJ¥hv·SCYPjiR {MiҫҤZ`r BܳL-e#öV@:c'zP7 Ƀ]@X\)Pd(ɠB@WQ~R\@4WrзbcZy cR[x9Dv9=zIzHMK'󈾪ݔ!t NFg~мLC} NH&gw_dDh@|yW‰:RyAB=vę筇D4~kX$z G2'GZd 4.f?u.g YcR8"{5,ҧ$NTvҎB?KZL}OU<^qqZɊ"X'}A~!/RWK|>[WP?qA#IL÷0xY3aqf'o [Y׼"#[@^D, .ҳJ}qtR{ZUt8mSs`WA\'WgKDD[ڴGd,KC.;LdۢC)vK)Hx:Jv6ܼ\wn>1^J+ٜJHnѴ|@x"g5]37Hj=gAć2F߳5)R-rsQcy ԭ$fu`G+ץ!~f3rf1 t2]8x )WvŷUNsHfδ>"0m!GO+n9$&*αdH+4H]0,q$ɽiAz4[2H/dcK]S`݈v&9|R65 `&v{v[ToN(=-mclfѡPqL y9 B^wQɅh' z5N"V?Фy="^J;w?|_Lٞfq4B4H% 3E|/.bu Av Ϸd2h&gnW_T.3VzRnyc˫h0I<~ \ dge=䖶nu'xnmuXO5==d=^o6qF ^qfUR+S T iB-{G3i*bY5l};§%RhG!%Ǖܟd]=vajbe;wN2+(-zOtkX2?S!9Ah9ͪf7=v0>w:r'3X QaF#SJ#!4IZچoR|[ ־0T#!rY/ʈL|`hY/M}ݪ\ S~콌>[*/pY?} ƚ'-wSV>Jq1f#F Z{׳zf@d][*x-{ԓߑ 㗑.wE4 چ;h5PPH&-:~q4S }fk BЦkfH !GpR%ўX٢@r yL3ϊe6Tt'?` MYWcpw%.ӢL8Y6sL:Ի D];'tg6= nQ<6SPm>x#>4;+2b>ov-muٳ~FSanW__n615qu`oJ7zzz4Ypd$ GKQ\LE8dc #r.SS;7!4lӣtӺ33ޜM9@,sW~0Wfxbqg#֌œ#ay+a;=[OݖunYB Ϸ2ܚ$93ɻ"r཯qTj,~p?" *>Yl V]VK_0J8 ʽkEnxIJ][8mLFUgv?;S꧃`t11$-`,OQ~t`s8bND7#¯g@)ǫV]D6?AI7Nr@UzK/9p+7 `!Z0/j%x) br1Zs?d$$ScǗT׼j8I헓U߹š4s߷* '#4vxmf9]3u_aSJa kn`f"G_r2MYI0ʨEUA#,~'z&iL"oqa֞+!>eM-J/(:, 6;@ē)I/A5 cmG![VPJkֽi{|V.M{vsLW0*ƚ9EҤCnP)C #a%T*.wZ/zwi[IUq6AkS!s8Zrڍ"vKwswn])ܾOJ?*Ĥ^\k֚A&`ܫI룳,^W:EUW:*%q9r/deZXFuESRDt_dfԙ& X&:o"/ [DXtn⅁ImUuwawïr@L'l--f- 8ZQxQE$̜GkF2lfGF+KCP`Ѝr1(1Kq^* qxY2WC8/_⢡x$| &M#0NN`{Tl |*TiCmB-RjQjBVƇ>k)^ڌ(m*&ђaL&UP] / SH~+̨44'a) ]m6V3h&F\`4ͷڎVSK~܆3vke.GQF >꠱ hOnr >LxM s<#V@W ueV4gr\}T޺[l G Hj"`e?fr@Ux~t-Gt/L}WcUBXˣm6{v{41Ώ/dw_5[ek)?wF?"rdr +I 탇L$,\o@ltPMZ2 VR>zBwEkYmdu94J#3S:nN\J|Q_"wD$z#Ɍ/ycK".!Uô5 o_( WX%2* (Ӷ2i=VgwEklZcU+̷8fm Y)qwŋQ.+mY4(Sm$51zcڄ9pNsSzgVD? ?^Q,h QQnb,pWݛF|"ewMĸ|+xo2׎sӓoBT:芚;9yJä:ms>bP+PJxe\϶ q' )8~AjN*=: U bq]`򌢕'lp% 8@,tb1 5JziQIǞ ߋj ęZ  \GIj'l|p] VF4Ik^PIjEqg`YyM:Xp2w')˳lS+$bCMZ o7WͣŵG01pI[$E{A4'Y-qȱT_A;1Q5:X|c[>T­}Y֧x%|Itpca)gli*|+K@ҦJ?S-u&v40V q+3m M`rc%1r@",)_K6EڢosT!u5Z[0 5D n݄vV|wdmf_iOQ<"}T?q+\ 6ƃn69oyM˵AO&+}{h1]'/Nn7VSA`1".')ӥo  :J鑦AV򥹜y'Q9i_tgMV$]pȴoh~v1sѶ2HԀ_ K5"WGL]r7X'IQx/$+uK*-Dz6h*-Ylr-tgSpU( A*ֹO|% M}.'m cTLfo |qn% z׮@mv׀OC_<ېpUk{ebgͬ%z4{/ ':}ۭqg* e&5Z|ӠK$谳QH:ENfM|@Cho)$K c7CWi8k}eƹ?1'Yt1 W5ʣ:z y]8Ҝ)-SJƥD k~e9b"rV i B~n@n)wXXp˵vQJb.6 Sm#zfYǻ$Ua޲2S-V?]B k)vv]c x 6`ߢ9ۨ-{Ob-4h$qb©`{b'M 'fiV6"𷴽F^9=;!zEjmc/< Dd:0|6 ˱yh˝fQ1 ))%ٮ~IivpA:hb#{ѡƙ㴝$KX.cΈyY$ }ոp~D5 jAW ʃ({ս'(=նTIbaj;>tMhЬlxnbr%3j*F#=2z`4mG/\>]Ф+ 齉'/%8_l@pJQK9ozW#6N߃o΢ 1?OXK|1Qӌ'OIio0lf ìX\#}t=m,Sױ h_:Ζ7Ě#]6+!x*=[<5ϑVoo'yuS<{[`#:sC?hs\RC0j'T@JeOtYf '|WL;3\&6LS3{џjsح3,)&cUdOWzCai &|,E>]Fps؉Q6>֫ 466}?:)FgU=I#0mi#MPR#߷ Wۀ] \*wWw:%9N*B6i|ix@qba|UI'x-pE iSR>i|NOjv77[T  !ڮvZnQ,Q9ufCPi(Gu"!\D=tTJr[LrkgS9@Gp{vHW!?6pE1y1VmUmHP%a*@WS-+Ձ_6X3w/ K(ϛ >4[*.CI]SP+&TUTi~DV!@$VL+\t49[&=6?$ѺEb; +FƝޮ+>2vf+!grxj]/v6U nlM0MBFIP]zAs{{#mcp.d;u?FD,olڐG:FBrx:*(t7R:X]_Vj6ˍI$fuKv{xslrQ1+3# ?R:< lH#TxɴW!;62k?++QҐ Ӑ0luDߙԛ˘nzy2@jq ;<]|BళVoARߒg#~}>k$9}mRpPSA1oc eeLwـ.53Ny1Ox|&;?G^I9z6+\&%ȅ?< bQ!s#QaĊ2՚k^L:lQ|_\D Ckt_Xj tWIa4zp{c#\w)0R/UDN~O3QLNd?ܷAdڌ%F!P4g^`Bzܠӈ;ﶱ~۩3 S[.+"Vf9ꬽO•aD̺m( (L ='wx? ~/w 7ZK؛Xk2P IC'r%?ImJ JS\u9 <EIK޼-gn M1E+ |F` \m+3*j``ن=K1Jݾ5*c=?S ;$Wl:Ͷ@K2Sd0PС(?.n*e|MgxXHMuwF/p;fL\ѧF;e_  ~Է`Cqk#Ʌ}ylIg ּ.:z; 8DH'[?lևCBXLg_14H*sƾ8P^Qw'n|i `wHvײuӭE6JGC/Tpr;{o1u^mops^ _Nso8wu‚bS-rT3=͌([o9V,!F Q?9><{oUuǡߛ_p)ŒfΑ;g ƽCS_43>H7vx3Ys| :=;EhSs{CO쇞Q2%Ӗ3ZwlWJֲRfTyMS2~v&0R)S;-0`0e1򦕲ž1eXM(=T FE\aX,+SP'[ZTCͯ0m _ (m^{K)J4 3[/8/#bSTxT> !. Lw# -(UsBlGyRxn*KU b<}nP 男 >˻-5kt*Y YZ