libhdf5_hl100-1.10.7-bp153.3.43 >  A `!M@eee.vNhr@+4.h%M6b=f%j f [C1y ֥b:pҰ噍dE?XkTM-QN5 'eb7ŚiEu@Ϝ՗5Xq6h:xQ9Pja-gc|#FP/T47*ZE§F{Y/b~Io،HB_;JMRa7b13956e2cfc701b091c98ba9e930972c40e915f7afebac8df05ff6e7874754fe02988acc647d14436bfa17e1917aa5aadc8e45Rh`!M@eee=6OCan6p.߂5hć6WtYP0g ;A_Ce>[d ,|) !~p"J_# Fك"دAI};NA`'cF+d76)6G$c$ɇ?XR*V?G2i!jȗ"w@KWFx]C>qI +j6DueuGO, |b"ec)oܿx3e }5=GT>pC`?` d " b48HLir      \   (8I9I: I>\@\+B\:F\EG\`H\pI\X\Y\Z\[\\\]\^]b]^c^d^qe^vf^yl^{u^v^w_tx_y_z____`Clibhdf5_hl1001.10.7bp153.3.43High-level shared libraries for the HDF5 scientific data formatHDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes. This package contains the serial version of the high-level HDF5 runtime libraries.`obs-power8-04rSUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttps://www.hdfgroup.org/HDF5/linuxppc64leozA큤```_R8c45fa075fe862ec17530232a1a270da20a5e22b24ae741ae6419c3708920b68a4602b393b0bf07ab8da864d002a4a98bb6593778a33e74384334838f9e8a33flibhdf5_hl.so.100.1.4rootrootrootrootrootrootrootroothdf5-1.10.7-bp153.3.43.src.rpmlibhdf5_hllibhdf5_hl.so.100()(64bit)libhdf5_hl100libhdf5_hl100(ppc-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libhdf5.so.103()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`_:_{_@^@@^@^^%@]]߶]߶]@]w@]nU]_@]@\@\@\\y\y\d\J@\Ana Guerrero Lopez Egbert Eich Egbert Eich Alin M Elena Egbert Eich Egbert Eich Stefan Brüns Stefan Brüns Egbert Eich Egbert Eich Nicolas Morey-Chaisemartin Ana Guerrero Lopez Ana Guerrero Lopez Ana Guerrero Lopez Egbert Eich Christian Goll normand@linux.vnet.ibm.comStefan Brüns Egbert Eich Egbert Eich Egbert Eich eich@suse.comeich@suse.comeich@suse.comTodd R Todd R Stefan Brüns eich@suse.comeich@suse.comeich@suse.comeich@suse.comStefan Brüns eich@suse.comeich@suse.comeich@suse.comstefan.bruens@rwth-aachen.dejengelh@inai.deeich@suse.comeich@suse.comeich@suse.comcgoll@suse.comeich@suse.comeich@suse.comeich@suse.comnormand@linux.vnet.ibm.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comeich@suse.comhpj@urpla.netbadshah400@gmail.comjunghans@votca.orgtoddrme2178@gmail.comnormand@linux.vnet.ibm.comnormand@linux.vnet.ibm.comadrian@suse.detoddrme2178@gmail.comnormand@linux.vnet.ibm.comtoddrme2178@gmail.comolaf@aepfle.desweet_f_a@gmx.detoddrme2178@gmail.combadshah400@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comdmueller@suse.compth@suse.desweet_f_a@gmx.depgajdos@suse.com- Fix update_so_version.sh, write so versions to file being included.- Update to version 1.10.7 * Add metadata cache optimization to reduce skip list usage. * Add BEST_EFFORT value to HDF5_USE_FILE_LOCKING environment variable. * Add H5Pset/get_file_locking() API calls. * Add Mirror VFD. Use TCP/IP sockets to perform write-only (W/O) file I/O on a remote machine. Must be used in conjunction with the Splitter VFD. * Add Splitter VFD. Maintain separate R/W and W/O channels for "concurrent" file writes to two files using a single HDF5 file handle. * Fixed an assertion failure in the parallel library when collectively filling chunks. * Fortran/C++ libs: Add wrappers for H5Pset/get_file_locking() API calls. h5pget_file_locking_f() h5pset_file_locking_f() * Added new Fortran parameters: H5F_LIBVER_ERROR_F H5F_LIBVER_NBOUNDS_F H5F_LIBVER_V18_F H5F_LIBVER_V110_F * Add new Fortran API: h5pget_libver_bounds_f. * h5repack added options to control how external links are handled. * The tools library was updated by standardizing the error stack process. * The H5DSis_scale function was updated to return "not a dimension scale" (0) instead of failing (-1), when CLASS or DIMENSION_SCALE attributes are not written according to Dimension Scales Specification. * Bug Fixes: + Fix bug and simplify collective metadata write operation when some ranks have no entries to contribute. This fixes parallel regression test failures with IBM SpectrumScale MPI on the Summit system at ORNL. + Fixed use-of-uninitialized-value error. Appropriate initialization of local structs was added to remove the use-of-uninitialized-value errors reported by MemorySanitizer. + Creation of dataset with optional filter. A fix is applied to allow the creation of a dataset in such situation, as specified in the user documentation. + Explicitly declared dlopen to use RTLD_LOCAL. + H5Sset_extent_none() sets the dataspace class to H5S_NO_CLASS which causes asserts/errors when passed to other dataspace API calls. + Fixed the segmentation fault when reading attributes with multiple threads The problem was fixed by setting the file pointer to the current opened file pointer when the attribute was accessed. Similar patch up was done before when reading dataset with variable length string datatype. + Don't allocate an empty (0-dimensioned) chunked dataset's chunk index, until the dataset's dimensions are increased. + Fortan: Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size in h5fget_file_image_f. + h5diff fixed a command line parsing error. + h5diff added a command line option to ignore attributes. + h5diff added another level to the verbose argument to print filenames. + h5repack was fixed to repack the reference attributes properly. * For details check: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.7/src/hdf5-1.10.7-RELEASE.txt - version 1.10.6 * Added S3 and HDFS Virtual File Drivers (VFDs) to HDF5. Instructions to enable them when configuring HDF5 on Linux and Mac may be found at. https://portal.hdfgroup.org/display/HDF5/Virtual+File+Drivers+-+S3+and+HDFS. * Added new wrappers for H5Pset/get_create_intermediate_group() LinkCreatPropList::setCreateIntermediateGroup() LinkCreatPropList::getCreateIntermediateGroup() * h5repack was fixed to repack datasets with external storage to other types of storage. * Bug Fixes: + Improved performance when creating a large number of small datasets by retrieving default property values from the API context instead of doing skip list searches. More work is required to achieve parity with HDF5 1.8. + Fixed user-created data access properties not existing in the property list returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a reproducer and a patch. + Inappropriate linking with deprecated MPI C++ libraries. HDF5 does not define *_SKIP_MPICXX in the public headers, so applications can inadvertently wind up linking to the deprecated MPI C++ wrappers. MPICH_SKIP_MPICXX and OMPI_SKIP_MPICXX have both been defined in H5public.h so this should no longer be an issue. HDF5 makes no use of the deprecated MPI C++ wrappers. + fcntl(2)-based file locking incorrectly passed the lock argument struct instead of a pointer to the struct, causing errors on systems where flock(2) is not available. This bug affects HDF5 1.10.0 through 1.10.5. fcntl(2)-based file locking now correctly passes the struct pointer. + Fixed a bug caused by a bad tag value when condensing object header messages. + Fixed an issue when creating a file with non-default file space info together with library high bound setting to H5F_LIBVER_V18. This was fixed by setting and checking the proper version in the file space info message based on the library low and high bounds when creating and opening the HDF5 file. + Fixed an issue where copying a version 1.8 dataset between files using H5Ocopy fails due to an incompatible fill version. + Fixed a bug that would cause an error or cause fill values to be incorrectly read from a chunked dataset using the "single chunk" index if + Fixed a bug that could cause an error or cause fill values to be incorrectly read from a dataset that was written to using H5Dwrite_chunk if the dataset was not closed after writing. + Fixed memory leak in scale offset filter. * For details check: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.6/src/hdf5-1.10.6-RELEASE.txt - Security bugs fixed: * CVE-2018-13870: heap-based buffer over-read in the function H5O_link_decode in H5Olink.c (bsc#1101493) * CVE-2018-13869: memcpy parameter overlap in the function H5O_link_decode in H5Olink.c (bsc#1101495) * CVE-2018-17438: A SIGFPE signal is raised in the function H5D__select_io() of H5Dselect.c in the HDF HDF5 through 1.10.3 library during an attempted parse of a crafted HDF file, because of incorrect protection against division (bsc#1109570) * CVE-2018-17435: A heap-based buffer over-read in H5O_attr_decode() in H5Oattr.c in the HDF HDF5 through 1.10.3 library allows attackers to cause a denial of service via a crafted HDF5 file. (bsc#1109567) - Refresh patches- Add build support for gcc10 to HPC build (bsc#1174439).- Add missing openmpi4 flavors. - Enable build of non-HPC flavors for all non-HPC builds.- add openmpi4 packages to build and disable build for leap- Fix .so number in baselibs.conf for libhdf5_fortran libs (boo#1169793).- Fix library link flags on pkg-config file for HPC builds (boo#1134298).- Remove bogus undefines of suffix and mpi_flavor. suffix is the name of an RPM built-in (like expand or echo), and since RPM 4.15 trying to alter a built-in is an error. Fixes built of serial flavor on Tumbleweed. See https://rpm.org/user_doc/macros.html- Add compat provides for renamed hdf5-openmpi{,-devel} package, see https://en.opensuse.org/openSUSE:Package_dependencies - Fix openmpi1 package naming for SLE/Leap <= 15.1- Add HPC support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8604).- Disable openmpi1 builds for SLE/Leap > 15.1. - Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).- openmpi has been renamed into openmpi1- Use -ffat-lto-objects to provide a proper static library.- Re-list hdf5-mpi.patch in the spec file for the sake of a avoiding a script rejecting the package automatically.- Update to version 1.10.5: (jsc#SLE-8501) * https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.5/src/hdf5-1.10.5-RELEASE.txt - Security bugs fixed: * CVE-2018-17233: A SIGFPE signal is raised in the function H5D__create_chunk_file_map_hyper. (bsc#1109166) * CVE-2018-17434: Memory leak in the H5O__chunk_deserialize() function in H5Ocache.c (bsc#1109167) * CVE-2018-17437: A SIGFPE signal is raised in the function H5D__chunk_set_info_real. (bsc#1109168) - Bump fortran library soname, sonum_F from 100 to 102. - Adjust library installation path, use %hpc_prefix/lib64 in x86_64 and %hpc_libdir in all other cases - Patches refreshed: * hdf5-LD_LIBRARY_PATH.patch * hdf5-1.8.11-abort_unknown_host_config.patch * PPC64LE-Fix-long-double-handling.patch * hdf5-Remove-timestamps-from-binaries.patch * Disable-phdf5-tests.patch - Patch disabled, upstream have changed the file that was being patched, while it could be ported, it's unknown if this patch is still needed. * hdf5-mpi.patch - Patch removed, merged upstream * 0001-Fix-return-value-in-test_libver_bounds_open.patch- Since build machine size issues do not seem to go way, make the %check stage optional: enable with '--with check'.- set higher constraints for succesfull mpich tests (boo#133222)- Add _constraints to avoid transient build error ppc64le- Update URL: and Source: to use https://.- Like on PPC ignore transient 'make check' failures on aarch64.- Remove ringdisabled magic as hdf5 is no longer a ring package. This should resolve a number of problems in the review channels for Factory with packages requiring hdf5 libs.- Consolidate use of openmpi1, openmpi2, openmpi3 for non-HPC builds.- Remove dependency to the hdf5-devel-data file for HPC: Currently, there are no macro files for HPC - these files will have to be handled differently. - Re-disable all non-HPC builds for SLE.- Reenable 'serial' build for SLE: this build creates hdf5-devel-data.- Do not build non-HPC on SLE: This helps to save some build cycles.- Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Also build for regular openmpi2 and openmpi3- Build HDF5 C++ bindings also for the MPI variants, there is no reason not to do it. - Enable sz2 support also for MPI variants.- Replace git-archive generated by downloaded tar-ball.- Update to 1.10.4: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.4/src/hdf5-1.10.4-RELEASE.txt * Update Disable-phdf5-tests.patch * Replace and update hdf5-buildcompare.patch by hdf5-Remove-timestamps-from-binaries.patch- Remove lib*_cpp and lib*_hl_cpp dependencies for MPI for the time being.- Create main master package, fix dependencies.- Update to 1.10.3: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.3/src/hdf5-1.10.3-RELEASE.txt - Update to 1.10.2: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt - Bump soversions (101 -> 103) for libhdf5 and libhdf5_cpp - Drop Fix-warnings-for-missing-returns.patch, fixed upstream - Add 0001-Fix-return-value-in-test_libver_bounds_open.patch - Rebase patches (tab / space conversion): * PPC64LE-Fix-long-double-handling.patch * hdf5-buildcompare.patch * hdf5-mpi.patch - Rebase Disable-phdf5-tests.patch - Security bugs fixed: * CVE-2017-17505: NULL pointer dereference in the function H5O_pline_decode allowing for DoS via crafted file (bsc#1072087) * CVE-2017-17506: Out of bounds read in the function H5Opline_pline_decode (bsc#1072090) * CVE-2017-17508: divide-by-zero vulnerability in function H5T_set_loc (bsc#1072108) * CVE-2017-17509: out of bounds write vulnerability in function H5G__ent_decode_vec (bsc#1072111) * CVE-2018-11202: NULL pointer dereference in H5S_hyper_make_spans in H5Shyper.c allows a remote denial of service attack (bsc#1093641) * CVE-2018-11203: division by zero in H5D__btree_decode_key in H5Dbtree.c It could allow a remote denial of service attack (bsc#1093649) * CVE-2018-11204: A NULL pointer dereference was discovered in H5O__chunk_deserialize in H5Ocache.c (bsc#1093655) * CVE-2018-11206: A out of bounds read was discovered in H5O_fill_new_decode and H5O_fill_old_decode in H5Ofill.c (bsc#1093657) * CVE-2018-11207: division by zero was discovered in H5D__chunk_init in H5Dchunk.c (bsc#1093653)- Handle license file using %license where applicable. - Package example package also for HPC build and create a master file for it.- Fix HPC library master packages dependency: make it require the correct flavor (bsc#1091237).- Only build one examples package for all flavors, do not include dependencies as these would be flavor specific (bsc#1088547).- Fix some typos, one trivial, two mispelled macros- Trim description for size and drop most of the marketing blurb. Fix RPM groups.- Make module files package arch dependent: it contains arch-dependent paths (boo#1080442).- Prepend PKG_CONFIG_PATH in modules file (boo#1080426).- Add support for openmpi2 for HPC (FATE#325089).- Fix summary in module files (bnc#1080259)- Disable %check stage for mpich builds on s390(x) (bsc#1080022).- Disable the openmpi3 flavor in some products.- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES. - Add support for mpich and openmpi3 for HPC.- temporarily disable make check for PowerPC boo#1058563- Update to 1.10.1: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt - Fix-warnings-for-missing-returns.patch: replace: hdf5-non_void_return.patch - PPC64LE-Fix-long-double-handling.patch: replace: hdf5-ldouble-ppc64le.patch - Disable-phdf5-tests.patch: replace: hdf5_disable_testphdf5.patch - Disabling validation tests for the MPI variant for now as they seem to cause issues in OBS.- Fix name: baselib.conf -> baselibs.conf- Remove openssl-devel and krb5-devel from the BuildRequires.- Add magic to limit the number of flavors built in the OBS ring to non-HPC and mvapich2 builds. - Fix %libname() for non-HPC builds. - Fix some summaries and a Requires: of devel-static.- Convert package to multibuild. - Add HPC build using environment modules (FATE#321717, FATE#321710).- fix compiler flag substitution- Add libsz2-devel to list of Requires for -devel packages, this is required for compilation against hdf5 when szlib support is enabled. - Minor specfile cleanups using spec-cleaner.- Enabled szlib support through libaec's szlib API- Fix baselibs.conf so numbers. Fixes bnc#1002569- new hdf5_disable_testphdf5.patch to disable only testphdf5 for all arches and not all mpi tests for ppc64le tempo patch as long as boo#997252 not solved- temporarily disable mpi test for ppc64le- update to 1.10.0-patch1 https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0-patch1/src/hdf5-1.10.0-patch1-RELEASE.txt- update to 1.8.17, changes documented here: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.17/src/hdf5-1.8.17-RELEASE.txt- add hdf5-mpi.patch same as fedora commit id 78ddcff82b10fd80eafb7b2dc5e4ce2bb9ecbe3c should avoid transient hung of t_pflush1 test- Split libraries into C, C++, and Fortran versions to comply with openSUSE library packaging policies. Fixes BNC#971602 - Make Fortran builds required. - Manually set so numbers. The autodetected ones weren't matching the real ones.- Remove timestamps from binaries hdf5-buildcompare.patch- update to 1.8.16, changes documented here: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.16/src/hdf5-1.8.16-RELEASE.txt - rebase hdf5-ldouble-ppc64le.patch - remove hdf5-cpp-compilation-errors.patch - prepare independent so versions and add TODO- Currently the regular, openmpi, and mpivachi2 versions of the library packages all provide the exact same libraries. So any package built against the -devel package will end up with an "unresolvable" build error because there are multiple versions of the library it can use. To avoid this, I have added generic provides for the library package so packages can depend on the version they really need, avoiding these build issues.- Add hdf5-cpp-compilation-errors.patch: Reverts a change from v1.8.15 to H5api_adpt.h that caused compilation errors for C++ HDF5 applications; patch taken from upstream svn.- Update subpackage groups - Make subpackage summaries and descriptions more consistent - Provide rpm macros for version identification - Spec file cleanups- Use explicit library requirements to avoid ambiguities. Without this, packages that depend on hdf5 won't know which library to use.- Fix baselibs.conf- update to 1.8.15 * New Features + Library - Added Memory Allocation Functions that Use the Library's Allocator - H5Pset_istore_k and H5Pset_sym_k added validation of "ik" to not exceed the max v1 btree entries (2 bytes) to these two routines. - Added Functions to Control the Value of H5PL_no_plugin_g without Using an Environment Variable + Parallel Library - Attached an attribute destroy callback to MPI_COMM_SELF that shuts down the HDF5 library when MPI_COMM_SELF is destroyed, in other words, on MPI_Finalize. This should fix several issues that users see when they forget to close HDF5 objects before + Fortran API - Added Global Variables. These new global variables are equivalent to the C definitions without the '_F': o H5G_UDLINK_F o H5G_SAME_LOC_F o H5O_TYPE_UNKNOWN_F o H5O_TYPE_GROUP_F o H5O_TYPE_DATASET_F o H5O_NAMED_DATATYPE_F o H5O_TYPE_NTYPES_F + C++ API - New Wrappers for C Functions H5P[s/g]et_libver_bounds - New Wrappers to Get the Object Header's Version - New DataType Constructor + Support for New Platforms, Languages, and Compilers - Support for Linux 3.10.0-123.20.1.el7 added (LK - 2015/04/01) * Bug Fixes since HDF5-1.8.14 + Library - Addition of Error Tracing Functionality to Several C API Calls - H5Rdereference Now Checks for HADDR_UNDEF or Uninitialized References - Fixed Bugs in H5Sextent_copy + Parallel Library - Fixed a Potential Memory Error - Parallel Test Problem Fixed - MPE Support + Tools - h5repack crashed on enumerated 8-bit type. - h52gif crashed non-8bit images. - perform/benchpar.c retired. - Source perform/ directory moved to tools/perform. + Fortran API - Fortran Fails with --enable-fortran2003 and Intel 15.x Compilers - h5tenum_insert_f Does Not Work with Default 8 Byte Integers (xlf compiler) - Some Fortran APIs Never Returned the Error State - Fixed h5pget_class_f + C++ API - Combined Two H5File::getObjCount Overloaded Methods The following two methods o ssize_t getObjCount(unsigned types) const; o ssize_t getObjCount() const; were combined into one: o ssize_t getObjCount(unsigned types = H5F_OBJ_ALL) const; - Many Warnings Were Removed - Functionality Deprecation The following two constructors of classes AbstractDs, IdComponent, H5Location, and H5Object are no longer appropriate after the data member "id" had been moved from IdComponent to the sub-classes in previous releases. o (const hid_t h5_id); o (const & original); The copy constructors were no-op and removed in 1.8.15. The other constructors will be removed from 1.10 release, and then from 1.8.17 if their removal does not cause any problems. + High-Level APIs: - Suppress Warnings from Flex/Bison-generated Code - Changed hdf5_hl.h to Include the HDF5 Main Library "hdf5.h" - H5PTcreate_fl Does Not Convert to Memory Datatype - Fix for H5LT Attribute Functions + Fortran High-Level APIs: - Internal Library Fix for Missing Argument Declaration - Build in thread-safe mode to allow parallel reads * These are only unsupported to avoid confusing casual users. The fotran and C++ libraries don't support thread-safe mode, while the C library does. So you have to explicitly allow building the thread-safe C library and the non-thread-safe C++ and fortran libraries in order to make sure only people who have done their research do so. Since users are going to be accessing this through other programs, this doesn't matter. - Build fortran 2003 libraries - Rebase hdf5-non_void_return.patch - Remove irrelevant hdf5-configure-long-double.patch- update hdf5-non_void_return.patch for GCC 5.x- Tag baselibs.conf as source.- fix typos in ChangeLog- updated to 1.8.14: * bugfix release, see RELEASE.txt/sbin/ldconfig/sbin/ldconfiglibhdf5_hlobs-power8-04 16213446801.10.71.10.7-bp153.3.431.10.7-bp153.3.431.10.7libhdf5_hl.so.100libhdf5_hl.so.100.1.4libhdf5_hl100COPYING/usr/lib64//usr/share/licenses//usr/share/licenses/libhdf5_hl100/-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/e4a1e138ee8cd2ca218aa5f6455641ec-hdf5:serialcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=048b10cf7617602b93f498353626bf8af17b10a3, not strippeddirectoryASCII text, with very long linesPRRRRR/]')utf-8287446c36806655b6129284f6f893df5938a4c48993f26a2c63f1394f692377f?7zXZ !t/S] cr$x#ஒ,f+SPqG6N*5VZ&q0nI &-m檮T+tgԷk9~XCt&gc^X)Ps2矱 Cx~Mp-Á^!^/he>p(ܔc&|D<ѕCEnv o #aNaBU7h2HN-AKo<[T{mg!usA~GphAo'k;,F&p]V/Ï5"yJ$1EM *G]<-0m70#RO)/\LK-b:4D`~;$K#ce=HNӾY Xl@lw8'o8u>,+ n ŽZIVLduERJ|440wt.?{GiWQAЉO,RK]6N>SC9@qQ)"$k u̷5Ϛ)^m"{276p9Ʃ! H胩f{Yެ պ2C_hPyV;sUcF5εX2 2 NppR^E+&'y.ˣWYكh^dp Z6Y6eʜ=7AļbG-CF676HJLB^_^t/vKQ )pd=GL)+j\K#sW 82qlaT0PBp//h에K ߐ7\IilE3t5Xq$# \]q ̿}?ģmU~$D5>2+(Y[,9\;e||&s&rf1K8+͕NU^;9+K翻 ]Lmh[xk&& ߉QOk6R[BA7\ETv{#3 P^WY '-?O`v#B]r)WNޏQalKjO|,Z-F2"OwQ\13YO8ʩ3vKX3b`-uo5gl6PdtimUZq=廑*6R&_\!C+^SI_ &݈Y}g}kBOA ԣ5]g(rQkV1nb'afb ~#WaM X s[ʚ0Pa%/B {Hpd%jmsW#GM,~u9w麭8QxbkB*FrFY/FQ~S%qxe_텎h MLz]F4=H̭}&¹?h1qF!+nv?6A1)(W@<'Ar=6q< 3QE,-Gp;6,ajǍ..άIU[Y0 m 踹bjzP˺O9 B=.OQ7b^!fmE_*D{' .zSZf"6]IL%n>1S偩<($xos C*JqEY1FNw? Aӭ=_a`#aXiLɔIqom.0V)]"??ըbiS H>>#te蝒z@ZazKwR WMaOCxcA`ϬwIr^uJ*)[͑B}kiK()\gғSNFo怨($0W+~իDqu2vrTF$*!ۊ0BS s~ze't*=Ao%B GY$gDH _1"_=/GC݉]r _ Pl`ȼRtăal(_||a};>^| %BorJi0r4Y uIʤQvEhIGsXO+il!{ã"]EAa`!oGлRAՄᨴ^.BK 79Ay+4Y3,VSB=ԕ~7;(sPntXNU==e%Bf0f,arRX{^g _Ε5)̥L&XYasg*Ot7 :}%4 Ze6ajk( 7 t ʹ&m-?5e(m2J[`C+ ,7gq#='eN.ɤ)L5f^;\k!ŕm2-o4G* ^eMóɟce6;O1}e6PhE.kM$?U ѠdB~Wg9ܚ_s/t/+',AvGvΦ+22\L+v`F~M9daΝO5t'H4/HG{Bm^AY;<+''ev1(*x{/b?3uǝuzR]IB&\/=p)z2.'6%/RҰjeCOe(DiaNݷmA96ȥ/S&mwTd?O\Jqܩƾ/hj7Pg*ÃSW]Tʿ  }Y3\rQ^kGJ``Od| knZ.!yF7jw5Nh:iUQ4+N{ g"eq(U.^0 7q!fΙccu5jhH6 atDpOqdJ >AZ8 6Ibb7X29[wWg󒶥@ce7DHjoL:Lߑ#$L+em&vZ/(3`x!-GS Sq$*~o9V8TNS'#zC^6tK.?SiJ$jS[ VH Mݗf$xvY$t: gMW_60V"?UtU%Q W S}$tMN u9)o} XLBUC71b ~i$FaC!8&ED) ޹}Ycʌ׈?QXA&8>pw) \__`ʥ^W&&Ns0dуҦFw7*U0iWGyS/r讗5ua\~_>V-\?.qXa<^wY(zz݇6وhB$K8uVEHb|B F.ԯłAճTڡײރǦ,-,j.YKxoK'mݚsg"{H.n_n|YM>bžb+lA5^EAʏ_ (oӅ3K֒:ֺ(F %tSHkk:I"3 -T#on_Birw<e|g^$7Bbi1^|NζŎ؁4oFpԱ@@0L0G`v,nmz6cǙ%0J ? @`cBx.RxG`eÅ_l֪䷨$!2w< 3ɷC%o)$S/F[z5j9]`J~xUV5N'sM;|: *H,|;~l]z>4|=K8VWj$e7l1g g8rD[E0IOʚKRK cu_:Wڴ&Zrg!ȘXP)jPMQ&%v;V/eY4{%s<)##pChi|:'0Z,{ݺ6A6;>n;ӚT>ȰOg 1,"peT>`ۀdhfyG2^duSI«z}ѺjI[%n:Z1BI H]Oh =N*Zhцu,ga`T) 2oic<}c6 qQIhn X 7&HaYyԶ& fg1,,*EƲd@FDf%UiF/*\__Hx -+{^x`&ۑ\{ݖ˂Y:8 Ķw )ȕ;ôǢO>o'[[/MoZ9&t镬mz`S^ho%1fh~|x5=3qHe0diS^'6cʑ9L9+E 7+?̺sH6f R8..iòakx +<>efi^*5 zJ吼J( b?nʈ~dvuDT Di%-N5$`׫ij'>o8 Q[h%ץ7\JE?rĔG) w'٥=$7 B5qYy $Ԉ?KH2kM!`oݼ/$Po(6'ju]0sL䲙XwCCCkb'1P#;x9Q 9˒eEb=[Kd1 };r$Ər5b&Bg,{Ͷ9zdWg90텏7f+~r |s)ciAPIs'b㼁XSbuG#ii(,00{MJu}P2og.*&jsv!^p iok]f0misv 4 zvw.N-QLpyz &m+yw.RuT \Fώ8i@nfNѪF7c5=s"ӃbS+vY OzS)sbkw\}u |򋎂6yDJ"~FX~=iBb0AEp̉zlϲ,Q CTYmUe}TF Acbk0D ?-Q~gensVD4A8ljv ^͘9JfԻ],а͹jAy'@e!IW?x~VFeOV513썙aFʔ%yj,VKkrqwo@)d #PO~EGSK K^u*bPYxii6p .\w-ʠELiӅo(̀x9BM^9h/aȲdm+AEPgM@:>w,de&CU1'`\|Ik,ioot|e^){ânt <j+iJY-b`g]BOsVި:L1Zh <Ƕ&e f@x!n:5;@|eYmnpaʣ E8 Uv.pVì/ך%u=u6 uISun ,-zE]H[G`yǎyoEjpeHn{ƈ@ LC|9UڶUKHm +;s9ݹMxmrp\e<$ǀnͲ MUG+SB RJ bx (P/T/ r%),vU)UsnWQqp FolZ^0л(h[s"<& V8[;1ZHY"ǽG=6(]ȧOX#`(wqX3Kh3n vղ߄%,%E42su$4}!)4fv`Mѳ}$0- } UL}&a?1R?2 ##!]ZY%wUJJ4Z#t1FzZe?zGMG-Q᪯CYV.pc*/NWFþ]L\;1 Z'ԫj(X$'\{˴ ud 9}A{Fg៻*ZQMtwsU9{y|MhJ9^:yM7b8 g%{UEÖs`ĐZ%۽w?% %iQа _uo嬕~ȠT_,g@LTv*q.X:e*X|mNZv&$&Z+cv9샮a"!F0PDZ_ǫN!WL_;a.,3חgv ZAv~( QjBHQZj d"U{4Agk|FH,lқ޾/\&~hUMM\<3UysE C4VktJ_tzZT/?Edݹܒ՟A|5 h+ 1v:^ooި 8Zh4?;Ҭ-pb.swOɤ׭h$ wK6{]jBP|z"7f&k宎J8쪹rok 7ůpxiޅU؞t M'~)DtoÅObQ%_fł;ͪIf58f\\^pq~Nc0uRr;B5=Cنįd(dZ/R20!/G^(bo\Ѧ"_W<߱o(c}H kE0i:r4DɍcRꖮ߿|}W#-̋ۛ8>݃wZWU <%)0b 6I1L/-bFEZSTws bЉ+w^C)T 5 2}ɵ X{'f5'}@76@EhBH.' >a18h/sKv^ڂ`ŐaN=eG gm/,k`n@.Mȟ OeoϞzvy:gv$#2|.Jֶ}@B4̬?X{߀x!!<64@.c9[b؋ijxX j@*~u|忛N=]D a^2sgR殖؀{Oз$roi87=|kM F(k Z7S_L  n:f^/~ʩԼ)LElRDA3)qd닼dl0`5:[t_d+"qN!6m!}2|MJg\_w>XRb @9Z8r&){^vGLœ:j!o.w$؊+YavZnNv| ~bY VJxSe`[2!5e~ge΁ZqV ״ߥ]V5GyF]i' nKEë%@_a[ u=Ɍ YWi9v<|+,=lp$wԖկ^گ):).8ϽEb PrWV>d#P=W;4@&K],_ Iz@5Ξp8NJ^]\ᫀfnf/9kFl%lG^سNlv,df?)>f 1iCo|mxRYYu5˽^e?\M:!8M)$YJuѻWĶ`fQnW!Y*;p0bfJ%-Op,z*&)?*6y\BZOn냛QN E67s mɛ`5F:czBZqv("ˋ@ %k K};dBpx5u%ۍϟN[Y2cv/r儶|l.I_h&H|}FZ{_q7Ϗ/n"*S=^cbIDǔs0|q7h.[8Dߐhf}"*}㓛֥ܪ?Q~u*k7F 9㕙uCj3`l>躠L16gkP;Zzz]M-2q٧ψ+(p:^']t7+b-VοGfˁcg|e^Q5D68,Q+S&,M3Cr#] rp-KeX!ZW_SNġ+2N#i^D-Ixɦ^s;>[('p,g.뺊 k 5{KTtGRgL6N Ⱥh%?a{ӈ|ĸ<މ4'lTF nmEx=jhӬ#T#V@r9k7H`E0^207V:f*Z;Ms9v䙭<ɮXܞuDXY6 eBH )+.$YMݹjT U5k 3d$ȻH ^5)n̙$;q.3ƙBb_k ! xeS7bӗ.,=(E}“%oCn'h^ Uk Ǟi(XԭEr4?ɶϞ2*jgCs}Cտ```Z|5P {BVճLUIG?zz,XV7dxW(~]屻h)OmHup$zahEs0N5feh"",4Y@up;`Apj|<_jK}䫷IUIc  Xmp3~<; {wB&E$5",j("ʒ8\Ϥc/Νv绗ڀ1J|2By;$W )БØhjc+>JX-Sem 4Stİ2.@CYH^Oԧ0݅mebIpe3`WD͞KGKtfVc#d l$ʡ KTL>MVLχG|شBrh?ҥ$sj6qU 7lʑ5idJhz'q ְCiڂpdX _ncK뤮QPnFz@KRq*O{<ۚ5 #u6&Z4$(bz :Cs. nFCnХ s!՚ un֭4|^,Yג`HZTq-JXEޭAD+| |hF ́SFw]R4WU(\h%h׺aâT84-\2 8x;[Iבyٙ&S^n_֋F-"uJӊ! 9ZWL7u5̹Fld1w3n՛[iT$*& '{q_©iDq0Gn%;q]/},>SYh?O!Iip] pȨ7Om:=|f R?boԈjG*읂 ;.T U%MA.$#)/3<T+􋠧g{P˒3qf[u"A{&2G/]-p$!K\ƔFSyi,JkEH\0,K|;LG2jsGZvf 0#5%ZmUzaί) 0[Pt{@0M|`ʌCrAdݞ`ӡQ jՃc )h =T`4pVqp r7{ Qyc CXsix3Fj+ƓTmdktCqod`'A#/um uF@K uDiAY5!d{e@u 0r0|xXE1&t;ZYPqՀdaҶ Ų4FMe% >[SͰDONQ.0yŎ2L҉bd`5^)zooE2$J4]**h9#_`?y$Yr t;_od-eJ-}ԥjbkh(߳rH'k>A#4c]|tĚ+畄i!Śdd|˕yִxNi|UFgE/w] vCT):]- Mo[nWn}j 'Xo@lJ‹s]W& 6GGR&QA붰m!3!67b=!1ŒB=jK\G*ccu\O>#6ݾ$6h Bg^9O`ZғsZ&I%ޕyNNYMmn˽>0gj,j[=%:&0OpEz %v+$ (u{I 8UddMt 'հg{msǀ"ԛ5!hH颦iD9g0M4 le|MvB㍺8dz XdN3ONz'e,o.߁:0,a'ىZ`}ȧjȮEatf!3O 5(NXx܇r&ˊ~`] /f_Qb+6Z*袨,Ǫu!"?85bV0Q\7Pcr6|(vP,;N(/sŌ!C\ 7*DMdZ ;bgND傜E ~КMAܙ3Vj!l5H;yYJ{@5Cc9)b+/][=ᵡ~Ooo$3SLW8$hߛ0]rRE8z7> ޻GƓ4"\9?qf*(I:-i~.g`.:0x?).xBNx})!h<@{G4&uv@4bCD7*Xx,'6]ed,^߯5/BAxmb]v03B!G+rnumr#~y1KM~zsT:4 $ :Aٷ6 .vLY;vKL}'-RHިƫN(Y 芎OQ/"_o{}"-蠦OݨdFm hܰ$eoVQiFBN PrI9ۇxygjҾ?/@u$@؞F+9nԮG(Z2Wy .zu~YCW7|ь"LLö8p/M~c $HDxaZB׼Z޸H @,uA]!/*wU_jb<\h炛zBoƆ^sC'GXӵyf"=ws<[sK; 840sCh)}a_'m0(R5v@B<7 { IZEuE"dzo 37ě_3 /|nƶԽ,0czr4 ;QtA,C%УK̭duiTfe}Kh%6eGJe>/˺-`m?c3htu8_PȫcD{7s}en 6̂fqaKZ';+GDPkK( jhꎽ io׀=nS'&#Ϝ]n!c*\:O(RܤDcV+.CY.TGD~e{ Fі~tĺLj.Ǿ#j=xY)&c)G@~6M4͏j#r3f+/D)hHƳ,z ~u(555Ztk̿l<ֱDR5X|@ gl:(ꑏ%[8c=5a);vhoV`RftP߬Lʇ*r.F*gMņmLe<{}EeXzIŊC_ 2W* '8*E]6ߟjnU4 d"O!IbC1l*bF 7#nN[GVڰ+rٕ+zy1uǨh~W v콀eܗ͐BlIcRh8g暅Oi,OP5 P;|Lm# # m۱RF8ut"$h+ɴ '-a6QT"DfU&lwt@5t΂4g @+,񋅦ߤ`׽( =wٹ9#&5An%,9Jp ~}Z{YgO}[Vw z |?Ã^L ϜeVQ?~ ļ!nXr}6ɊD+͸p qN5 [ZD[ݭ PZfVp% 9p,3C(vnG䆓y`bƂZSWkt 7BO2i)M'_58ÎXe2䥷޽*o O9hkǚ,X,$0Y:>dEI;OV@najҹ14Υ,=VE9D,MD d$2"shL:KBپTWbVe/ÙwNP߾|6D12t3(pepƶ\ Ջ}rdΉ9JmRtfKL _Am`ޖ Pb E|p}zxҡA.OտðgP~ {c-. ]r0PV\ Tv 'e\}{TvG~ adpS9?X\1xɺe縐͌W5N?ݼٞ N}ϐ~JGהEqp@xmrgp!wNЪTk;z!64>ڪx,38A5pQTN2%o4c 7,'rv1f :"d'y[s f|8GTH`uvїUq' _,6۱Gh¶}nT?Mڰ!; pj,&3YMtZc%+}[N/> 2IsVmE_\\H!]AɫlcXœ )hA~h |ڔ(? xÛ6s'pekfPjo緙d$JJNT&dZEFlh&y_; 5;COkFbF H(P}͏ ѥ/|cĚPEblCyE`eXT[;!&횕)0Bo#WH65h>t0zJ{$Mݲv9o񸟅׿XϤ"U\"w1%u&xy@?TyWVֽ: cA(4(!n/I r[0zT+ay48cuH%r#i/2ҋ [=)|P]<ߎ*A.Q gi1Qf)Pjy{' !}&,шADJfsb̲j?"z"ѢpWQ['a9xߓ{n%=8͋a/]٠,znKȆ`lg)WHbTY*mlQd W6%hJEVaxWXK/BR_|ͻoRt a{ R4ڥGT>[sW/θW 幷f}/wHQ_׈ OmYGFU8t'$䘂f8p;6/,>瓢̩Fgbq8!C3U&@ S*WDwQu;6NTCj jLŞ}Lsh߄;Z/c4k*1G|'H dy4:_>9Gȯaܘp ֪UZzy4ŝ8 tZ($ol|``|R/Bڃ|pklsӘyb`~[u|Oq4MR{EamqAٽ|̞퓝`joӗ,4wjh}4@KK1 kW\Gzֈv (B*pw|v&9AO9@2ۧݴ4%Ѧ/BO(BCvhã9}DR9 ];D!;zMik+ٱ%S著7mXzs;GG$wib5KD 8*j;NC1V+#`ȫfW a9#.aRDDCR^;6@M̒Tz|߽k-S}X4gsbj2oUͻ+\0 yCQZUeR_1ɔk^[QM^у1OMkCZ.h#cN fI$78JdثM /ܣd8=j_ueDCCЌyVd洡}0*!?+lUZ7:<7ہlQ~I3MԺm>OV 629-ڽWke"r>;liAˀ{f ֍,$uZԏ$up1uO?95i ;#bA"CeY2"ѐu"~4>ډi>g}ݕ_AsZ Z\<>&ZVfa\s/cm%[RwT[A_D7E`d1-Xt%7|9B>!΋َGHo%67)ڐr:&f, z?ݡCCNz5":IĆ~Q@҅')bQNɷT@⠔E=rtAiaT/CWzF.?nN ?wXj M=I)μ+]#{= W1GO*9}g w&*Z dRq' +_EG| f8&O+Upb@Ҵ 7sT8(UX`/&z%UƤl]kߎt×p;聓O`H] ])7vN$Ixh/İ<[}ܟ8s^dQśPQ-w""p̪D.ćh~=䛐P`#~hm! N%@(DG⚍@~rDo9 K ')fUt$#ܴ+_ip! $նǔAb ER*>g8Ćaw娯[hMT^Ck}3+,8I7Yw=kk4i[$pzgSZu @:'=MM=?ן_K]}Qۃ;5Rb< ?iQYl.fuСM3TdDjߊK5`4Gݧ mXP4c./mMQ_(Vnd䔊ZR9HW74AI$nx:mJۧ t gFn̯OnԆI9YFS2{ᯛXj`+ 'nG۾#$ c慱.^0:H儎UbMSDвxc0w/#B[M 9[a4LPodRpĪ;f"3WԮ&2>IcuZ0$*J&`$+#H+\\f`b>EHko2-!}іEr2pO NZ߅]?H-،ĒBg>P$ QO1GL^HӴ68q` rhjH*PԻG0kb&d GC?$XK4ʘ֝7ڮ"w|X1\*E\tCFwO}5#ka.dA*9 G+#NR; vԾMXl2x$>+Y;.@Hd떞=zt H*0l_ζrw!C*o{%IL*IlN("wZ 38W/OzV" ث5^.JҞ'"o%90T?^OR__ }maRߥD^M4v.{ɢjģa'(C,I1xUă[Pe S|ޚ,|t@J#tuԯH T.PxD IV.j +ԅ}dKPTh{7)dx3^W"H2Dm1 f@3IM`STI|%|[H@MM qL?EDFO`WV< !P(H܎!cK:1w[щ ;9o[Fa`m2E_R) NXۙ6QÍOw%yugS$ȫxѼ~A/y DvJ_՜7q1(%UH/qNb^~1TlF\TT#P;^2L-GbT6)٪Kⰸ!j/ 耖v`MSP Ѐ5DI _smGk߀eFYnŲzC o1*ʚOS/,]~Xj`@x{jwug4}F;ꩌWQ+bܳ (m8h|Lvf,:G?C6hȰt lB-/q^RQuM3ޫ-zC:SE FXӈA쌏aD |9D\"NJ@*-K p"O.aW%#gXӣw>j$v@X m,5>7 y? Z{QAq0es)ERrvpf¢2ӦJ?^Ba_E)FmD2.|ߍ6F44<<֬pW D_ZNzA, .JWhSUۛ%Ls_CzjOҿs7Ьך7fyjZ+̧'ק6U+f贖R߀o4%K` FhO$.Y1/okԘcֶBCG[V2gQ XS@,u26aH@4+о]/*x Uq3&$#!Юpd)+Ga4]A7ŽIޡ>VndT^ bIG%b /yUX2v/ yg :?5uvh{ tXh"C͡ G[}V`S|sCWE$e\B}v0٣)^V."|m( :[E ľ V~dܣ55`̤cV:՜0,crόMS5X:KAdܢ(#un"?a_"=T;Ya^uxeQf_uQ 8/MI7TΡ:O߼+pd;rMzaC6n_F bޙXPdVDtoC7:soVM UB4;Vv?'=# \kW%qx:zAM͒Sl[GK.Ei(ukO#:NeCix .GA(/`;Ӆ$*e.K.H'$ŭ· =0$|0ٸjOq zըUΆ7&>ֵR=5%Nr Aνi}+o+ߗRk{Zڵ4P +>䟻ddAբ]⦜xjC)o,@8&4F\[Jɐ9ԧ19"OE9/7+RPd/*\opx>Z-~7zg%*E5~Ѓr_c4 _S]5ҚיS?2[b `)~g{5eì_ΉT2GDn|8NdkrnfU. Y%G7džx %+H^' TBp _ 0 v/DvÞ '1p$A8Q)=@'2r߀X*I>+K}))Dɂ6#fw|q6t}m)|*$KV*p{%'{8?H \(M͋g:>X5yZ>T<7/,Zq.m@Q\Tk,l7rt   r &sGWmwX?c/֗b5@#Ԭ:YH pB)$9hƪ7$k˽&Alt@O:$WO% &3(kie#>twRAPrKȋ4}m,cqC3 pÂ{!REscRf-=5 Wy@Ic`=TNv,]JL~6J)tf~BB 9Kq՝'x:tQ}QKnQN5!_QUOnx+ Wx]rac>GC?c^Hc%ݷNφk%ܒ-=۲(Ѹ'gĭ!HI"?Qw=bx̰2ϺqLnq9pD{0i LO$4~fuWq1ms-1Gm3Q24Q3p-iS`l?׉v9lYkC~lLL;<Ʊ(?C4WAPf 8I I,OYWn[5Jc`l\^X˜e5rSWAJN/87m$FM\$%VyL (Ȧֈm0i`MoK ä Aj=̋__P>.k%I=4oФHq;ҰO;.^vMH47:49Av+V>_֔oQ)z~[IJ SOD%Pz21.ŝ+XT ||8cE"Iuńu赨CxIo\vIĭpڕ"-B#]l)Q,zؕԴ%Եu_$@dT!ߛ/-%2z{m&-ǹj@f P;\)2{?谩H]p2U/00uHJ5|>$?hf,}_bm;} 6zׄ55W\tFyDDbqb{2S8J)W0I^Z{l(wO !>J ؇_Nuj @"yl Ytdmkc.IqFhi4G# y׽$Lb|P5 z?ZԚBC+j "k:0wz2{pM5o̚AċXfo]u*QCPZC ZqiD8,Z[(ֺbŖcyG@ "O2t{!Ŕ-k#ȁ9kq!K jH?#f99YP]NJVcx;J~rSC@7W׀镵9CY,?!ϥ~ia֮qܸ`ӑSZ #l ڵ%٩0ȵF3m a 2߲<$MGeߑ'F(1Eȃ{ayjg1]@勡uX*Ѱt]*E\|M?vD5L͂~$8r_M&yZlQ$[M8 6LSOIe(2ŭr;ȴ\]>MH,)PKY'޳ha 6mt+ /䷓<NJũ_ {IvHm+ I5 -a7F45+G={Η?# !&p _ AH~B!v3bB< bBXCkAeJN^Mz,S*~%mr[; U+9K:]wIiC)' E#&aēsL*҇*Yѝ+//ZFEp*Fm+jjqvrߜy!{Պ4 7-B؞ʼGjwj/os'󹓫OFH4, Z"&炣}/ \x޳Ïe /bNܸښϣ*i52&q 5f4P$9xv$4i8iK}>p [-.K3eWeZ}/.sS$D` y)4-D$f{X| |9i>9+!Jb#3.;{s̅MD$`clE}ϊBP?-$0v^Q{b/jeB#9f qJAAMoo%!ς6&Qc ^^pyh؊>*.d' ?Ehcwu#'1tFfּD&)3'5 VI>c/hKܹ]Nv3P & W%~|S3M,c쬗v"{>R9B`T-r#9z-oQ^=fe]pCx1WB}1 qv׼f#X,9y9'vUM?q]Y!<k9_t=D!`Bf" K͌Oqg6d(i&xuqI&-~iߦG"2zR~FYe^⊅^:$QuX4TT_[Nxyf9!Ԫ7ζsM )AfW'J]ҡp/r'2kn)\A(rgrXm٨W|TScr2v{WՇ1P E͙iD2jݩ欁xdvuے&6]X~>`%&[: %[)Ǜ<̽nӵG; 1Ms(Z?B`HڷAV5.^G2u4" ۰ϕV1} dJ_ևb$"C,}^3Q {rhR|[DEɻ C~rd{srփʉzu/mYvh4\pMchƇ /C(%7j4 umQ *Q2fN-:@,?"ªSD0<6QQG~K&8Zg–9,4j<mƭ#'wŇ3XܥFB}QsAjc ֲ+3,_z%k7TDx?Ov{8 {\l Z RzdU[^)9/O6#b8qESܡF5ݗt~b ap4܃FYdԢOјP 5O vzjs0:~(ե`+p-)$w5x<ߡ6`z>.(l <ͭctCMBtAÓy̖ ^9-2qqlM .߶b x=@`4T,Gv֗J6iM۱֤'`_2.%\NSFFȼZz-p p)3|bHEM:l Z C^jqIN<stJuwX i%$d+ߴ1>LxS[tչk"9]8.+םKŦeIyB) q LYYl84be}L TPx0#pZ=W="+*vgr~4:Cct,@%#LaP΍2`h xgo]h7BWOB/4; -^#BVtT"V6@)qHcy$[w]w՞cp,tۆܽ{O_@2hjE;'Q2޹,^DHL`-VܻToD'S*3P>.+5;h({N%xkV,iֶݜSK5ZLՒ1y3] d Xpe4JŦ5J6(!P_.V%&WV J\BUK~0L_^jģAP hp2OQ4JX bƘWuAӾ2;PLgȭO3Pے^0 ȭhčBA'%S+OhX EV/dnyd"wypaNh/uF<j̷L)OW2"!ӝAmOSK57z@怗sHOy"rQ8s]0]J2{Teî>p?ia=bK9vTy`vO8jU#Q8p>X\7Pˇẖ x9BiG|q|I*EL>>awjW%eѹy.zw` XA$e/ =%Cq$x 2Î u]TX_e4} FTPy=H5Ϋ3 ?-)M;/n(l цZG´vqVigďG`u`\Ԉ0|W8j @/g:=ZEX[vD`wg2j7|7}cmsR^$ y:|K?~֐ _/t-c1WKR  >9ƌ" ,mt!' *L"UK#Tg:=~oO4-ܑ !8.CI~ndߪLGu\;=7$mtv@r/K3DSt.,rDMJ"oYPz拺rYJ, #%"bCr< TW?f*g·pQfյF3e.ذ><b"\dQ<"G鉌 ج;AU y nwia8fC(G^1,*/8g[p,c/ z}ѭ"޶=7fJR LIJw Q'NC>b~6>D<PkZR=Erg 䥦IKhZ8dzj6(’hA(rBQ{0nE\Xm)tahh4-)_eLnm"/d229y]t V6s nPMƁK"e e|UynEB7xyHuP mXb:mﻔCӵ4_;%w]̐0τ2g$bI1$_}SEa-Ȑ:)FqC@^%IX_0rdzO@Lyhi*E|JÕQ{AXy?gxΓ|u*[@/x'|LXiGJ%R~$.K@"N\oC `LĦ'*3ֱhC3:(I6~]";֮dv!C ^J#6/[ F!B m&Oi@p)ޱ~pPAcS0Z6 ym2ؖ+ͥR[ɫ.!M%,=dVwmBR4)09鈁NH:x,gAn7xUV5)wǽ uœ)Zk\SjO%~~F`B T*Ovri-%kf0Je R ,>nE('L 1qۧj_8R9qHF4zQ}e˧u\s8ig?ZTGoMLшO/y҂Ю>~ I@A{}2_PQ.߀i/F{XzKZ2ȏI>*3 rLK\Jߴ!kQ<:¨Kr\&~@:)PI,:]3hctT4TT7DjʜS%Z1:UNiX($Y<Ʀ C_u:%>!QhyiXRpQJox xm̧2\dqO h:4W/3ƟB,~Ol1 iU&1'_nglA`>l_f߾0nɳ VQCCK[C0)Gn{M "=>Ȩ*nV j(4^'"-20;FŚzoͦ<4 T=\X,YncPXydiߵ6x@@;>{5tN|D aVor[Ol_Mj"zHOcvd[J@Vӟ`>0M*H]\ p͑opUgf_^5~щVk-^OxU8R[=ZѾb7 sq $J"LAUL UkW6spl0T[U"yTb19 ayg',d /zI-6,R. d؋ Dyն$ۏr 9 ( ՠ#D+X' C _R e}XTPavF\``0MSӅ;3$(>wC}D_X`EHrE(6X5tQ5 toHGcbN;^k `|q!)4T-R~q;dV8XsV;멚rk6`9`87LmmQ#lkĤ{Zٓ4K<@F AF(KVJ pC(` ( W M#ή}0Ht ^oNfUcv?O4ʍ]p0Zܪkލ1D'Aos}X 5CxDŽq˼+Exv2usLIC4!ަ#gt %:A(Co}F *DBH{VIDz1a?([,'iC_ Psj`G@b0 )[V@4{3ހbek}2BWVsapF~?X/hՒDGz!aFGO}{ ?N<0cǪ }3MB7̦U;R#^" נ>̵F!\ 1>84=UUK~8c+I7.]ŭc_[W(J UM+/ʚzǺ}pvm),Fy/?:N =%R' D0 ,lwHC0>p 9F9t7z79,(kZ*gnz-Y<,_մ/cOA)CQ :ǷM6[+8{'z#_njy7\w47KQ>׵wPd3s[W5metL|%c21f*xxs&~wqĢcIw_*ZjA|X2 53rOk>0L*ˠs#+ճ͈,^3TF^<zaXMR$YR&Ek8H\hXx0Ȭ%bX<$Zlݽvadj^6i usqv R~rH[ggb'@E6SP89 a6 ݗ3_;[%Ϳ*< Sn]Lt&-sIck;rIgWB>H`le\@+u`nytŻ>b{ <̎ZEhnEʳJL S80v 'M&dm-i(.,#yMׂQL)x=ȀTSxP$T[]MN0ﲼg.|REڄɛzF&t %kkB&Ǔ}\kC5#%z>܊\3h0&+ufXVĽpw'Kb ;A $,h"j?.D( YzGf FK'ԞFF` GiYʢ^H\}sR"&L9Q%MVJurMDEEak,eCKaВ*y[Λev&~]>oן1^e0 +exZ'DBNg%|Y S*raG<5%3ػ3'fΡ@Y{:p@<~DRX{sT(?)&[7:0QK9SZzٳ瞢wDu<:ΰXs9*8w'f>kݰ_\.>o:=ӹW\,C%=b#]Kb} k߮mߒ񗰰,IE2Y[ NL($_yX;ܓRJ3Kk,7쯝1,U'd.ϯ4κpB6Tv %^s?HUŁMxw0B]sxXXiQF;'0w1hS $Pg8SXn 62q ]."ŃTFgƒ(ol~\Iq׭ec(\n a4)}?;#, ,uE $0@zuSinzӞoHoǓoր71y* 'fyuZWם(*pZaoᅻ$iF#$\S݄vVD*E{g0 X@:5ݳy5e+U!T7Z]I5AK#֪5<ɉ ;=9k vbtE -|]= czӑXig3=Dl:(1nU+uFfn(6X[>q6]׀ׄ4M:"=% W_:em:Up+A3o>1}uSvbJpۡz1oٽ6He`hW͡O&Bݵkh2YeƌJ;fiҹ ]\*\YbDcv Pm΢TrCK͒ "߶[<'|Gr#m/0%`vf ~_r-ANׄ֩Rl;2™P[j- c{t =gh#5,ʺJXBXi6Ͻ>9s?' L ϤzO4˺ MF'z@F<0xG)0wҧ n|&;.#It^m g]#Q4ݧN'X gѫAse5$:Uw۱ae !B)|w?7QFLϧ;gƕT]oԦ߭(dmM"IGn vEf>X}ڜmF=7??߬a՜1P;ָ/&)9R~Nk$d4t$rHZ‘idy' vcam΄>l z{Y+lwC8?.20>aXS4So?Ic #+p]!&HvX"JG7HDP/YC˲"2h[ʇo`So(0JveOr(%x͈ݼ+6:n"nj`4G|j} <՘9^rzҹzWH*QH2ga4]Tޘe} s\7>s0YR[${Tوjέٝ"/ d4G}2,HP0pZ΍-HVS{ RZʺvwdA/q%/)^@X *cUN&):g:uƮ$$TK(-|'! >rM0[@8=x`w[Aj\KZLnj x"eJ!RR͝:Qr9p^Jqʪ1\lmWME{v)~ 6Wsb ӚuW3"mFE5i\GیՍd`rJ%5Qr=6لA-|601}D-w1-(XYX{.)AiU?|Υ:LԊ"|,'q}M~ _jG{Bx>0/zZڜ2(S>cI3v+A{gL("D5Xλ37xvx\c]GQvܐt\RBA q(sɬޛttR1Bw̬- *y9qi4tA1NCh2-oN#ȋpm(DS/o&,"<{y1EkٯZh>o|itxWSF.@T4>5Y"P5]\*}^RQOh_O6Xrk}-8%4.#B GbDSw!ʴ=uOdj!.d^X AGA#7>ȰSO&uUƢoPCN{oDYp/ 3 cV#ىuC`YwECtv޿J2,PMG6ll^s.Mq7w({.'!U{lYe1%1 %um[SYu0U -gNDWMzKǻ:|6FﴔUȌ2*#R*/"׎z667"4bDvR"M]EtѠp=rc1_J6F4u誦#TأWV2GJc$iΩ B$㵠,Y7jK,Bw/""iW׮l`+92KJJ$ͪqݮ_jXpMH h ]Sz|µӺJNʼnc-Iv $o&5(p0&zՋ\/xiPw. vwyù(%PZ] &"D g"CĈigG.ٛ> &@G 1V_ya/* }1 +u Z x Ìo+gF՜7` phnuڳ[{ngײUP~%#YjZX\RvbȎpGZY&mme5hU $Q(4Iح1AS4n!XM]1L-h}O8-`zФxN(~܂i֣ީP!=~h˂$4Y2-y'3C6?. LS!42edcc;ڿia3UZt~nj LZ ra4HJx2VYSk1&rU [Ɠ! lfq'IZߖMň3d0'co!NHUK;KZLoH~ۙ?CBfp( .ޱ$֋kse'ʮg:[0~W"C!4PUʵbdc=hLU6J+;) b+sR&Gf.8:{QM9r_"T7UWD0]ړN $s2;ɵ&W6bL:C2)8~mS3V` O8osº9sy\J03Ӟ5Ь˒ob>Ϻ(:>bV9xnY>x96[!@½I nʋmfgRC"RXJ';s0t"Kepl x6xB%r\؞tq4^!SqIJ%=?=2.?Ng3̀SAᰱ7E'mVՆc|'\X:#(j|^˶ Ll~Ro84ӷN a|(قhCU~J.L*xʰy5\gW* <:XXm|D5~yEg^8@K3a uW+d>SBH?|Orr:8Vmp}jKL3ʵv6(tgw۝3P_t_ JDHj6iv 3iDOkHRU-$a.ggK4o\k,:TN51Oއ[ۄhޜю*ўx]Llgra6}s8y 9MzD%!֮`Dd[xW~MWg՝-jLԶ8) ,˯dN r//A}5^vaЩ2٣O|-6 ߸Rߊ9<ЌH}14JHL Fl+3UZ1/[ #[oU=}q]07+ ^^ɇ3 ZU0}M ҅o#܉ql?%('>5Jr9+ZKE#+p+(^d ľ yn˖/IXE }4Yi(2ۋTYʵ(bTӡFL01/@<ނ1Bq Q۰_:|`)tOk2yp25?y"v"8PT UiBAh@|p\M8BQvj*C⦿ z d"u){%UB#IIi[+ϋA %=P s1wC޽8{.kuq2PY#&k'&c׎~v^7((chM+@=d>~[BUS[ҡLW٥ pw_ș9h< w7G p&nOu2^lo-[OE'RÆ'%; 84gxۚwQqU*F>&K%(d}yzoӀ7-=dRktJY'sU1{g㏎T^/.o{;]哠˚ +'"C DtZ;>wwJGzԫTG_ʗ\)88/ayLm"=baL z=n9V*X(2)$xd#W!q?G}c čtWpα>D;{M+$Tr 憬Pf1-<#h9z4l`5=kxeeqh^䦣uy`D-RfeΙZ}ȱ=J~A'=?Nbiw ڟ}lEe{3v%C. C3\/ 6ʃ^a +.G}w.:Q%ӊuh`h#/(>]Y:L ^>a#Z%b3u"&i8U0Z+1CVU 8,gJCs/iU'զՓwh0m DK xm?)`iQYN700oR.{ԇl7ޢ&/gdb4B]+ ƙOloJ)mܴt}3Fajw+VF/, @69jSwna}oMdbKDJE@S 0\DsI 4e"mx3lYue- q"9pl~ʡ{;=VW0 fwʤ{U5KSS*;.:w&( Di.-n+";v~v9 lwoTIoLѲa곮m*;$)%?eɎı`㹓?pAU YSP(kiq,C/fAvJPa-)q[pFl}dpa[ȍk6+/>Oa>>9jwzRĠKDWc8j47C`eV@SZ Osy!H(7jq&9/FGau*US"KҘE3H#K:nĆNCjʭFi0;7oDjG[]j]w$6bz(ZJ׀"KxEY)7¹apZK'CJ "W'\B L%f(KAu([娶U,9m4^e{t6RbHo,R. -n>x_OT2;OZle[]P.ؑv*Z%O%zezF2Du'2 (e~p 44~ʣl3Uصs-K۶7Pc˜gQq1_趨G)޵;(>ã+=K)>i%;k҅;M\\^ 'O n"f~9 (O{5= Iܯ/]]rN+K;$69=Ө׫e엣' m~,72M$A3Z !k[EEF _[^¶@SX[΂߰ ĩ~ $hj +pA JtC4aB5 ے4.uJ; (ܜ7A;6w߼Fm,c62Zԓe(Uk\C8rd67mcElWEɧKywfaTZJ᧘g߮uOO_%G'Ff 7NCӶm\ 3e >T;pI=6mt7wFrǕš}4nGĩzRízJ7y2^f-8mK+h1տw-PDZ.6SC>!.2~VRP{j<mhưMN~TodzP+#)SD\1~f1xEyJ.!Z}剁t4dWXS'0P):D3yz^> _Ɍdxu_A\#qѭX?#/?Oрȝ ‘+mӌÚ t VڽwT VI_ j ,)P^qP˗ݶQ/涨Ϸ.r;7P nA\G,4`DmjJWCi=Qp-)+4b?]%a9֯d1 j(v:D&QBt6)Z~s=tTQ.anK|!̽&q)"=xp$)^ a77,Kđʤy9zpEɨϡƶy@ј0X͹wlNGk[-We`K ᆗ8snWQvbLh :PajQ;/gŗM h(EcI;uq4>tRO=%n'p5pI?n6^`%PP/n/{T a0NjJGqQWE'YB?u=dK1S1?2PԻ 3ȡPTj 2t2HcQ=5-iP0HܠكR^ߎϐRG<к[^Z~k$BM,6.*IRt/@yM2xO`j<^8K4P K 4{6՞}R3Be|.h8!0>{&&Bj`+&TܞkP[X-/KF͟8 ȃɵ{!7W=˼`BI*{xNyb#kIgoD/i4T)Mŕ2zu|+[|Н =zv٪yğgbD*fJX)4+y ۙ1L^0}_>Ţɂ۔e(MKjlWFJGNo:S|A?P}`xLɳ>%цi`ܤbq*j6b/f_.۴aK.* {A].BV31f&J> o*YUʼn"?yItstHn-|Wo _İYH"}[~* kg!:h6"x N`t+Qm-Gw:+QdQwfCR _w7]1f0{h/ *On9,qcu&>ؾbF Ga>7 B*RhqtCc`d5' KT-20 }/9NW7ZPf!>]sd(K]: "H?\4c})|ez#Y>^<7ISԨI>X.>ʚ ^=W{y֕[뒫߄uTZWxB=/G]@Lj|=_e%nT4 풺)Aȹx'.\{U9Ofniw!VKa]4{h$g;yaP/4pMW&=Ȱ7Cp>׵(s 'eGAUA;[qټؙ b={mm˹勱ާ_:ztԈ-yW{5YWϝC'gS/hϽɁ|me+pcn<p>Oڄd0ƒAYu$U=%1@D~JҎ XHroh~QI`fȨ]:~c(/5,ir- "a0obzD̮THW珬bFq,RZ=hC]OB"\|ÂaŲmc" f*g gʼOvu03a >\=ey?r4%v N1[#uWCDj|@z)s;{y.37z?T4Rpf<`ǰ/ќ#8 0Y‘alIJ⚧wA/ dnC}a.\Q-!'^OLD`-|JKIW +ip|tG\6B`).f=1J0]- ˙iYSGN W{½Q2iEqύvu%]sM.2T9ոVzFvm2Nk![o7s${QZ @Z.tcOEÜ`:!.=iT.Y~$A=ʯBL,fX&pYV3*dO-و0Yůdׁr+ooeʤ`6#iQmiBHR4TE,ui,嬾VgnKk܀,#W,Evk>߷K4Rg9` Imk'L<-0n>>|%4u=l%E:8O N0P}Kf0[kB\.6j2Q_hg /ѲRSk ZE00RXxQ#Ȇ*G4lS@}Jge[Nih/|8VJm'mDzð(]}r*VYFųYJs OTS#7RG~Jp2}KpL-;2dK@ j'=r>9mj$p YBs5iHoʭ0! PL~VT]lF{73o1~e0i 8B-77 7Z(8_fkouY](>IiG R0nܥGGdT )ye˃̊:)FI *_A;/-d| _|V4}Kd+!n. {^Tt]?J^ QxAszJ2R"֓7hSOa6`5 TVWNG(Њ S?ZODZV˾`7S 󩗜ϤvT!ʟŝ=ȉ^7 _-TGՀx3qyHKPQN Þ|O.ǫ2fͽb~r^SXi"C5'攆]R;N& "Aɨ3rlgxft7=}B)$vGdx5=c" /~D(YE?l}=2F!WHXo8cQg0tf;`s!dyi{mtXэ] XՓOG,o ?HDeo)~'" Jif-t&,i7%/[uxu3j9evȻv㼚w;v%Ӵ~+Aɾ5Zq=}"QXnw*~~HRxЬxEׅ~f9f$|ݐ&sRAZ^dbfJP)fClHrwfE/:B ݕR]s)bMLX=(8ܫo⹘SCòq;'G: 7PCE(27i,&3`⫄S|n9|ŃwI_##yOs9gqZw̓ ky\\8WD;w`:JrE+yxS O&wPnRvaB۟Md__ !A6ӦpQG%a4pCL+c'9,EZ&[-vzF~4v,QIXM3IF #v-ظ'ם+@Һ wPlX=KA#m:_ǹF/qnc ӨL*;U,0y%o=vU*|ǰ.hfp2 |b6ƧύKz*z:%oY$O r4@*^tC K*Ude6E-Dr¼)S9g yb-jJLSs#60w*O G:cn .iZXsޅ`j7"4 XMD]c1]/ i%yK$)'!KPǟ]nΐ9 DS~E: ب?X\ 34l7@Yp4V94gۺG0ix3ZPnJUwH@> |;2ݟ(n 1蛻KIз?|vcNΦD7IObWKͣ!?CnsāʿYW+,.0Mp 9ĺӄZ:eމg'sE=Jߩ l?-5e#oeby9H^3;)|1&赻7 !|6ELK/DD+%|6,{sѽq5$zA²"_7=4H Zo51^ϐ&dz{ \4*f' 6pMi C M8BUZ V2;m*fd+vŃgO=d*u/{9hp4̋1 >Fa#$T3^5,!9GAga]3.儀1B>.O|;<F#̩@J q*)Qa|haんb/ ˘Q\ g?X0b`eJ?Yiavb4{y+. ǡ!_RNsLܾ?\HT ,;-/O*;xģkqI#H]0k3ИiɍI佯XHԎo YZ