libboost_thread1_75_0-1.75.0-2.5 >  A `Bөp9|?ݻ3m j3P/@̼)O'RRc:k-W|itؒ{&u6z͟ RZ\+0C _[kD`Hm5\7d$mAPY%\EbR lS'$0ڲoUOG.%˧/`soB2R~dx O'p67$g*;G賏_4MN9Č08e3a1c290be50b6e80f389e86427bc90aeef348b539eb4b7059b6030c7cd94c9d84f1f31eec1cec5d9ac3a9f4cafad9170e4c8d꼉`Bөp9|qb'c8fpc6}30Bo9 Ug 'pv|7"6X&4N2coș _Z|T^1ʉ&6UBNnDwrPl:SV%[{f<g=x# X>p@i ?id # B|   " $ ( i lpuzHp(8N9N: N>f@fFf,GfDHfHIfLXfPYf\\ft]fx^fbfcgGdgegfglgugvgwhpxhtyhxzhhhhi Clibboost_thread1_75_01.75.02.5Boost.Thread runtime librariesThis package contains the Boost.Thread runtime library.`Bmourvedre HSUSE Linux Enterprise 15SUSE LLC BSL-1.0https://www.suse.com/System/Librarieshttp://www.boost.orglinuxppc64le H`Bde462e790ffb27b1ed0928839206ce397560ab6d9d094abbb0d91262b29def84rootrootboost.175-base-1.75.0-2.5.src.rpmlibboost_thread.so.1.75.0()(64bit)libboost_thread1_75_0libboost_thread1_75_0(ppc-64)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigboost-license1_75_0libc.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)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(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_thread.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]=3c29da6f9bc7ba342945d8b78effe88942a1247a, strippedPRRRRR R R RR R RRR%S~:[M*w֣utf-8f43654ca40e838566e6cf5bbae3c95109b668be17f32c8b329570938db0bef9c?7zXZ !t/ W}4] crv9wI+?M=j)v<Ϗ1Y˝Ut[cHb!pf\m9)~wU`5l1G\AЇµ{j"%)lyB$kq̯kP2xNF1m#W،[Yc$_kTX4e.} ?OI*J7,G9Q*Bfi/Plz]`B5,&1+gXos^+*zV9`6% '˨`g9pn j/io1$HbuйX]ˇ: n*cZÁ|z ??Nb@z<%Q pUj t[ :XE/CU2;)>nlɔTp dB%Yv옿6a_,䃾^ͅ>v4 m{-bdn35Q8V%<0d$*rR쥰z6E#-wlʀ6% aPKM & o^\jXl5dՆsī`_:uV&ac'#:Z&C++WnGM̑hv{zM!ۃmd{Tb; Hce ƐQ1##8C4{nZd-dp43^ > 2^ni!meQ <[8_PC.@|ms}n16|0h_񶥍=^I^1tJhBL>RLwkfp57~)B0U-YukΒ,&;4d@jʧ*/sa3j PYԆ/nQJUuuG#ÁC]K58߯pG&J(os-mi8X"[ZHU _y`˭ԑ /Yצ!P# sH"7VƂJ_[}"6RFVWuƨe?#9٘KPl+)zEMҧow0Хu%4I.2(F]Jk G9>gNhE-31F#cKd.d0(F 3u#1R!yWu Zw9P/Z]f\XE^AڊR4Q>v>J"q` ·>6 [dL{oX8yv*U~ _tAWLw}ү݅!,0$6zn@C-ŵwl"\E6|'VńBA 驐obJy۽ Ax,B ~B4bD! 6lϨb\Sc!^y䱥¤Zo| UY&/]g#!xs#}>bf!G`K '{?Q][-kzX%^z4g uV25 4Yy⼽.9  mH[ئ?H+.j6܅zvGI@Wրyy؝,)NVc p_P\Hc+-|h]7/2<-d9>.8Zb8#Gr^7Dq̀D![鶌<Ϝ lLQљ\K8b'{W6czg`n{$`<Ȫ:V/|BNg|J}-TM5z⨓+:NeA_e pF"^-jq.7l0ABS๟tbNaH_vy9E E d9$.avn0wG0C|=IײWAiv؍Sa0Ht|=A 7nӕ0"׷a]2DS|ggtVT&`nF=!B)ڲmmP&wpve v&TJџbʺ!C?EjC58AD8 MWH@gðxYhoW?3sL^29)$3z.ǬQ"t\}F&HHz8!luL)A䘠hAZաT(&E ][D{9}q$=kQ&㚼ɲ&#sήĮVsOnv4 a"NuCH=-9RDXJL|h{W(ʼnvzkd5gB` j#t䕆 )?-qK, ')~(dB#a+JT3B2v"]]r3.ve{dup'nc464ś^业U\V*07l9FsiT9`B;̅siq֓$M#nj-_A^F~hֽ\-S9h ?(]VWLP֌ %{A3KEmi<[I;0}[?=J;[0p!jkژ!Xc$'ڕlTjWF`oSjRu!2I/b lx:ВwveQk?3D Eɵ&)[[¡C`XXum%2r{*AֻјԻq[(^;G[ɸ!h, wIyk7PFx"WhGAA9i3h\ʜO:fy_H=}6d"(+jt̗fΤG)_rc5Nk=c%dNUl !m14{Wrp YaL.GQ1J,n[ZBêC݅[o S"%GoԎKfabE#5`Fuʳ;+3'0Mp3Z5'C4Iz5 XcqkU0 (G}5Mq#nЄd8rX ) z jK#aҺ: _ma V+`VJO3$ucnxO|ɵ@TJ\ _E濱[C+4R cY z֍s18Kܗ᪔sܬOŒdķ@'m iH7?',5ӦrY 6Z#%Cr! X(FaZ dÞ2ߵl=\4Gȶ+h܆׉}BK-Œ $z;!)g% 8NGp}ڔ+o۝RYդyϽGt%I(:o8rnBL튡ik!*/wXCScε4x)\_F2?Y"ZbTػHc?C{t{QtߥRڢ~Yv3?בL&WbPFŗD"Զo .V7F/|*^@amBPmZTbN{^8"w >.Ɀ٩[|[U wV7#8ҟ5'|@/<i0.7Kmv{5L{4 '<Vc"-ŗ3ؠqիʢ08jp 0!t/w@'|J{Men0FjRR`"<^oϢ]Šxz>)Z8H[O~ٱ6}1fzzsHLo~]@S]pU`/ڶT%_sZ4oiá|l1K !q{Iþz[= WQh7xs"gq5cw=1t:+d&^kt ̀cb{΂rVխ:W~8 I *zp$Ҷ ]3{⭔#-_hӶ_!{P۞l.܆OX$5#_xeq~sjBZ L'l}"SFKԪ#Mi:@oLP2C"+*2 ˶cwWp9}d3O`+ 1}&v@Tx'm)ekjHM}@#+6 V84[[O59rq%'W/SCTh#o6?Giˣk=H's6KSM8|V)42=eH49Βh*rQ}d"%mGDetxoQŮD}~Jv=@ yrul*8%C&)4ɇ<4-V8Y_wèRtX⁲քO^9x D> +i]Zk3:„ߟl㓰DeQwLl\&0=Vd;a[! M;X$g#2ux]l=. 7BoCL|BybfG@_y9ޭqs|ި#"Xw16$]ʀ75Y^~<xGl2_|Y9f@?] %}`x4_u nV,܁i֬L>KSP(ۤ7r?3nl"QEG&QEԛDxHSv-N0 zphibc$,S#l~p[ ,_Mf&i>R暴ua!U"HL|MWR 6^.9@yEn(O=Ԏu?*̍Z N2B=&x E"Nb>i仢 ukbAi49tOX$F/E/Q?2hI6a-jv O -uqʁjG2E:XHlX4&@ 7ZCWTss#-|j*,ۼܷkV#{#+HL9-zM@,ܻ/,}]yCaVW,qL_]Bt(H`ߠ@R3l":3U̬*Vۯu- E7cv\%6QJ8~jvvj>s GU ·7G ݜ>ॱۦ|8<9KQ5W:7$kzG֜ 0t~t/6M4mM} 9':I HYN/]{UN{xƝ[<e//F2gA$= h@bA8fb&_%G;bh^"R1P 6)L? ~?%֟Y3QxX>IbO&/ K._\1/&S3f!*J^V;D)ҝ |^{lH:Guۛ^ڿ*Y .1s9oɖK=gk]Ы6Z$}Рv`K _N%"vc>h>gu2'W 5¤7#"=+ϸS1FעrjsiB@ C/V'U9$~AC:ujBmCp 5 r+>l*0<n}%x4M,B)#^?!L3S0U,pj:٥ˁD еT6`1tG4(lO􌿒\)Vs~2a*= 'z[IͭX%) l-OUe+Z3Vb`Cb&if>xLBMF|q>qv"|?*lDNQk | tZYm3Zd[dHc)z[Ϟ.JIS i왜)KZOjAdQid2obO4Y2ABO`eY^¶8LKRfŰ;'RSnD%LvoB#"ߝ9Ma.5H͗V~Dה<,E-:dUĹU[y )!' w dXFvh6wDPPҚ[mI_s .^JؗGR낥䪨)CV[0֤^l4N)مX׎*#0R W.< zuW s Z"t0E(٬Eow|ǽ V>j?:T_qU_B Ѿ砯,`s֚h44x:T"+T,Ģ?b{9(/:ST^7Sz< 7Y%.g/{aWD)b֓-@p}ڌo ٍ9;ݵ|CQ@*tGL6ͳv3B`wIZeɺvOO} j9|D&CtTl$䶈%AԘFr,L$B.7Q9>O5"؜U:+Ӏ" Yֈ?8}.c@%_Z蹚4&[ĵjCǂuvG͡ y\_C?lȷyց^R 뫀cl#3GJ;Vڂ>+ݔy5˄J[3xq,HN93$4Gp peu,֍͉1Q. ej\t`%IRb|Os#+5t9,'w!iXwC9Oqi:d)H4̍Jg P'fL H_^+PcW?9+%dS1g^lP-(RO7.P'P,Yfl̼uNScn`}X*{H~NA ˢB|9zsqN(W帀\M%$hok;< rB:Z.ZX?J 4Q\8i|~pf49EeN1/ȇ?zX,9^cvW,a,ۖx<&vKuj0_&"+ݾG2Όg.n[fŇ k? 7kE,k&qbZdTe7+j !Hb%*Po\GT F4'G$nJ AlIFƣ Q]UBUf7[+\+@[X+z7͡s83?8ms tF5ʼU4~kg_z[KTO%y3F}!*@YZ ha[2,,1C̴bd|Cր%Q{i*CzdKt<~)>ث6nX~x\N_R}:_1%ZJ}X&L&^SEg;4/:V,2YMGVU?'a~lw=|KU @@yV38/Tl?̳eT`P0 .zLް07t/f[.cOήSVTXk(7CFt/\>oq3ܤ=őw39RSgU>NBߙL0|XYFx滲pVնz/*~keP}ܢ8D/-8$hmEvp+* UmǏ~0k:$,¼Ir"NC5TlѰDs.ߕL`V6JOL|{4Bc@YF\p^}h$6z:ڍ+ K&gOnp[Ub~o'KB*8 WTb!A=YzGT'`m {yIXQ/h."wp7 1&IDp'wC['N_Vr 5\uFs kw¬#!A]o3+u3wf>2#L#V6FDh+&]!׺{MдW;jEp%ʈ6it(ŇP'Lw\\Y͌6uj=(<󷺊%{_4}{yf/' Be2۱i(5la IoҖ9+h)N:e ֎V r`=ґE'4Π 4˸+TLDSzӥka/KxXGm-r7& 2fB:b)Vws:M}CLpLA#;!RVpfpsLkASg!;n 7Gvo  bCrE38̄~$n.Dҟȏc.c0=CWmBΡh> %H>dZht4dwKp'&YFyf9SU)KMrZޞ k2H:;*w?w>x /cwIl3_){5@2PXtx3^_ok|p_V2=ů~ :_6"fvE% 钷9t 3:R;zruän- )_v2O*$_>+ ^̬>*PyP K*üTƗ6B#fej|⧦9FJajl`OF~N*sµ]چIPR] A C3ғ>%‚@¢{HNCE1zx$Ή7R-EDcutB qճeͧǒ#*Q<Лu]fO(ik&wml^T;a4oy`g7tIU^ng>(bxL3Qtrm2xOz fyz+ HGEd }v*6mrAw2 !>4; q xa  m{>0`Ӷ(/g/:&t89gDߥc_b2)W%>%ke_Ps5trf\Lޖګ|Z]H'ˤ5Y8yuޒlNfI&ToA~Z;9' iX;X򔃫{ Ԟ?dи"4f4#;Ѩ-LRH9%5^vzP܎(**(!6-=ݩ$[]X~X _k! Ia'Q?H? /WNSM܃tXW ]\ wTFor筆WUV+Y[Yp3zy49~E3r^ntt_;Zz8Gբ gLUn>#{?L#Zd\)=--Om`KCa0&׍HmȾb-Xٖ F60z \.wl Ioذ< @4U~rr 5 n") @g\O)e6 >K86E" KȕX>]4!z0v77ˊ?=GyCON%-(!%";wtE^vд9q  'U`ϼG'I 3žבkZ4JH*\הc.}aMh=OUJ/h>Dr" ۛ8djCڲqlZ뇗L,WR. Fo(ɹ#c@"x.5 (ebO99Ȼ“,6MġnxgWF="r ! с:`df~<|@ٞ*Y@8Pl^N8%;f-!X全ZК1`_tvIUam&S 7^yAsJ"d_ʆ$^ծDӽOL0_7 =q:1hP#В4gb́%h 4ԭcR.Bo=Ke,J|f0233+6֤ݙq_qC+|7h)L3aK46`#ȑUy&{6𱀋vCocCIXRۓv[M=1HZo{|SGxS&E|)=(=ԗx+y.] VS "Su]"o/|d]By%'ۿ__[Qű>& zmQAg.qMpR_L8bE:_7zJO%`1 '}Uۖ[B)-t@_hӣ/"\--`QwlTkX.ґQ>K/>=PVfuAc~ /ZD Ldt*4gJ^j<V __Fa]js_;#weru='FBtB ,(e2%Tl՞ŎF0y-E\,>Ͱ՝ k~x3`cHA u[aߧ>;c~YQ+FF5VrHT$4ޔ؍8T|$!oԦiиnYH .6Gȸh-6I q! qd0Go++r*u- 5M)c{j<hy0{ "XEo0l-b~F?ܐᭂP^k8$e^eu, ]wB7|B霏f[W_$E\Jb)ƗBNzV&ԉZ~ʍz wK@ aΡ=s'Koq+BjJ؉0\jȨ\In}"?5WO0*,ge灍{ z0Քh7PM-!C2 |pYEۈX=!CiҠte D]!~8Χ'C a~gbMtuU!fc aZS>b[7T@烄rTv+ %Y-=-ꄰʘϦ$ξT&a'\/#5LA>8kg? l%m$J)fᵭr"jhp^(6z@12JX^A}|rBݵ5kkϕ! ӡOHCj$R?೜i *u\G6Z V-};[-x4>݇o錠39Fl`Mi3 1Ʈ̱>Pj} R \6|~6I삆c-U,0gd ˮu&ULE'Qm ]o^ѬY+򗴈ArPvغxU>(k{%}TD=tQxk C5QZbkiғ8\|KHTM 4ۯ aFY۪dO#[|bPQd)Pv̖jsqK,ɸ`v ulcJ=4*[$$)4硞_pi݉Zʹxb??h 1/mίyOZյQq72O2.=,םvQ؆$7`ۓ]yq` rВ3f9hN t,ZG(a Os~ԅH==܀xx75U31cͫ &e7@4@6RR5 V+(kcO1ٯ}j^&u$PƸ]bc(XZ:qb$&gr j@cٜd4T~yDқ?cgH?v3Y!]ƾJVEVeMs%:j~_;WJDPP-WkC(0op| iٛ(sgsH"U #2 v5>{s's455j'Ӛ:,6G=!c):aܧ*iI3Vlp+)B6n `O^Na"?zWd񃬗4z':opS5yfw,/x)6D6Tf"w۰pJ矷X7ЭU% :(NZ F2;4N!r/NT G(>%k3P*Ct2W r&eENB m;YO-'BFM^|q4toBGGLWH}N7 Q BsWL5s؄u.|F?װWǟ6'r4&N|1?7ͯ_Ш\9I*4&o9%06*L>1"Uh|rjPԷf٭LNd%^fH_:+Wҳ^B'OX\\=7^= ~=Fö9lPYXGrr%t]xi)\~aY|55ߖl;ޡC5~"5jFРSadJ2={&SKX)Jj\uwJ|=OJJQ6b/12-ߔg$"yμbYDąq=3ОJ6`2Ie?2\s̡G`͈&oNEҖN§"u?:<3|мb)~ZGT 5[xx&O] ՇԈPZUÌoJ[MDkh\_\RKYBEfo~r݀WM9{FGKѐց5AAW옡,rfU3([i 3yO5<2a 8XNމQ K=>R/ MKX8'j$XlP*:Ndl۱SC Ca |qo%qa BWЩiu>p3%e{B}YՄeM6P'GJ.LN6 r Z ;}8ϴe"4T}iEBy+͘vwwyf@T~ےr14e|%~J*r{Wd kfw_㝐]BqO֢%1$#l*rX] R6YPsl)@zSڂ?AWVIן>+^KNPV'o鮱3\Xw^b3 >mOq3m&f~BVWߟZKE9u=8P-.<;YTl2ZWXZpE>S& -ehfqVV4[k)jDl\ڈ%dI^uOsǞ 9qTB'= Ӂ/- ovXfLn$G1{mI9\G>PSG͎@&0}n eXx"agcFm^sDcW^dpJhEo(Ap_V4f-udq2X|F\:ov(lTœW#0Hy\u_dz0אT19#T$Bq5xn:'^S2 fW)p\}L Cx?. ouc5\ {nE/ v$|OOťԾ#ڥkB l+Z17W[%>a o.):_0xxnc0c3 <3RjJ]lW pwJ 풃nDtNʍrϻa3Ks/F~a,6V.u@.rawLǶw4FB^M.d q䆀@X:vȭ.;΢JiB heH>r]XZlk7ost8k>>3|t S H{$BRL P@q u/?j'9گ1Z:B6RglGDK틳Z"ẒOIOjhi:R9,ȍ{sB"n^h([NFO RϞFT^ae9b7"?-IqOD@RVDo#m5x2¤&I΁>Ԗy˱_K9jCA//Īɸi,B\=J:ma}LͲ7IA?CxA_ycW>4?N1s `}!L ؑxyP߯bS?m^Q^YYRB )eP*a!);|;鑅 p3|)FA%-l6OFOq8(U\r'+̸cKLyLVa׭r *y{4̆BfGR81;\B4 DwEv ߃( /+5,zeN8k\Jf+]N s'UFG^,c1-W[)WOLd e.T!N"øGTj`%-4T#iKE5h-A.TR/.ęf r)/%$2+ڑԔ{EX@kFL#X@;vgЄa6-F9/%\E4nT7uzr6' =$mq=UJa(}7.g{VxS&v0JexiH@h+"g+C{܇ ~dT)ҰɒKzp#W T64@qlɸN=|ؚvB}a@=ן1n>cXQ^9-^ŸY񝴧)d lŌ~N?:!qya#w" E:8+|9?2$AĂ k ӓd7V ;2"zz Cȅih/**ٗ&veə{eI=| XQ0œ^ԯxY37ţ"-t38UDeT݋iFlN7pH06b鯆ty]7aTi%eNjk'vŒKŚ9X+ Wـm<PXk&TXuA |kSz\C0ȮR4N^Ȕ0*)(kmVh$x砋yHY.@ï jj!-Y_g}l@MMN) h.[lBCUDmZOm.w\,1F| ׸>ѹ0#s$nwwX~җfGd $)Ypjkw2%Aܢ'S|crȞ"2+KpEjK27ҁo@w|F;h4r |XT2ÇA Ú5eg , g]W kp\[I$tʜ8 O,BcQF9*fԅS,ӓ+&At\W}08^GIQV oow|R[b!,O3z|Ux#Onb-Ko+t@&k02[㌾@sg_802 Gl43\2E%Q?,͑A ס(Pv C~ >Kr΁e)+Eb5ʂEK)B~<IH2Mbfe6SN kFoӛ(h( r΅=L#xݎniR^{<{[ZOp4^X tξיZHW6H ljjtE3C'/E%V s9d=Z 1E+I R9G6esźX`W9ߋuroe1+{TWXďw RoZcSeк㈨CznsK]ЀN:!LCܨ@3:smwf5C)ݖx:w6Ƅ fѦY2FBꕳzъE c{ܡ2z ƒ+$#q߮]}F|@o S֐˥i >=(hTߋ\(/&ywhp4T<}H759W8K0 $m~q>)3×} 3yoZPΝٛx*]4< PkT C_+]fח~vk1}- [Y*0ewg17G dǀ8)a6ǐ`eلZpl'zf~Bspbۧ@,DKTu::C >2oOW0ĽA`V`hL 6ރ-WYTo \/ԋE5vAk[ӠRFI$*ڮrko Z5 2gTG#;@=VA4bg$(#MjwwN65x(n:!5D{TtPB݊mOa|]bor aPNbNf'=Pl}K zȗ,tж6'}zUh D@=0N2(~z1r|pS%5뤩 iNTDyd οsլQ(G'ըIiaʈ8`!PwԝPU0ҧlwgP r ` D{v|89H,K}&661 ēxᮄ5J_:Svd+o%< \xh ɺbUi b!`Y7'>cM74X4at-Pؗ34߄%a0b9&&)PA"a}- !gG[ß . 8 VTa9idħHʫpu%vvvdECq҈wh`{9zHyU;RAGr/ػbwM_gϬ[j*+=a$UGN K94hc~nw5AIY$lzhTüZZ}#>y}0>ߓx+p N1(֙F 'eDaeN 3*b}FNai궺aaw<%.|u`կ@ }mz :ǸZœeFkk"kl&cZ<yl:Feg߳_ԧ_GIbx$ 6LA2URڇ)|dyݝ9S!S1lVq% jUhm?< |DLQKZf뫤SΈC JtB:2/*^r gGXe`}j4TV:;2|?]pv(8wT@C=[k  g%R 3H ̙t&͍֝3`hC2ۄ@__%V#ᕱɥD~oO]-i14J] sAqͰ{ ۈl6tRd&'![NhDO4=ox/PuXfKrnFfW 2o:?XN{%+wHEl5|ft\S4 $IGG2>,;vF)7(?ެNHdM,Ed% qA\R/2W^:݇5/.5="`'кvL\ F|CB㸨HԹ#VU~r(Gv}إAjp{`g5(g"7D)` $\GR@e[42ܤ0,߰}Iɵ+yW:f{C&!Ev q;^l#"we' *JC7MFT 2eY.cpDaF멮]bZ*Kf}wL4/e%f^Y'Dٱr gs3K/8<y-;r_E4S}6NBDtD4c-͏* ndEk "&@Ǵ{1ڒ' *ߍb <ӀEs7WpXt@j:^QMS`<ηw=6ad(=#@,o-SŞ! VZ`H~:^J6b#H sQvM塺 œY!fבT`+! 鸘 3\.u5k5GiUPhGu@}J2 >M?wCJ[ Ώҡ@lL݁#miP3oRGwg=l1[$WB nq02FFZOkI@0o H5hRX]HpUzC:soE>˘Țok/(b=K[ 9I@tUw,nU۶ ^euO"L3#8j9"O%P'ܠxߑ7e9_c06q Kհ6B}M2z)YC2CjCpc'{ry]1F@܄[Pfw#+?[,|*VM*",Ljei5~bݷ;#pI;"8yAB >?:@'_xN|Uοqxٕ/hQXj5P1Ib+35&|łb爒|pofƌ+j;~bd=NGȦj%P(D-l͙x'2"hɖzc&f ;u;D,n0Ȥ:>- ) ٭=9ۉA;'*}b`67Y51AD /'Tv0C;m:"kl3IݙĦ %3߼/Y+GfQ=+ʨ~'𽝰=ћttQ(Wb1 ڼNx'RT`UWmBa|Xu;),!lX"0V;ķ:A 8f} cI;Zř!Ll\Ӥ,{zÐz|q@:O1a}UXIy+ _""Kֻ"~sj[ YBM` w&6C:U4#ש.UWcg6d.5{ZRzLwqˋLdMٰ^1-&ƪ r=^^&+Aٯ .1| P[;όiIuhHy_Ҟh3qoR^eĆk`͂wT Du8p$T%eO j[,7SST/M*/iSAY_T F͌" Slyn0(F{t<{`۰*vids ]'y*ٗ?Au z ~zq ?L-ϥך”ֶ`Y9JG8!.*BA >BHځ .Q}rU/&Հ&\M֟j;ӳ1(W҉`*!oy`l!uozAivϗ{ع($mj-!fvGTmhπ%E%8|iKDA˃ mbK+^v}$u6ei`[G'6򂅤E0SχRq˱@ Էo؟tZ8[rr1ib L uQE-kcR jIZ{~fTg;36>¦27UdG%4MCo 7NNY3.ZD)nW,Asq`@iwNK0T_dCm-|2vf$D xXc HnfgF#7+f@R# z"q>@teIu*_[5Цg]6m^e2VD3<":WZ C:-Z*H<Ά&ђn&nh}֫K?M?zZWGحƵGV,2faC^,|3;R7)< < {d~.ޔE2nwR)ƛ4۸ G{۠bXys*",@{'7˝7&@U(= $p.48o) 3;t̵}m;>c{+ߥVrQ/%[69ԓ=ЫM=4.n%4,`n%wts@m&g<ĈuV\ևV0?( i0ś1z%=u۶!۲gy!Ry4M;e1Jݍ_-ko C2k,lꏦ>jUyj~ȟ:ZJ$W_N^XgxЎ;羺j*p@BsIBQOƳP ]b9XW3 MgomJcp|kDneua&5Rl7]N5\Ǒ A:k*ʸCD]n߭7BF }581Kүߓ"u7δ{E ʓxsӲ9& a ,A~T_bhl;%VBYf$xnm>9~ht]ɠcۆu~OSѭk.yV-T%6\Ԇv6m,tQ5{^$LĚJ}S .KXDO^\P]z: ߼zϻJG`];,!WwPZ=8o19M[BY}Pύ֨ѼaM@DN/PT̠U$ odiwbBhX٪4-\-(/7VPgv`3@g󷲳WH0Zb!8\^7;7Q\s a)Z~g*$g#S'%6hv5gHiHƚԩ/Iv~;9c­< Hޫigd 'H܅\>-E`1Ok\16z$qBy|AF:YMT+"֡oȌż,*F5aeS{O?Hm}JG, Ը_C Du {ZΆrPԃxk ]TmWoev`}SFd'ڼВdxб 'v&V sZbnؾUK;Uׯŧ.2mf_^~H㞍Zn*/_@Cf!4،Lx1pi{o@ex+ΛZ48X`bTUQJ,F`#[y<%PlXj_-\6x"의ǧ`v BsU>COnڄ*ɈS;:{"S60N5bnwYeބY{HʢAZy05*Ze]¶cڶ䤮&i3=|$0>.Z\B@Yɳ5UI}2_K1pU1ʩC'̙?rOW:P1u6%!I]].@dڠB~łƕhU35{KCVad8m͒>:8 ߇9\}͍L//z#0@ASr\g <|mPɾONFm hFMUdI+;uϙ/nϔ% AH2BO=p;$gJlo20(ТnK~dcLAInJa-它e +y錄4jhc78ҝP1EQ5H២ay7,kEk嘧lMeYeYff"^)Z0K  :(3P/w?_$SwZB7up 4`o1Y;$si{''Uұ8iWָb) 7#=/`:I;Vb qbI]E\]֍n^ɖ+0fؘ YZ