libboost_container1_75_0-32bit-1.75.0-2.5 >  A `B_p9|QIތ3zzrDa+,@n-P 10Xq9yssT|gsh4\۱eTb2&t3=RO_$D~͸AmTBQ/8#K0,:fy@ *VT:6<D+CFPQ?Q-9yW펪`gF::.ic:]E tA$r'985b869928d04c3c4e3a0241f339997ddabb2972cb687cb9973e33a69fc461dafd253b99fffcd61b19acfba6644052e95e9e7088 `B_p9|k1.giiT8̹䙽XgB6Umk9<y?XShdiI DqO&w͜ ;V JS5wq.l%^DbA %g_M3+Ю}V7:.ڕh h@8⡈9c}@Ѡw'5i+)O/ZiWhŖT| *@?8쩬D/>p>h<?h,d!( , L #48 : < @  `(8N94N: N>efGepHetIexXe|Ye\e]e^ebecfdfeffflfugvg wgxgyg gggh(Clibboost_container1_75_0-32bit1.75.02.5Boost.Container runtime libraryThis package contains the Boost.Container runtime library.`Bsheep74lSUSE Linux Enterprise 15SUSE LLC BSL-1.0https://www.suse.com/System/Librarieshttp://www.boost.orglinuxx86_64/sbin/ldconfigl`Ba06440265bf0eae82a34783240319db51ba5c6b336e4e820e80a431bb212de35rootrootboost.175-base-1.75.0-2.5.src.rpmlibboost_container.so.1.75.0libboost_container1_75_0-32bitlibboost_container1_75_0-32bit(x86-32)@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.4)libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libpthread.so.0libpthread.so.0(GLIBC_2.0)libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(CXXABI_1.3.9)libstdc++.so.6(GLIBCXX_3.4)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./bin/sh1.75.0-2.51.75.0-2.5libboost_container.so.1.75.0/usr/lib/-fomit-frame-pointer -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:basecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=6621e86a9cc185d0afcfb3587c2b6aee2c101732, stripped PRR R R RRRRR RRRutf-843788c42e44d79ee3595583034a579115801025918d6f6bac1ff85857ab569e4? 7zXZ !t/m] crv9wHmvG֗3>1J\Yt8F"5[}o?**TByL.* cu+Httape{)UeJd6Higᓳfe`=.tӁi|Z %_k%˺wUֲĦ0´ظ('$5Uv_4L, -W)/~h.n2m-~I4^ Y:^&ޒ*8k_ڡޮeW}N>P[=c,:TL 04c0&·?JF!ъ0{:/')):w$}=VXPW=hP-b=JЂ\yN9곏E/xtK߾jJ]4Bh`xt1kkl@κ7^/;:H2T,ՊiIi ) : kWH}'8S0$MϿ02WBݵ):ms{|/CϹV2'=P0_G`Z\e.%\ g56DuMk# ,E'}, ~X~,̿ d|#[K(\HD,a&7N*3?ӱKq~'`sPV~TXŖ>!speh0r!6HݔWmHw`wtiZIP"[#/ [Ș/n:k:S㻽s"{u*CPqЊhGIE~-N=b#@8۝˔B2O; ?rz DoԠ2b@\{$dʜZ%΄_7D) }%`1퟽:I3fiz\|QtOJGt9I*f2,v;74Ͷٓz٩tbE^'[Z/8xk5Z'O< )~+/2W*lQG#[o ΋bBҜز% ENQv~"SkLV\HIpn/EѠ3-WAmډfuoI6p32og@ao>`ާFj!>0攥`qòg =Q 8HєfP )Fܲ gSk~<>`$AmxqNAs {4gY zl=-#%eDŽr-QX 5bCTԎ0̖/pYk8!Sjԅ} KK[B0T~-.\,'מOXsN WW)GeRtz 5ħH0䙩Kk6"M!im_$(/EN^A[Y%;֒T~=fĢRjDxv;JZ4C‰*iPn+Pv2F@'  w4Ӷwh@lZjx{Xpn,+qfJV?C^: wAÞO `Q0?Pl[?dRN2G6:FZO.acD7tƇdawg^ ,QQkniFaFYNVPjINUj{ }}.BPȒ vöX5QJ$nq3|$ emʇ]Sq4fSUW|AuC=DL:9h n,eM3!ZVDmǓޤ:yt1dFTΎB )Un5̱Ǖ2R/exxl̯?B&;zuS=MVn1q&^@A=?Уh 2: .8W|)fE֮7dOZފ;U=!#?ۺ@vf;0Zco@ln[E4'WugZ̘J) sqS8lX3 [XFD:B& qҡU6[ g4:9ou-kUȎlzmqPƎ YٙD-i80.ͰɗX812f]KU.i Ϩ{!i=l.ս 5ln-?Iĭ >|2D4@B@[\p>A^2ь BgKc)=)玉lLdeh"' -I-=O}'r?Mڴ)rd嘈~[98ҝ]bp5B %~Sgr-m4tD,C9cWh"ǖ11EIo}T;F۰&b+roB]T q{UM"")|"BttT1 z>K,BLs ꊠO>vwhO3@ίH*LH;KZ".!xu}"PwqSt`x*iԢl>":/"Fv'*pϣ0 1ը|E8=.R113(܀+o#3Bg `"gC[߹iK~BKh2 Xۼ00SVp@Fס&He_y'V4to9Otd\6<ޕBkIr"8MFrFp/ݯDG~<ZVgQ(,֛[PVd6]".cdE5]{!q$X"~ :/\1Q;67o1Ֆ$kzXzjUbzìYyr (O!zX&iѠ"ngyo1n.vV-(EKLtTjGt( 3trfTJ`j#(MU%La{h \-ά0w},Q)饨sU{Ŗr4 2`Fֆw9[;5C+vͰyR{ԑRM׏N#;c֫29y_4[gEƛEE&2QRb)$4^^mrF*Pΐ Dtm*D =ڪ?]%z|W ZaO兘  e!4#y L]OPX ͭb?n'[]?8jbh\{H>r%`y[8uxr'NwhTygouNlQ:m?*"+F/hY3V ЃC &2ajć)و)0F7; o-:[>x%s=f$:жS)$5VtK~Ix 6u=9 [hj'u©[ȈA\{I'Q}u1.ƃ_05y(M۞tGRwIFAg8hWȯ$7vxB \Ĭ(O~x`DU%"^#I6T@cM)xhvmyh"/<5տEֱwD,~A7!<4.Nv+J<Ϥ=ҪϵRSєw0@f{)BfØV@y"`$j;K49_T֔? 0Dwa\OuVW}4` ~L6ooךrlZylhuc /loky8!UVJ5W9jƘC}븳!k{-^pΎ ؛Cp nKX4~1BـmT$j@.?nI,5O JJ|ʹ^iWл fd6ŭ{(MonxYу_u_lq@S`⑂IȰ٣ ZwD\]cIP"j^h#DøTA0gSC;i>ktFy-/\Q(8gk/v"<:?fR6G\KV(<߳?~ouR tj`x7?1ݧ@hpUTDW~o YR?|]ON.V2oWf*zD+"`[8Ӎ|Wk*̯i;4jNNc!M VA}iКr|@RTA[w1-ց"{%tҵayG|#;F0roۅ8wI(6!S"HaHΒaDAxҧ' Dbj W)@&4 Eh393d֮:YJubbJ&(UU;us~`rIrݝ~F%hcǁX.@Uַ8򵪶D4m嶡M\EsP/ȼdt3p;D̠5@}O{ؑ-lL_Yj#߂v6|[YS[8MuuB ,#A ,֩?CK~- OAfS<"!aaz1i"=޿TP>Wrs.Dz9+b)0yq³B1L[ZW`RK_ QM`Sr7Ud UxEz=g6ml/l|}?>*O?\p~a"ߙ4Ҁ^o1]&+#pi44ܪ:pP.󊦰S r*V@@hl0|t&`N9nKDI.01#RfuU ˉt"z156t`ҹr?DopfMۦ(ǿxaQZVZݘt-,7݀D18 Z.\uh8iL<۶s z{F/Z) %#a~<1sL3[_-E(<]J0>aQD_N3wT 2q*SњvĤ1o9,e936!C VMbU0{4oCXnI |/UjsTO(ml9:D8䵀'H|=T%>Ym,tijYGГ7)xɵF v-;J3&$`x惪Hyb+³*=<'kz3ȈFB>R͋X&d U#}jĤ2p܁([{vXQ񓂕H|z .*f(s'Sj3d۶H QRC~$wCJ16 )ODg<}{T53mx=fN0p[DV9܄C0>FO$"I/N8@)U%6cdѺIϻPHYOR#o^(3]WCly& O* ufx54շ{rhf&,y6N5Gqw<˹JyA^a~t)JŽK%lA*"H M,RjAs1JdVesw @J#Pms&+ ~|틴j2{wWA_Gj]eKZ ڏ)sk bGXF7AoUPHAU1Jw#I+8?C.4bE=!ǥs`pjb,CIe9 `ߩևGvZ8@{06up? 9V0bj$\ޮzE>`@bPNrz8{?! 3kN3|;1caUԐ7?O؀Bo0Y. `c]ᵱ:GtiI/ҜZN+襚;ATdԣ #P'iN6c"T-;LkhD|h}?& nBW;vdzy~1ć#D-?9}%dU@U P`7S} deUN{Hw8oJ-(}JLE=vZ<7-t˃VON G=Z7nJ/LZo|Xk۶;Юm):dl_ǫ`>$z gڞs{ŒFJD+>9 Wv TE̞/g@MHO-^̫ &&Q a,^x/QJhj=NHh .ܖSƹ УSUر8`Y@aK 2W:y.ĥ}DPsc6%4:kh&ԗ;+ `I,qu\Bs]}#gع|t *n6,GOB3hs'6%H^5;ڱ޶؏C[NQ-(z]-&;_mXd@yu-{zk߱l3B*^/ktjh }PKYQI%C}5hV d`Bsl!;k67"`}ΓG'Ev*5G&6Ag~ zi챖)IGd5iH hs^$Sh [EnoQ ٳ^; @e "'fm UO%iX)'/Gc:T&lksZ/t?~mJcK&&" "Q,Yq2=dX{R4de`ʔ-! ܉##`4M`Y KL,UWVYqAJ[w'?\7`~g|2tgV \o&B% z/a)u9$NR%diO^hu|cJB5dymrt w,f3焥 ?k7gQ[u@aIMR?^*w{vMNs ^]I|)`ts瓼IwA|}HU8K<)N0m| sF="&jD+? znS[흂eJ}]Iy,:}*<>{5x<W^~'f5Ė "9IW܎,2 20K@NUe&>\M'17Zmzgjߥ6N>B%-T~-U%_8 v3Y`;<6U ;^D,8hP LL GvNtK`( mKD.%]6==cvWdZa1Hgqqݗ+=[Ra עhbP d[1EF8}^ԾuӅ/Vyo|+ _vLBWg(aow|F /({^PhA 0( !:`ї.˱Ƥ +ZnO:+wJ HW;Tcvc[8(^!NӠYm'Xt;ں4 1P'OSA'ɺOr|ԹQz_BE"YC^A.ݖ e: ֵ1Zf,4,ג2DPb>~`L6u$lcU` DUqk %Jzdii Z&y`d\;O+FEmiJmeɨc =Uީ;қp:aYnI<֜'-w./Nvym-NgSż N2Q%O'G\0x-)༖h!85"x0V08sՁ nkzI3XI2(y,B^.T$P zMu/քA5n˗" O˪KfܛfcQX f3Gc:,%x c!+ROjV sD@VsEF,CJ}^{^)>`B$BSL钘Hu9J&">2z@f.ג%qLb4&:Y'y%Cjt 7,; xiDTD2qi@a* gNKoS"H61) B (nխ Rv<({oVb!_SnJD=&h6At01畯]Miu,Ёa\WxAgUJרCZt N^v˴cs' -J LZ2 m`7XM悥w.=7iFzeʚH9[΁jH5ԿQwZznfͻ,uP1 -`0 )iӝ 6uAa%/iDr7LO;X,~ apHW볗 vex Dn C&%*kYap>! {:v!S(|?^o%g&;q 5~<:~~=Vɹ7 $rC!:&@wOXDoGj!vJQTþ{t aa|a` U )Ԡ&zdx];C\x)zkl5b؍mi~nŎR7Z{ 3:$wB WԞLRVK;`Rp& jxe4"̩-tGeJ.'흘uj.xLo=n~8DF!Xxͫ+={<'@o?ek5WI{h[rpZv_ߋ sۣ1ËKa8AIy>TgqUX#.5{RHqIw(Fb˜GC "qSU($6vKl%h,TQ#O{sg~W8Fhh#\ï#/qjQ^E'<4w( ky-c!fO\@#..-c喥-}} 9o(WFs\~_$;ӭg*tyhٛʁm2sqOj@%34 Mt'S#ĵ!w~'ljMb}%?'zc3^oͅA[Vլ5@9w֤fH_oʔ0 <;F1MJJCBA`NKW2.1_\wUsdEDg>?g ΤT9T}gg½c,,phmmU!^!jkNK(K! Q7; 5XSyԈH*&aHb@>11rDlsi:^4`w!٣SJW=l|5I3 <[0G _\ hYٱE='2Jw15khv(k1;+W䰥fԿauHl3Pm+ .DhźLu2S/*Wc7VQE I+.' 8Xr/Q(L^#fkE|{Ys%@3\-\5v`GTm 13j|3g1D̊K+$%Dwߢ=i^;v =="p",R[BG责,U_G7! '~ 3z%%ǐc 1guҺQ?RgƟSjX؎ 506 c^[J>^_L_^1Iul?[:4%HL'DJ~?۝aJ2&=*h?)=>#h X_ Hֹ XL]wDexDW:(`v| r!_p$xݩ a,[Wz({z`j1<"RኾJ:q1r)v ͱ ((d(&X5W?0;4"Krf-BeP_V>s> ⊰s)'WHfg6W$Tqۖyu ^Bx]/ıKs/W/|P `uTlV:pR-Ka +0}90}YcykBqA}!wdH4ƨ> ٵOzrƋUhwLPF1A|[/6Ũ4NIT#} dǰytc8ĬU"^[("#^FS ~=9#Ȝet8uob3P&K(oP\M0([Em bT-A% ]WOs+0f5(mԂ] ņq/So͑[{QS-#)|j3e+X/;8>](ILoNM=NyG;$>8eSJ׼5OIݨP(1Yݜ%&PTC9ZTGHKX9x/ƺ[ VV-Ooͽ5Mwy#V}diա wKyRV\-]O붚"WiLĤVSZ*%MT`4R*jUᏵImx`Ȕ !vHAz4 4H vKHґQܟ4xchY21 E0-_xtAw=oD͸O*R9{H & u q$Wz.b;I÷{- 3>TYGB֚q!*}Xz `*a >#0NuvHƯRn{ڼw0σkr~ VKPSMa~ޣ(q$-Ϳ \&C[,5Єn' .> rUug4wLN0+n}^ÐӔNC܇+.]5m87AkĶdgH.tI AS.SgkUpYq'qU{p"{/Ȍ;BYCy:JJ~K+4ĵ"g"4lJ12 S CC.-GT vUP0r7ab ](٣W,?tGh cri3'_[wBQIYBKrQƓ cqOg"˜6z@:ݫsPi2zRNB6v,Bys|f{'dy夣2vGVMb-ı9TNw QdwU31"&l=yfl[<%,XU1YCo^-1~k\8S #K\@gEZUA4$g[v/?Jn-({]v̹ HܢxJʩQ8x򟪂U3M:yW[Uca8B,V9\hҺLf;#W|AP*{OM"6-*R2($|9 z2u:̾*]ߥl>Ɗz׫8`+iat|PNG( æ($b܊EԩvA 'RRԯYAy 3ꕩB*ȞPϪhw$ǛHg=ëhHօU `,"C}#K'վtzHVdȝhne뫡_KόvPai=\BBs})ڡl/M]|qCJ{ m %ǻ̆rDɢ|^GQAg0a7<.5S>@6Ru0@Fq܉?lL+zƉWgf"Ԝq_ U5y4_58{d?MmM*nG'!ha ط!tVh_Lhj\vlΪ|G% ce|m,4N-ǩ m;YVX'O7sC eI~}h a- a8m(ED[;dr9#{}BRW4 APzQ{1'[ "8tN}Hv dƴʜ҄Y.6OJhvv^6*(LWk_aZ.l*:{ {ݧ&8ew=RˆQwzS]_URzB/B*)iT#S'Q,Wųh8nfda7}cOK {׬ 1cID>#zHh&A1Z6IZ^q%:ݩԐ]{*bT1Ǹ džpV4 e1ٻ\\9qy5G3YXxIT_jٷPWWwsvvfH%m ,?'P>H&)3*+H*wN<6M//z Po}; p] (v!!4$yuTTZ>J/80iȃH`hcqrH,NNCK<+T' .:h唀=1N^t5pFv !G&7Sæe36RkF%[a0ˆaBHg<b6vO$!UohX-DJ\1EzZ)ۖ)7$ lK6ȼ:NU~}Nf`(O4(V@ b Ijk'T77mr^ Ӟߺ5b|0ͧ󾂨]nVˁd . |^ %5S^}jhOЭ1rhQ)Oེa ?_ bl}ܾbmZf1Ht@O dlu7qHEB1KV"z7iS/6NERzܢQe[pι >^j j9Qu}]?]@w^KrHD6"+aTDBn氺Ɉ`Y*K4i؞Jml*i-VϕC=Z3B%l܈ޚ=V\hgt-,MoR6th9K5Ӈ4{PU$o74*ieB3l(W VQKVF":#8k| `هX$ ;40,I`'D&RqH 4-7@YG7%O}32 )T!:zacǚ_t3v>1z~7!7>Խ@ŭÄ\'UiA/X-J%&c+nbN!ˉس3Xx3':Ur՜8[ {SvTVr =Juo ,_]xo.B2=04((,CxL%nFK;AF쀉e ªOTd$8(R8 bCS'y3y7I8j5-' }|ZFTF[}W.ZӿZQS=H`P&PbO&8%>m}`$[ȟAE08ZdB3:J^G}s\npK20D?!w)-jv*8lJО2>R*a)Tqa.a<|+ɅOχl9_얕H(f37@SEw.5v7aE:8@DR  XAp?39#k>u_ !Nqhqs.[nlR _`uYv9%WDljsR`vlYӠ[$qVRt,f+MB r3틓Z2+n d17 "^"=- f*h)]e0K/53ƶ1+QT=Y9}aV W'5~_bRR3:})b"fRHkiCNiv0OE[4qut> ۩={M>8]$!4qHO cWBbۼ7*ɉFU<ީRqOE%lS/vv`?>>l %6cCuyUNyH,v!(NX>K>6SFl߹1\33 ?}@9Cca$Jy# D0ۗp&1_q5Uo:k* ,tJۗYcTѱón-Dp1Qt'@(?kK*D~cyvF6RW>jL~N{HN#u^!_+v'' _ 2fhbH)[.,DR^ {m%M< &@N12m&KBxy X "Fګz3uEkը\ܰ o1d$QnhX `ɅÖ;.G:Tw`?FIM^T92 WӋX38 #3ĨXkX@X,@\i֌=ⳅ؅2sYץX_rK8w61\?3ue^|,(aL=*>m[5+ٵNau),|cBqCq~kiu(s6|I2ăB@p<8B oo='M{WK\91 N:i+;K $MwLaT;b7\R1 IlOH !wSHmFͰ=6-(|g(6jS@*E"i8a6H3ڀEg.+KT_ y0Nژs5n|_oR '34դ*"YlDNpI:mS"o0Uj{],H~9~I47 520^!7e*+CMfs.X.3Zh C$HqhNL8_s#t|YGvኌN9Fr&N%YIŒIeVxs}`>Jv<}uKW(MuVyV  c/+3SNkvԄ^i8 id &7 ̄B~6q83t/`/x~?kl{H= .q~5WFYJuqqt+[ hΝ >~YNоC+(S%A`=ɇX}Zֵ~\1/܅FEgưCҙFIsk]`!悴ջ5hTp2y1#$&ѹ2N+U i4:dqS{Aa\ʠ%RE&aF8&*"::]3@ QQShZ}HCI@4|/|X_mzfˋ{ ,- ^r4MpH zDgyi2ZKY'@iB @_Z/OnuzkVvtN5(m)M4A.ޘDmV XM f +_DG`hvV+ſ::҄_:ZM(2nl`5p[o4ko,݌{21[]&1{>X޿kyہT ypkSp4'mɎ U eYnΗU 785w[ x0*]>#"h!,R~"A"n뻎Oyf Ng57ݒ'#Dm ެN(6OϞW}bMc0L R7'`lA`I L;c /}Ώ#Yn 't^Y?VWTKv5Р#RKNZ"jX,!)L3)P*b37RQxB#/ jLP gEUkkqmؕiX0[; Kո6!pmΔ D(K 8P T5$g):&zNùZ2RˀC.wUM6UImDo?+8p58#EKC9d^I0 ,d$@=}8TqNl Xyol ST%}>dM[W,ԡ_} 9]?Ɓ,ZhETMȗu+h!䔁`pCG=^t:Qg޿n?D(6]h'q~F#%N`FUx!u8JAuT Lq98kc YAQmD679O4IwM>1I:Œfi騤 /k֬ b>rFRX "+<>* =08A XGI"Nnߊ )?3Bu?PēЪThL~eS̲G<.=mD#^y֤r?H)h:}uO,4N+݊}]`)qTX\iZ٠e Onú.vKe$MPPqT'^H6X`cwg"{8!(̰Z:UxR3>/yc-覦Đ@?8nGGt+aZd8 <(Fm~lp@ yDw޵HLӭ|PG* *ZUN &) g;)>TD"lnn7j7ԷD˃:Uٙ0R|Z.S%J*FeB5Kݡp8&s= a;] aOv4v5 YJAO$+udĄ q7*x~GqƽeVgQ'xJn(Cȩ{ Hgb!UK~ǣ60B Fr]5uA4wfO3zxHD"-Ȑ-}ЗCV.7^eKw6ОpzF,R ~Ir1~lO~[@0r 'aF~f=gy*bY3*FF9HJBX0z+FP>P1AMm)u&UCpyS{ߚ}Jh}p-Vt+bRI<2=s\ӜmD[d ڲiFyڜA~7>]yo ,FyR/V-q D/,oL:V:x uzZǒR~]K6g-k\Oe:ߒeCr|hg5Zҏ axG.S܀%YgC{r׭QYH .r_7#3owsǾÑ`OW";b,j*`zUQAP$7DgVl$mt lbg&JgdzUz +߼u AҮfyeЂXE 3B%jvPZayݺs0` &ĥ6D,iԃ}5w!4<0#4 xIz $_a"HmO\ %B^m/BczGqIkkî*' n|}R|\) }Nݰl]: ~b\ ,K &";3qbr _~KnW"Z+!̌ۙlW@&ɱM1s$e :5@E@%Y *Y;`== \d}dz:Et\_wgեsijdrl;ne+O/(}enI)v0 Q&AЋ晃O!A|z 9]~~ u:KR^% G**ɸF3[ݜqԽ|IJ]Dsf4Yɰou Rz l#w:YX\[fu-߫5ɞ0t-o)N&. C\5-؂z4svҹ5  l`Q%&[}g;OE 7ղyr*0ĂW'ER4 3LroFd>{íyU⽼XM [ߒƖYRХF,4։+Hb]맢vǬ(8fEt@D6z ~4(v:7ޡtcXBeW}zgQ7"0",249[@4ׄ62ѹEJ/{a€>̈_mS1gҨg!જ}En<j>C-+ [ͭ);KJL2X(4e`Ko;\2kbPd '8^5 @S!%CODLA$M!4vf"D$Q\@ c "h%Q6*<5rr ?pgbdԫA@/ D9wT ƼKl@j;Öhã}8 Aj .&S8_6!^դ!00.ہ o|q'^i "1~o",?(BNW43G-rBRfT{yJ@A1U䮭JŰV;J#gz++ I h}`W Z:0oK|rNO,:7 W-޲,Ї]('O[RW$&ob7 Skv6[nҷܼa YZ