libboost_filesystem1_75_0-1.75.0-2.5 >  A `Bӧp9|/O nOTp&-o%N JZo22 `lpudhk< څV[@Hq!08_6_ .3~d|jQ6gѣ%i.-!9L E½wb%]rqxͩz߬/uUy4G{h_S^Qd&E%bĎqsBSt½лM[&8Nt:{yygH{z25f414b9a9b729adfc5b7222c5ca42935b46973dadcd325ee7b46ec5a49cf9166b2b18b2edd7ded19ab28cf18bb5d6dfcadc6c41؉`Bӧp9|6$dst^Y+|sNH9&q?ʾKcP&&߂MHwK"E8ɒrܫpR`;)qytdd N%գ"ԉ)ls)IZ)P kwƵ)t,0i/Brچo3UbQ, қ$j)TIx_cA,{дkpn7\.Έl\?мL"MulĮU0J;&{NY ʂdn >p@i?id# ' J  $ & ( , m pty~d(8$N9\N: N>f@fFfGfHfIfXfYf\f]f^gbg"cgdh+eh0fh3lh5uhHvhLwhxhyhzi@iPiTiZiClibboost_filesystem1_75_01.75.02.5Boost.Filesystem Runtime LibrariesThis package contains the Boost.Filesystem library.`Bmourvedre SUSE Linux Enterprise 15SUSE LLC BSL-1.0https://www.suse.com/System/Librarieshttp://www.boost.orglinuxppc64le `B7abe67b3d0d8354c2f9d1a27d1dd2abcb68644233c3271f313f94c5266c6382arootrootboost.175-base-1.75.0-2.5.src.rpmlibboost_filesystem.so.1.75.0()(64bit)libboost_filesystem1_75_0libboost_filesystem1_75_0(ppc-64)@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigboost-license1_75_0libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.25)(64bit)libc.so.6(GLIBC_2.28)(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.8)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(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`"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/ldconfigmourvedre 16149916181.75.0-2.51.75.0-2.5libboost_filesystem.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:basecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=e9a1c50ab220532f8d9efdc1a789912888fe6a3e, strippedPRR RRRRR RRR RRR RR R%S~:[M*w֣utf-8ab06694262e0872e6f7205f07dc2141e0ab377218aee23c0f570c6154f5bbf47?7zXZ !t/ ] crv9wI+?MB@Q Ay'?!1p6oȅ [FT>`'wI#D:,ݵuݥ ے'nphbW+@F1"6BVCжLS7+m_=˗m1^ENVa.~n\#kNDFkc0 %B''J{ȋtvM嫄*fFO_*m#|~[4c.{*![դ=.}O<[OShfd5G@655N91kнȘ'U>Ltk?gw'AdH7\0zyC%91to77s5rRң _=NWoo4Jc@<>Gn}옪6>mmW]J@YA 4V4сYthy nK*eIB[xSp ~c*v~--q4}}@Q/#4&& |pBpoRB˙Ǎ;BnJtSUGA]2\|_c2~9Iaԕ*)^pvm2IMGyfNoj!NJMIo 8=e~`R1HlKMu)#H`15 L#8أftqRATTWOW ӊ <}%Mtv.0k)bV'8#E fѾcǩżO;|իfN(!k@B^Q.a1v \y%4^ O C,?WGϕ=2 g֫%?K&.MtfR|#*I<{@jsR/n~Ԭ#҇-ſ|]R{yXЏ;E=YF``ЗT)8yUA⼈?-h ۮI8_;4F㥰Za8=t>NJ%u*i.8[SB;;1  l%͵~ FS|yZ-!p!{AއoPC8lr y7|Cvy"9Mʕf}oVIoæ=i:aWũe.{Td}&A9vz&W ]z\;w MRqpm6&M.Ofu¦]} G{]!. /xdYIu&^B~gN3h-i  >;ZdKu5C40ODt)t&83]Ph^W 5m)bԌIGmD0զt'f f"L\/ITN߯8 NO-Us{ ϏTЏ-NF'XbRW8zvA wфnǧ!O3> QŽYxcòω2oޱ1 ̜g?TÅZſ>֨XSFEl f⯡t>==~3])}7֤/7/`d 09&Dz4|m9CfYb?ĞLv~nD-1Τw&b¶MzY@Mn3X<k^坎VuONU[~d锲LgE] Zէ.e8qpS.?vjp {{rp^ !Z؋xR򠤓$&;Z .E_A-&^}df눃QRI0_=s;dHrE }$]6 d r- Swoia5p5CUynQϮsQxcB_b!ڴ[-$ 7]o{ 1+ɳhD }ZFR[k }y8p*WpL=[mKĐ]QJ#Ǟń[̣5Fo'ǩ\[&@IuDj :S̆Kaؕ&~(!oށ^CȔTMݪdI謰/rr9%bllq4Jd<*H]lqT$Znh%n!g]DJJ:o.来y]@خ+ANw#GƓ"@ Ck  ʰRR'}7&h1R (xNa8 "g>,VHm5A<3$ђďB%[RwJxk'XMM<ԦҌC/tzbHqT 38>("z0oѠftAz y^߿SP|tkg!2bT0/Xmg!{mwX Mv+C|PxB3YsوYcRN-_dt+4z6 `w~)*Vkְuou{Ʈt ; .s'9zuw ݅ܕ*7} t\~9BR}3JUW*c`&LڰOpOR)% X2Zi\ ?a5tkCЙUjy4@6V90ŌH˿ŶZ^/z/^+s^ZDwG{gH ю#zT-,)~w /v !ߩtXZ H)ZPFWp'S`qL ax]\,E@Y=R!Z!,b81o<[/MЦcRz!֕ |p%}!gnp9ᖅ=\qlf)s*p41*2GudPR7fg>d3/X2u Q{:*4|i+tǬ(fg - OMv@e 2qE% :jI]M(B=oQEMylL6 Yn!:Lj]} 7aan0 6"H=@X0etzE5 Af',OyVmv0J h#ƒ?01Yzj87+I2YJ1ֻq vɘ^hWh:P Wߴ!_>PwbѕnH+'IRs 6\Ȩt՗}abJ|Ds!mPaf bK[Z0?b ,eGIaux48%@4j_ VVLM+֛z.ÄRJi=β`㨪s8&@<{dzsiп7g`/KȚ*6#eaUQH-:`J-_c{B:c"c,ş@qσ$aeغ&9萼'"uZ8]m9TZgW t=Μ&=>Sͪt߃JQ/(۴Ќ*ǥb߱w5%ܸNcnDܬ4 LB+k^ҋ| : .M j-EPV BfGy9n߃d/[D#w}aʈZb |^vy%޿NBD>]5Į RؾoFoc*Uպsꡞ%[0!~А 5Pp)V::J ۰3Oh*缉j'V6?T&Kѯ\2K41 ?rVC[xk=u[Rzg0592}8e_1KgMhjcsW0GmDj9ՏQ^1C%Ch9L}r@l7A@ONIo ^Pm,!-]&FG,x9?3ޯr%PT⋜J2/81؈P^&H8Ik ^74r מrؐ*: utg^(d^!WZueӚXFжvz~L{ND4 NO*轳…74--URzj#5mI W D)l\п:{vU[L:g~ ^sHVce8+~[|Z%Ǥ!v h{Ai8I`J. *SxGkŊ0 Z#y*mۙJ)[P–^kc9H}{i@n.n0M+.<ؼg4kTs mnI@'Dw '(J" ZQǃ4N [ _F~Dq-H(2~KKz#ac}xRu6ά?gNG\'~=sccRK^WnI 9nn*ZQŅji~1?K-D(śasb -O᷆" g`,{=Q2UteCWFΆ^W'by_{S z(f~_@K{)ufBf1i5#iK xΎ4(8YsuAv5f TYV;U0ej>6N4WU[>Wē v~6b(Wqda(46rm$~9+fY }ލ$¢\dD͖Ѯ^qNaxq0j;oZ[6}BzZG9P!4}{ Yrw2LQt)o1ZYKI}tQ &HdM` 0 iM&)ߺkTVY[dzB. hs=at0 S^ e(/c[ȱYqbGC<,A!ѧ׎idȲ}pz2'C*-Vtǡ:D.,pOodJÚ}¶ff[&:ֶ+΄H33 @,[ΊG0|h/fGV3T{'s#%יJjs.e;@:XcTӃTӈ/\a=É (1?A`g(*:}B]%s[{wQe7꾌5~/ۼl:-jKwV3 ޭ^:_mj%&ݚ j=E"Kδ`.l4>.\Ql~;ho|W &w-Rs}i01#`C̼궜aeZIG}7 ]?gvw3>XtyHZfJhL$9&H@7uys!?ȍIarĈ"*;mj(jE}\"en?J˛Ϛ# A.f%{2N؞96#?V_r͊ԑS#ɈgII|!1U5: L}÷0ZS( ]1!tbq鱦L6 \ձN7Lh@/B #we042:=?>fة0X"m\q,#O-W1VChs' L,`;1Yߔ'Cִ 0kwN cpَxh>qSM)q]:/c~ lON2.:ϜUdoDxo/%5̍6>C ?c8(B TAlB0t !P N_h&4cQD䠔=GZEUcǼM׳BKG8qi (OR[d^$$ EPSq،oSdL_^&m;b~W7o U $zo7kDƫ8'>}z? 0s&y[@K_ڬ.Bm' )/B%"=}":q<)*p4/V4LrQcMZ.aR8SfI ?B_ 㾯PO(33RS]>i&IhvE-?eA;@ij Òԫ]=XuE''kPb\"BLwqJ9qG+^z9o#. Di3U-M2d*̾F[G 鸝f53o548P: !]X Uw; nSbcþMI:X߆h'̓rrR o\迁-"'~4-3<Qr. zy6s.7O8t w}Is O/!뚵*~9VP?ޙu-]bϐ|\0.3`< O>?tSGЩW~6քklbV^97$WkjxӞeaULq=pB= R\8"|C2,jX7&dKӑ,d)SbisMb%ڧ~?ƆBPTNԹ^b;(!:27$[dWa~ٯCсlMcFvb9oʖ,כ$N[$|Ya"ؼug˽AOXzD-RbO_ M{IO%~*e{Ys:ӢEs-_;Is =Sî~)p+B/aJPr "`>2g~ dӔ Ύ92ޠQ}G"q̩ҟolK"zQ; ¡= i"Od4rl|8=]ߝzUۇ\0=:^ p%ZC\ ݦQ J"{?g_JKe7gy#g`\Oxl#b%5,&D_A kJy1zBU'4 L 6|w-H(֦7:50bKnQ^g&U-oSgL]LJPb|TB5 k9<@v]}hI5),ixRjR xCnޱ|57FJ+t4yilY ]ip!dc}b1Fw4>2NpJ7LKhW7 TM~߻2e 4^LsEԝ~ Eٲ<)Ӷc1_cv:@ ]$uA >șV^CB\K9.VBmhhq{QyAeB\Ab01/1V:7~ҖWZ?KGN*nxjƘɏ\SesYen-/ V{@-_CYl&%4m{{#A׳0tP|¿Z%2$4՘3: Aq8iz/y7btc*z;ۑqzˑSadex TFϷąc;첀|Z4 7LFQY8G{'4|d4Nf+E,{]@5&R taAÚ[o;G!Jn+D:w9tRx@ʯvWJvKO!Ûޚ~B@jKS]L.vӭ|%%qS4=A{,ɴWQusg?p- Ha,4au`lvN`sfPEukD6"2'Ԯ9L&>vpT!\ ǭFE ,2Ø֫M# f39hOV5)-D杦j _=3> MQ漕efOD0 1>(P\BFxLZ z3ƈv!_6"$5r^$sYH GR8̳eڂgBMN!`L|۲*pW|iЉBb#?6;q|UN}:tmތ_cmVpV pk>`끈jEj3fSm[iʭvenBor8e?Vw "TE3L8hlA䟏A u4*a-ϤBB…^h5Y1v<]s^Ҿunֻ]׸yel@&jR+yS' )~ lK8{GVao=?-i4)⣇S ü%syB6VK7B8kOF& t4QHpVMŭR ;_Pm{7$8Ȼr2 C+۠`twUlrtli;X.?wٽ>m|;3]ӯ \<M9(]Gαo-DΕlCt8> tFsoz3kDjr'Dm~If/rl[N&x [~,떔ieFɑx])mN5eQ $`U{5}WQV3l +ժ!CJby-G= =>Ɵ.Z| 'kcro]}G$t"f&v 1%/ J&2dpzscz`=IJd8R.^1#2|pr+M Va]K;r2UBE$&@*&iآ.P.m=Gh^ ANUQZXCP._HnpQ~B  ]7!V;p>8LqG~i>CS_5 %0suȔGN|M\8bd{@ʼHKdsnWM5輜zQqqӴڋ3-nY;c?.f3n99FC ,'-4=Rg*{A,dܗJnpD۽E^Fސi0YCƃtCC4gbJ Օ Tb@P?>ոQ_bߴ$MգT5-8 6$_>U+Q<<%jZБdh+lY|'>3Z,\v8Qp"ϛKEV8ܑ(M:$LLsaSwcP, "J5Ihj/Hz-!-LpɻL*EV%# ռKBɊ,L NEߝ~-ey'&@Ov@Do+>L5o}ׁlo1MAD&^ah'NO j[*6gʋF\8 R)1ݫN4aORLg&=ٰ~^yU2xͷ-ZjB喝GnR~D$ځ8OSZXEgDF'] $UDJjXAQ*e&V[jՕjUfi4Jm57~law.촻Hu:4lbSv96w G9HgJ?U`ԧ܇VtHt鄄y+jB9J򥂁F!E"j!>ݵ@6k nGلD6DM-J,Bo=ݸ x 5Ǥ<~횻U@>Eq[ )ƶEDquNh(ލZ&1Ӷ"M"1$B>`o:RD`EKMuVy[ljɾuOAeO,qe#@'M$':vpֵg@׸͡\;*WPIeCߢT{gԜt3m}gJZfhQzgD7 D^}/ݪD-A$4(Vsw!l T" 0olU!PX}OC6%k_CS.v {8pgN0MkT-[fzQ=I$a3fxH1%1akG]}"!}ĥtS&+ X"Xz_-{۷vK=k1:ؗ7r@)Tp04F޴VcfB^6pJ K==c.z& Wi |9"@x?E^mwVeϪOB0BkWvXGNԛ$[>?hs! 0a+S%7d*M_Opa@~bry7wlfDf,z;ёv0Jwk hwX%qWfޣz7j4tG؈A*Q=2pS*1ޕ e1̹@ܶ)9^b!!$cH2=K1ErQ*ERgk:{ .:*"2ISq fB-=isHMk0%` +hɨģ? [#Lөq`>ZF:]J+#g ]\lLX>+ߌB0w` 4hb(w|%~)[^2乡Rǃ3?3 U>^H@TWr 3߽Uާ.؝$2CjxzIc8mIpLƳ`d96=scCo"!ǽM@Jܬz:B%Qa.,k:\b.A*ӏ,G.MY1>U%S h'B*@o#b/+ :Uq}1]r&sd8 p[rLi>jӒ ܑe%y*r℃:-B}Y*}` t~'repFe|p~Tܗ/nL(P,}9Ss" 1 Wѹ*dZlЯO>GCݫa5P]JW:4#2{R&Zո-bxK1JЀDESh cU> PUlYŵ۸?=`nCL}>s]T6Pci0Siy}-`sJmީxTĚt2½ Ѻ\<7Kx%GO0O.OW3y^WO!6EmcE+>1 2I EW9h~$6a9=~sİa_4FdE%">p , !be]uC.urKJj*Yjk7(K]"h֍ ^ԸNX߀Lєڪϙ%"t%Jo`*|YRd E+uY,f_p695E*ǞM իoI@~?B9G``RS1OY!a-0p (ьy \%| DdNBZ%bMOvO;8(B-Ŕ SX*\}Uzfs?#tKJ4[s!#m>ʩX{'*Nbb&O|?{ITF!љ} 'q0w,uHLqܷShgvp};9pOrqw`h4ޮ.5g nv+<<03NHXZ,˭("ʀk#DLe'MY:PQߊB^qjJHJ,sܰ|1IW&m:}[AtXD;"Z0sV1wgUm'Yr{}xJ}BX{Ƙe^Y;cNy-K#;үHS›rNasÄU;_U'rl#YY]4mz`m1lC-P9|xb,Q0ofxxZѰ ;OhQ%>W땯5IE.J-8鰿ZTi%BPhqS,XiKyk[US^z,f;QB|:+ܱ=Fǚya<;U Zͧb-i(cڵ2u{ց0l/;IPŊyr8XĚ/r:ma@밻yIcX.$Hi~dHRYL6 '%)AIkdE>o8nYx*ΰ~hT2%Gc1Y?# CSk/W}G^L-IJ/AX֦4 u+5p f홀$dz]w~K$u᫣|s,", $(~m *Ө D䒪)hp+P]!%Q?;GYʷiC ?${G/y/ p6˜4N$ "TPWթ. ZARd -1_➸y@?s0r[>E;ݽð/:y~ZZ&ڗHo]f&-cvN &:{rvV\$r4f&wqS8dk5vpB.X;)53;q؛[Qv4Ix~xTc&+M%(?"Yc}VLo;yNI$BaCRlzb=, K.c>|\k96%)d/ЛiUyVN/gqg:nT )íj:&nǘX:E^U]P IHS/2@%ɘw`Gv+aq&yeyIĬTl̬ ͽm\rh{cTd*)btطЃ*YɯbW9eՐlY@V`2[CeA:!c'&8bflD;;˟C!2u zWNڙ4+dkam>;o|uAPA@}2}#`_' M@5Uu-dޥy?RywL X̟ ua:][WD77 Wi-m?g`[6se4&4 wYqIr˫MMqS b*@6ǀ9'qb^Xㅏ;D.^d+U5T163UqwڛEb_7όd좀Cܻ?g=KR[}2<"L Y7=[ uD5k RU%` wjU; ^:{Јp *%;@07&2+"{cT :Q#Z!:eŀ}Uųwh~zKBGfdE)l)nMO^Ҏ\|eQfm?].¡k\ayab -;a>M46Iyb9)lLOB#oBD^^ָ͖:ϖmjb.BERv{>lqԀg 3Yr%!UaMf&qqj^e6_Uei>S-$'苝?5][|XZoG/-䙹Gypb47q,OFtDL}˥n}*r1Y:.gkuOғ֒Tĸħ7 @PyC* 釛/]Bs=N!3KAvD[XqrRG~@u+P_U%#:2+$#A̤ #j @L T@GNaÜW#O!]:ҬBbeh7ACISQ$4 )^ ͎ <ʚ׺Iφ,~Q,SoА10Jʒ$psY* ;&3_v01'pkW<}+)a`C7c×LKo^5jȌCccdWX 1'(縟5 \eϜ쁭6*PLl)HT~@c!]tt XDewtVOQ"9Э;Y.uԤ/ZPrFhb){,0&?ViIrw:lv6lr'Cbjxkg*c4yʇյuCD ia9SϠCr="+,k蔂o:aKx88!ků1UpoTa%c>*hõVs .ί&,}(1=D:{t/1 psìn`[hu+:_,M7 Uda;yR{7n/\;Z#Q9Nx+_-(10W?o.};vB;J'\p=O @KY  ̿׮#E࿭S˶Q똄Ju̾r= UPeFߓq4讖I*N4,\ehم"]<8E*K,z'8^(5Nbr|cGLCx%eX$TUyO_O@W}/*Ow\wgbe17xX8h^adhz߹wѝ# <ϑb|/:ɱ4'N(Vl$D3J o8ϴg(a1=~%鈊ApH|.S6@-R L} DtE2IQ:s<١:O8tZ0Oz%.Dv1t][fz\J$x &ф7i:S.U2,RƎ0tG'vWe/I`'rR^ԌB4O(mE}x0^"˻MYDUC_Jw1VazlY%Wy:dwti̬.EW{>nЃ K򴧯bًu` :Rs&*)zTX^M {MIVZO+څ/NƢlElny3L&G9#Dաe--:_1DSy#WlX-bLujlx!9 y =p|.A.w % Mizd^_Ś4=Qg6rmةu?L齊)pT{?pF7ieŭ[d @"zъEÅ)ÜcAو+iV@cV) )%u:2&My!EƊ[%mЭ`h) sG` Ơ'"#:g E2ɴM~,.5K,%ڊl:F.>l%hL7 qdn*<\'] y\#K*tP#;W&Iq<{_y8:=c@RXtdԏ]]&#42toޑ(:\$Q?l(NU^J:g艥^zug<8@%|*W0X (Ui%xFL Hm\--Gxe6'T=cZ1! I$ bL6R*HX (eex|OH=ƽ,UҤel܏[zc8z#9xxm`+s %zVD{1K+W3^V^|5~@b`, Xj':Ndʆ-Q5Ds"es7}I# ˶A L\QtS9^1?ⶂO/t(E [T]*$NZFY[oY6xX"%iaF̑ZQt {HSVyC GF='}\fB&}d.y.<49艼k ӵ!8jӷI5膄qta菝ctJxPrqݜ D@&j`!rx,+|B']Yq) VI)G&XWz)XnJ ^Eq2i7LWygCTк9eB(gtͨQZw{ߎ࿾-rrKnCAjM]⋄o1#rk&\kByQp ǐm&ZKjXyEY'î6oͭQyNxPu !g"NИW]8ĎXiFa"́BE`BQVU {8kLY| SV hm ȧY'3PfbVړ 01 DX'bD~v!I:'yX*k$s oEpM߰1Nffx4{?K7r#(o1#6 ̪hOU`w[^V~쭜̊p%vIBF8BLef*M6FQL~CהsY,!4JA@dT:)*Σ!cVRf'NǭqHX0 I fKU b?m庌:֢==0iQY[5_F2/I%\7@k^Q#S` cGd!mWw:ewYǹUft][ٌ:=zPLz6q.8 &‹z$RF?f|PE؏_(OS[*J9wEh60V'ElPuԕ8&yk2tdh1c.jsUJreڹ:;ҝB 3$rc#Y9^$ŠZ o#dF`k=?8?^k Ge6Q{kU,bx. $B$DD"<ڑ Pƈд' RgR)2Q=C0Pñ=2a"{Sb,=ZT?O$uBʗTݠmȤ٩#yusTVB \? 0]c"[+ҲR BMe~DKc6|CwOaq@+w;_zͩ$:W($nYÄmqϤ?MbB3y I1Uq)STmmXy$"|wa7?lx.vmXzޓ6c|5bա X>B\:Y:`DH9M2wʹfȅ)S5w0 2h"Kw "Fd5n]p0Z#IzŰz'T xa(9OQQLj ߱5m,dUuuL@n 3@YU(wV^ɋZT#]B< GÖ^׎KrqX ׂftacgttF5VO(Iw 2t v^:;dCA_0i@bɈܐOA%p4U<.艺h nQت!Uל8Z<8@#)XA[|Q|`ܺ*pVuPr(EbâBPF {=¼yvf[GUӥar| KxYkatp1bMM.N5̰ٯFeP 9#3|^k_Ua7~3>X[/N[PqKr_*A~cp8بQtiCR,0ZcR=e-Ek&"2P:*qCOcO-9ͪ'ĂG Ǧ`S- h-j| X@,aU'^u.xOuh*`P_ZBˉFƼU˕"#vO)]Ln2?fɐ'X% $γ" `$(}[llYgAl l2ϵ2-t:H7DҏˡT+U7\V{?>[3ѫR:zϖ#Ҋçjڒ\%8j+p?TL\m7:;*L.ҌV`yl剓'V~+(8aBET:,SS^1AFUcYLtxx{ϳ%gz:L")aB g5%&Ot rch7~Rxhzc2.;fF道o(OoDN%Skۆ옖opQQOLx3mq>i fػ/KǒY;>^&k99oE?Vbqz3|?f؀8[ǒ{ل}.ѝ(K2Mn-۩tU]Ie&Uω:p6=j"FN xit)OjP0:nO__'M1:(L{wUHX;d !D|7oBW5@, &3zά5y`X6\Fm?xa* APNQ0J|144R$x=,ueSY c<74ϵplx4AԐ1V Cҙ7Q$ Ǒ Cn@&wm t\u9'k M.(ԋ `MyrL$N~zds2qBz}5<,Yp}Q+h(}[;1CF/mH)j5~^|=d:䋌UG3e?:탳rGlӼsFLAN98<P buv loF;}\Fiaҭ"/oI순?{d^tT393Ĝht3 %^xC»ah+f_U]VGI+x"AeOp3Z?fSGuK]g"^d`y8kB5:;R0G_<|MƁŋmvd u`@#Դ#@\ Ml; :4J$ X/4ꝑ\!p;afV1z}*D3*+ƲaX[PCoBv5OY{kLM)Ra M1UiP%6;F%3놥Z 왜 rlj|R;CgXFꠣ.o&W~{ D2E?@c4x|83ITc;iT* ʩFy̩' >vtsؐBOq-1oerï ShQEDtyN_m!< q/A0 k?Ye8ҫ~]ZeX jkK$Rq+VnF)Sx5%{m4WwMئS8K7~v{?Ã=h4Oc,2v=:2߈:S#ڔؼ4m6'|I{**z$oW%3,4}3r^|HҲw8FU5Fs~;eleuujXC6s8 }m?*pNewuiĪoC :r y/@l񮅓fr`ߨ_-1|fA0yȵ> َ֙imfBd ܍V7 ֕O ES;OX7H- ҁ('l~oY@H6VuEI [<U&ZJp/4Qxg9'Фy& N7ՒGP7td?nxc8R*h.TxdZ#_LV%ILj]%qq5DDDNxh}V,D4ؑcA#33;3i3D< )^M %E|2d#)ZUY%ڣo؉7P&jA'v¡A@8bv+cX>ѱV~jC٤ǭ=Uwtќ__Aހ, 鴽$;yT㒳AXy*{mMs̊fյç 7?rJ܂͖tBċ%9[XCx_Z6&"LMh [fa {7A BtE}\Bx=f z 7C+_Eہ;1f^@cddב6z0Z|s ;*Vm N:0uFQIN P= 689\Vh~S 5 =^SOژNdP1e;?3_[3!ԭ~OawX)`TxHf" f Lxj46ot_ŭiy|rpKz2X.Jn`L'n'hJઢ˞W㷘-ڪjc=4+e8_6QZyl9Q^ȕ/ ×YpQkhgf Bi撰NKvEt>YF#oDd_$WG,cHVuTHͦQsWW߇9I0Z(54|4z"C,*`ՊiK%VS7%=D]ڵaDJ ?e31<8#I//"S7|tRQRX$A_8,}?A'v6MC,7ǔ'MS qhF$_:_ C',ӑ4.$zyqS1ܺk"fjjYcX `'ZJzz}VV9̐984[Ф_kvFF ;uPhFњs9\ |ks2LtIȠ/6Le7m٣'PJ:X"NIV_6 uP8D PdV 0̬ݾ69(vb &2Mp *|Z$IF9>$3`IR+uW7 2ީrMp4O!UPpo%$KSar#_QSCh@iklSϋ qUsq}?ߊUoP&}];~wZȇmλޟSuKFOP kD hwCNΟ-[ AB]q14W{p~,͖gV^\ -wSQ9x)p3!"-dR< =:NTlcwLr v qp6 -߁6wZ[ӝǖG6?̦e8 r˞O/AHqu5!O@VHL}b~/A@w䫜yf SѮ! lW8-d߀m*ԟS{,U3LwGWb/v|6`VJg+՘5?b;@2,D YR%~jB,ȉu$\`+d6*xPZZ&)QlϯxTf?,U 3F4ǩf!" O|cq Ua*T脘sUܘr`BC$Ug7? !RJ&!4 Y鼯z|}2 -+ }+xLȆVAsc7܅˵Sͷ\ i0Q"L3 *p 6ʵMT8)5JV}Q!DT{51w3W"J%ytsڣs~+ 4'JN.9҆٨{xSkO`:a +G/Y4Ϙ :w?I32Y[~UK>^{'1H?2eLJnxɮ nVnAtBkl .=/Mdjr'Y*/Erw.Kn8b=4SqR46S%r* ʟ:{{E\knNi iffTq+nC!h4=eU*{Cr.0ԅmD ߻JK=O&C n!ѷy1{WB5T?1X5àwDPkK"9}HB3Cy)zh$f>Y![L{8٪O pQ S0I9?j-4[[`V?.]x~@"`gH#N~SO*-#j!"JZѵҹ05x^"Y+~5Rq oq|dCx?{KBģ!`)YN,uB}kN8gmOuqhZcaZJB=> deE1FאP"7I Mx2zQ ,z+gӥ/Vt{Nr(O"3 KKFeZ5_1tTUqFi^rU0)0ϘF`֓y/М6)͚n^q4pҿC/j/X.?ȥV&c\@:-f*c&z+Mˑ0*crb cn}iKV,iC'}P`BY{N'@jND!B,+^Y.4 fcO mV cb|ş Gxoɒd)V# dIXՍu苗,a~ncF% &FF6/]:qDea#h/:lb4jjM\x21nlt*v2Ѽk8RM:-L{vdCB1m⒥(<(2<:2f:~?nsr> nr;W/zj auv{1st0m"ƀw+jܠ'Ə~.}~C=VӼ&?Z%.ZWW0YoW]O B16kkb[ ]G[]sBp᩸ɼQi1*..6`Y?W20v%N\dw7+ig%ft縺F`EH.B =תj &4,Fo^t)mPM(ww1(W6ŠBB |뙘J*ڹ:n2.>ʧE92Е;ZӂLs5vu~|&€'FѾsiv^_tպ>k*ϼ)Q(%,,Ca(͕0q' <&"NfGDEwmnYΘVړZ8̯53IWׁ[7sd$dgF1d~eJ` p:9 {Hm k%(rG&9|l]5-Jg㻉2K\c'Z.u fG[DUzӶ8[)!u&@]\NÙy.BR4rAjY+XRkNQ&maK3SgfIdrI"x"ǗӑإLseE"lCK 9-~ #䟆Ja?&^l$y0 uiάʌzhBԷs4/)H H#3ᠤSӼ^/?A5 LrcHEM (F/!j?3}39c > 4Kw]6G+tgԟ]@O6Zoԣ ^f=YSD{#bO? X P'_exļ(0pa3m?NыiZ$Rf؋ͽʚR8gWZVƱbݝMd7>4G?QX}y|LQe\)h:mjQ%5Y͔AV!X5Y&Ks=xP4\tp(B1M2"HeF*Ž'TqDjA<%a9195t-^$ 8:sN~mZ{ķ2: }KbB<%GT0Mp9}/R3x J5WblYO#ࠇmJ V;Eg N0Wѹ6v{ǷEJh//)1PAd[w H`VPiF =Y1C30x9J8b;bZWKO .3Xpw똔 v jj_OUK\fSEnN$$ȁϩe^ըyw5Uز 7Y4%57DTӥê4cI$:]I'Dwp(Tp: 024)X,ϵ6 *Z"{>uE=t ?lJ1.n0/^K)l_7aT1w2N{kOm@0!۴!fTa+CQn2wBTévlp"@qd\xkJ ˜=$_KV-VE<9tԷ D=˸td|L,%X=~.s }[`2k3J+b3Xo^ P]=wmTŴbsJؐ Ys3K}Oh#'̄%Shűq14v?J et)l}PE4X)4Ȫq)YZ23!^<8@OT^JтzĈ!K6ˤ)fv\QY>QT㻃PimMLXsv"o[ǰ[QIVSod 9#o~]WLmVr$'v&"y]-7Vg[ Xs]㰋%!qn/s\7p8AHߤ <"~Wɸg34ǽu.W Jpϗ2ڪw|/LJH9}[%vկV|^+?j@Lby])C8(װtTD9G1 AYKtfAsF&מ8+65 ]f=>cH+b*WpNAM=Kb CX$r6$@R^y' 7Qu.qd=O6xzEK vtȘ% -*r$\p~Ld  bx<[ b8# 4d~-Չ5j%6x@Hh}d*ȫhJ)0kb DkLh#͎ tW;:8B7){Ѽ؉I@Dj!Ξib7.$»5ʃmH/ `dAiz@=~="x+I h%m(Lg q+H;1 í9f Ϙܶ YZ