libblosc1-1.20.1-bp153.1.19 >  A `pp!M@eeerҨ/$crFߓhvxO+XyQq."*p⟜1v+I1b; ʟb5S>ƴ qЛѕQ2Cc]C-Je/Y'ol\ܲ 4k*.mكQS#m v{\KsӾYDU+Q)AM 2r)[ *ꘙbm]H! Դ<9@ $Z(yu,mK ЎYʑ{ uNoá^!/>p@W?Wd   U!*P j{   H V x<\(89 : >RZ@RiFRxGRHRIRXS YS\S@]Sx^T"bTjcUdUweU|fUlUuUvUwVxWyW8 zWdWtWxW~WClibblosc11.20.1bp153.1.19A blocking, shuffling and lossless compression libraryBlosc is a metacompressor (using actual algorithms like BloscLZ, LZ4, LZ4HC, Snappy or Zlib) for binary data, with a focus on reducing memory bus activity.`pes390p21SUSE Linux Enterprise 15 SP3openSUSEMIT AND BSD-3-Clause AND BSD-2-Clausehttps://bugs.opensuse.orgSystem/Librarieshttps://www.blosc.org/linuxs390x p|l. A큤`p]`p\`pd_W_W_W_W_W_W_W_W_W_W_W96342873416fc7e5f6142e945d15fefa48ec2d66124d3ba11c120c0edfb973062b4757ae9f033f9e86b23632629b8d17caaed4e4b6a47de88be55b149f4a0b41ef357c2061cf67db298f9f1565572ee229ad9263582a9f9d0ebff5094f5d10ac05cc09a42b9ec8ba3e8b33b605f940a302d171df103753d5809791ce3cef3271a453a7a272fbd24105b39959f76996d50dad80b22d1c310f6c67f74f62ae40540dcd2b0db9e9e8371436f3cf9147c767e83777d0290958286902b31549ef0946de850bfd0fdd78d638d3eeea9dc98f0291450076cd85decc8ca054b3cfa09bf5c5d97c4a22d3efdb4b7f83b77f5ca44cbe96ac51d041ac791e0f94f33e25e95c5221a36a801b981fbdfda7b87db64cff231a3b88223a066c325411b539df796ff2af03db562e88539f019b1ab0881878ee82d0c80f3bce68c650064652e25d7be69a1a6bc191aafffa40a1db4460cd20ed21e3f4c48c5401c729f96b7ba45061fe9e40f351c2347e9550eed6839d88e565fffb3f09559af5546c7c3b4ee2e4bdlibblosc.so.1.20.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootblosc-1.20.1-bp153.1.19.src.rpmlibblosc.so.1()(64bit)libblosc1libblosc1(s390-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)liblz4.so.1()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libsnappy.so.1()(64bit)libz.so.1()(64bit)libzstd.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_ܙ_H_2@^^0^;]@\]@[{ZЛZyZDZ?XWW~D@V@VUĝU[%Martin Pluskal Dominique Leuenberger andy great Martin Pluskal Martin Pluskal Martin Pluskal Simon Lees Martin Pluskal mpluskal@suse.commpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.commkravec@suse.comnormand@linux.vnet.ibm.comtoddrme2178@gmail.com- Update to version 1.20.1 boo#1179914 CVE-2020-29367: * More saftey checks have been implemented so that potential flaws discovered by new fuzzers in OSS-Fuzzer are fixed now * BloscLZ updated to 2.3.0. Expect better compression ratios for faster codecs. For details, see our new blog post: https://blosc.org/posts/beast-release/ * Fixed the _xgetbv() collision. Thanks to Michał Górny (@mgorny).- Stop assuming that %{_libexecdir} == /usr/lib (boo#1174075).- Enable support for SNAPPY compression.- Update to version 1.19.0: * The length of automatic blocksizes for fast codecs (lz4, blosclz) has been incremented quite a bit (up to 256 KB) for better compression ratios. * The performance in modern CPUs (with at least 256 KB in L2 cache) should be better too (for older CPUs the performance should stay roughly the same). * For small buffers that cannot be compressed (typically < 128 bytes), blosc_compress() returns now a 0 (cannot compress) instead of a negative number (internal error). See #294. * blosclz codec updated to 2.1.0. Expect better compression ratios and performance in a wider variety of scenarios. * blosc_decompress_unsafe(), blosc_decompress_ctx_unsafe() and blosc_getitem_unsafe() have been removed because they are dangerous and after latest improvements, they should not be used in production.- Update to version 1.18.1: * Fixed the copy of the leftovers of a chunk when its size is not a multiple of the typesize.- Update to version 1.17.1: * BloscLZ codec updated to 2.0.0.- %make_jobs is depricated replaced by %cmake_build- Update to version 1.16.3: * Fix for building for clang with -march=haswell. See PR #262. * Fix all the known warnings for GCC/Clang. Still some work to do for MSVC in this front. * Due to some problems with several CI systems, the check for library symbols are deactivated now by default. If you want to enforce this check, use: cmake .. -DDEACTIVATE_SYMBOLS_CHECK=ON to re-activate it. * Correct the check for the compressed size when the buffer is memcpyed. This was a regression introduced in 1.16.0. Fixes #261. * Fixed a regression in 1.16.0 that prevented to compress empty buffers (see #260). * Now the functions that execute Blosc decompressions are safe by default for untrusted/possibly corrupted inputs. * The previous functions (with less safety) checks are still available with a '_unsafe' suffix. The complete list is: * Also, a new API function named blosc_cbuffer_validate(), for validating Blosc compressed data, has been added. * For details, see PR #258. Thanks to Jeremy Maitin-Shepard. * Fixed a bug in blosc_compress() that could lead to thread deadlock under some situations. See #251. Thanks to @wenjuno for the report and the fix. * Fix data race in shuffle.c host_implementation initialization. Fixes #253. Thanks to Jeremy Maitin-Shepard. * Add workaround for Visual Studio 2008's lack of a stdint.h file to blosclz.c. * Replaced //-comments with /**/-comments and other improvements for compatibility with quite old gcc compilers. See PR #243. Thanks to Andreas Martin. * Empty buffers can be compressed again (this was unadvertedly prevented while fixing #234). See #247. Thanks to Valentin Haenel.- Update to version 1.14.4: * Added a new DEACTIVATE_SSE2 option for cmake that is useful for disabling SSE2 when doing cross-compilation (see #236). * New check for detecting output buffers smaller than BLOSC_MAX_OVERHEAD. * The complib and version parameters for blosc_get_complib_info() can be safely set to NULL now. This allows to call this function even if the user is not interested in these parameters (so no need to reserve memory for them). * In some situations that a supposedly blosc chunk is passed to blosc_decompress(), one might end with an Arithmetic exception. This is probably due to the chunk not being an actual blosc chunk, and divisions by zero might occur. A protection has been added for this.- Update to version 1.14.3: * Fixed a bug that caused C-Blosc to crash on platforms requiring strict alignment. * Fixed a piece of code that was not C89 compliant.- Update to version 1.13.5: * Fixed a buffer overrun that happens when compressing small buffers and len(destination_buffer) < (len(source_buffer) + BLOSC_MAX_OVERHEAD). Reported by Ivan Smirnov. * Tests work now when external compressors are located in non-system locations. Fixes #210. Thanks to Leif Walsh. * Fixed a bug uncovered by the python-blosc test suite: when a buffer is to be copied, then we should reserve space for the header, not block pointers. * Serious optimization of memory copy functions (see new blosc/fastcopy.c). This benefits the speed of all the codecs, but specially the BloscLZ one. As a result of the above, the BloscLZ codec received a new adjustment of knobs so that you should expect better compression ratios with it too.- Fix RPM group. Compact descriptions.- Update to version 1.12.1: * Backported BloscLZ parameters that were fine-tuned for C-Blosc2. - Packaging changes: * Run spec-clener * Use shared libraries with compression codecs instead of bundled ones * Use more of cmake macros * Build in parallel- Update to 1.11.2 - Enabled use as a CMake subproject, exporting shared & static library targets for super-projects to use. See PRs #178, #179 and #180. Thanks to Kevin Murray. - Internal LZ4 codec updated to 1.7.5. - Internal Zstd codec updated to 1.1.2.- Update to 1.11.1 - Fixed a bug introduced in 1.11.0 and discovered by pandas test suite. This basically prevented to decompress buffers compressed with previous versions of C-Blosc. See: https://github.com/Blosc/python-blosc/issues/115 - Update to 1.11.0 - Internal Zstd codec upgraded to 1.0.0. - New block size computation inherited from C-Blosc2. Benchmarks are saying that this benefits mainly to LZ4, LZ4HC, Zlib and Zstd codecs, both in speed and in compression ratios (although YMMV for your case). - Added the @rpath flag in Mac OSX for shared libraries. Fixes #175. - Added a fix for VS2008 - License changed from MIT to 3-clause BSD style. - Update to 1.10.2 - Force the use of --std=gnu99 when using gcc. Fixes #174. - Update to 1.10.1 - Removed an inconsistent check for C11 (__STDC_VERSION__ >= 201112L and _ISOC11_SOURCE) as this seem to pose problems on compilers doing different things in this check (e.g. clang). See https://github.com/Blosc/bloscpack/issues/50. - Update to 1.10.0 - Initial support for Zstandard (0.7.4). Zstandard (or Zstd for short) is a new compression library that allows better compression than Zlib, but that works typically faster (and some times much faster), making of it a good match for Blosc. - Update to 1.9.3 - Reverted a mistake introduced in 1.7.1. At that time, bit-shuffling was enabled for typesize == 1 (i.e. strings), but the change also included byte-shuffling accidentally. This only affected performance, but in a quite bad way (a copy was needed). This has been fixed and byte-shuffling is not active when typesize == 1 anymore.- Update to 1.9.2 * Check whether Blosc is actually initialized before blosc_init(), blosc_destroy() and blosc_free_resources(). This makes the library more resistant to different initialization cycles (e.g. https://github.com/stevengj/Blosc.jl/issues/19). - Update to 1.9.1 * The internal copies when clevel=0 are made now via memcpy(). At the beginning of C-Blosc development, benchmarks where saying that the internal, multi-threaded copies inside C-Blosc were faster than memcpy(), but 6 years later, memcpy() made greats strides in terms of efficiency. With this, you should expect an slight speed advantage (10% ~ 20%) when C-Blosc is used as a replacement of memcpy() (which should not be the most common scenario out there). * Added a new DEACTIVATE_AVX2 cmake option to explicitly disable AVX2 at build-time. Thanks to James Bird. * The ``make -jN`` for parallel compilation should work now. Thanks to James Bird. - Update to 1.9.0 * New blosc_get_nthreads() function to get the number of threads that will be used internally during compression/decompression (set by already existing blosc_set_nthreads()). * New blosc_get_compressor() function to get the compressor that will be used internally during compression (set by already existing blosc_set_compressor()). * New blosc_get_blocksize() function to get the internal blocksize to be used during compression (set by already existing blosc_set_blocksize()). * Now, when the BLOSC_NOLOCK environment variable is set (to any value), the calls to blosc_compress() and blosc_decompress() will call blosc_compress_ctx() and blosc_decompress_ctx() under the hood so as to avoid the internal locks. See blosc.h for details. This allows multi-threaded apps calling the non _ctx() functions to avoid the internal locks in C-Blosc. For the not multi-threaded app though, it is in general slower to call the _ctx() functions so the use of BLOSC_NOLOCK is discouraged. * In the same vein, from now on, when the BLOSC_NTHREADS environment variable is set to an integer, every call to blosc_compress() and blosc_decompress() will call blosc_set_nthreads(BLOSC_NTHREADS) before the actuall compression/decompression process. See blosc.h for details. * Finally, if BLOSC_CLEVEL, BLOSC_SHUFFLE, BLOSC_TYPESIZE and/or BLOSC_COMPRESSOR variables are set in the environment, these will be also honored before calling blosc_compress(). * Calling blosc_init() before any other Blosc call, although recommended, is not necessary anymore. The idea is that you can use just the basic blosc_compress() and blosc_decompress() and control other parameters (nthreads, compressor, blocksize) by using environment variables (see above). - Update to 1.8.1 * Disable the use of __builtin_cpu_supports() for GCC 5.3.1 compatibility. - Update to 1.8.0 * The code is (again) compatible with VS2008 and VS2010. This is important for compatibility with Python 2.6/2.7/3.3/3.4. * Introduced a new global lock during blosc_decompress() operation. As the blosc_compress() was already guarded by a global lock, this means that the compression/decompression is again thread safe. However, when using C-Blosc from multi-threaded environments, it is important to keep using the *_ctx() functions for performance reasons. NOTE: _ctx() functions will be replaced by more powerful ones in C-Blosc 2.0.- Update to 1.7.1 * Fixed a bug preventing bitshuffle to work correctly on getitem(). Now, everything with bitshuffle seems to work correctly. * Fixed the thread initialization for blosc_decompress_ctx(). Issue [#158]. Thanks to Chris Webers. * Fixed a bug in the blocksize computation introduced in 1.7.0. This could have been creating segfaults. * Allow bitshuffle to run on 1-byte typesizes. * New parametrization of the blocksize to be independent of the typesize. This allows a smoother speed throughout all typesizes. * lz4 and lz4hc codecs upgraded to 1.7.2 (from 1.7.0). * When calling set_nthreads() but not actually changing the number of threads in the internal pool does not teardown and setup it anymore. PR #153. Thanks to Santi Villalba. - Update to 1.7.0 * Added a new 'bitshuffle' filter so that the shuffle takes place at a bit level and not just at a byte one, which is what it does the previous 'shuffle' filter. * New acceleration mode for LZ4 and BloscLZ codecs that enters in operation with complevel < 9. This allows for an important boost in speed with minimal compression ratio loss. Francesc Alted. * LZ4 codec updated to 1.7.0 (r130). * PREFER_EXTERNAL_COMPLIBS cmake option has been removed and replaced by the more fine grained PREFER_EXTERNAL_LZ4, PREFER_EXTERNAL_SNAPPY and PREFER_EXTERNAL_ZLIB. In order to allow the use of the new API introduced in LZ4 1.7.0, PREFER_EXTERNAL_LZ4 has been set to OFF by default, whereas PREFER_EXTERNAL_SNAPPY and PREFER_EXTERNAL_ZLIB continues to be ON. * Implemented SSE2 shuffle support for buffers containing a number of elements which is not a multiple of (typesize * vectorsize). Jack Pappas. * Added SSE2 shuffle/unshuffle routines for types larger than 16 bytes. Jack Pappas. * 'test_basic' suite has been split in components for a much better granularity on what's a possibly failing test. Also, lots of new tests have been added. Jack Pappas. * Fixed compilation on non-Intel archs (tested on ARM). Zbyszek Szmek. * Modifyied cmake files in order to inform that AVX2 on Visual Studio is supported only in 2013 update 2 and higher. * Added a replacement for stdbool.h for Visual Studio < 2013. * blosclz codec adds Win64/Intel as a platform supporting unaligned addressing. That leads to a speed-up of 2.2x in decompression. * New blosc_get_version_string() function for retrieving the version of the c-blosc library. Useful when linking with dynamic libraries and one want to know its version. * New example (win-dynamic-linking.c) that shows how to link a Blosc DLL dynamically in run-time (Windows only). * The `context.threads_started` is initialized now when decompressing. This could cause crashes in case you decompressed before compressing (e.g. directly deserializing blosc buffers). @atchouprakov. * The HDF5 filter has been removed from c-blosc and moved into its own repo at: https://github.com/Blosc/hdf5 * The MS Visual Studio 2008 has been tested with c-blosc for ensuring compatibility with extensions for Python 2.6 and up. - Remove update-included 0001-Fix-cmake-system-check.patch and 0002-Fix-compilation-on-unknown-archs.patch- Replaced long syntax with macros %cmake, %cmake_install, %ctest- Add two patches dragged from fedora to support non-intel archi 0001-Fix-cmake-system-check.patch 0002-Fix-compilation-on-unknown-archs.patch- Update to version 1.6.1: * Fixed a subtle, but long-standing bug in the blosclz codec that could potentially overwrite an area beyond the output buffer. * Support for runtime detection of AVX2 and SSE2 SIMD instructions, allowing running AVX2 capable c-blosc libraries to run on machines with no AVX2 available (will use SSE2 instead). * A new blocksize computation allows for better compression ratios for larger typesizes (> 8 bytes), without not penalizing the speed too much (at least on modern CPUs). - changes from version 1.6.0: * Support for AVX2 is here! The benchmarks with a 4-core Intel Haswell machine tell that both compression and decompression are accelerated around a 10%, reaching peaks of 9.6 GB/s during compression and 26 GB/s during decompression (memcpy() speed for this machine is 7.5 GB/s for writes and 11.7 GB/s for reads). Many thanks to @littlezhou for this nice work. * Support for HPET (high precision timers) for the `bench` program. This is particularly important for microbenchmarks like bench is doing; since they take so little time to run, the granularity of a less-accurate timer may account for a significant portion of the runtime of the benchmark itself, skewing the results. Thanks to Jack Pappas. - changes from version 1.5.4: * Updated to LZ4 1.6.0 (r128). * Fix resource leak in t_blosc. Jack Pappas. * Better checks during testing. Jack Pappas. * Dynamically loadable HDF5 filter plugin. Kiyo Masui. - changes from version 1.5.3: * Use llabs function (where available) instead of abs to avoid truncating the result. Jack Pappas. * Use C11 aligned_alloc when it's available. Jack Pappas. * Use the built-in stdint.h with MSVC when available. Jack Pappas. * Only define the __SSE2__ symbol when compiling with MS Visual C++ and targeting x64 or x86 with the correct /arch flag set. This avoids re-defining the symbol which makes other compilers issue warnings. Jack Pappas. * Reinitializing Blosc during a call to set_nthreads() so as to fix problems with contexts. Francesc Alted. - changes from version 1.5.2: * Using blosc_compress_ctx() / blosc_decompress_ctx() inside the HDF5 compressor for allowing operation in multiprocess scenarios. See: https://github.com/PyTables/PyTables/issues/412 The drawback of this quick fix is that the Blosc filter will be only able to use a single thread until another solution can be devised. - changes from version 1.5.1: * Updated to LZ4 1.5.0. Closes #74. * Added the 'const' qualifier to non SSE2 shuffle functions. Closes [#75]. * Explicitly call blosc_init() in HDF5 blosc_filter.c, fixing a segfault. * Quite a few improvements in cmake files for HDF5 support. Thanks to Dana Robinson (The HDF Group). * Variable 'class' caused problems compiling the HDF5 filter with g++. Thanks to Laurent Chapon. * Small improvements on docstrings of c-blosc main functions. - changes from version 1.5.0: * Added new calls for allowing Blosc to be used *simultaneously* (i.e. lock free) from multi-threaded environments. The new functions are: - blosc_compress_ctx(...) - blosc_decompress_ctx(...) See the new docstrings in blosc.h for how to use them. The previous API should be completely unaffected. Thanks to Christopher Speller. * Optimized copies during BloscLZ decompression. This can make BloscLZ to decompress up to 1.5x faster in some situations. * LZ4 and LZ4HC compressors updated to version 1.3.1. * Added an examples directory on how to link apps with Blosc. * stdlib.h moved from blosc.c to blosc.h as suggested by Rob Lathm. * Fix a warning for {snappy,lz4}-free compilation. Thanks to Andrew Schaaf. * Several improvements for CMakeLists.txt (cmake). * Fixing C99 compatibility warnings. Thanks to Christopher Speller. - specfile: * update copyright year/sbin/ldconfig/sbin/ldconfigs390p21 1617957221 1.20.1-bp153.1.191.20.1-bp153.1.19libblosc.so.1libblosc.so.1.20.1libblosc1ANNOUNCE.rstBITSHUFFLE.txtBLOSC.txtFASTLZ.txtLZ4.txtREADME.mdRELEASE_NOTES.rstSNAPPY.txtSTDINT.txtTHANKS.rstZLIB.txt/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libblosc1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/bcbbfbbb25c2eeab527d9d135f760d74-blosccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=88ab173d5676ec0ae183e470daa0a3bf2a2dcbb2, not strippeddirectoryASCII textASCII text, with very long linesUTF-8 Unicode textAlgol 68 source, ASCII text PRRRRRRR R R R0k /=)dмutf-87fa17f9cb04f157cfbfc4b528b0b80fb7d2a7e5c6cfa2218bba936f9259d3da3?7zXZ !t/ᣓ3] cr$x# lɝoFqz`IMIxo`@b=䥒H(| 3jDfQ%*684ΉU)~T{=0=߇d &*>] ~2$"$B)? 졵psNJG$ʙk,jk5ɤC`R^fg^=#=X.xAs 3 \ ui%RK,3`za@k|}[=rN\H"$ΫbA3)H:zxQ^p `tIvC4_F9KiH؏i8 ԟWk1qdBaFQ ?١TFm$5IE>M rb1\^znB:?6͙8+dn}R> #- : ?VQ4N7P ę^ v<.dIKfG@ƽLDWe_&K=uCH?L.]qLiy :Z8uE2W< Ԯ!#_92~ʦ6ꡖRjDEZct ?t.v͉1‚KG2fv Jܢx; 9C擮̯W~6=)YkZttԦQCM%6sM˞c%#+Z;& lJ0 )=&Qm~)!eJ uscQ_ρrXH3-_@\ʒY/wz $TŅenO/*:0߹8yy|HQ] J"[~zSiÀ|)?нO@.nPW,<}|-Ը0qدǦ$T~/uy<kGn!z|F b4L)mWƮi/U7A3-όWs_N16`)A% vL;LO]4@_#A/q[oAUJK7~c mrBXMKm.rfn e.~?& {J28l _ BwUngelHbS-<+'<5kF*O )! }LfX/[T%ZTo^()OXsR4 /UNO3ğS#-ÊYmpX~Y 4*#j 9=6b ;A!څȯ:!e05!u!--w|gzی׻rWd,]7@Y;GHy&9>yz4Ts-ۖQ]KpF|-Q$\ mqb/k|8уf|n1JV@o~asлI9FU+ogYH)]y{>b-t$m_L8, #1!3̮7t)CTdH:+ ] +K8W"8Ż8ڀV֤#'A*&`YvXٯn5.y7+ 33?X1Ys)'v/9ݣ7Hu +j3hɑs=89>S7Eg? )\>#ygé-9__+-x?0je|=æn 4UR$Xs2 L@JiooBþT`?8Z޾>8<5X׷aqshp9ƒJx|TǘcMObLّU|xp =*hl{_ m~Z ] ;9QxE`{GVƑ^sB|CB_ls:_LjM8T $~ԏэI3M* :S퉄īsi x#m!#$PwU L 8I1(QP//'3d*vLLrn55P>xgDw=WOfyY-m+IrIOw"??N@W_dVMx2InNt7N}6#G5&B-W{rq-~~f%Z|6BpI3X.P hO<MoRީ}s[~_#L97j@[6?ͭlv?2`-t;WoKCo>DTAt{.qǝ2ؔj9pې%> OX=g+@ 2qCž9wf=9+J p#[6EԤaRDŽߵ2PP+D .Dh{ՓM4_"~ n; /Nj&V6N(h3?1y<3Vt?ǕҮKȕS 6Z~à^hyvv%fFA$_u+@^-:T̊+e!wE4Qւ2N 8t#nzqI7r\ @eTߙ(g2E'}7SM PN*DfmXi' +qБ0ׄyB|vvCB(n=%5y), .Ӡyll{Znti3AO)yI܅ 7b}'Q{}2mpH DWٳ*>*M^gBq"%@ oJݛY;(B#j? 7"Dqɢ_1X56 5bI €uY!q&G}4#(3=r$]'ykT9:4$+i[3 \`z6z7ZSМCXWЙ jI lҜv[xb9q$ڧMc%HgpqS-=5eCkF']q{ڈ\标M\$]x 3_elDӏ\T-vVMbIH?(rpceqz:'r?9@及Ηȃ&I::( nm|K-r. ɣR^/ $PcJ&DmSi8ײR?N SLjhT`s$x7bv( F{:h>3V'pg6༛dzڵR\Hp`g@Ct%v ovw_J!7ZH_?֮^߭dep}7ϝbYgf/êNHIT?OO6t=U,i._>!+MCp/6v)x&_- t^3-K)(JP ! qd*zll.UbҤv᥇ uT 9ߋ3.ߓ)UF\{U,ig7~[M_PNzl0+eBt8qufdMxҘYDa<1y_Wȸx|WL@m]-bhn9y$mX QQ)sW,h+$2VhPO( v\CH$I͖슧#zʸC0:ޝtrSh?Z2=ɸ$l>9y&h( `A҆z:Atـ1-_:kl\8DE[QADvvkO F(e\ s#4'dQ!Mm?m.`(Y0^_4F4?kY:Nͤh`q2#xƜ(3{ .o{J! k!Q[zoOwgNcZSdp N֓HM* tm#q5`oCQgds֋~?`NFQ\Sm`RܼXU>pWt\9 1aqT{7TmOWErhL LfvcJ-7UXW7MKY(|d@LDI{"NH)@^?QݛFS^p{6gM69F-R٠82@$ q#%?uو[%ДE ,ŋ Q-2ʣe=>S> b\Gﲹ+oe}8˒ij5l7I͆mpLDvh-hsOʼ2?(W(Ϗd 7^ɤNg%[ YșmaXȻlX wy7H+"dO$gGcCӈ~ǁK^zS_Iu "bԸA & ^[~1). ȯ5g\*QKKO81ýSLכ3ղ;$չ5xXҾpvpUn>j[**R-qbú~芇Cv87yJa XM'r3hGcPC樂e[\`b@h -lqG?T ˞ve5~+o)qflb9pp6 3~4x +O7Mia[9]PBhAQ2z%(NmC6&Wh.!3Apqhq|v"*m34zs_^[drh3?U.RyT "U]Qo-ð 6lZ 3{r}K] Xǹ_|ug+W[W) q5W0u9un#3Lb"/ϿIv <[/*o;>+,#L*I^.7 P{BirD=T/̚V&/@94V?NmUl1mb&Qpߜ<IJn&sBDn:WFtg]?;clwA-zq}Y"X->ILj-c?" 9`̺p-ऽ!jyXҽ > .DGDՈo@$cS_(ӂn-1 Qjv!2_ᄻkDd>aZ\^ܒxĤ_hRX(qx*g AmKC}6 ʇ?;@đ'ЋtB':~ "O+qn: G$X›M:g^uRMHm%…q d=Ѝx˪ӒӫW#iSk2QVfX UAy-@ů{†`< aTY;my.I侇,orܲ"=7‚dDo%mL1ik/fRQ_ƀ`jMZ<.E6!F`-%A-iB|9-&HgTJ#'\nX}QƖ |t-ɒqL.MH)Ekfyv>^Gv kkJsO>)R^'Ja0Re6H,Rqd:|J֭Kض5oQ:IԳKy !#YzˍW s]\&vDžL47k\|2SY܄Mg3|v-!d^V+A_< ¾5Y="іO~/@4;W"UgN)0Wr|hIt[3%Ԕ-ſX_UH:HҍX$|R"Z@B/ߦ %E%MXFMjkHgǽe80׈kXxm X".,^rBXIƺX)-d0qq1ҌAC>I Qp`-{NƂ+b pp_* ]PBY<$< M!pŋ&;xJ&8>O ڤs}0/$o|3͔w%7Sv 'E =h_؆PA$%#Qe֠;Du]@#|hfv+=ۗzp\#g~K7+LAtV O'HFJ[lqc#j؟ kn7opG*PǙnOοg'=s7옵o(@\ih1Tc ˏ%[g<_B_nUx~rxUyJ{@VMCl638ugF#ߏ¢51 !?"znJ f~ |VHrt3E<ElSJ EѷE."xOw;ˤw3Z]_"K45~.댁mt[&ݒAM YuSa*iyʩK=ŗĸǒܶ^į}iUFjC KH>LܒU8JV'[wc3Xo%13f~t'kQz:RH+!A_ َxk"b3W3 ^$1}l, Y[;]?bh=57&* $:yvޫgljT*,ycM4#`4ȡ1@Rǰ KetER3:JB>bJΆBXq$p~lZo^2L&&],lPninu1AP{78mٿptFˆδcvd:q*2zxꝑ2ΐ/L,=d5ߔ&(pzerjӫ/dƷOwZJn<E> 'tD$CՁEw1*#FbfJzZhh|Z ?v"n_yoW.Zvwݳ[L݆x"l{5ib'"/ 9lGȳ4dtoՌgۃ̈Σ`L|iqjgt5ɏ/F3&=cT-vhJ H BMN=SH|Kqa"20!ɡ]Χ'EP3ܒyK!;KA`L3m_]C)~/j'gCzw/*M.rU\0F$|%xWm^҂n%v ֦A;9ck x *vkV"~>!S>:W(La$J"t^ixab p)rKrP1^mP3kEg fP>d4/(u]v{oj0iUT $ִŨƁx/'pz(Mȟo3¼p(d)gX2:T:'D ; k2w,q7\jsl{hfPAm)!H3do&-| '@2ҫ<#8-j^0GV/[hu^MmEG`la$,ȥ]C'=.uwoOqG ~B곯+d?df'1̳&}$5Cr=M YҺ1ׇ@_5k^R> :n],BNҭ4-2rB'"uRL uH\L/fA42o׼z6(wD[ bVnb?v!tok,ҟ~l> ۗG| 6!=i)mcМ)N(xrgX<6W؆iY Em H"^F)4Ű:&iP =V*ji1i94&&,w*qgټ9\]@BA"d`a9s]_+V"9&ԍڇ1>B& IT+"Py~^q =; ``.onЃaj =?2n]F v&#E blpz0c2|&60>MœN2+#Rn{$buApvџN%?+6hΙdԫg}tى:T' \*CBMU{\NR`V:I]3"8#-_no~2e6NJ2/`Vǂ/ə6#Q sV@㤊[f +h#]Dʂ_ـs hH_yr+'շt[) $8 GNDIꤙ@&~y!'df7Nɍͼݤ32A ;ɸ_i@* S4}YYdkjV1Ej\^g5;PV>DQ1+w?Q*Jsm$.se"Fh64LcvfpjX`U,,e} 92#kD)AT3s؁qMuo6fTd#Qa.)0aWH GEY'Du 굺n! eI!je,@I‡vp'd /g.Plo"5ZG$lW'Ꙗe7f'Aq*ZN7??DݱΛcԬt$Ĵgз└7< T-:+6,To4~bF]>Ty;H9m'Zc)كj-lWEc",c@UEo6 L7 o仗QKn*| \!&۬iz{NM]^>+}w_1ɍq}aDo.66\כP6-$)whΊ:aRZA5U StǕ:fkt&Xd[1̵T" ğrJ׎’t}9pOn nGRT2>`%~Ģoy1QǩC{7\םH7+[LRƮ~$ ;mwTߪ 36?`Tp$Ԋ 4vY # :#aSEph*5#?iWtjSM ]+;{WZt8M RK{ߔٸ1X(!V1 Ժa5i2IصaT7Q:LRɅT5xBoؠ.:|zN}AF9&Vtv)]X\rԶ h:ur8<فvlEdZF9/TidVD?ϕ6n w}>bH2rB1d~ P ^2ǴWNb.9Uj7 Y._aJnzOepVq~)bp TX`~qըy" FNv*ǯ4\ItUc_?_#sY^ 7 V#}ĕFA3+duc_›9y.OXH(-,YID ~8tt'WE7sHOaF{jDW֓9Y{ Ll"c[!VUg'wC6; v0! I6_+9p[Se:P6U!tVAl܂gG;=GS%)cU"9Q!(t(wQz SyE0"0$UyGATWZ_hp 4Mz)DV4 axMKA/Cxi:!}'/ۉ;-m C{x֭%]YȼذYA&^z/BCNAw&؎C cn[a^>h (3K+P jK<+o 5-`Ge}d̕_ZE#%]GHs$ć]>:'?GPN-7cPf6BDŦW6,2GR_݂NP(%Xmxz$3J|1Ҙg$!Έ;Sm҆8<9#|;}!"Vh;vh5kқ=Y? _9~aT0:O)cTSodOz:O~pMm5׻!%h.Dww/nxLl[=$2lfM p4If{Km7lnшC0 w}X>^ mX"@R5;I0;IΛD"^3KUݝG#:`$%;9m0L[1VY nѩ#O@&VKb^ĿogW0Oa(52aOVгaRY5 K,MA+9d(L29Iנ2'OcS2yb[$(>= CJwwx NN.6pquܙޚN-!mڝ /S6DȑJU ]Μ0akqf nR jJjLmTBSMoԖw G|Tzd|'.lˬ߂1R'WyPHT4Ď1!mNH-NͲBi5뮓nk׸Q@5q_M>./qu>i%oEPg˕2{}(ל,dC.@r3H.aLO[ȳpE,\͢=jt6V-3w L#0s=xcW&z; Pa:ƨYQ!/=\ǁ_ ĭ~˜' ٽp$ӡ;'* ds!MUyjCIvPҚHkBH-4ӝfRCG1mI-` V%e0.ħƘos6h=A$ :gRwI:}1'HI`1ZAX9wQGIvw)ONL%n8R"9*\JR7D(9CJ0Y@3{8"480.f ƚ0'suqSݸ9`3 ]C&cF=#<n$0Kͱ9zκLz$, a qȣ1.Зbzĕ"-%PTS5Zhb$bHxd1^ aå>ڰ뿻&-ZU₼u >.M4cW{&9Aëu`eouY ww!_w]y'2Qv|3s2{QSH|F4`p/z ؙȚ` |gsR\"cӭ wYd61;E(A*F=:Q'J&nk_тM\r1+ğ3riʻ,Z4rX#A2+ILƣТ$.L{%ӅCZNa7tYGPO)7"~zgPuڒ߶НcVA.@%k0`uk;sʑ  8)d sx\"`wfR[nMO[֣ fz}kp\>f*csFT[^#4DrA%O+mZ%/l. imV)$ptQP-@^$FcsvQE |l= do&LUq]pݫe]tڃAu/W lcD>,5B9Ó;2_`TjK7tUafb{͓z{ ߸Uȷ5l|:&͉css晚TݨW>/ˇ.=ɤii2K9ݫ.+u+1H`^lt~x6?DTɏݶ>ܡVSȖi%La6G7gK0-:҈%15Pp>7z݅Q,ywt =b fZ?YGM_Fr^_no9d#ul @Ǵه`.[ď?؍,~E|O_rP'Y>G淰b`'*_o?| ơYsqWʺ+d 6{w<< oWki!7ѿ(r%˻.o»kȔO{8-zO(~<&>PKuBij+3&siyn[pb)1EOG7LzŎ`ܭj,B=[ĒK}(f ̿+C(A_ħeʰRY1 9̦}0cq}f92kEެ C3iDsI}&|mXĉrf`~{y'C"emc^q7=,U#[/cpp:_\21BûʺR ƁG/a@ pbc#>ͣHf(Y^1őGAwuʋzEd|數8ߕ_Kdi&hsrKUd0zԑ" ;a$̍fbsB 0 Wi#"yr'320%īx? Ѿ?u(#o'P>, ~J e$dݧd!B.à!vL!?SX2ް݁ v#zy]TtqS@t{\I(ّtHi2ŵ=}r`Yx8IܰsakO,Yz7EǩR# p#-UzrB(H֛:QJжJc5ct8O[bZUQi6UaОOFJ}!˙RCӯѶ"P/-[{m^h~T"y, j2 譛Ch7۽F d&"ҍ svZ=+P^w0Ea< 8;>8P$*qHW$~1t qFi syr[˹=M;jqg)ma2q@c4Q `@սf:bUW!Ұ5h 1m? ,mt \_x]mU$Ѹ5$Jw5DY߆ -[U62u>W̜#Clpop+Fnit}  qyq=/ZF A{^'H=k7^[>y{8ZvO!~/ipێ\G61ZzaXo}!6Q;-SSxgPYvU. e*K)S!Dc5._h^ۦLaNB";4w٣v*f(L^no*!Fv3i}a\aֹ ϾC챎5[WjaE^K*jɲF[]ʼASWVxy]Tҭ>Kf~I < hL8*R}e#ꕄqf7բXC0b[1UhɘM0gD!~>X=]o"{[*Cv$@iuuwmJ2N]kS)0kt@7"F k߆FbfاC)OFw>k7c SUCO FB\`ֿqe| F~x{h0'H.lq3gwY{ND" iHx̉, m{=.y+P$?CpkA=Wj(bSq…Ogm=h$ guα&uw5Y?I; '=L"?bV(}z*`]pNvf Ё]P{4$ .i &SE8Lg-~ӂ% rٺz%K(N؈.uaP|Dƨ|PAfH˅: FP\s'IcNHG)'YuD5 LqyS#R/rc k[u~_[Ŵ eŰy=.jFI=Ivqβ57D1!nWsz1.ol^^ՌݼHAu ZԐ-pۤlA X (KL=Ӵ;VYvs=I ])=S oP_+[3w[0m}MRh(T9I _~!݆<8Ӿ WjBzHV9`? NG槄 o;RA:LJu9ɫ00%5'0U+ā y͖٤˙.=pu[pHVv#,פ2ˁ.f,.vG 'rao #̤:X('p"9ṰqJ) yYDR9u'A:Ru<=Z0;/yG1jI:d̈́q0aH? o>&qOAĨ!Wv>ANw'| h Wbe-+t]Fc:O9eA HyDvXc?\T2ZcF$Ze)K{і9!f"cHcR '$8@JE7vstڵ#$;! $KE}= V"->|#`q_H3[ޞjkh Zf6}#K4K?g:Gs)=Yo2ʱ7.B2RMohE倔 ҬaS1I#HϜ_tdɾH{i]qR )2ڼJVz,4-2Lh B6ys@T|}`_r7jې jGo 28. xlp> -[á 8R5UKԠڷH޲@} t ѱ{gAKuU`ӰEJ`&ʞ}v8壋-Cs,J{@p7 }{*^)6!ᵛ/T7/ v7sقRq;A<_V_>$ y:0Eϑ^f_ bƸx˲C Xt?bky0b%iSkLI=`ydr3/i|mQ4I ; Sק9uܟmd3d[*Pd/Z}p@:H@E0UbJ!`Fl]E&+kfnݛH@$I\2#$-E}9px>u$5AӑZ jis3B:mf҃F)VK½ϰ4"%s |`"Zn|(7K#R]xˆla g%G]Ҷ n5SqDz:Ypg% CVʘbBp 1cPM{x8Qh-ZOM%&\lBКCRW0jjcI1EE5mdsC tui4K ' ! yZXM/~90%LVI>;Q^uا*0ofd~=p('_IaG{ߓzOh{ph9EGK-huHm!c^3 'IG{G;B/W6*yz(p/;p&1%/B*4eaP988P=ӿ̥~m_[GO%0TmDrOpf8c KwvF?)=0s>M (l ?32DRW&rȃ#̓ޕ ц^񨀡-Ԉh%4Rk(ovrLbGsA}54oP1_268u[%uںv7UcѰ}<.\j?Ȳ &p&KFJhpvʣ]xK-*}Tq>h_c&B U(mJD儑G9K3Y>(fVޒ)t$dRD:k蕺]gE~} ,kH20ib.yEE'N4|9`EeNqWcǿ{XGGiLs{J.$|"uG|B>^Aoj.l:&WR?vp7 9L9J/^!InyZC{k) Io|^M>3v.<9i.L%8D38_P9ϰs{dеڽh+uy!J#""*W!,g[kuK2Lޜؚl6 u+ѱ@ML9ټG?,+[1D48xJ]x jt<_Ii\˔ u- mAP;%g8?|`L[#^):gA5M?ڶxQ$:{kA>-r&Bj&KEx&:bXe ͍w8ZW25KqξSUCEF4+ %Q2^Ru*"%5yD$׵(l[۹g!{q1#a/AEh[,謦7/f[o=< bx{5>:5(>epKB 66KWm&!MS|H6*!$y cRћ!Q>{ع{|>CghD yvr(,:jÊذiJ6Ŭ 6BB0m+@+0qR\ [\))66T<NA-;![qx|{^Pc |* *tNeSh_o4۱-5h%yZ4L+h%qa3\oQLhB/eT|LJ_f&]*~` Z<7n׼WuL{Naԡ]֢g2#B%]s't'x@fFVBo09^Zy* ڊgNe>8+IԌzcd0|4%Ht#V_٦#qWS,JU<@̡%B>$:Ҙ1m3ufK%}r eI-9y2?(%~>WX\oÌckI-uo &u:~' ,sudz)&A0; R -[]uIހDb dTq3Ԭ#u遚rwCfiDDde3$] =y;5o"qCehȔRA/."GW:>ђb~Ta9FV]?yZ(A&9ɝ&WP˅ꂨΜ1hDfo`"t 9wAMw#>I9G_WED%JǶNP!ݨ7+85~ШY1_wVMxɗ\;@ozE[#ڎ]1DZCp[cnTՕ@ilvWh/$l&R~g'%BpRlcΈv3<NTo|E/"vBn/n#SK+1વQsd ۙ=z ejt!T=i7$@"p^6>N[O8r j N; Ziey} =f hFUЦ@eʠ!E?Qlt sb"w /kn)B"$%=⟱@5.>zCLo2kAryq]/3QV YibP=ތ>H=ş #5kwn >mD({P̖^J-B3iEaA?ǒz9-Q,/C:;~jMWْ#kl^_rHbՙ/gu+Ig\h &͆zKLbAcU.Y6z f,J7ŀ Vl@q ?$wJUY"HRUWI%Gb>zc:B'$\sg2-a}B-/Y;B[h-A]kfCbXEuae{ľL$n@) ;7N 4D-f1uD,߀}}H:"cdȐF50$!4xP hPU R! n(%]}U~cdOe eAbT2ګb!X-bPݫ>0Ern??Bgazy LI'BSb}>+Jě<2*:'96VG,UQ<ӷ.Ox˰k5p%d7* r43+&%GVX ȉ2FyL懦춠jƦ{ȷ*ۏ:Sרl\){n F&)x1--]T'`.ױAu: 2LM{鼘4nN< D 3m:4ňHKfJxR;ga$*PdoyB􄬥z%XP g6N#aM1/̚ʐ,޻Bic!)Q:RCOjg*nݮa$V¯n9QU*؇|"EhUNO JRWkT)8gT#9S. 9u7g ߹)bȩ2z(xxb<=_}'1,WN$n=A ph0TVQ 2;ʮ쮭U EJold3П`0u7Tt:KW}mrI5ul,0)'n@N}<Ƚ W1f ] MEA.tNB.bxoäc8u2F#R  [16-+>S˷# Ȋ -D>LD ے׊Mqh> sUG,5`~248OU'`Sk5kxTn|, Ղ>֜-c0ҵCMtv^a5c?tAgQEok!.b3n7IA;#(s=< מMk^?5)Xw‚9߹"pBd@ $ tw(}t^]8<k7GCxbM]=[ax]J1ն|uzbWKlNND5x>Jzx롱3RǽsGv=a ]X:L@"Hڬw *239s˭# 'ǒgVYlSn0/Wb*Sa@nk<1*Sk.$! 2i3݀eUɛd3H 1{v>ڄߺv@u#lNFfG? _9Rwkx]34@SYϱ8eo<:*_j 1f[S-7H$0@LǨB魿[H\Y=Fկ._\ {`ޑ f.wO.l-hwP!ȹPW|<qoJ*i)Sm3bv;>+OY8H' F,]+4={Lb&ɗ >HY!tYm^ȷnneTټf{HSLI0 8%'b& tt)v!iO? e1kGh] r9 ^9:Eq-LJ\#"LvyBK[ *!B 5=7n˯?+ <˜QDM/}fS31G/yCde>_F&ٯ ~ljOU)]NS 4 <B$oWmёSU\Î*=sī .PB9qcR<DJ*Xc!m _#78-h6{ǎ7&yBZ]eұ 뽨ci\2;n/Z1TNH.( "dvmmʟє&yrs0my䐉3{)G8L e?eյܒ-̄k YZ