libboost_container1_75_0-1.75.0-2.5 >  A `Bp9|cC }' r TՄ5dNҕ|[AlF˜/؊ݐ_2Yn+n9=|Os:owO6JP%ػD!u=QSy~ʴ]WeN R& Bktr#q1ЙO0$,I.Ldtt OcW-CkX6kON$W# ~:4=9- Ru sL`@֭fa488f38a175924a1608c75eb34b5166ef334836d05dc0e71b3a03bbe7594132a3ba1cba7c7599396c70a84624e5bf58a1d543acԉ`Bp9|S/E:qv;./%?^xe{+^]Y1&x%)쒗yF'bJa=+2/Z ]GF2-L"8T:̀{,;b4h5r8:0zMZ%S[9djD:E,X}״s'kYU6_`:z"KTǕL(A3lXě*.%bTp@h?hd" & F $( * , 0 q tx} XW(8N9N: iN>e@fFfGf,Hf0If4Xf8YfD\f\]f`^f}bfcg2dgegfglgugvgwhHxhLyhP zhhhhhClibboost_container1_75_01.75.02.5Boost.Container runtime libraryThis package contains the Boost.Container runtime library.`Bibs-arm-2 SUSE Linux Enterprise 15SUSE LLC BSL-1.0https://www.suse.com/System/Librarieshttp://www.boost.orglinuxaarch64 `Be6bccacef71433fc03a0b6d8e46f7a4e1f71e5a6f8a633469f23f7bb66cfba22rootrootboost.175-base-1.75.0-2.5.src.rpmlibboost_container.so.1.75.0()(64bit)libboost_container1_75_0libboost_container1_75_0(aarch-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigboost-license1_75_0ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`"y@`__1@_H@_S_s!_a@_P_G@_?@_:q@^j$@^Y^[]}@]X]]m]@]x]w@\"\\@\}\Y@\@\T4\HW@\ all libraries except the parallel ones * gnu-openmpi2-hpc -> parallel versions with openmpi2 * gnu-mvapich2-hpc -> parallel versions with mvapich2- Simplify _multibuild flavours- Update to version 1.69.0 Breaking Changes: + Logic: use explicit operator bool when available + Boost.Signals removed New libraries: * SafeNumerics: A library for guaranteed correct integer arithmetic for C++14 and later Updated libraries: Any, Asio, Assign, Beast, CircularBuffer, ConceptCheck, Context, Core, Dynamic Bisect, Fiber, Filesystem, Flyweight, Function, Geometry, Integer, Iostreams, Iterator, LexicalCast, Log, Math, Mp11, MultiArray, Multi-index Containers, Multiprecision, PolyCollection, Pool, Preprocessor, Rational, Spirit, Stacktrace, System, Test, TypeIndex, Utility, Variant, YAP For complete changelog see https://www.boost.org/users/history/version_1_69_0.html - python_library_name.patch: updated to leave Boost.MPI python names unchanged. - dynamic_linking.patch: refreshed - baselibs.conf: updated to 1.69.0 - cleanup spec file * removed no-op conditionals * appended -impl to all unversioned named Provides: to facilitate introduction of boost-defaults. The defaults package will provide upgrade path in Tumbleweed for -devel subpackages.- Stay with openmpi also on ppc- Fix build on Leap < 15.0- Update to version 1.68.0 New libraries: * YAP: An expression template library for C++14 and later Breaking changes since 1.67.0: * uuid: sha1 detail namespace header redirection for backwards compatibility was removed * signals: Boost.Signals will be removed in the next release. Boost.Signals was deprecated in version 1.54.0. Transition to Boost.Signals2 now to avoid disruption. Updated libraries: Beast, Context, Coroutine2, Fiber, Fusion, Geometry, GIL, Graph, Lexical Cast, Log, Math, Multi-index containers, Optional, Predef, Program Options, Python, Rational, System, Stacktrace, Test, TypeIndex and Uuid. For complete list of changes, see https://www.boost.org/users/history/version_1_68_0.html - refreshed patches: boost-no_type_punning.patch, python_library_name.patch - dropped: python_numpy_retfunc.patch - no longer needed- Re-enable python2 module build by default. Still too many things depend on it.- fix packaging of Boost.Contract on s390 and other platforms without Boost.Context support. - fix build on older SLE SP by owning /usr/share/licenses directory- Update to version 1.67.0 New libraries: * Contract: Contract programming for C++. All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc, from Lorenzo Caminiti. * HOF: Higher-order functions for C++, from Paul Fultz II. Breaking changes in updated libraries: * atomic: Breaking change: Changed the result of the (op)_and_test operations added in Boost 1.66 to the opposite - the functions now return true if the operation result is non-zero. This is consistent with other test methods in Boost.Atomic and the C++ standard library. Users can define BOOST_ATOMIC_DETAIL_HIGHLIGHT_OP_AND_TEST when compiling their code to emit warnings on every use of the changed functions. This way users can locate the code that needs to be updated. * multiprecission: When converting a multiprecision integer to a narrower type, if the value is too large (or negative) to fit in the smaller type, then the result is either the maximum (or minimum) value of the target type. This was always the intended behaviour, but was somewhat haphazardly enforced before. If you really do want just the low order N bits of a value, then you will need to mask these out prior to the case, for example: static_cast(~static_cast(0) & my_value). Note that technically (to avoid undefined behaviour) you should do the same thing with built in integer types too. * spirit: Removed `with_context` utility: header no longer includes boost::next and boost::prior as they have been moved to the iterator module. Instead include . Other uses of are discouraged, it's better to use the header for the specific functionality instead. * uuid: random_generator is no longer copyable Libraries that were updated: Asio, Atomic, Beast, ContainerHash, Context, Core, Coroutine2, DateTime, DLL, Fiber, Filesystem, Fusion, Locale, Log, Math, Multi-index Containers, Multiprecission, Optional, Phoenix, PolyCollection, Python, Spirit, Stacktrace, Test, TypeIndex, TypeTraits, Utility, Unordered, Units, Uuid, and Variant. For complete list of changes, see, https://www.boost.org/users/history/version_1_67_0.html - refreshed patches: * boost-strict_aliasing.patch * boost-aarch64-flags.patch - python_library_name.patch: adapted to not append version number to library names, like new boost is doing. - disable python2 builds by default - use regular Requires for libboost_header dependency- Use %license instead of %doc [bsc#1082318]- Multibuild requires versioned Name: tag and doesn't seem to do this automatically. (bnc#1076640)- Update to version 1.66.0 + Beast: new portable HTTP, WebSocket and network operations using Boost.Asio. Header-only library. + Callable Traits: new library and successor to Boost.FunctionTypes. Header-only library. + Mp11: new metaprogramming library + Asio: * implemented interface changes to reflect the Networking TS (N4656) * functions and classes that have been superseded by Networking TS functionality have been deprecated. * added support for customized handler tracking * removed previously deprecated functions + Atomic: improved compatibility with GCC 7. 128-bit operations on x86_64 no longer require linking with compiled library. + DateTime: Fixed an integral overflow that could cause incorrect results when adding or subtracting many years from a date. + Format: New format specifiers added and volatile arguments can not be safely used with operator% + Fusion: * fix compile error with std::array * remove circular preprocessor include + PolyCollection: backported to GCC 4.8 and 4.9 with some limitations + Uuid: added RTF-4122 namespaces in boost::uuids::ns + for complete changelog, see http://www.boost.org/users/history/version_1_66_0.html - refreshed patches: boost-rpmoptflags-only.patch- re-enable Python 2 by default. It's still conditional, but remains enabled by default. This can be disabled in project config.- build Python 2 conditionally- Use multibuild setup - build no-dependency libraries in the base package and build the rest of the compiled libraries in the main variant. This should speed up bootstrapping. - boost-devel not built by default anymore. - libboost_headers-devel now provides boost-devel for legacy dependencies. If you need compiled boost libraries depend on the current compiled devel subpackage. - run %fdupes only on the header files and documentation - drop build dependencies on gcc-fortran, chrpath.- Setup MPI environment prior to building boost. - Switch to OpenMPI2 as OpenMPI1 is becoming deprecated.- New upstream version 1.65.1 + config, fiber - Return a continuation from functions executed by resume_with. + stacktrace - Change preprocessor file extensions to work with the installation system. - Changes in version 1.65.0 + stacktrace - new library providing call sequence in human readable format. + polycollection - new library providing fast containers of polymorphic objects, from Joaquín M López Muñoz. + For full list of changes, see http://www.boost.org/users/history/version_1_65_1.html - 1d862615.patch: upstreamed and removed - gcc_path.patch: obsolete, tr1 module is removed - mpi_upstream.patch: upstreamed and removed - boost-1.57.0-python-abi_letters.patch: refreshed - python_library_name.patch: refreshed and reverted upstream changes to mpi/build/Jamfile as we are building python2 and python3 versions of MPI separately. - baselibs.conf + add libboost_stracktrace + update to version 1.65.1- 1d862615.patch: Fix regression caused by refactoring of serialization code (bnc#1038083)- make python-numpy optional build dependency - fix building of mpi python3 plugin- New upstream version 1.64.0 + process - new library providing cross platform methods to - create child processes - setup stream for child processes - sync and async communication streams with children - sync and async wait - process termination + geometry library had some breaking changes, - ublas_transformer is renamed to matrix_transformer - explicit modifier is added to constructors of rtree index::dynamic_* parameters - strategy::area::huiller replaced by strategy::area::spherical + context library updates - deprecated API:execution-context - fixed bad assembly for fcontext on ppc64/sysv/elf + Updated libraries: any, atomic, config, container, context, conversion, core, coroutine2, fiber, hash, interprocess, intrusive, lexicalcast, math, multi-index containers, multiprecision, predef, program options, regex, smart pointers, test ,typeindex, typetraits, unordered, variant + for details, see http://www.boost.org/users/history/version_1_64_0.html - Build PyNumpy module + add build requires on python-numpy - test_lowcase.patch: upstreamed - refreshed patches: boost-strict_aliasing.patch, gcc_path.patch, python_mpi.patch - mpi_upstream.patch: pending upstream fixes to OpenMPI build - python_library_name.patch: we are building python versions in different stagings so drop library renames. - python_numpy_retfunc.patch: rpmlint fixes- update python macros- baselibs.conf: (re)add python 2.7 and 3.x libraries- Fix dependency typos.- test_lowcase.patch: downcase Boost::Test usage of uppercase variables. VERSION was clashing with GNU Autotools define resulting in compilation errors of various packages. - recombine headers from various devel subpackages under the libboost_headers-devel package. Not all usage of headers that have compiled parts pull in their associated compiled symbols. - general cleanup of the spec file from old, commented stuffs- remove non-existent dependency in the boost mpi python package- update to version 1.63.0 * updated libraries: atomic, container, context, fiber, fusion, geometry, hash, interprocess, intrusive, lexical cast, log, metaparse, move, optional, phoenix, python, test, typeindex, units, unordered * see http://www.boost.org/users/history/version_1_63_0.html for complete list of changes - refresh patches * boost-1.55.0-python-test-PyImport_AppendInittab.patch * boost-strict_aliasing.patch, and enable -fno-strict-aliasing for python module - baselibs.conf: * add libboost_locale * rename python to include new soname - remove python-2059618.patch, not needed - make build condition --without buil_mpi work - allow building without python3 bindings, for SLE11SP4 - remove versioned build dependency on libicu-devel, apparently not needed. - split out the boost-devel package into individudal compiled libraries and their -devel subpackages and libboost_headers-devel package for header-only libraries. - remove all the -mt.so symlinks, probably not needed anymore. - ship MPI python bindings for both Python 2.7 and 3.x * add python_mpi.patch to allow proper compiled library loading - dynamic_linking.patch: first attempt to remove static library generation during build process.- Revert upstream change that set default python version and ignored user configuration. python-2059618.patch (boo#1006584)- Rectify groups and description- package boost-jam - add missing ldconfig for libboost_type_erasure - fix EOL encoding for documentation files- update to version 1.62.0 * new library: fiber: framework for userland-threads/fibers * new library: QVM: library for working with quaternions, vectors and matrices of static size * see http://www.boost.org/users/history/version_1_62_0.html for complete changelog - remove boost-fix_include_config.patch - upstreamed - gcc_path.patch - fix GCC search paths (bnc#996917) Boost assumes /usr/include/c++/x.y.z/ existence for GCC 4.x onward while our version of GCC only has /usr/include/c++/x.y for 4.x GCC and /usr/include/c++/x/ for 5.x onward. - migrate to using %bcond_ instead of hardcoding macros for different Boost features - better way to limit max number of compilation units than by reading /proc/meminfo and guesstimating.- Fix boo#994378, boo#994381, boo#994382 boo#994383: Fix build issues when optional_fwd.hpp is used before including boost/config.hpp - Add boost-fix_include_config.patch from gh#boostorg/optional#19- build it from "boost.spec", but create versioned "boost-1_61-devel" packages- build quickbook also in versioned package- update to version 1.61.0 Details on http://www.boost.org/users/history/version_1_61_0.html Obsolete patches: * boost-1.59-test-fenv.patch * boost-deprecated-type_traits.patch- rename package to boost-1_60 to allow multiple versions- Fix build on systems with GCC4- Added libboost_python3 to the dependency macro. * boost-devel will now correctly requires libboost_python3.- Add boost-deprecated-type_traits.patch to fix deprecated type_traits usage in boost/graph/adjacency_matrix.hpp header.- Add the following patches from Fedora to fix underlinking in boost::python code * boost-1.57.0-python-abi_letters.patch * boost-1.57.0-python-libpython_dep.patch * boost-1.55.0-python-test-PyImport_AppendInittab.patch- Updated to version 1.60.0 * New library: VMD. * Updated libraries: Atomic, Chrono, Container, Context, Core, Filesystem, Flyweight, Fusion, Interprocess, Intrusive, Lexical Cast, Locale, log, Move, Multi-index Containers, odeint, Optional, Predef, Test, Thread, UUID * See http://www.boost.org/users/history/version_1_60_0.html for complete changelog. - Modified patch: * boost-disable-pch-on-aarch64.patch - rediff to a new context - Removed patch: * boost-1.59-python-make_setter.patch - integrated upstream - Add libboost_type_erasure subpackage- Add support to Boost:Python3 (boo#951902) * New library: python3- Add boost-visibility.patch to make members of basic_xml_grammar visible (boo#958150). - Fix redefinition of _docdir.- coroutine2 depends on context, disable it if context is not built- Updated to version 1.59.0: * New libraries: Convert, Coroutine2 * Updated Libraries: Container, Context, Coroutine, Fusion, Geometry, Interprocess, Intrusive, Lexical Cast, Log, Move, Multi-index Containers, Predef, Program Options, Property Tree, Boost.Test v3, TypeIndex, Variant * See http://www.boost.org/users/history/version_1_59_0.html for complete changelog. - context now builds on aarch64 - Import two patches from Fedora: boost-1.59-python-make_setter.patch, boost-1.59-test-fenv.patch - Drop 0001-Fix-exec_file-for-Python-3-3.4.patch, 0002-Fix-a-regression-with-non-constexpr-types.patch, boost-uuid-comparison.patch, boost-unrecognized-option.patch. Fixed upstream.- Remove unneeded dependency on xorg-x11-devel- boost-unrecognized-option.patch: remove unrecognized option -m32- update to 1.58.0: boost docs remain at 1.56 since upstream hasn't updated yet * New Libraries: Endian, Sort. * Updated Libraries: Asio, Chrono, Container, Context, Conversion, DateTime, Flyweight, Function, Functional/Factory, Fusion, Geometry, Hash, Interprocess, Intrusive, Lexical Cast, Log, Math, Move, Multi-index Containers, Multiprecision, Optional, Phoenix, Predef, Random, Thread, TypeErasure, TypeIndex, Units, Unordered, Variant. See http://www.boost.org/users/history/version_1_58_0.html - add 0001-Fix-exec_file-for-Python-3-3.4.patch , 0002-Fix-a-regression-with-non-constexpr-types.patch: Fixes regressions in 1.58 - drop bjam-alignment.patch, boost-gcc5.patch: Already fixed upstream differently - add boost-rpmoptflags-only.patch: Build only with optflags - add boost-aarch64-flags.patch: Avoid using -m64 - add boost-uuid-comparison.patch: Fix regression in UUID operator< - add boost-disable-pch-on-aarch64.patch: Disable pch on math library to avoid compiler segfault- Add quickbook subpackage- Use $RPM_OPT_FLAGS for building, force use of the GCC toolset. Be more verbose and fail building with the first error. - Add boost-gcc5.patch to use -std=c++11 when building the coroutines module which fixes build with GCC 5.- Revert the python3 building: it resulted in BOTH libboost_python libraries to be using python 3 instructions, resulting in failures of all Py2 related packages./sbin/ldconfig/sbin/ldconfigibs-arm-2 16149968921.75.0-2.51.75.0-2.5libboost_container.so.1.75.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15-SP3:GA/standard/b77e22e44f681854178f83ae29c5b20e-boost.175:basecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cc8bef0b1db0acd024b87ae4975bd0dad626d1f8, stripped PRRR RR R RR RR RRU+Ӧh3*Ԗ7utf-8d39747e711b5048919a4d713d8e43e09c54dc67faa9c6d0f1310afc4e59ff251?7zXZ !t/ ew] crv9wHo@@=|@IfȤ*g0aEË:׿,] j-JDn/d= G Ig_V ~^|t:6s4/A4ް%\x[y羂HnUFdt E,X"ua-~GuVă!g9v3}sl0}%^Y3 [y6ӾS HAMXQ f,!GqȝܐF,73E ۓ 0RoKx+ND*r3ªc1Χ"O׳L{2NBBD"?綪ejlTb-%Is |U`s |6a2u Nt8K?8:mI0_g&5s-e\G "NvRwN"o u>4B_I;t]Go}-~jiKRl چ# y(mDgylz<o$muWf*v 2j>Jk'p< (/l^mnRJ1ՓUQ1J;jbHl{%fx }&Vdz rGo;8c_S%Lxҩb`(, H2шVi (E|Z_5ϡBuK7Jm t YhxnDugw{^o(^;K"˧ E_2+. ̋S E@D˝^v>_6.D&O/jXCK컸@Ų.KraYk-,4>8P*f08y*+.PX2ENgT& CZ:a],#6Qr@$Sŋ%")ƌ/)«%BrUK൓wTÐJwWed^AL(mÿ׹ZdAp&+;a*EwO;E&"f ɅG~.$brß8E~n*t pz/hD%53ə56 /(YUl*nUϿxp`&E Ksl'ung0-eA?p)Nn8/$薇zAK ʟ sҜ0R2I굖9&ɧ2K&~Lj}%3&`a Ѫ3h7%.=B>?JhE4\8 y3a~Xn(\BĚ5O0<`4B< ;>nSa_d1j3D ݇@|;6/{ׅVw>0]ЇkQڹn9 wUUޑu1[qvrH/`J9lXZqgfz5؆՘[X?΍=l!Eҏ>uk I)z񞠜<e"8Bl׮:@% *%%b)F\2,4bq}1ka=C!~3 ){W廷@c#c{6!3u`cgԴ㝃B|jW^sSkӘi`D>s\Q;a/ꥪ5i̸̤òb^pp鱎|7`^̂V%  t\S-k?  DkK 2*=u.$LR3i5_xy3VdNXtoPxz?XMNَ(4qN,fkbwbPnwR ZK/N9);- 0냾%ѾpDW]tl:1X1[ FX= [=xQnJx'ۄ23L, 8ܘI8X5" (x"! æ%ȊΗY~ 8<г#V =|dl c{e-X[4+z ^-FTGhS sښ%vDgEɛYf(jX _j̈p$kҏaU\'ͽQnmoUƀ H06y Ȗ~F-hA^ZE5ɟjԤia>\e  * Z>#_1\+ &Ϙ7| 7=o0 VcZsܲCȃ'FHF*Hb4h<2?K x.I^͵uL*96beAADNo޵h:GM.th^?2(6v.TODY/'arlwLG;Ƥ0d$fl7h3wyhx4 LN9+LV&~]z5P[_+HAy%=᥷SPyGֹNhJTl$H#Wꏁ5N}&= 1qNx\bھUT5#?gaϧp[ϼ]Y4v7XrpCHڕp}Pzۆ,| Ť P7Dҷ28 ؖ zIdcw@=݄>:(5+w0DJK`Wn)^1,C#HDr Cn.D:2iWaw錳 FB TPvψ`1'ׄu;w9v'rӍ 3 G:=T -/Z9H`puXuz7!d:(ÛUczWY4bm{v?UKX'8xOkYuVX!BYu'9=c,ka0duBaWX̍*&;8$zR u|Rnt=WW5@o]@.^:d^l#Åmdlpfܰ/1R$42u# +.d~0T/Jc}\3rx4u\J7ٶ,t?28skovX7lgŐq5+Їfygɼˇ :0m8)R#eo?W36c%<W)ZÕ5LlM0UZJ*K"wC[Iϑw):(*8W:rR9%9:;%bQy+Z~MYUx݌oֵ JT9Xw1cT*%/?yRf/nx >drkhN*U(Q57|@a%l*ߪ$J,L /z>.HI Z<+đʾb M '2^ЙX ꣋yI^3*۽>1, F8f'CNƒaESN_'~ӤDA%S0>Q auɆMXX(*p>f甽rbSU&U5 3STԤO3cǢ9rz"r{Z`,6F: Q!h`R96!R^*Z(u!H<<<կb!I9W%){ +nOyrIJvt+:Wr{I~m 'rAli2xF@f ѥ1G`49Gv,9{@Lm?!*D9-:8oaBWdqք1dvGהMoilHȠT8~@$PN/KېG?5z&k6^`6~DF< v=mXCʐЛ)JF&{E-fv[݀$0Jq3*&%ZMWCzz)''UHԘ=|5xVʦ 1h웦񂔔dTVCq7K1vlM'W6t^M7R wk >~h>lZ.w E<"_7dKo3mq{KwIh89G;x- f}d -&[{ ?{kJa1 3h8:"{ ^P%$=p3|* EU򺌣%$Ob| 003;h9Mc)'䜰_){HYmaG`Wq2ktK =lET%gD|T\WցF2@쭉O8 ShϭcY8f\׎p ycB#@gֶC\ҭzr]~.j`I62(\ !нRpv A:z-|wG|uZfG;GR`;1Tjw w{ɧȋ<*7fL,3 gG+]-`bb A@oeejnbOu-FI 22PаtfQGB׿w≼5(@c_dk;m٧-0w Lu²N$ U3al ^?]qe*d*R-l$C3;=>kU5HxI4:O9NwҦu̿Q<z͝~P x:r_Tkk# &ҭ?Sv:K{`nI]v { Gi5s_,VJ8~ITݒmІջ:PPcjcbyb+T^[RRYefޮCsxhf"bbOj'Fv3R*}Bx1x0B߽42!qd7KcOb.2)؜,k^/MFC|x'8˕޾\ M+3&ֳƱN.5FS5}PZs/kb#crv8Fės3flRQ)(oPG¸uPpM{U Fw烮f;D'Nz]{dWYvσ`#"̋\VoEw.@&:.ПY s>$ԽEj*[mg| ]qbH&0qsKzCUl*xG=W'=z$m%g7ZCNHD-SACY f2jayRR3.A";Z,΋s%#Ȯ.NW$IM6AkMg=~~19č4+e6(숉g;Y+r AJ XsRU^@em+V4p3+l2܇8Cd/#PܢKR I>o7EV_^6FOV9wpU$qAEʕ5@icϭ!;xM(=kZv&1Xu-5pV1/YW9O x iп$ uހZ.`>rE}NN H5AlHy@ [G%f~]:Sվl$btEhàAj<{_`eãwI+KمtolYO1$V-lӁО,J_?.+]b{J$Ҝs7iNq~Ȏ_N5^dGkb=Dl˺P@*ݖO;E5/  `ۦR\b6d/ ,L,V=D9n'm"jvh9c2l?&?x0/20=A95xsUYtl@!i91ƃ 9رLX|Nb)m*&C&vrjQټp_6~W`]nx/r2>OQmHD-G5,=_ He`!̱:yf9f2|fʈZrpDzeoF^{э4tUÎD\㳑 !0]aEO_nXB~-DXlBQ'HV?9%q,)=u r)vn]ӗ wU,ӭ<=:B:@?&Ql`Y*+%1TuMdq+iWi:"׏ʢ=Suܙ6^eqUp嬿p2CY«tt5m'eL̚oH`[[7H0x$T~.r<q6cp%𫂞ʓ\ʸ+U_[W}g"f݅9d=Klzߩ*A4"8-j'f x~آVbm`LwK"D uȔj3̞;d,=^eH=HkN "E[* -yTRQRbU!F[SjĶG:$tx,& XNM蹏)qu4cཌSA$.hicU`D!;}T)؉M|tgnCDcR a:_|lawޡ5@X:N9 [jG9|+$;!9*<)U!W""h>qyrOn@t\ kǗXz孒zD0ߍ1RNClNgoxׂ4|oUrxR},"uy%l>JI?P|Tr=tU~ܐf뙺s(a-(7m:e2צfHG%:ߴ ZpNfn{V ÊyV&KzM!;-HaKk4e io`6'`Q-bc7Bx%h"Hk%YTfXnN=29mե瀙pS ֜zi3Ϻ3DfK\D*ГC1S`nG 펽f?>U a~Dzaۇ3.\^01}Nȡ^ )[{oSbF\aYa&+ODshpxE"FI/ԓiWZpM,7e=P@?h`: Bڕi$Ƴ_nquo.fRG>ܳ{'qS8Êv:j Dcy*e]%2<Fr5L9Puv ɸJOޒ&?>)h[)W= _VI+r;8QNKw SV|ٗ?cNZ6^:2s64TթF#f{Z}gys"I̒t߷5A Sd`>~]>AZMEcqNXS|AbTxUMc꫌B̔aؔ);u7ŶVfgK;x<& H|^*,8 dviVb*Xq91ƀa>oi$Crj%|A[(#(.Vs =)OdlfZ74a | Lxnʺ |W F9cRBlSH]#Ei{{$Z3!tL&Tz}xk5aжD8͜4C;TRuurNX9: cGlquͱ_4U ]$ȼ]PV# 7OY8oŌaT8V1vVC7`g_ )ψz g,+ڢ-Awy4s z;^R Bӥ@S*NNE>oPB_ Ӌnh?+ecrձ<:Gɳn|v *'NBp-0Jzy7:?74d=G⒔9 ez[kXn7W%OU?jQ2GCjUYan5&1eaeϋlݨ+Ikp=S4[WqzZ J9V{&'Y?&I...gBܫF/@IW:r賌݊ FEtpȿֵVqRwkSCb *8@M< }G\rՇ-$ (XnoyNN쯥'k3oJxVJ@5?7/_R3 zt,A[qםrې[ pJkK- {mioL~G;8cbF_Po 3g37^=?м&o4ٵy2~e2^#K:|Ġk^;ebŝNf '+0IfSa ;b `4G:2οog Tv@mU\#}1G<^fE*v!tyiC a֪|:gwyh.B@e9C i`aBzě(y Z[:FJ?6m.ި`l=30En|#rZ:iʦ]D%Wx$ҺޱW!~v1h&W ZqA˗QmύxVBDap Y!\[ԧrgnXM뵙f0v~ar2L$]]}e1r=l <D ^QFْYRV.U9;l)u{L1KסMo [-?Y(d8Gxj>qj bAF/tA+Q}Gx :@H*_\d]V:)idl;r~ Zyl-[S`5z9uFpyӞU~, *78 b̭UoOE2Gi-nh0Mq/Xw;oRPrNDv~&}>K )zvhr!b#|r=Xsۚ^UO3-[SzfnBeLm6B:|bu-|8W&"%e%c3!u= hXfqs-Uǜ._vc":IbwW`~ C̬mVy41%0XѦN5YgHx9`~ُǨPÍeKhbL]J=h<2K#w/1hY'>нsmGB\'op+C Ørzq4*:TcZUvz d1l7IϽ B< +ˆOiTl$Jو[)ǰIPœ! k+!Mpe[Ԇ<َR*q%>(R2t@ʒ6ozżF3ORp DkɎ {s闐8Z+Nip},i}5(x^6!(nԨփsNEqK1 r  m^?ܡGnWEb6ݩQDjf/WJ-+$rfLF64Ƅiٲ3vJ@Qn#r*'6mPL}H/h#G~fLs'O0>'!}W%ˋzī52E'I/z*,I$: Mșb_K lZS mƫ3P[L⸅D2暪J !Eo5#Mζ)d{W*@+VL1WqnxD+FƱb"x8Y%bLH`3]$_B!MONhٌvl웒8B}#@6.nf{ |vVMɴƤE\?(/CYQj?>rWE<)`s`9DCMÌX # ڒ&\lB..-qEPP䠪|M](g}3`)&( UStP4DQMRu\Va/ҿu~+.\kEC28BFll\Ј"IHŷDQ Xvo V*C*d(tAb/PYyccIYjYfRpp85eǵ[H Qx[FԲ^+qͶЄb~9/afɅcz晨1kVLUӼ=& m$S1&H!bTV%nYUJM`F i}ˣ2<&a[چ}MHQoh"*  K:1q6_9.dQ:>u ?쬿ap9:]4=d~}/a$fV_V3qAQ$NTw3aZ]wʐ l񌉨`V[!::pjhڴ26cwR$ . 5@eB{$GBfpCe6(7*)cB;|$0K'9Tnci{}&XΊ4_w1Ci"-.ܶCTɣ.4IۥB@p_ JS JS Rr`7ƮwUU4H9=y}* aa偓W;0'0T5 7:; m=ֱ!ZB +԰Inrɸ2ab!:P<mEtu+I0/xL)M"]ت2Խ_jU% / A|,xF\iʩsPaiTݜsdA,a}qʐ"Ί#S(>B-"3@xY^jِWz[(R4&{9r}hgVZvՔ;hkC=J0.-]7yl5 ŧSד*пk&_Go7nA"2CMnP)J7K qֹ'wm%Pc7@ν^(5"h|fT_+Li,밫`5;C[}P9kX%q;LKWJtJ[uSS^]E67{Dv?" #D&Q۠>8:_̰gkHC-~ٯ5*oR?T(_rNxҥd#kθHk %iRk/䢅,ehe^+Dw)}o?2 ԼF^_czy՗ ٽa_L섖Vn4oi=ȿo/6m'D e M/{^RJ>R2 7*_{1'hW݄foqNѻf'B1Ot3 ||*Vwet>;)CǚC3~郰83koq.ZMtr0-:^,)[[ZjJݒXsT<Asj6nQv}@bA r5ǚ2~c(ܦ.u},nwu_ݭIu80-0-Nz +øze4?mлH̦ɐM-u*SR9,?_Ne;MΡe"M*uSYy~Y0MДW%s =f3<8cu ԛez.冄϶쐺rgN|?AXaF^G]4+'rcݮYNJEb^UݔM^20萦O9$0אiIỌ{:,{B&2{5؋>GE>ҭMyUYV b tԗ&i'FDN_XJPjXx눼<;nW$H~ ]`7/45@Tzf_E^' qwtfic3Ox=g \|X? >l}hDL wYl{ػ4S4Tt =de r"(J[F- ޲o'H4ăssY0-̺A }wŅ_y?¥j$P=tig D[NAo"pxy#H\Z=H$ GFX l7F @r}bR$c(+-~q/352޹tL_\ñ9t.[S:]RŇ͐V)It,0>zl8Y1^*eH,)Tj *\ڭ'+ŲSZ՚4AֹZd*݄q8Z+T5|eV49 Pmߡ ǫi=T{6+7TDVM64)ܖFqCN㚎\s$k9!V/d PH{ˈ_hi+P=#ۯ%t_pc .&5ܧ+ʭYyڜED~q7ޣ ,/(oa=4y}{ `Vyd}%y}weaVI䘩A1{, D.N^}E韼Pb:Ry_mq<¼H 'cb!Xi+eoNNf]1x}x%ﻹg;98c7s"o\aXEp-Li4 @鶈/pqIp,(GT-id }X2M:@[gw6 ;cc*'Tb1ND/p}T2V@]y<>%!ςl* u`ސ7h>#.W/F(],rg. Zs6nt"l;%H&ҫ3PS1#x3%]To-=es8q4KFz칣9^kl[O kym*Asv*C uBqVy5lzh֪z/ǧP]Oh/aHQA)ޱ?=oFe ?ˀXK[(;9 U+[~kwg}^OfP^V{7d }'Ed霼:hs3_*_E!G%S4Xwa"ƛTY$:s\LN8wS)/Ft_}GTrN ~$/.;(gb"Q2j'Lv*o賫 =4!VJaJXn؏iSnZ]y\9V<~O!v0Isͺ3Z>X|/OL {k3r!(TZu-ʙplY o;R2l`+.CY#?ĺiLPM|V7_t}`$32h%gbW{~[DʈU'[NrTNHe6,x8돦\*v=\SWS韜5^ "j+H*E>SܒL=8|:p^+\2RЪ n'p*lgQJ5j{Qr@q $*] IΌNEW(j%Ԓ(>(M?ĩgܠnT:.ظCD cIA}]U;_ՠ8vnjRg ֹA*"6 ԓ(o!}aCsؤ]9/V痢LzoS@˶ rҪa@ u~oJw]cip- R ̚4+X'F>7ߝ{偔NVg:#~dՋ|'5ͼVrد96[| yfW!wGiH4;|JXAYv⏲͕Qm:W10i/<.tvb3gJ ߑY!FحW0$g/||5RfH$8gz|`r8,ieωp(r&$}Ore伋'#b'Tv3" #~y*ױxhk5:jômKg>q"fcx Lhw*muI`"C`_Eڲ}oF\1<}n6GhjcƶYXyDPTDfDnxm߀ U BFMECsPO] u6?<23|eb8#+V#lKjd#ǽn=&]K̯/n|+v$)Hͣrn+Hd^mEK=ow5>f>8`& }a6vgE{o/!L$ihq Ch&r xXM%qE:7<܎J6MT8>A;fD-z,Vj>Yv,ΨƔEՌʸd0בjw 8H:tt>JJϟt~bɼOgxv}A.3ͽ*tL*IA4qdK΋Ӄ|]T.9Β7RQ(9Gl2A5y!ACOzGV 苋=fED>aKv+7i_UᜨnXz`hZp& 2jJ0)D-|0J,LsTn&=z @&4d! hI3蛄*9n~ Qx ϶U2Rԣ$kHK"Cfً(UY"z8?ٞOoqBt}MoQZuR}GGө\qjQP[/uGM+Xu~@1(`ׯD[DL/10IfotMU' vQ}G}0>L6X+% ,oePĀqa!D3V'HMP 6aOyX$>yu BT!ʓ_A:ҞhIEe/:hsuY}ٚG$yD[Atˀ_4_ߣA-0TTt蟚7x^,]٦q,_^9p $-~%'A[Dcgȳɘ B0d(;1ūE Dgl @Q6 \Yl!Ц^^"ոtzƓCp{ƽ@dߵǐ+bU>N|tk rIUJ/]V ${ge]jZ`]6iXZh.߹B֙s 'MjrMW Rl3r G ^ ڵһ*y;rQ%T~1W? PvbICe0 )Y [挕Iɓ as'm=_:$+zpS^m/]!*U?181W^F6[/^qFT,j9c >Y3G)Y*h (߲sC䀉挩:0U'Vo7QCotNËٜ)CWn"`dC_YITRx!ijߚORw3ξYF+4$uL2=E {SR2Va*`"_&"6 Ѓ,EzywC^6 aH"$0@,G$Nan!2 \=.Pqp1Ř5AϬzӟ nsk'Q5$.i_qI#wS@EJWBuw'ouח<ípKA#X&"F}X=Z{Z$(0*Zc^w-JY@ڣP΍~GLF56ZcS @,]Ǥ09h -0]ArۋM#]*O62,AmEI殊*ihpj9)M<,nf'eL2[?FǶK\ԏ37lqJ_|vh}|}g"qԈj+vBmPȟN+%KU0k ؔw,f#AMo:6eIo2lPͩݣTݳ+H@pR X >T.d¢SubLy-pAcpoeQҠ- ku; oki'inQuJ#/O3O#04:C6duٖ & \FzsbH| t0H<,+)ZsA+7VhшEgNAu GI6NIۢ<&}uă~)#T~'TdȜN.kq'cݤ/Ʋh-JNxEc#. U"cwwʈ8C3kJ 7Jo+0G*N/@rxE%HNÓEe6 {H eF0T+H ėKz[1F*|kK?{R1$/vtFKW'a,K$hƉnmv>\SC fë@㰵"tW/ `|]ǡ&6}'UTqu|{jVFe^GH '0C 7oj 5Gͪ?9Aϻoj % f{%72%;cKr}d M -P 3+g0:vI :oEs;bpŀBpHsS2AmPѪM72kqamDwޭZHĶv)(H[A㫃{`7l6J*J(1`"1Pt#F:UJwmQK'N28o6b>baeId`ClYajJ7"T˚5M11c{<"Zx@Ihnc7!X%W ):V>{ξGw"k[Pu<@L Pd+Oeodxx/Ӯ91à # a5D[hLRFۚhWC1WOalׯz汳fekP4 A/Y1'Q4#'y::7КDNaqsչBMA-9K2bg)3b7^SYWDnfCTNMHTj%JF%62n7GCF\77{Z[O>hMT>]p' Wivr@f[X/ZAt*@lDOx#'N p)ꉡaи )E+L)ZT?y?ƾb5&ʨ)/;8D"hAZޝL2N=h!ȉX.z=SǢMAc0xXي-% :R V 1^g~Z'͕C23)= U¸܌.Ƣl9 %(Q+!WOW+zf,chl^9P&c#/;?Ffu)6瀋NAT# ({ڿӝ ~M(ڲJ/g $mf;V 'F$3Cs pBKbB|a&۩bTq}f'TlB3o"='Y Agz"碔rŮoth1ZR@XG2#Z(vaL HJ9iz&5jLRU|"cGBѲ1 O[X==l#xꄺ, jk@zh{Tr)lM"PX=R^J-9ӇNˆpx_:iAu=S<ҎYLTb)ńگϔAVTuyx:g.)s<)(Mf{>[YT{s1P pUV<;.o#@7rsVcJXFv9ʺf5Y 8|2!`Oja1[NڮL6bkA@-5RANƀ)[c6BmM2!+I:";iuWR`cx{h$ys2r㛟_1阫Q`:Ew-TtY_@\~du!z̝iv\3zԻ&vX;@qL-u/LW(l*,El+fXǟw2%tVrahw]WENɟFw2eRQ[@…n:\f{IDGHD6p7sj9- ibBdoznA`B;#2Q Uc$XE]fǵj`*K[gt--0>nz.=t/SJ![{+uubA1XIr0i}RWعKIn /5W}rW I_pfsv"'TxK X,L+: Mͬ꾳s$[.rJaﲿ)E yTIs4+MV YZ