libboost_contract1_75_0-1.75.0-2.5 >  A `BӦp9|2_%{F,IRx]/{N)wz@@Ƌ 2 |M4^1 %R x@(6sZ~6`7K4Oe)=NьB_W&deicq[I 2^{ԀMO^(HVu5Rn\Rp_h=' p!c0Uln5ͩ,Y*6[^Djܨ}e"_ ubJeQV1Zf7a7fff8f7dc4eb7890cc16af28c09e285e62ca1083b6e2e9abfea55b706bfe90f47f975deb1e15028c9e063998162979345ca7d`BӦp9|O#VYDʒe`#1nV6I/tPתpUg`Ӫ XKz0A Hۃ+VI3!ZZ A:^W;<O[jqׄ6/מ}8U0Lk5xrv ZD74gMkǮPQ}*:qѦNez<dLL!sѮUѩC(:a|CTBeR`0Bp@i?id! % D $5JPX\ ^ ` d  <( 8N9HN: N>fz@fFfGfHfIfXfYf\f]f^gbg cgdhehfhlhuh4vh8whxhyhzi$i4i8i>iClibboost_contract1_75_01.75.02.5Boost.Contract runtime libraryRuntime support for Boost.Contract, a library that implements Design by Contract or DbC or contract programming.`Bmourvedre XSUSE Linux Enterprise 15SUSE LLC BSL-1.0https://www.suse.com/System/Librarieshttp://www.boost.orglinuxppc64le X`Ba35600645952b2238c8ad9a64f5eef03a80b93e0ec9d07d4fc06a5f1765931ddrootrootboost.175-base-1.75.0-2.5.src.rpmlibboost_contract.so.1.75.0()(64bit)libboost_contract1_75_0libboost_contract1_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.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_contract.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]=52dd47abedbd39f6a23d554a375b8b04dfee696b, strippedPRRR R RRR RR RR RRR%S~:[M*w֣utf-8b35b1b9dd4d4c380a36a0e323b61ed436c2bdb6d3320826043e4655cdb1c9ebe?7zXZ !t/ ky] crv9wI+@([j)[㩞%|1+j.^Jze̤ +л wI}h&+vYmxr}D=m偫:e јPE7N?I~O;7)O}1ǁv6i$𛢏Y$;.Gtbl&S#KPW*G oD}<3?>!D #D].} ?kw2}":SL9E&'wJd}p˞ÐXi3%פ#'FyLvLu/CX mқAɹfS֎%j+ʼb;:iQy8i6xݏ-+(18*3(S\Pݗ}t9S9h-esG!@ ~αi" ȶZULD[qkH|Qf=΢n-jP2>;̧vhؠ<`L12>-%˴RG;DylI8h$è$9lf;qiM M<\RwI,9g:I?:@uKdpg)|q&H)mL?_;-!R*^2G)wAK/.Z%sbgO4ĵ4i*&/ygp#D=悸iv IJk*5-ȑ,53q̴4 {3zT.~y Â+DGH"cwK{KC!CC_P,S 7c 2eaOI1ǒuHMI|lkw!dL:Oi6$j6NV|06T0J% lgm64 -i0 ch}7ܒ1*/НVJj  {my)O/<-,a^0bI)B+28y~fJ'ur/c鎱GGFdG1)36smu3d;S<1>OJ+Qb|z-c'{&!fp |hl q U Ql퍮AM&q(&cpChGl1>hZr,3}E!p4)Ԫc lBE.6և\mc7>&db\%56*9~>T_L&مߖĽ8Y^~rQϨl߿qe8Zz!qA~:=/h̩[{Y7=$f苫[x݁K!ۅTK}'@=4"BƧv?4՚8e3[qVMR;r cJ4-#4HGt%Yt">s :,?[2S9&,zqL'fߟ73"ӿ6ȥvbT4Ⱦ" nsa]RnuyU1ԈY0V#2WhE[WorG-ci9uqΠpGKS(Ԛ7CHfk?hcӈo*PTӪNlcC'eպ(MN/Nk06-A,.SLё*R2u}D^ȼWI+ˈu^Caj$@ _ *d7~i!=S,lbc\K˙~ҼM?ScqS iqƐ `uЦ0ItJrڤUvQAdF-=#CZY$[;ciU޸b|j4Tӓ:XC?{%YeEC#Z(g\PdSjFe63-sMAN-]گB88] g^~YEk◳n ZI=ߪds~R 4  ϢԝtxԖ rˆK[%2+ž9Gxe\pΕ43v0=7C,6gbeTLU_]?MF5G’aS>;[B\\n,,P,? ? j;pL hG&"cKćl*Υݞ؍YbY<[O |ޝVĸJ1<3y<%%Σ+q_$*Tw!4e`h)C. B5y 'AK灖Ndm/9{.2U{B\H[关DJNTQ ЬxmVlp$uˎt`yT&{>aЭǃ!oY!VuȖbWMgΫ fmh| G\*"_ޑ:(aǝD/6^gr6O S̯Bajߖ;_=kN `R5WI3ӳ2~>DTp˳`-ɠs2 (&`t:Et؈O?R:DPACR W4lr4V\.=%Il e(cŵL}[JT)0!ϴ~&D CJgAA:%X~lߎLbs%Aۿt9 f/R4(IK5̐5fS|#-skZkE=jO2:MIY׆C|`Rˇs̋d*E)njD\,n'pg5TaX1ޓ^ߡUɨ0gèj LRN>0v/Q:l3BF`\uش+'IGǼhٞe3NagvPQ eMvg"op˅䏊"XM $32ZÛCG"!ߡk_GI_B}ƐaJ jӍM;ͩ;Ȃ}N~(D` wJ/* ֜ P&V֎TVWk/,>j<"6~?)ß# #rp%i[[(lkt;C9-Tˆŕ]'GdE?[2EbAي,Gek #uu%NU8?\ↀ1N?oP)@'N:Y- ?DZqyޯAz T*ExZbQuqE-Ou\q5SWp_X _RDu"s?߮%d Zʌ줷'(J֋@NHO/-t$߷2)d5cT q1,Sm055z~otpc:܇ʭCcx/mW_o~7`=,=Ӿ\/)T/YCw$Iz( [vNjeOQzd}PcfS%;a}jǢ4 P㉽xNhTID—jhxg-qr&rtu2gg^2xJ,7tw^WQXՕaNKh[ [9?*5nm`LEϜ[QyknTDBxd[ /eGxmǎ>հoeحl%\3f uSrRkPE> dey(mv:Y h軒9U qZԺg4X-*9R74{3c9Oʞ6 J}O WB_5 nzE#_;Bmi^":U|—6}Ć]b#dI~+%O2Wȇ#,S-7CkvV$?Qjg)cipOczkZZK["j8~MH~_k=td)#I 7oW$տX5 ˚5+ wZ,Ĩ-Uwrhg=ȔoLOIмelH{vKIz}Y$.C9Kq hZL(Q&x4i#?%::/'W:HAM3@D6ay:"+=b zo@(kwKRR" 8wj5'%]zUrPoࠨϘSckaFs='t WK3e=b0t3DKfM2:b35x$~CȾףNߣj>ʇ8 ^\9778@Ƌb _2X"kL}kF,`G)6lS1r/iTVyCEzݪOC T^[?aL:8?9xj#3T;:]pڎ?߀yə0)T:w '&H8Bu0 *!=hɐ;0fLq*̭Ʉe]XBhN3>9~NLVpIjRyB`/u^ĻVi y5\@]!PAPӓ\SkSQmٝё 'rWY;i: k9v^J?†OV Q)ױO+~FgF*2lTS%.'Ի1FeT׸2XGWX?k^ Etv LVϴ"ҦҺ&ω|%_g C~5DdĆS$EI|n[%w>ˑU lxuqAtSNIEs`愊|/!%"ӢR48rdi[#MGQ~AP,$:1!quRwRHHFL?rۛѼ"Ud% 5& Mt(£UDr-]'=3JtEEvz֕$50jDܸU4Q%Z%/AN-IG "LAcA5)OQ#>6T-CDQ}~VI=H港~=٤Y3ŵx3S*. `Zum|8kӨ=m* W pnuH%>֪w&8~qYz<$3ֶ * ]d/=PPMOrq%aan!ÄX)~|" Xz{A͡ o٦19Ib<+id@5ɘ:d߬ҜW)|[rFMU9UA,hdCZA{Ź|Z  36 s!}yr5P7V7.II~C)x״ciPɾO^\DfF`5/v,k>m"k` o7Y(vGGǭ~t549Źֈjw-H *5X=ʴW7r nD߲qu S1V#DZ5!JVeKq|#6Bښ-6Cr3R3l ^Q{uVfבE4lo<@^EX׊G.:8-vOO"{(ض H!}MS:wVoSEDR+kO{ٝm0οlB#i)smJ `XvZvFYf^2B p ~Z|8.M:hMg ^%:ҝV-X(GޝT##?(ذQpoiWZǛM},{됩J}1'v@Jck DP-I^3xүV5Gn/El ޼yn1 MuZ4j2j rL,Xi\ְ]07*Po4*(PVr=)Ij °Jb3)Ŏ#:! +%R/]T/!<•i++ud2o.b?:ζ]Xx^[:ȯ>|yۂ!3>-oe(SA5Us:Vy.Mj(|MYlQ|g\k_5Rײp& NTNjt˺y2hE@;le isc@ek3SvҶ/+Ml w>(nv]>+&.\v}t'$ Rh9fwq-DE_ &GKmـsMi}@3^7/"ϱ?8j\okS^~_ }ES]h$td3BVR\i5Rb‹HLSȢFʶ]uIUR0K;8+G(10vX,ޯ> ׋˂/P#E,A$%&pc٭ٕnx.-$lE瑿0$N@81ѾkO+5Ig)wanHKa12 h"PU#X3G [d4hkd._,19O?Zk??CI3bf\{.MG8'Nq؜cқ}_pct$ g :$`#-*{6@+3Pع`IV M֫X^O? LEu@V("t] H-œ :Owm7C ٖ+E1DBlu7sE6^ª@52XPƍo&1}ϟ0&_ѹIԇ@80U9J uS)0z+\ژŒ湊B^֡Kn"ku*_%V.Hh\Nthv%Z.j+&l;ejvV6NK*"!dC(alG(n-0&x'ڣ*V_0U5[֢@?Zzb} P2wp8"&8>:(kF!QFk10 !f}ml<Z=ㄙ^Iw*rϔ! Zd.̥A?g`Unx`7ϕQ弔 *o@6JFo4Qʄ$< yd,d  ]LDT wOJ:$lw8|*VKlyku"!5G~ 鵿iv=rZS "-sxy b;c1 Urn#"\8AueN,Z2 8PeNJvvSM#M@mRlOm]K<*%Mԅ.X~cc![ hkT`*9}vMmܤʎ.b O!@+}ў8 n^: ~K ÏW'OEWjWs|BtcRH?d}R高#S#e[ܙ7y2n~!~cw`gv.!)W186 ZbZؠoTK4F^Q- {'_И}6i#~blf,fU,9uh1"VrɻH| FIrjg[r¶YwL:@к"y[o2?DWYVpw(a+^8WCҸj'$!c[+*ș#]Paߙ[L}|nR${Yj186+ kR Ɯ~أ) д~r%{$Yo{Oln9Ms]PG>RdX m!Y, bp1> 6=09_U/A4>DXCEtM +W2ȸx8Xo`)%uМF=v,$r0E}Eumv tw@qm5F ŝ˹ I.ll7;LO`\ 9,t#1jQN$:V|_zDx-jiD۱Ncg;NW#҈ P>yLZPE@-#/@Z0<.haZ:quuh`x gӫ:3_HJ}oz:T˰q%N_v/~'*$ecg~}Pޒ:' ek3z)S*]?Dsߠ2a(FtCh;sdL{FrVܲc=\T15`P;~?:HUCU7L;/V~ HM)גWv[̇$+0968G%8T1ZS$|D2U[ڊ(:^#ULo2! h&(B>sb\x"Rg'QI+I*Nװ NʅCS _[^"F|:_l4:|?O(xJ!&rQ']-"A-wa$%Mq&<=HԎxS.aYp1NX l!O<{nӳhcLR^G`_l=#TC|4\(J?Z L;]]d]bJMNX+Q2b۩GӛKkCoRKVRRjIyY{E@|/"f FOT+W8,^<tELKp|,q3!tct099s{&۴;T1fdg )|H2}#/g4N<5}I3+Axih묳@@>`EH_6!p(@lv7%cߺc Q:r2N!H̑?94E(+ ";qW)hF%vhHbݰ/o/WSlmS}nmNS1o &è%ktLpIH{1-nf_/ 4Ԯ5$jM`n.ڤg@|%5\i6f͈O`&m"nqز*q FvMt6Ô3n/B vPMJ&uQ)D 2tmr &(zD0 EԎN[YP1Q5+zK\r]x &! B&mݨ EM N1Gg 97NwTM90%,ar^к _I>] m2Wf"醹E6ƿ:"9|&abhN]0k/ia\-ט#jg Jߞ[Pŭ5,f^֝pN L^z̙<&C,}nGuإ^"WXRѐ>eL>q3jBW"xZE?h.%XjĨ| t 8K8Bȵ#CzC' %H{I/ ꩽS |7͸Ba»N%E{6}E(K+|Xش&u~Yb1# tLkV%\6%az9k&O#oeNGGۖ}TKd|jS߲S'r|AQޘngn'*%W>șQ6G9K*K5 tAAE()MSTocVTWVQƄG4i9;7+֒:K[Fԩ_J"԰T&]&lh{@|ն&q0~A6 fE5~aig d=)8`l3LbjSd F8TD4;J 7C ލ+m6rBɌzͧ s8u˦3@87nxk84rvs՟z!ittW¯Õ`T{,*|.|NoK+ŮS)gR#6ҡ .却YJh BҀ彫S$=֒ 3mqoCH\^wAfL=H!1o#nByPif͜304Yau! Ll\?S]o'@OTHrqCIUw"͇j&l ~h֩33(qal|jaA ⤞ðyJUr-pU)܋׍qc]Š֕"*)N ͮjcvY!ۻ闅5aeߜ!I_a?wݨG rjҚHD) ^aܮ;9.YGQ:w0^f*~*Q-0<ўV"VQ1_%8m̥"7$35?Է/:\+<:2pbADv4460Q& N#ҝT<0_^&fhsHMVx(ExuryǀMѭudVf%gmp먷^\ 5{`VNfDz\i7[x>PP#ެr^jBBPGg-d>vm? vJmJ!"HmWqs%-UFJDzy_d fE0AҝuR& G?|b];!hԤP"clرvUZuY3 r9:dl*8 #qe{{^^Կx{D/?Yl񐾧4376psLdcTP| bqYvWPbʳMzG:9T5bFT*kn-U n^) X]r!56%$>otu8ȹ#v.G@yeNo<:MQp*͗'4}H֮c)f :p[z;%q57KN֦Ҧz}%Q~tfjDmMmgp76A^i :wK*<k$; =zǼފQWguF\gf(󎓙dbK%K9- t(R"^-s/8]sYG`IB<ٯ/f6s(%ry\ܾ582_\*b>QR.3%% ^=I9(KdZY興-oL>* q)5ijVv,`" @r*솭_%RX$S]_cga^I9d߱=/$Cޔ6ZQDC}oM]A&{U,,"1-e@P"1nq"Ǡ<-.ÿ6 #)X0!P.-Q]ٴǓx!K/ʯڝYPEeuH2|s }b#T("{LӃIGnUBHLFSfo3*DǽRvN= i Kbo4K7|Yw'Iki%Mgl(&X :8|Arʆ:"&[z@xFʱh)Ɖ7jp3-7 GUbl偗>^'౫mk>" g+` v H2lA[5oLrV( hWY c3w8鐬 h1wXа#%BdfKqUZ{[ŤoUjUחvX֙z^^WkP24okb 42>n#,:2A͖ki}DMƊϥM9l=QL(6`6*>n_XOD ^ dyUz "ݡ˞Ŗ:EJ'2HN/p,z [gp ܗ ꑄc/O'd!{ ~6mXVHYޡB'x_ZV_|DrH [%4龅m/zO7q r F7Yl| 6#h]dԗѹJ ͐2S(y_l10XJt ZӸs{?q)M+k1ęj] ̶%WD)# BDpM0F\Uy5ÆIc4}T»R&)!g{q98S2yHZ5/Յ^}d͸c#2i.H.:}AD5:ّ{ȾE ,YoEb!q\n󩡖h`\ =JŲdey-, jFY4@(ڡQߩ-8۪c˯d N'Nu*O-Q4D ^B-ϭ_ e#rK#wFw;3:؈3[o҄>m%|. C!o wƙ BcY!ٵ}h.J: 3w[m2|$ܧU["QP٘eLJ nT\1E1S0N}B֞X:(1Tp| <4c1 ʼneACZ4ā{&qjPt-Fxݼ"j5x3IbTP@$ #.$x2¡dffyX9r /'|z9Yq=X5 4ѫ["b2&܃FeY7cOgh2n,UpLS&,c5m;,sQ8wEq[/+ڏŨ bsw:I#(酦]sOLj'ξAKt2OtyV,CVI;F7z+' fZhs+~Agz[%hlpc#橴u2r..M^;Ό fr#Z4CTW2}UF4@PTQӱ˓>ᭁWݤuf`:wԟd:@c=b,|yu5*]  Rl5Hl^/kD$TTp;kQ0 =˹;m|,4bЗ'I6(`ԓOh_Oaet~>vS7nV(0ή-T`Mʨ9kLFkNV/# w:2u7!:c^]) _$4 <*9Htf7}-[E8 EE~/od(Qbs6U_Y&A{a9 ͙y /=k; ַiqb, صZL]tZ&R3 O.?Zh/pe*Ib='Pb۱Sry}sS(zU@7~O.zspOq6Ǻ:P.e#{:R!\RƩ4MklLo!O`7P>5E|˴沈^ykZ`څ@$cByRԉvH2}7h#}.? zw\]܎8J"=]k_S IJ|)״iؖ_rʀ(8r0_ r5_1/995jD!6O>@P(JwHaIc @,R\"F!B^`Ne!\>7Z=JIBp^> j}mjhbf 1ͮCRi*2vˊq:ZM8iˇh^p.Vp+d{(iY+G2(N3R5x:LJ ^KlrC(sX 4|<ȌPZsy,jLXwjTru:9F:KfkvLMCP/x O: EPS`5ߍ;[rMqԐJ%1 Ȕچ,J[t+íGNLy 鋵n\< 0D` VcOޕ_(KLyiLhkm, JsNK"goC6 'ۆ 2:Wy쎳Q^]F"*jc <~uԊ͐Š0Sfz *QT5xQP;9lH|)(] \u2YO< zPm:"YBjw lTUBj >THa̽7 0OlV~n&V TLLs6u)W3gE<."`Y7(vt$!F%B#(G&SmEV 1QEFo„ݢ ЖuH@kB< g[??w.elw9~3vʋWɚBO 8`ϛj<὿1'bv?^եg@;4"Ѫ'E'01u "Ubw0EC .djC8jA\>\nc_h W)>hċ/Y/ԍpFl1D^UVO&2|GZL-śo|Ň )C|?i,δ-UR4mTݫWG|33^H2p jB ךSqJewC{j/hl-GI ^}^إ~J)hqd[{] ǂ:ܸCNB&Wn`8 >@,l(xY/jVt穋3Őw=KGEv !D+*WJj--ɪ줗1;x<&=}s ~L'wjd{[!z9RKD E^J$dzvm,of2{vi^ɍ?m;  8mHGxqc{ ݨP0rfڸrahRDڕ'ov%oԇv(f{J@FISu:_!%Jg$m$? Y5`0Սj2BjIj'u\zqfim"ȗf(%VMI-d};+ka4\SգUm,Qj1δ<8UrBo*1#cޘB%kʋM2 61l@a=ÝQB(9JIG\h PȻʛQG D5d]v<6si;<>$y=y]ݼ C`czZF3CF'sƖx-|M^xmp5i(Q"HYKq m9^+ϬV U*4BNS#(Xz:6, vVPFy}w-W筌hRrЇ DçИbӄR2NhbrS h%с9Ge4%,|8sȿu@XjtS*`B#ivQǾǍlEqDv6^ny{{1#uSyo s&.qݲxxTQ#>8,;{/)ůԲB!/.\ַ"PLMK'e"!J[TLVF8<.ڋK[{FFW `#csP<|Jdz%s׶sǤMD.1-6o[}6?VE9i}Ȃ)YG#)Q/ D(]bRm.>lѠa#2QʳbPR=J?I=J^$TN8xJΣ uq^1 3&YǬhw H9b!`8s'&;_v]}(KmxB[< y6˙Hy PxߴٶkU+]t3B]PXYqn5@{@mYcodn1b65gVe4j !#'f|<%`LJKury\ dԗWxE#6 1[pD`;zԔߪ Hou ݬYROi>ep<\.Lr;`B # ` #ЯEep'¸p{kPq8~Xat43 ᵉ|3I`Lk'C@\ Z[ /A%)!L͢_Kr-yMFFFnq[H ȬP9i!L@\MLGZ,trwhpڎc+ ڍ4f7`ǡ˓7dgC (Hg%R3?]h4y hC&g3m8:J6캦IZr'g\1#RogC w+< Z3J\UуNU3 Lڪ @f.m38s9̪$;84Q Pr31Z `Ҍ0Rrrp1&%>GLG8~"lmHBFf!qpWT h>syN)d*^e,.тFt橎 ̈́$Tn az]Yqv∱˚R),0*EIbA[M(39HEvL[!UQa^u1\j] &%zcGk6V[يN-#K ߥ !^T•Z@Bg#DsJL3#(qTҠBYM36?JR*YSGZTҿ;댆]^OʫY # tvq׵aϒFUXVFh*nf7` +8|wmMp2kQ"V3kȹ`~"Xo=9&u ̧b/()CC|k&OLJ (P߃ En2ݍjt0?r!py'!'P$`y,WAq( JuM ﵪ;| gLש8m7!kBq9mb b`MT Z%2r!)_*TNϊ}݋7!m}-oe7-g6?Ry|)aMIv?S`bxဤ4(sεp)9HnRg2O̓׃ Ѽs^p>fIvr$_]y|5VKk|</#?\eD8'.~uFfupèױ>j>h?l#7y gM ]a*Y7/26{/+rnu|;Șr% Jz~؋<MΌh\c)GZhfXj(>by\-!I*rM\xB5~Zaz 3@v5tW{~5HW?@8qa߁)CW$K-:1%<ɪLOо`kD^ I\G"ZzE b7(KQsܖ~Ǒ]? ؂z~~ ?ùЅKCv :T6ZTp/N!*@q :;b Hf=q<ȻyR֔1Lwg*?SQ8N3I 09X%Wk_W,Nʢpl + iIcFs1ʋO9do{y:Gluק;~ZB( cӌǟov L<] "dxޯs #tb6v?`đBy art6/~/F-W5+OrR-:ȭ0%3ÿ5η)+`1jvL>mtD!$y_EHN=k V]vљ%܁ƹ&0qד^zO{S+p!A 8/6.zGu(%[X{Ɓ'j*0!P]:7rgU3{BǠ2qHb,K/IbaCgC-Cդ6>B+ZvG@k~AFV}'RA#.m iSF"KϾ@^H )37 15Pu_xwr1&1a8B֒S.{Wϣ4$]i#36!%_~R N"@@CLh\e;{-V@dXB{6E-pBρӫ7RYҰ g2U򹾫`,SF*"goWfoUY^/l8iŸRB~71`-] D X+f5&KRp9SHҾa S9a7e̚R٘9& >}yup? Q"n4QȠѩ "8 0;K?PO֛yI< 1Bq Ɗy0um;K!GD|3VBc5 , b3 q[}jN%2#"J-ɡk߁⩧ߨGctcګI%Zc&C9 :Q<⌽Ί 2ZF<'_*jrIpB5ST!Z0D<{ o̸%D@+tz$o57 >@8Aw vtNi%<@m!\]Nnu ƊLJ>XG9hO&ԅh!-H UT-.UuT>#0oṀ"h1_i۬aN;>f%2s{$ 157 Y,ab !Sd@ (J@edZ{9(?FbջOf]HJކYyXh Ž$ o~f?^8~JnDN eLmՐ:EՅT 'X=R K;Mc#RJԙЖP{/eĂǔP8?7%$* 5ki@zgƓǭYHOYČ:6uk=f\pښp3oBMwM&=_x:ޒEo~v_u09׀x(H{n )]fnYdw1&j6BeeU |@P2I=CaQGsS68 |f\!i|LFYsno}BʃoDls!:sĔ')4dfv" 틄 eֵ9w2L #|Ifך&|t5ݑ5Rq+;[-= jJ$,XU9#M6  ߎNq ȃ w-7~`kMjkU>o$g&!LbFSdYJcr#1yM\ v|@X\jהh1wVvYNoY 0ӱ1P| e[0Сp9 ZfFE>Īq_zI0hH[\#uˡyVݠЊa cLr쨂ZƌOؔ.5ra6Rgw8+ ՊG@}MGMܙPh ZU{ld4ި 6,עl_*6hSX#@RNߋRY ||0"δڈk<(?#}V1q:&RZHwM{$/wJ v.Č"xX855Z/Xݣop>È,|qRFzeQ<-amyTbVMi 9i3j.?7 !n_? {u Cb՛M1E8?{5nUxUA4 BW̠4+њ'm 1~mdE+lE[q>6mW)YDkm ϻMצMMIf6+h#u,8<_D2ub=WG+F 3:o zi4 0Z(lͧ<(j,qJG9d%b{")#;6RG⨶!\d_ClcWc iX7 Bi}ˏ>ql1Q ct{wg8|1L9,^ϫxh'y4|gwi8a˜u5iTDNL:+wM:pVTg]5Cf-3/L2" F4{B x(U,)^*sJ9q },j[`GLdQ 1r4 o=wJ?e_,&!gV^]+ Ϟ5L j:*!,邻E)^Uڽ QYQSpj9FN~ΰT<=/,7 L$iJ%`ƂI[!5nZ=FDXI>Z+F8MvC>v(Фs!Hz#Ƙ=\sGP?gc 4}xccs;-5 M|]%:xA3T&* 8wSvu<`I;@ڔ=*6/~E\Jnlʍc N6I}hV#bV}>ȿ@@X_Tf4ꚯt?Ǒ(9#:EugUl9!:gzkoM53]/vPt NO)@R+ q֩yYjľ {ᱯꬩD_bxLpgk2XNb«挒4C.J-tpߩh2Wq4\YDl1mzH'|vj$D);3r,`BE\݉z289Tq3!/ K.YP(~RYD=vCaxyZŇxDQ{Ϗ*(O7ιk88'qs M隥|UI=oϚ@vz^/22̐[JUNxpM +*ZQC?B]01 pe]C(GUvN-Su`ɕ*#k]zwz,TQq0B>z\x.r_$hdhj/~ b脓"=dGD Ki(MtâU0J¨R{ӧFKHX<1.s}vo Dju9Z#Rl8TU?߰7s88 @34!v>iXh)鮨/1s*Htyac+@`#3:#guBWu26nޥAOp#BR5S>[j>EpXdrY4G;76Bb;rӡl@ LIRbVfQ;uՙj`/DBJ<lySjY>\'bĵ}3eIFP/ Dߘ?ڗη'"uv 6o^l\iW(p#QQLǯOǗ\^U0)ߗ%5ۅ:uE \5ï%L/d%tϴ6PQObލ,@\52)ST͖<4V57Ey4'lkv` dHZU;2Uk{ t^S6l;c&Ҵ;;R lb${& y,zJr0MtJ~Y0x Pܑ%jǓo)xl|eM=)hzTi3{^"+W^M ̚u