llvm15-polly-15.0.7-150500.4.6.2<>,l@e-.p9|F9s0(e6Aȗ3RtLey-NbK_"1|wOeq-|X fc+y߲S';kǥp"U6e+<@ׯLx7>8[ I8֬ :6 ]O`%B<'z(!%,+T2eIl_t(E7C?td # f $04Mn       @Pc(89 :>ߘ@ߧF߶GHIXY\,]<^nbcZdefluvwxyz$(.pCllvm15-polly15.0.7150500.4.6.2LLVM Framework for High-Level Loop and Data-Locality OptimizationsPolly is a high-level loop and data-locality optimizer and optimization infrastructure for LLVM. It uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program. Polly can currently perform classical loop transformations, especially tiling and loop fusion to improve data-locality. It can also exploit OpenMP level parallelism and expose SIMDization opportunities.e-.s390zp32WSUSE Linux Enterprise 15SUSE LLC Apache-2.0 WITH LLVM-exception AND NCSAhttps://www.suse.com/Development/Languages/Otherhttps://polly.llvm.org/linuxs390xx2\;%A큤e),e-ccabb1e1fc819843fdc175e9704a0c6b494a39cda48fde9e7e88642fd735290d2024f2dbdf89129cb366e86e041061555611e87ea59f7526f549a8ccb5aaa69eaf8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afeerootrootrootrootrootrootrootrootllvm15-15.0.7-150500.4.6.2.src.rpmllvm-polly-providerllvm15-pollyllvm15-polly(s390-64)@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld64.so.1()(64bit)ld64.so.1(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.14)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1llvm-polly-provider15.0.74.14.3d @c™@cctcgcZrc< @c,N@c*c@c6@cAcc@b@bbL@b@b@bbm$be;bI@bI@b$@bb b D@b[@aa@aNa@aW@a(@a(@aXIaE````y|@`)__@__S_@__@__"@_*@_ @^^y@^x^h^c^=Q@^;^9\^8 @^1s^.^^^@^!@^,]]@]@]N@]]{@]]c@]K@]b@]b@]]2@]V]3@]@]]@]\ \O\\\M\@\u*@\iL\=@\ BOOL- Let new {llvm,clang}*-doc packages "Conflict" with older devel packages, which they were split from. - Let doc packages conflict with older versions of themselves.- (Build)Require only python3-base instead of full python3 package, the additional modules are not required. Helps shortening the build dependency chain. - Remove python3-* requires from lldb9 subpackage, and add it to the bindings/pretty-printer subpackage (python3-lldb9). - Add python3-base Requires to python3-clang subpackage- Add dont-install-example-analyzer-plugins.patch: Remove example analyzer plugins from install targets instead of deleting them. - Add fix-module-test.patch: fix test instead of deleting it. - Don't build static libc++ (with ThinLTO that's not useful anyway). - Don't build libc++experimental. - Don't package libc++abi.so with libc++-devel, it's already contained in the (required) libc++abi-devel. - Be more specific about files in libc++-devel.- Update to version 9.0.0. * For details, see the release notes: - https://releases.llvm.org/9.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.html - Change License to "Apache-2.0 WITH LLVM-exception OR NCSA". (https://llvm.org/foundation/relicensing/) - Allow building with ThinLTO and enable it on some architectures. - Disable LTO cache in lto-disable-cache.patch. - Unset MALLOC_CHECK_ for compilation to mitigate lock contention. - No debug info for ppc like for the other 32-bit targets. - Clean up _constraints: same constraints for 32-bit targets. - Don't use BUILD_SHARED_LIBS for Clang anymore, since the newly available libclang-cpp.so should expose the full C++ API. - Link tools with libclang-cpp.so by using CLANG_LINK_CLANG_DYLIB, similar to LLVM_BUILD_LLVM_DYLIB for libLLVM.so. - Remove obsolete n_clang_allow_BUILD_SHARED_LIBRARY.patch. - Add link-clang-shared.patch to link more clang targets with libclang-cpp.so, especially libclang.so. - Add link-clang-tools-extra-shared.patch, link-lldb-shared.patch: link targets in clang-tools-extra and lldb with libclang-cpp.so. - Simplify llvm-do-not-install-static-libraries.patch, also handle Clang, for which we now get static libraries. - Package documentation for llvm and clang separately, recommend them for the main package: they are not required for development, but actually useful for working with the non-devel packages. - Recommend editor plugins not just for llvm-devel. - Recommend libstdc++ for Clang again. - Move diagtool from llvm to clang subpackage. - Properly distinguish between %{_relver} and %{version}. - Drop aarch64-disable-memorytest.patch and reactivate test. - Rebase clang-resourcedirs.patch. - Rebase llvm-normally-versioned-libllvm.patch. - Rebase llvm-remove-clang-only-flags.patch. - Rebase llvm_build_tablegen_component_as_shared_library.patch. - Rebase set-revision.patch. - Increase disk space for build.- Make lldb recommend python3-lldb (it contains pretty printers).- Use python3 shebangs everywhere (boo#1146533). - Drop obsolete opt-viewer-Do-not-require-python-2.patch.- Remove unneccesary dependencies: * groff, bison and flex don't seem to be used. * jsoncpp is no longer used since r338461. * Move some BuildRequires to subpackages. * Don't recommend scan-{build,view} in clang (boo#1145444). * Devel packages are only required in other devel packages, when their headers are included in the installed headers. - Add versions to Provides/Conflicts except for files. - Remove unused (since r268685) CMake flags LLVM_ENABLE_TIMESTAMPS. - Fix installation of opt-viewer files when python3-clang is no longer built.- Update to version 8.0.1. * This release contains bug-fixes for the LLVM 8.0.0 release. This release is API and ABI compatible with 8.0.0. - Don't run LLVM tests on ppc at all because of sporadic hangs.- Increase RAM for armv6/7 to avoid OOM and be scheduled on fast worker- Use the documented LLVM_ENABLE_RTTI to enable RTTI instead of LLVM_REQUIRES_RTTI, which "is an internal flag that individual targets can use to force RTTI". (boo#1139584) - Drop obsolete llvm-build-tests-with-rtti.patch.- Exclude riscv64 for now since it fails to build.- Change some groups: * put libraries in System/Libraries, * devel packages in Development/Libraries, * clang in Development/Languages/C and C++, * the gold plugin in Development/Tools/Building. - Add some URLs, use https:// when possible. - Remove unneeded devel dependencies. - Only suggest a C++ standard library for clang. It's also a C compiler and needs no C++ library when only used as such. - Fix Supplements for editor plugins. - Fix some rpmlint issues: * Reword summary and description for Polly. * Fix /usr/bin/env shebangs. * Remove executable bit where not needed. * Move bash completion to /usr. * Remove hard dependency of libclang8 to libstdc++-devel. - Make rpm macros work properly. - Remove sources from documentation. - Run %fdupes on the right directories. - Enable tests for libcxx. - Reduce memory requirements for compile jobs depending on arch.- Avoid relocation overflow on ppc by not building GPU backends. - Update baselibs.conf.- Disable LTO (boo#1133254).- Fix packaging on ppc: the sanitizers aren't available there, so the directories /usr/lib/clang/*/{lib,share} are missing. - Package LLVMgold even when we don't use gold for linking. It's promised in /usr/lib/cmake/llvm/LLVMExports.cmake. - Unignore test failures on PowerPC64 architectures. The failures in ppc are unrelated to AMDGPU, so we remove that remark. - Fix dependencies: the gold plugin shouldn't depend on llvm-devel. libc++abi-devel should depend on libc++abi. - Fix typo.- Enable libc++ on ARM (Needed for tensorflow)- Update to 8.0.0 * For details, see the release notes: https://llvm.org/releases/8.0.0/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/8.0.0/tools/lld/docs/ReleaseNotes.html - Drop llvm-unittests-Don-t-install-TestPlugin.so.patch, llvm-drop-llvm-optional-clang-specific-optimization.patch, llvm-D51108.patch, llvm-Ensure-that-variant-part-discriminator-is-read-by-Me.patch, llvm-test-Fix-Assembler-debug-info.ll.patch * Already included upstream - Add 0001-CMake-Add-install-targets-for-utilities-to-LLVM-expo.patch- Remove -fno-strict-aliasing, which upstream doesn't use any more since r245304 in 2015. (http://reviews.llvm.org/D12036) It's probably also not needed for modern versions of GCC. It was enabled in r105644 because of some bugs there. - Add a clang-%{_sonum} symlink, which is referenced by /usr/lib64/cmake/clang/ClangTargets.cmake (boo#1120098) - Package clang builtin headers with libclang. The library is basically unusable without the builtin headers. Currently consumers of libclang have to require clang as well, although only the headers are needed.- llvm-Ensure-that-variant-part-discriminator-is-read-by-Me.patch, llvm-test-Fix-Assembler-debug-info.ll.patch * Fix crash in rustc (boo#1126907)- Allow use of Gold linker to be conditional - Disable Gold linker on ppc + LLVM currently doesn't build with Gold on ppc- Readd clang-7 and clang++-7 symlinks * Fixes uses of clang-devel (boo#1120098)- Update to llvm 7.0.1 * This release contains bug-fixes for the LLVM 7.0.0 release. This release is API and ABI compatible with 7.0.0.- enable gold unconditionally like with llvm6 and older - reenable openmp support again for aarch64 (like it was already in llvm6)- Use %license macro - Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Remove ppc from Exclude field in spec file - Allow use of Gold linker to be conditional - Disable Gold linker on ppc - Add patch to fix SUSE GNU triplet on ppc * clang-fix-powerpc-triplet.patch - Add patch from upstream to fix ABI issue on ppc * llvm-D51108.patch - Limit list of enabled targets on ppc * PowerPC;AMDGPU;BPF;NVPTX - Ignore testsuite failures on ppc- llvm-drop-llvm-optional-clang-specific-optimization.patch * Fix ABI incompatibility when libLLVM (built with clang) is linked to a program build with gcc. (boo#1119092)- opt-viewer-Find-style-css-in-usr-share.patch * Make sure opt-viewer installed in /usr/bin can find resources from /usr/share/opt-viewer. (boo#1112730)- llvm-unittests-Don-t-install-TestPlugin.so.patch * It is only used for testing and is causing failures when processing LLVMExports.cmake.- Update to llvm 7.0.0 * For details, see the release notes: https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html - Remove no longer needed patches: * llvm6-fix-gdb-index-crash.patch * lldb-fix-build-with-python-3.7.patch * lldb-add-pthread-dl-libs.patch * polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch - Add tests-use-python3.patch * Prevents tests from failing because of missing python 2. - Add llvm-better-detect-64bit-atomics-support.patch * Fixes build on i586.- Updated llvm-remove-clang-only-flags.patch - Exclude also "-Werror=unguarded-availability-new" (bsc#1106000)- Update to llvm 6.0.1 * This release contains bug-fixes for the LLVM 6.0.0 release. It is API and ABI compatible with 6.0.0. - Remove no longer needed llvm6-fix-InstCombine.patch - Add lldb-fix-build-with-python-3.7.patch * Fix build with python 3.7- llvm6-fix-gdb-index-crash.patch * From upstream, fix lld --gdb-index crash.- Do not requires gcc6 for older sle versions. * llvm6 is not built on <= 12 SP3 and this was preventing build on 12 SP4.- llvm_build_tablegen_component_as_shared_library.patch * Build TableGen component as its own shared library because it is not included in the libLLVM library and is needed for ldc. (bsc#1086445)- Add patch llvm6-fix-InstCombine.patch to fix InstCombine init * Will be fixed in 6.0.1 release- Do not build stage1 with debug info. It was accidentally added with the use of %optflags. This should fix out of memory errors on 32bit architectures and speed up build everywhere else. (bsc#1092697)- llvm-build-tests-with-rtti.patch * Fixes build failure with gcc 8. (bnc#1087136)- Do not export Polly static libraries which we do not distribute. * Updated llvm-do-not-install-static-libraries.patch - Use external jsoncpp instead of the bundled one. * Added polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch - llvm6-devel must require llvm6-polly-devel * Files in llvm6-devel reference Polly.- Update to llvm 6.0.0 * Added polly * Notable changes: - Retpoline Spectre variant 2 mitigation - GlobalISel by default for AArch64 at -O0 - improved scheduling on several x86 micro-architectures - Clang defaults to -std=gnu++14 instead of -std=gnu++98 - support for some upcoming C++2a features - improved optimizations, new compiler warnings, many bug fixes, and more. - Use alternatives for clang's bash autocomplete to prevent conflicts with other versions.- Remove liblldb5 and lldb5-devel from baselibs.conf. They are only build for x86_64, so no point having them in baselibs.conf.- Use %optflags, except for FORTIFY_SOURCE which is not compatible with compiler-rt. - Exclude static libraries differently. * Drop llvm-split-static-library-exports-into-their-own-export-file.diff * Drop clang-split-static-library-exports-into-their-own-export-file.diff * Update llvm-do-not-install-static-libraries.patch to not use EXCLUDE_FROM_ALL which is not available in cmake 3.5. - This fixes build on SLE12. - Do not force gcc6 on OpenSUSE - fixes build. - Reduce the amount of concurent link jobs by increasing their memory requirement - to reduce stalls in OBS.- Cleanup %ifarch conditions, remove targets unintentionally added to s390/s390x. (bnc#1078436)- Limit the amount of parallel link jobs, but no longer limit compile jobs. This should prevent running out of memory during linking while not longer slowing down compilation. - Remove build dependency on procps- Reduce disk size requirement to 30GB in _constraints. We no longer need that much since we stopped building static libraries.- n_clang_allow_BUILD_SHARED_LIBRARY.patch * Allow buildling clang with BUILD_SHARED_LIBRARY while the rest is built with LLVM_LINK_LLVM_DYLIB. (bnc#1065464) - Remove clang-devel-static.- Place gold plugin to the right directory. (bnc#1073210) * It must be in /usr/lib/bfd-plugins on all architectures. * Remove llvm5-gold from baselibs.conf - nothing needs a 32bit version of it and it would now conflict with the 64bit one. - Reduce _constraints requirements on 32bit architectures. * Since we had to disable debuginfo on them, they require much less.- ignore make check error for PowerPC as bypass https://bugs.llvm.org/show_bug.cgi?id=35871- disable debuginfo build for ARM as well- Delete intermediate files during build to reduce total disk usage (bnc#1074625)- Update to llvm 5.0.1 * This release contains bug-fixes for the LLVM 5.0.0 release. * This release is API and ABI compatible with 5.0.0. - llvm-do-not-install-static-libraries.patch * Updated.- Increase minimum memory and disk sizes required for building in _constraints.- Rename python3-lldb to python3-lldb5 so it can work with llvm meta package.- Rename python packages to follow naming conventions. - Remove unnecessary dependencies on python3. - Make opt-viewer not require python2. * opt-viewer-Do-not-require-python-2.patch- Switch to python3. - Fix %check tests when used with python3. * Define LANG=C.UTF-8 when running the tests. - Add explicit Provides/Conflicts to llvm5-devel, clang5-devel-static and lldb5-devel. * These are required to be validated by obs repo-checker.- Use LLVM_OPTIMIZED_TABLEGEN to speed up build. (bnc#1064786) - Fix files of lldb4 to work correctly with update-alternatives. - Remove Conflicts clang(LLDB) from lldb4-devel - it does not exist. It would be provided automatically, but no such cmake file is installed. - llvm-do-not-install-static-libraries.patch * Do not install static libraries instead of installing them and deleting after. * Reduces disk usage during build. (bnc#1064786) - Do not build unnecessary parts during stage1. * Speeds up build a bit. (bnc#1064786)- Updated baselibs.conf to reference version 5 packages. - Deleted rogue llvm5.spec.r29 file. - Deleted arm_suse_support.diff, llvm-add_a_LLVM_USE_LINKER.patch, libsanitizer.patch. - No longer used, applied already in the source.- llvm-normally-versioned-libllvm.patch * Change libLLVM naming scheme to match our naming guidelines. * The reasons for the original naming scheme are no longer valid, more details in the patch.- Disable all thread related tests in libcxx. Many of them use timeouts to detect failure. They can fail randomly if the machine is under heavy load (happens often in OBS).- Drop llvm5-devel-static. llvm5-devel contains shared library with the same content.- Increase disk space requirement in _constraints to 45GB. Otherwise the build gets stuck in random places. - Skip build of lldb5 python on distributions with swig < 3.0.11- Copy from llvm4. - Update to llvm 5.0.0.- Use LLVM_BUILD_LLVM_DYLIB instead of BUILD_SHARED_LIBS to build single libLLVM library. This is the recommended way. The old way was causing various issues. * llvm-split-static-library-exports-into-their-own-export-file.diff * clang-split-static-library-exports-into-their-own-export-file.diff (bnc#1049703) - Add lld, linker for Clang/LLVM (sr#517692) - Include clang++-MAJOR.MINOR symbolic link (bnc#1012260) - Remove unnecessary dependency on flex and bison. - Make sure all binaries are managed by update-alternatives - Add llvm-add_a_LLVM_USE_LINKER.patch and link using gold to prevent memory exhaustion on some build machines. - Reduce debuginfo on x86 architecture. LLVM libraries are so big that they exhaust all memory on 32 bit machine if linked with full debuginfo. - Speed up build by skipping parts that are not required in stage1. - Build lldb in-tree as one of the llvm tools.- clang-ignore-stack-clash-protector.patch: ignore -fstack-clash-protection for now.- xlocale.patch: don't use obsolete - libsanitizer.patch: fix use of undocumented types- build fixes for armv6 (skip testsuite as it requires 64bit, set the list of targets to include ARM and remove triplet hack)- Include provides and conflics in baselibs.conf for llvm4-devel, clang4-devel, llvm4-LTO-devel, and llvm4-gold.- Update to version 4.0.1 * Minor bugfixes- Use gcc6 only for SLE boo#1041469- Package libLLVMFuzzer- readd arm_suse_support.diff which was accidentally removed in the 4.0.0 update- Enable AMDGPU and NVPTX targets everywhere except for S/390. The AMDGPU target is needed for Mesa Clover (sr#485802).- Use gcc6 on SLE12- Package license & credits- Update to version 4.0.0 * See + http://releases.llvm.org/4.0.0/docs/ReleaseNotes.html and + http://releases.llvm.org/4.0.0/tools/clang/docs/ReleaseNotes.html + http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - Drop the following patches, fixed upstream: amdgpu_revert_r280589.patch arm_suse_support.diff clang-fix-substitutions-abi_tag.patch clang-incomplete-field-types.patch glibc-2.24-libcxx.patch llvm-install-CheckAtomic.patch revert-cmake-soname.patch- Enable BPF for all arches bsc#1026191- libc++ must depend on libc++abi- Stop using otherproviders() due to an rpm parser bug, use self-conflicts instead as suggested by mls.- Add amdgpu_revert_r280589.patch to fix an amdgpu regression bsc#1021577- Require LLVMgold and libLTO in llvm-devel, otherwise we get in CMake: The imported target "LLVMgold" references the file "/usr/lib64/LLVMgold.so" but this file does not exist. This happens when requiring llvm3_9-devel directly, not llvm-devel.- Update to version 3.9.1 * See: + http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html- Update to version 3.9.0 * Clang now supports the G++ abi_tag attribute. * Clang will no longer pass --build-id by default to the linker. * Improved C++1z support in Clang. * Clang now has support for all OpenCL 2.0 features. * Added support for all non-offloading features from OpenMP 4.5, * The static analyzer now checks for incorrect usage of MPI APIs in C and C++. * LLVM no longer does inter-procedural analysis and optimization (except inlining) on functions with comdat linkage. * LLVM now supports the Intel CPUs Skylake Server with AVX512 (-march=skylake-avx512) and Knights Landing (-march=knl). * More at: + http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html * Fix the following patches: + arm_suse_support.diff + assume-opensuse.patch + clang-resourcedirs.patch + default-to-i586.patch + glibc-2.23-libcxx.patch + glibc-2.24-libcxx.patch + lldb-add-pthread-dl-libs.patch + lldb-cmake.patch + llvm-fix-find-gcc5-install.patch + llvm-remove-clang-only-flags.patch + revert-cmake-soname.patch + set-revision.patch * Remove upstream-included patch: + llvm-nonvoid-return.patch * Remove patch for removed files: + glibc-2.23-libcxx.patch - Backport upstream patches: * clang-fix-substitutions-abi_tag.patch * clang-incomplete-field-types.patch * llvm-install-CheckAtomic.patch - Add clang%{_sonum}-include-fixer subpackage and associated libfindAllSymbols%{_sonum} and libfindAllSymbols%{_sonum}-devel subpackages. - Add sanstats to llvm binary list.- Change update-alternatives to use %postun instead of %preun, which is now what Factory maintainers are requesting. - Use the minor version to set the update-alternatives priority so the most recent version of the LLVM, Clang, and LLDB are used by default. - Add LLVM rpm macros so downstream packages can have some idea how LLVM was built.- Rename libomp to make it possible to have multiple versions available.- Split the old llvm package into this version-specific package and a wrapper package. - Implement update-alternatives to allow parallel installation of many of the subpackages. - Rename subpackages that can be parallel-installed to a version-specific name based on the associated shared library's current .so number. - Various fixes to support the above changes.- Sort a bit with spec-cleaner - Remove the latest switch for now, things should be either coinstallable or not, we don't need to bother around with compilation like this- Update to llvm 3.8.1 * See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html - Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8) - Change versioning of liblldb3_8 to liblldb-3_8 and use a variable to control the name instead of hard-coding it. - Use bcond_with and bcond_without to enable/disable build options instead of hard-coding them. - Put buildrequires as requires in -devel packages to avoid linker errors when building packages against the -devel packages. - Add ffi support (disabled by default). - Add oprofile support (disabled by default). - Add valgrind support (disabled by default). - Link cmake files to the normal cmake file directory to allow autodetection of cmake interfaces. - Remove unused lldb components from main spec file. - Split llvm python bindings into own subpackage. - Split emacs plugin into own subpackage - Move additional vim plugins into vim plugins package - Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages - Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since they aren't architecture-specific. - Make packages besides llvm, llvm-clang, and the shared libraries conflict with other versions. This will be important when multiple LLVM versions are supported. - Various spec file cleanups - Rebase patches: * arm_suse_support.diff * assume-opensuse.patch * clang-resourcedirs.patch * default-to-i586.patch * glibc-2.23-libcxx.patch * glibc-2.24-libcxx.patch * lldb-add-pthread-dl-libs.patch * lldb-cmake.patch * llvm-fix-find-gcc5-install.patch * llvm-nonvoid-return.patch * llvm-remove-clang-only-flags.patch * revert-cmake-soname.patch * set-revision.patch- Start conversion to use cmake macros with now introduced compatibility for ninja - Reduce number of threads if we don't have enough memory - Add patch for the nonvoid returns: * llvm-nonvoid-return.patch- for ppc64le set memory to 4GB in _constraints file (failure in Factory:PowerPC)- glibc-2.24-libcxx.patch: fix libcxx testsuite for glibc 2.24- Build LLDB separated from LLVM. - Re-enable python bindings for the LLDB API.- Disable libcxx/lldb/openmp for SLE fate#319582- Update rpmlintrc to whitelist libLTO.so- Re-enable glibc-2.23 patch for Tumbleweed- fix arm_suse_support.diff for armv6hl - adjust compile flags for llvm on armv6hl (fixes Mesa build)- Update llvm-remove-clang-only-flags.patch to remove - Wcovered-switch-default flag for gcc compatibility.- Use gcc for stage1 bootstrap - Add back libstdc++-devel dependency for clang since libc++ is only available for x86-64 atm.- Comment out glibc-2.23-libcxx.patch until glibc 2.23 actually hits the Factory.- Update to llvm 3.8.0 * See http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html - Fold lldb build into llvm and disable python support - Drop clang-disable-ada-extension.patch, libcxxabi-exceptions.patch and cmake-host-triple.patch - Add revert-cmake-soname.patch to fix soname handling- Add glibc-2.23-libcxx.patch to fix test failures with glibc 2.23- Remove FFI support because its fragile- Enable OpenMP for x86, x86_64, ppc64 and ppc64le- Enable all targets on x86, x86_64- Update to version 3.7.0 * See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html - Merge aarch64-suse-support.patch into arm_suse_support.diff - Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch - Remove llvm-fix-parsearmarch.patch, upstream.- fix build on s390x (one typo in ifarch and one change in filelist)- Update to version 3.6.1 * No changelog upstream- Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs.- Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html - Add python-xml dependency for regression tests - Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch * llvm-fix-intrusiverefcntptr.patch- Add llvm-fix-intrusiverefcntptr.patch to fix build of LLVM tools with GCC 5. - Add llvm-fix-find-gcc5-install.patch to properly find installed GCC 5.- Add a gcc dependency for clang, this is heavyweight but we need libgcc_s which comes with the gcc package (bnc#893359)- Conditionalize libcxx{abi} build on build_libcxx variable - Turn libc++.so into an ldscript so it links to libc++abi automatically.- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)/sbin/ldconfig/sbin/ldconfigs390zp32 170860062215.0.715.0.7-150500.4.6.215.0.7-150500.4.6.2LLVMPolly.sollvm15-pollyCREDITS.TXTLICENSE.TXT/usr/lib64//usr/share/licenses//usr/share/licenses/llvm15-polly/-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:Maintenance:32668/SUSE_SLE-15-SP5_Update/65b4fd8068d3eab5a07de115651418e3-llvm15.SUSE_SLE-15-SP5_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=9707fdaf9ab36ca41d8c67b4ad81137c32f4f29b, strippeddirectoryASCII textRR RRRRRRR RRR RR R RR5rROnutf-811fab55fbff0cf4626096a78cf1d19374b799b6dc3feeb1dcf53828099b23208?7zXZ !t/]"k%Bz"Υ>8$>oBsNv2m;rȈX~#]z2!|s&ыl[}1T!wE^ۭ`~Wwūչ(z0łbk2{Ta.c6IEԿf}+{k.~Ҷv,ढX$(J Cőo[ 9pq^xTDy10n^[16w: QGC^A&Q 2!~U:\O H=mH30kӧbJ޶sbpʈ:8TuJ=wp _8yMybr˵Q+Z.807JWN(.2ƖCh Px&lr;w-j hwa.쟈pslr Ɨ#5=jVMI3Flfx Tef@ "='8P(2k*C69qq{xR%$нcD>x<L,C \#*(vޞR"EWG'eJ1A|V$ٻ|%=Cx~[Qd?|1S[T%@jpֈoqE>l2ᣲ8rP#% X4z " ߝ6Xw>clkR@<j_FO>š @fBͺ$&."3;e!(f!VY ) DP_ 6tIضI)S ֲ'}I0v%AQ*]E-R2А`jT9("H "4}E ɥK >3/|i>j&hhMwT xI71L|pSYLh u,m5|1Q΢_(: A\Xù'd: bM*Ӣ^tc䔇l&L3j(x?ӈjqD$C8? < HC/8e+ڟjxdj0<Crrש%ĚaH^:Gqo42T _3V=j /~7OP~aotM8; 6PO(-%"W>zT iڿ@hwc]O x4pb We(#h9ğ.v;s~ ^ȑ2l/yFytS,̲e8`FzH[(}jJ-u s$98dIp%-1XsZYa:qoX\'w7J$6{l9 d,r [ހLQ .aBG 0O籇 i{ML!HٲpS]R&*s\#%bw-6&`Ѿɗ-#u4vfK}d, ƙ]tSO"ùDP'"~X,-G!IhJNzS='KEFJ6d%:!6tzgCI B'?I+({X+ .BPY`X?ȳ.:ҷL2&mPv@?%[~ѦHsc1QES_!/l~uyB O"~HJH5; x5R`Gꈳ4< " f,i@R0Iaȷ=` O.(L˽.DoQr -h"M":_Fsi+GÃIBDQ="̞W$,bWxhA'HXǖS(|ͼKElyh Ϋ{L[J6^LtԳ$=  '@`"~6p XiS_p;&YI @ݖlۇF)tD3=z\ _&*^쪋wUK[`]ɱX|OR ;K}{rga5dRn D5 KB!;`b`-6;.c]"Ez͋9VM}6J"wwmj$s%8u)p0Tqi D-&^/G%_cj7 ~l(&zK*hVB6\O!"rB@{55֪=Vm9dgHmg(oUqCхw7$B+0xY}jø3('R!4`@waqWMY']dHM uU}ȮN?P~3ɀ"+Kv<8@6Ĥ-€L6joKàW6Sj8Bm牃Q uтVgyҝ̋bHB3r.QٽBwiBJ[ b ~HI -7 DĴ रʝn_ewhmO9~'q{Ap۔xK5GA֌$wLA];Wpp ^Rgb8,LJL8X;?2|rn C1VL Ge4B,ȒP Xb`6WW'âS?+A>{: ( fqil3?oTI#;W3ogC5[ba͹ANV鬇$0/LzC`kè-8Vg..3.~ }/L-_B4DK2`ېet)s-lws!6_d!}q-nC_@P XA~O6ـd*E EġU5GJ;+I@4fK^iSܓ=Jao+ bI f]m7wq!9Vy3kz7!@||j/j \K)+K/hRjCޝݧ9b JKk~qatF]rQPiRߣu)l:Vׂz<ƞS :8㏢o޻Il-~&59=J%VYt:P۽mtKxx4#1Ef6=p@]{-!}ygEn\+&IWOÿ3zeOH÷H5YrĄ .8|[NY;MCtZ}4߈H_k=wWWU,blQ2NN8/gȯ q~%Vcqֻg2OS/^NHqqY.Pbs|l&?6_y ծO`]Om(/?_86վRj'l9K|BMFj0Dīf>5/p:WmJ xFg mkY6-}*,OfEXAvp` }Oݽ8OYSN.u[tҖa+n;Ȥ6! k<+~Ӣh9|KGg)\i:'Y.E>8Օ( cpgv%vr[s/+҅ѕ 5BY,<ԥ/4v @vp#Kiʘ8xi76QgCmNrkI>aIڌ $xa)_+,|c 9;ޜF83l>/8v$4fSl y@x(fg5J` RKlEYC:q[qmm'q %f=;a"Tba%/ٔěq6Õ}keۙej ]:n!.\\o5NZ : oċ .0fQf&_Fyy>\/yfڭ~ yQvP;dlfU_Y)&}K4&%+$>_>,HN{.(2@o9;ZVF.6`}*#xBj ID 9F'nZe ?dv;`kPH)ig58n7z4 WО$nΰ;{щ.U^A|A'Qz :F_e `qb$ mα0yy/zvg"UW^3w;vcKiuA-%ģϚ^#o:qWg1ma-ø$*"AT:'CN3C$2KOY` 4`q8q2][ܱA^[yVuILⷮ޳>Ro*П10Og@f]67j;J't;w]FfBm B5]ci`}cXcXFH[Ġ??OZnx٤ %ab/MS4crC0v:la6J1w0LFBpdS0bԼِۢ'8"GcS R @>{LKsq6- LUg]*Gb87䒫kN 0 ]9+:˵Iaȑ(|s2AO,ee(2b:24~YwZafTܡ%(Ɓ>X/Im7d@)Ƒs1ib.(bgp`I{̂|+Uu l"0K{t/pKbȍKЏ#ۮD*@f\}Q1gC) bXQJ9Ye]N$<ߒVp?BjΈ\aGq@\ze:hm!ǻ-6opd @ZOZl9 {GiL;ɜԏbCv^@npd)c 2A_wy}%q{=6ԯ8ˉq %}䙕4VZ#CfNجU0! Z;+Sa_P{Jg=Q`ރ f;}]H퀛׋9!S59*+g<~gݥ7藆qFR(u~K2۔*£^in_-݄:KS4C'0S`[Xr.p=:ׯ?ytŊ6P r2\kmJTp WA2tK^VR9^kV|S ?8G Ot5x_zgQٴ~;TBU/r-:\{h~O0,GʫqZ$>KfNؑ)g:TN)[Fx>Q& J ~&RW @ծ͜cf_[113;ǁ53g nq1|5JwS >Nth<FuW-gЄH443-]cS?Z'Ki?qJw(Ś˞="\X);,azu08S10o[]fJb*HWv3 @$'s?'\]iW{~\T'7ƙ  V*{!bJpLy$lJ"9W)HFLUo('KitI0D1 J @{ɾ%w;> I?3ij]| L]\ޛ@8~Ayum|24R}VɎZɩTFN͙US-MGGo6Dbzƃ{n:aZ-VnGxCK |:$B*mC pgŒ I*uog7GL}تg0Vg؛MILӰ~fl#FQ2d?\BzԲg+ô7ĹxVdT ] nL{.c%aYhP GK*,xz);).zWM˥սU!>ɪ˼:mEq[L#_Me"JY@} &4cSBKԔqq%p2E `ͻ:rzü\.q&ಿ3 en_IT7UکWWly1 5U.396Skjӡ-|w7:3<;Wug9"&> NRGe@AB1LKMN>J۲73 _$Bqwsĥn{x@snbfx$lD'0y$<̹NvMjEfݨnJFin/#̼^zOm}Ƥ!S<#uZHmoXW/\:(w~0r,A޼eJtfӾfWV=HTޟ> 8^ j j Y'k/.H:vS5aL&Y)-p'c;slFn'A`6b&|Q]\ /G#a 6$U{ ^6x8\}2~+aso g aO݋[j|9 묿ŕW3ե!޳ڕd0}Y4W3#r6]z"߄j QCA_,R@\-^S `4&l5?k")ّg%J#Z3Hc[Cdb+N0I|r=x6'r$7a׶bT]b`ޝW rG.(hIUrJ9z Bsw)14ҾN"یAmr*zg`>r?/`^TAݱ(c+kMru= ιk4.0T߅V9TBɚ1$&zLUJߊ+[&!69~վ@0LJBiղW~Wtq)3Vgj1LTpo΋gwAZsZ=@90ʉ: Dշ(1^Ji7;<t `"]RB)T~)f͓?_XSYA@*@ww_(W@RqG~6+#l+ 5ZAp2=IZnw퐫 ]&J%aǂq z>+x&G/w-p٤V Z*Ҙv.G؃L-B~{YsRqHeltg/UBS /xGy΀=T_ x.*T9Xs\=.ph!z&E>𗊠9|k[l"ҰmPҦ\\s9脃SIߔmkA8 8 ٱO (!Yp# fTQTah쪞?IseF>LeՂh2d=$*CW25IL['4L}D{:4گ=֎8#}4wwVjK(>:%7bCF_$AD6?^mƊ$hթ jOE "n1H䴡K5eG4jx-^}u~ϒﯛJ'^39T㨬筬 {oIzĞ;\q)j\|e~fA =@%`9gl$ q,iۭ"*&){2;i'#wpz\X rgC~*!gcj+ \O"?Ɋez~;٨8ix (ߟ%(\O;<*MІJ@W!/CZC0yCfwC$g_3Ll"fgKV@S4x #890 R^[1J  r䌄FR@nLϠq-T if2VA7Ӌ,Hj\c| v&F.s~H=O.RGFLƎjP\Go)y$d.qtUviu o{N¯_l4g{ l;| 0hWu{.5Q Z#9FٻרcJ9Ig?i>VtcO/}1i™'+EX"Z#[Ӌ"!"iI`C&y ewz'RshXբ\UFѦ-b,%vlnBd0%AS6)˾gy[4߀N=~O|fMdN3cY69W{ 4CNz/z!M: Js2,lZ}|7= lMK@`wӭ́taHw"*LqR. LĀ``N.J>E7.W!O &1ii0]Vpڥr2W  wI}VrKr^ u#@v C|bV}mgmZ": eNt l.zFĩZ~q GOU>}?X>vaɽY+wO4BQv+ls$ 8!yEs[#NFE /y5 38Qc$yjHu&Ta G8ymxE(/.g&5kkUj2S(ٝgi,ueWάߓ0S4$nܛCLRFt%8O;@ "{e]-LAp4}K;'ӘҘBP C-cyl27r1w i;[OFXq #S߁;~2 i'~(g:hZ }۷rZ]hMÌ&!gx&d6sl((ȗѴ;㡋xc^7ܬZNlz<ΟZ(0 ֶWt -_s^ 0'ZѬ.Ly!"~b5TA7۲,jRsL^k vIvXOc4 Dp8!ܒړMOI~~& R'*.=_gm&=:}E>Oy7o,㦭?^ g|H[77mJ۶Dܖe s#su^DZ=!]<1Aw *+/Er gGYdJرO'm ?o{?y>b_`k’p4smlyQfMqWtȡIxEp X݋7$;aJ]9TEY#oYvUˤ,OsG7A2R$pMć}]w&gGp5۟"qv k?>QZ;4/.Ӱ;@&(bwavr'2K9x=s Nk CꈦO^0;f9hk]P$Q9Ǹ%2ԋ LG.([+SEDm{ck)!A/ E#qoދ}[kEq/qΓڳK166|&go5Km#j] ĬlPhzyx|xjL:x?n^>< KZ{_,4&^sPvYp珣" @3s(Vq@`O\KX>san?* ))C]Y=o%x()ekj]}&H 4J71&J| DܔupVJ̇.SFM6Ɏ:3sMEc<^M1!Cj'*7$wbu?rV50b)-6|sB Su;Z6|F)9Bgy0ADVljg)tL@xsk>$D߶߇)^Y`Rw ӪxލwZw{D(WMTk4t92=y("1φmk 3lSqmf:3fKN XF<ٞ$gٶf tĕK%vgZH7 \rBUC#bCL9d2!)i=ǁ]zHB=YO0foJ~@Q!`G%NrHk${9l=N-ꢬF?")ZޫRb};n8}j}:F$Ex^=BÁ]zĈ mHviz~ǂ־ Ik]06pTv mjk;;&g:cgl!cQEdҸgvsq@>Q:bgrwz &~%tV̖-}d" #V](ޝ tuQ?)\"C0 e|";C(jY[mlP6iy}b%1N106&BRep}lƛclJTu=݌h-4~f[}seKv 4$}+KW19DpGKNr ķon}Zo6 id9 `5*Y!ߴ$Z*@O jFWz||pm^W3 9X0,b9XBK[n^ |ėJő9_ZzՍHw9j6҆55tKn L| *(I6w9]8ؓ{P&|uI9Hf+FBGkyqoKO8'nDX98 \7{k;V( .vLY.,$N962.oOVא/Jsjtɽ>Eʏk̰P )$66”ݓlKA d+kV;T4Fܱ0xj[CXV` q,!irk:T_"!sj4qq]Tm&Lލ>"*;{9bSɇt]j@OQKGc0Ԅɣs/¸cs5yMd2BwLх}SPjwN){#)qʬ5gj{uji Lh˱!*kuuLKd 8^k+jv42zV(DΣ%r =' J{}Sk17.ܝ*BQYőMH4ˀm|/AQZGR+cEB1d+[]P CPo|ȭtlhVLhkh `X?>ubZqQfR`O{Vew# rO_}3yf! M7%O=dW~n~*<☬?/J(fMJ#VEhEf@8S tBm+^el}0O2_GLE1/0DNX~Hy@I|՟-(RjTmaF0cϯq4=KXy'3yXX-+}AxMX ː~蜞׌1e~_-&p&hК;Bo$h "kdz@1FOlGsc*̮`APqM͜)X!fK3V{{? P#q?FR9o ./25R @P8e NC)*HKbSbTMC8;/kfb<ٵ' oj'śzFa25VP([T;l-S#8?sFGBL"ԇ%dx ,O2禁^MMJfVCk`auic^A" V1_kFd;O[ZHtP@!654&4SA]} v5@Sl'/TJ079W|!Ȭ~~LSHɶ[QCD""`ʴS]/E];F9q^Nz?^=we |QQȨшyYu'G*/6^&B\9a_nߊ&C4GL S皥F4x&XJ wIUg%c>2ῘSëaҰПM Jbb^;Ttwa>D!`b! gl梢+wa^︪fbM ZwJSїMn9WaDqiȨ(y)F7+G#43جtW[?Lk+Tf + rs"Fz /n75)]!F9GסU, o4fNAoltdQ4~H^)E䜰C;Y7@℺qW`Gߦv^\7C@FwN` !V+[ȺsIA?.A䪵@[9 .~;wx'H3[ȈTS|1X"Njd>6(Tb;"S_|m2~֯iG2Vic`::>]EbTX(4?7rT7Km@9'JcPϥGǽTmh"t%qOƓJ>,)?Ɋ̏]BOzm%:{>eT pgʑ&,P `'--դk##:ut+r]ץZGS0pP]]،ތDZhg"Qs}x(d;3j3O՛Ԭ{'H,W/'9oIj9zCUӬ7(&$߭+m-ǾIavQdTAgKX-//;c἖LJ=> `C ٳ<]Y2S(~,\XdKd `4xIܦ+rG"ͤJ k t VxUz-?lRX [XXhj: xnɜ`g֚}C(%~V03 vE:Mlz+#Xl`(sMLuw!iQ!+Lh(0l.bL=LdfzϣBG175+C5*reMijStkp*\d$fk^O"`aC6>V;]R\JP**k{I1? . nf' 6zOE ~Nޅ;.z-C_k&v̀LtYKh Lu'uҒ)v#/Z l:IrꡪKLhRtkj>'7`X,]_°Rsҳ+vr@u uJϝSWyUφQxIH8GQUID]ySLp #0l.6a(:y0`24!Ҥkko:䴞~.Kы;K %/P1KǂI1'qy!C y3מ1\3]yR;]`ykeŜrA5dž ?O\Va8eoFV6Fz8B*܃Y=13w|,Y@@Zd9ZCRj@[ 'CkXX^젟왛S8]ɖkc;._WeOȂ/M7=';TGA/ Y3[]/hLG()r<|O~U7]F9E(CbHEàBsb7;?f-),tnHࠐ aK 35KͰ_k%[)+%I8E9`Hq}ޒ+Cƀ p>G.3ĞLnJyi5Nr ۻ[%DliEcg'g3L>ůCbOE茺T*1d'ȏӚf|2偷@WRl|Nζpk㋉jАZ+*aU݇&!6eFCS{rcw6hg0!$q"qJk@#qS9Z6p`5( ^KEKmJbN+&U͘uK@'ܺzu\"C5JkSGNРMxFṽh0SI'&~] #*[ ؘ^¢K߆jbrp]׊ڔE$#h+V;UBci uPL$}AAىA/e{c">-c| +L&[gӰ;~yvpU8Hm+f9~A݋&(G⋯ii{7jGp2!vc7bizy3[Hw5vb=OfL(( ڹv# j7x4eh" j~0pSMZ-rĜD/ly@2Bպw7A9Ԋ|[*7'D!UĔVL}ըT1RX:{QLE g6>'j3 CJ).7j,;u o8j2poxF@[+xU o7.o|>w Jq4}$"]'Raa؋8WuRƘ _vg8VhjLbvJzI3F$P!FgTyyoYX9GM.ܷr=}.OFcBs?PbqȾp*E~b@0O G:.j2@ be!$HK^[T%1 (bN"қ22C@|dN ~Cѥ ^l3`j-nJ s(wk7T*~Mpit ^m^:ߜ1BXcV65D)!?& 0,>%S{SUPE5:z;d/~m09"M> %o3R5Gr>_㼻2d!x{ڎq4s0t<5 d}kR^&|]GUdgX¶&;5&V`b"nFp5Fiz"!(C,eI}2"c7a|sbyF7kԚBBCvwO 䕁gVŌ2Xq }0}m-ɫ؞ m<$Ėfq70VGހ+WB!aD#(_+-ԜUbt+| K9~i8޽"u&XhӻJ;g`dߩlv7CŐ[.g/Lg~)۶^*DKT/Ob \K^V+&.CaN}")Tf~_9v/eR -vŭ{6&1gKz'|,#Fg/\ESJwD$c0jw:,p}VQb` h}aO9zQW=+rpy8g%B~1[ y䇑2N]U\ (Dy:Cȕ݉U+tbgG "s?ߑW"XTjJ WQH ݷ=ƺCFWݪChѷb(1h?) $@!b!h$4cŐ H.uJ҈75=L'N=j}w~  sHZ׻ĵE}SI+|piuXUj:L$Hwlj@eh|s=l=:Pւ+ (vFp FDo߲9 wAܙ׾D,8Uma9Nǖ^XiڕcL^{79܎Oi4eLc/7u٫Ohilm&,g:A,KY"dTB5+aq&[xDިâc%$xGav6Nq߅ݷD!41b;'uV+W ]`ʲBE-}"077` Ys{ .2ڳ3xbWMx vل"c%۫.ڎJntH_!ؼFiK=vH̨eM}|)wIS[1g Dΰ}$oRQmB1BԈv&^CՖc֏^ !Q8xsezyTS ,`wm9E¾i+XwJ`.9IfXE靇h/~<[ɮ/8ָ `K>x`.Ǽ[xm6FxB5|գIh1l,Mˆ f ;s "”[MVgҭ..ꑁEGڵROg%-(!l~Dz$K "KSnϏ6$4ŢD"P1_ qҤ%Siӑ=7:{_I ⎿1u C;vWGt4ZmM6yzsb~-F0LA:vDֽݹN nU[B߮cwqfS,X:5)zL~)l1fTqqcg,c`ybS~WM],.fo,dBSESAIK2c@_.$ǿ%[0"_pĻٕ~Ca'>[eL*u!cEBjΗv,cŧ@B4Ol? o.gx;Cq kG O.:avTgKw vg=c- 8xԅ8WƷ`^Fh)}b/hIHp;H} Yߗu+0'[M5}u▮?i!ள9 ,_8Z@+kbr•Wg\[vCFl7S|򓭙d m]F Ѣ_snoR8NJfHP糏lGIA5*UQ`S {|pҐDT=]'I/8Ld\eWvy#5}eOfs7~q8 ܰHXPe"p;)ېX$cѭ#` mvj7 J O|J -47VڰS*sԾ@5fb*_0Axj DGO)h6\([7b[t!uZI) mDLjQ}ӂ ;1.\eI:tҹ/+#86=d>"̈`Cn#)S֚Gd+~nh*l~`S}8!Qcq$Ź&G_LVi qn7^ ̀9db3iGŕ" i|Aq+^D\Rˌ<**)gkyU-";ALhR64x1 >·u DL+M]񆍹5GKI1yK˼ܩ ^zZ翯4/b/9Ș kz]>9y%܌Q3L&L.s2UOBe߹:8T _~Iw)1?ԁ!yƦ8wiuV79`Ey([<0in2bI7d(9a?eUmY@פsr^cb: Y$vcxqT2o&1cVx>xs6β ;Iڵ&ucX I4yh&NZӇ9>?h,.¹vB[ot'+m䪹ibY+9)3ha6őD]Xo]ZBu̇'#Hؾqk4MlvxcOtR$_-E YE~! 9Q&cpqDK])U}Ö}4&s,hej:B dػ wn찅[B5!`zV?ڽƝLL<|pLdSoi +?Wt]zINW.jxl'Y{=+ӻ~Jܳ,wu,s Z/M`k'ɛ ο]ZMjM@ zo`pD%|nDI&FyCFy0[/? ű 킩fH<{*L#/Acfu"wF50uOS ]P/EG|5"o2BxM͐#S ijar7EVLZl-qg psNsSkcrss)cxB+xtjMB0@guKhe< NDx4THtrsphhSOG8(!xG+~ ŊZkKjh7ވN=8hTMLR;OlW6fRۻ'L(Ƞ]@l5EF{;:Y ~͡QvD9-|]\]U9XateNhe R41]LqݘrT 38.n+~5ESZ8[GBw^l޹Y8O͵TRLavaxA&-80J8^u H@kL'+R ={:,+LWe={)@Π$Tm>x-,."6stylI~:m+[97o/hVR.gZn A1lA(;UR8-\(| :\XM鞋6}fg!lE5BH*g5U0J"~x\6(4'= eT=RlJ9ww,hǰ fw\ն9pN&m`T"hrx!d%N79j#JUM.  ?vVdCFT3'7#7mw;ױsZS3ތwٖZܖGx)[WJf?mįa-GnRq=<Ěk$k^dAnI:V.#IɞT^p6$ϔ?hyc)&@|B|9@'Y/Ua&@*T:T_ߪZUz/!ƶEAhpܓ6* LJJ=8pBڊ=b6rrmd|SF2\|u1RԟE!:LO ]Z)i$e{m V'TOq}NK6<ݺ+GkAS+P ^]X!cbu[@Tk8'Հ9{vf=MӘ >S,s˸Z+!JZć#o ^޷qfz a1H{W<3T,vgV-3K5k7!*WK2H*UӑEuwx-Z†|GEo|H0ygyZ^43oKK7#ن·K=h fm@wŵۣkAXJ[e'GE R1 BXjk@*t+̮l_Vj|;kk% ddѶ_dCKb$+pahGҧyS8D6-m8Bm٪UZJdN6!2i5f@%Oo_ByD;iv+#U 2!j!K Ruj RmEWpqPZCZVxy B@RTbZpB,͖]֙&52( &~9c=7,S٫\Zx[CKdip~gU10`dвU ֘jZiN) k(=IC6#Jzd%];s ܮ%dpMų3̃YjsEnEio6Qy8{M;iYZS)X/ X`%0},h {R?xXv R^ "z7lWUI @ ަy>ۼ6r6d:H{ K~iӛijAw(> >D^iKl.^g: hML?ϢhYNMKCI^>?DOYB_ G/ӒF6yQ{8 vgfvRǠlr&e]0 %|j0mW)? }4 HՓ4(U wu)TF zeAk{oM'<[7?sfuJjʺʡ0fE{+O~37eGX:k~EhQl ԛf #U]N6ZfFT =tN&R١y*j̊=4}龇xĕT1J_ c)c~򨊀 vOeCn(+zh'LBzH9YXCѕ|/*y3r]+6ɔ}R ,[5BE`:fu`ꈼq Xg69C+t۝3e (3jZz%{ ]wJ0Ccl @,(UC$9tlᡬ$QGo9b}|ނ$ )/AY9_1)Ʃ3#m?0ɕ0:nզL̯joф@da E'uZ2eMBs{A+~*4:x0:pLǨΥ|;Gp֕p 56mڤ= !ҋ12!vO,""bwy?lK9ZKy6|D~o^9A8MhE6cy$;٠i%&@)uzp$tj%\r)Vso^V8=Uh7@O ^%74 -=TW-7khL$܁* SDq:ݐlne s r1 8ZD`-4էdZ \٥٥.#͒)W~*j@]ϳ+^[?#Z8m?imB}؄ToH8τTDlXL` @"KJf?\jXRP;čegkJ$Z!B:a{g9;Fz z j!s%!YK'g7x+MW?ԩނ-|}1ᾞ T{G3R+BЍR-f<1RSM(Op0XUrdTowy,ㆪp.'#@*D?b!*; &VhecĢNSD[˖= AY? ARAd7K:yBѰ Cu ~2FjE5k_d #xAq-CfȲ#PkŅ,(k>._uOH^0=/5rLlPj5-}2Q50$Uh7.n&Ё|m(#!.%AmHTjo3H",b9K[1%4⩃& C ͊I\ _2dNk]< xElCjQ'`ή.Sذ.>bL(i4- ֝*Ŀ{hDB™/Kҍ> 7֟cOXص%y ĤtكPDd;w檛vܧ(/⊋)]=M?q VB52=>^Meq n4CK{@)@!e>KӼ7%m25r/NcfmPگ6Gdo8JbE .oE+igh#L*e$,C_!(쩍yY=~|D8KBriPd+nET& W;5bPjBE_]D٣g AC626)q!-b7"ۑEԟ~&8aR6ElMw7핀gɲ@&OIN R6}0:rdwI$Bb+CTQEDU/}ނLX_&/9Ʉ{{0R. #;j ̩WΏ-{ˢP*ǵ`RE5* _{D\_XEK$3\7ZĬyParBc8Q٧r-:6m~pLʠpO\F IUp!(Ȧl a{]'#t!IY>X?!L~nI .]s]#StYg:8B׿rنR7Cv!ْ>%Ha*g /iNSe5Ѣ ̺#fG1yġWeIJ$xͭR{kXW]r%x1wTRŜw# yNS{xc]ƅw!Z~i|p9WQiea۫[>u`QpݢogcЗR΁( tD}X 'tAJKXByurɬ2.Nt, 6̴Q9]bv&^fT[Բ0x\9b~bV-}NΛ^ "_/>Щ{GtڎSF.5Иsg_ӌtCbNHp}mɅT̩b56s4 8G[J;GYŨbkwN# ͛E)r,$='%<.zDER<9M#d+5x("՗Ѕzy/sT~ROᣚ(!xZEV~c㿡 M#kj?WP3L! :h) cFFcD~ y ޒY,8}IH8g{M [|A3VJ <]>t'B,{,E0sHVm- RFܺa e'iECTiOSVRh.ɬ-wiӑp4 <t y])2\NzZ{rm@]~2},/, q&>:%D'/;z2ZƲǛoI{+-fPF'ݢr{gjl*˄BrϽ:Wa l>+u~NZkԎ/7je?8HKcu.4eqݍءunnW-)5Ccr!n CB9{)JN=saɁv2_|`=7'\ T]m3!%p2x>a.cuuO_u"=eM`8Jc譅胡$P2Hrg:{!ceІME쉐3Ƭ%S[bSo~ oZƐHFNMp\Wa/fL Ks(u, XSBa?D3|ЪrY<!f}̓[`-Eޚ[T(?zgSA-4VÆtצxO+zԮRΉf21{d8؂ @\Ńnm}zõ2K[2/J:L G3W- @7!1@Ͼ)z7| Зܹɍ }LLoO=xD=kcn8x",NMPD $˂S-NzMz_}OzSUX# nH13sJSLaY|_؟^Rlqfmg-ObŦ|_YD% i&0GrfvS e~ mn?r |q#R*$Zf$RH7tMyR|C-z(12e'eN}<Esc]ǎI؜7ao[9?1D֯=(u׭[w`Qlϖ%nLO%뇐(1Jq#vْY#m'ݜ9qƳ% 1+PطRg 9;R]LX;N#fML9%f4w&o(o<|]`_yj8},[|b!+EOEY[d }g>n!|4OY+N`s^&닄<Z'/7sp6LtI`lUkLKjs#\mGg<8 ZihIpHd9Tpz2= SA1E_WюJ@}:J2JAQkԴca9Lf_1>ȗy`;^W;1.+YbkY49 .e09FfpJ<]Q9'Φnuw~-P%r$ѱS@K"dSeY#f|6K2wJid|-d԰j&k,?V#G1Pd+$GgdA@tɦ% i65O:{Cڡ&Uny5ٗ?aoUЋ$&҄)1`+(V`VTF.9o ]tJZq0sYGt+uHYX󠄱qg-dA,CANEϮFq7+qGF kt58Ye MFl" 4[HV>gjp4wOޞ7n%J8m)N\ٶfK/L%ێ%%ĪR4B(5 ; 1U.GR;tkX#C0FK6p xd0 YcO=RZCJ`L0cUKHǔ2# \Ζ/ZNJkfv)7Չ }v+v06iw}O1q*[(xS'XeDk)Nc'j֩ox9ZQ_Y$,_Roe[ b n&JxHS*8K&ޮ"VSL('wT *Hp/?W Js<cFF bF Q r]e%=A%W!`f `z}d0^"4XBwƺB8/"+Rӻ-v_G!&*|#eɆ@I rocgm'|~.]Bל-'˰EYlj9qXYl/i#olL*~&DyxYcfVх 1|#q3'%gncgPdUb? 3@ Hd-xw҉:JvwC1MOehuɲoRl],VЯvTs*%?=wSiĨ{ӹ[2a _f|c)gt]{1PL(a "r p<6 6꯽hH hB4X/ t$9*tiޜڻ|0-E} Pxb1+)(lm,=\YЂl W2m芏Sˇ69Tl o+̭Bޚaj& tR(+us:JJ*Z>Z0v/ $g^ e5[ˡ';=^*mx|E6vU3'=T m~5h2Xp# Q+SOaQ.)nR.z)ހ}Q;)SBCq.jqikeZ#Hf:\ /)GwfmTlFAٺZ󔏳!nEx2> dURŧGN +TϤ)C;J^M5m/q_rRf?B a}2Yb},Xlڭ!|3徝GyS6VYyh$F.brWCV$ 4t#q6@bؙ-KO!ѓ[N֞i.D4 FRgEAm"PvX}EY5n[DE&%L8VIb^1C:!(뫳ofUֆ L3V%>˷H,MdmAt[Gpv}<=n 'n|.iS^=>) j4u+Tl0>&5y,Z& 5UvT[2!MZbzA3 >C;֮6աϵ͕"ԬQ37xf1eL9mN_?<nU:ϑWq% Vo2=gV:S֮I#7aFټIC'Μ*.3cJ@"&W2V(ȿf& W5JBfLګPs&yVs]UE+[ӚA')3"S 4`iN3DsF^$~)H9:΅q6SvN>',4{Gj0' ! rLMU%xR nz1G|Mg^=W)$H:O6:/b1>OG<)bF8L}i m=Wȭ+Ҝ+(*a`H/-)) cS УZЦU|C4Q"lq, 7؆mh:"ķA$ b17{{G;D&'F{}8,G/yCYyg]{w\^Oޥ(28CVhȻ F2O)30oT#/î_" . HeUXFbB.7e]QUtT\ 9t I[ybS z'%" oѠ V A74q 6IIf#6P8XÒjČ]^=zlX8%F+t$ZN~BwuȆ̶ jT95ސGr`q0I!;5m 6vM27',,1 Eqf.3)K8(a/dzv6є`pHĐKNOln)SV_03?8"F2mpe|̔^{m"Y>k Ŏh+",Fȁ-y88*3=mVd[`G)rBx3\=G&DC1;r\ȓHɛ`ܟo:v 1Wž'7N)6PfE"`GHP`Os=\}f Y uה9ܳ=G9eѠƳz;o(k =aW*d.E4Er(Vl>o9 JjmgTG{M%73xtuԉr  _/iIF1*EkK`nT1"&3̝$MD q>흿$V=IhA4Z]Sx/!E YJee̹Z׹9vȍ"% gwd %"#Xmg{ R:NSȆ&¬M$DAеĤI#:4'Z0SYiBC^ xm/[Ot!%C j"t8U0>huԳ-FCh<wmSM:+)~B =ϥBM|d8S>ܗ }6cORbeqWDϐTY-V09PeU ?7(YNtdVH^ ]dak9fo8ߕobUr7&KLGA(<G=>Ysf2=ES!JޥxY/J頀43b?_eF9CCԢ.ڨ}~FtXf(zz\;G=@,>4 N`2v_ɻ2$JM.IM/L a!婙Uuͅ-[Qu-p`2]q D4X)1>iG@I ]IK&T5q6 .gm^\ 0Y%._Ԣsf[^U%}Q?w1u'6&r-.-^psNJe% MK Xǣw]7D]>pui,7@anUdOvS&SS| 򊼹)"ř7<& _˻ <>Qs.{vE<,2-Oe*b%r"n2}+; )ӑ[zX74DnYH$0{߼yU Oh̀}2ϾREV'ѩeoיׄMUf^v(d$?uɨDr%U3 s.D!PonΌZ(=Ǡ&y3f!Z1Z'sAof*;/S[7?_2B6˯`ԯuqsHNWK<90 WϺ5׿ppޫlТbFBdg}CC*%rïۑdx’qkvSm1q_Dh;d!!5VU|W0 4u=р;9kaI#fEφJ E,Q1rtLo*Εz,wXHF`J([CD%}!0qnAL0d*9xmzEy#Zf `*V]|j3E'̚ijX?Ѹu-oT"cc;i\-ܹI6xf!NF%qv3)%8<.Y  VjO=o⽯]DVa@y{uskS!ZbjUϗx~JV5#"i.'{7*MPy͢L|0`ic634M7Ys 9կrNKoRWרPfB=Ө }e{ hD_Lߴ нZMH-dSRjnvUޯʁ<}E^ſJxN,p~x~>lgQ}I:'tM|t4H!^/o<%UF訉Z% $ *`N0ZtU`+>[nx^cx(Ŕv/g$(2ԃ{|wl۸ZH(nHqC.L%zݶiܡnw%afSW͇fE~jyXť=Ss$>\ؕIcj;fѸ@P7{7tedVxS)!p*,Z O=&_$x0ʼnAwt6|7ծZbtrp6Q'DX/my~ >b|sW@Γ A%5+Q7.zt@>d07kHb'L)<^1Sp (D\c9$%-yw8r8~\~'%}۾zKƢ4RؘB9jƋ=פTb f uʂfTI&k!#GyQb#zxqfT }9!WDGsqNNؔO&%1Wq-ؽCn emuˮ 8%͘we'#:Ir\qDUdZ'OKʤ3oڃC,>](B,퐗죤H8iZS ͧjiLR0&I9;SÿN;.ᐙ+/kV}tc,6֦:p#d; ww<0V+>_V_.:X{ pU91?*;O4[ay҆/loP.<&tuJj/2O42w;HZ\uΘ:?6wkǼ[^F". sn2w)LHtbҶ^\f1 ik[QzF-䅞e5d).:NVZ7^I9NyJMD~$J!b} a=?Yuq*P:.QtT!Bg|^?N},ƒq\MMScg!R :,Ζ ̑qk5)_݃zV] ؤ+,6|F  7F-4bݾEf[P[=ðe^&UK QuA xWhX6$ڮr.6=b& A/p3Yf-kBd,L秢e`bzؖ9c uӎwE[YhS)Lh1rq"2?%y*/{'Ήd1FUc'pAqe!+9eL) prR\yc_^U @NmEvh~l.U0m8_%wk݆@/jt+)%A 4Q,m͇5F7f%0$)p?&?<{l}UD# N;6{LJ)vĥMR^Fׄ`H7Zb[Q2z4JW-Z F(xI߬TPHGV^f3:g~)lI)ZFtjd ߿[<U-9#Ӱ~k9.|P!9;tDư{{}ݫWBښdet&Ί@,: F@ ]^%lve܆a:pJKR(>%pMǠ0 QeŠq*@raW6cǦ*#>0{9oy{5W#l04(1P9R<7+;^@3ݯv`@b|jjp[Yܟ뭼B};Xv-4QO}&6a%ν 7?e|A=(12H)`ZpX͋Ct-/g-z8̗z1Y,ZՒc C61C 4%;-U d [6Q\:csܴebix}ˋU6{fwiX)YB_1=3e2%]vrbUH Y!pD7)퓒-̩d2E҅He"UiHޅZEwvMR=}]PMaWk6Hsg8xچ&I~~$xGTgo!B0ߟI!bOUf'p誌쑹3aJΗA(E\vR}u4HP15ҳT,Zs-6?Be7V|#tfکTi_խ' .`x9* MAqv{I:B:@hI S^?ε`SrWR z*uk@U ak+O—;޶Lhtꍨ^60uGN|:sM5c{rIiMU3wk!8bz$VDzk'هŐohGT4)Ck!`gBByThGo(6=V6137EE&]QziǬ2;."ِCJ8F0EI-AX\I %*dvCMJ;Í[;[5MLG,z>,Xj—{RV$ciQes2nIH8{JаX]wSaST})8)wZu@+)w`c|an#R](-Gg+yǶ JW& ӰQ nV27&pABIY:]ROzЍhn99̙k]'F /56'e}\y bN>w$ Cp $Jd?a??u"Gԩ^GMQIAkһaG/BzSsL|doOj7h+_ʌc 91$g?☀7f4ӟes 0#D$o@l3y>&cDo^P/iɣd2-AcWVlmĂ$PvxbK͙c"1~lQ%,ozYF?K y m#laJpũU\ Zw8X \눶AWUO'Տ1>u\Нluo(|~+f[GQS|"Y06qA|z=1cJݯ54?#G*^v^M^GGv~{>bQɉh,f择y58I\f+%U{rʷQzy 3Dӡ$yf@ \mCpE2›ϏJgiD`n 6_]V#Z8^mL;&yڦtV0o}z8?WAo⎺ ?{|MBԚ,wP8c㶬,yѝ/i`/Ytz7HjH ѧ5VbO54mX%]З҂s,zMN9?2r^1n{ik9[A5n=ֹZ)(*B%u xo9|5i*hHsFrB>5R2&#fK`Yy4( 8sup'ŋg+2pM0ϧT3ڝfVs>Kq#a@.`2S.7}kbd\w1-nK?.L!kݝc+*$?lV!w%s4a곴FQY0wXU6ܳ,B:"x nbKG` Ց)S:Lld>(;I[Ty{Wvg4J=QEiO[OSZݮ[^5^"<0QpcnRہ\Y^v0&|k? /|RIlu.XGŖdcU&`NBP@(S H"6T *;.Q{\N?b V)=O}d^fpmS> -uֶatXoi k,ÜM8-˸g~u]n@{NW`$5Mcg$(p.a`%NZܹܓת`찊'pi@?בnxO +HGJ9Sn[ч>g&MAʱ5/6sIsrN5yRQ[wp܈&`WaƧs2Wfe@z=xeC9d-BT;fW/ѨInЃrS!1h`3R}kxPj 58(^f$X ~n]ϙ>!n;9.L^!6G1^" nEgf,o ,d؝C I9t0Y1X?~ W!\ L:\3+Ȩ;`0f4otKp}Pm1-gd-'I2 uުx~'Wx =YUʜANc=R|K!5 jp/ԣV2ƶtj"9XbmO}%&EC289;%A"{8r@^-獟qUR Lt/:*ZwC,ɉ[A`@U"4$'$JHןp8=/Hh h1336q"^)%&(zU]VWӰ @B(G0/vEzh~Vcbtat}`AሽfUQO| , JƷE,VY##`WV5Ȅ.,3unX(kYsq3䵢=8UWJv}4`+EP')zMԾ&0Z݊8u&!eA+[8Ѡp,ot>]Xw7{Ff)=4I_N|nàF/ʅRx5[Hp.3]ǑзCEPEW[uئOHbyA=9c  #6Ϝ [-pԵaNLǰ)3 ϱ_BD!z}IQ4Ɋ RxzxSko~oa*RU=9>A @sadGn6f2sG8SJ;[~e $-[XsAJΚQ1B ItwT _Pr*?| z؟>`[F(Lbt3)/;9O%3'$YZĒ13g Uz x\ҖI;cȦaD[P4D #V-UC )>` !D&h;9 8}Ӿue#9"TXmHmA]e"P=VOXG"Cg=Ae3 Js!x#zNjZQI(f]klqiF[2cG-U_{o#0U'c*LZ /"V+h*?β߁c.fsß88&ee^:77.!_EtA&{V.cF~\`}DZ' _/KXBܧg2F@E҂y:JNn N2Z:r[8շRQFVoH+~I( LjZzx@5nT.X h}BЫyXt{Ozh|Z/l8WVM:UL#?b9u5us[s'V79.{=޺D M1fֶHQb#}/ {0rN͍<>g]:mTnn].ެiVoƒ{oYSw*D⤟Yn[SCX$xDvP8T/eJ݆J6=Q!!M!^/1;H=(Z̪LCTI-z)N $| N|@l4Pb)L5=-W밢O\ W`]L 2dŭ7Ł32/HQLLl؇̄ݱ&Iaw 7Ч="B5yMPi_T"JTt"X ͨ5j ܡf@ cd#ћR,崘:UF)K5KCT%'gL#A 4'qNշ2t 1~cOI{KQ򳰈2kCc7ަ8PbS 0a[l|)s@p)5]i mӤtEx,iDJ(=-`"'?2Qvw9Pzh5E5 v[(m=BŔ8 V V%USۯe'6 VH9@C%tXW b[ʚ?N{S l>XǔALrs?"o]p3:`Vaψ G~Y^6|#07&^v7Y7h4:ʁa(ʵg7@d(pջIaGJO`cso;"J.cZ 'e34ؓ+wns@φ}½~JRaϣ9,Sj*0Ҵa&fr8d:Le`e4C#`ٯY: U& -qLÆeoEzxA^{jڍ/%w;;v`=9QݟsjӻilI< qscs=P Ä7eȫkƯLNHжw.E1[^ \$l ׻ !2fvmE,.z۱!+D/e3ӥfe٪ (ON=cOQRu%EF%58 t:i|Jqu1SQ7 TYdS5qNs4٪ڂcxLes)H;}c}2Mŕ䑖n=-'j^+1'D~g!4X4p% 2CdfRj$!nмS|[`PP\)tAΩ,y PV w'qN7~ar Ce/ ="|ɋ=_=IƈP@QUj`OA,)I1Qɔ6ӿS 5(ĺ'xRiWR8_. gf(m&m9K3v-2-kWҵՍnf*\xq(鄎{uoCX x:a?Y? AHF$J絆FeP )#mw}guR9i6ŕ]6c@3WZ\vZv].4h+ ܠ΃bOso` >Kowc)kEUi۲83f/!lML9<&EAr!,PibaǩSH,0vDC? +Hpp{h6N+;vay|V_pbCZar.`ت(]J9L@4rڃɍC-SL@"$|@6"klbģ>iC1iҦ⛨A/ hB !RRKsÌA,X1@ F6ԗU0zJ~=2Aqc:]+k0tt&8z LCީdGDm `af&&'Ū|Ɓ0N[x#b*2a2/`vLRIRkX3X'F!_SCMHs* #W&?MC{<5}\qCBKf3ҲsSZD#(մP gcqcBC|Ǣ ;>R5N# ϟY*/#V>lX.5mѳ<7Z_dwfzȶ~UbݩG5{GmK׍wE};\j e.s8|j&UsXŬdTHo]{ף0 isK,ƽ<>4HlNS9ve2;=B' +s"DŽq&ӆyWn{|S۬QO^OYQ7xI7vLjζ۫+rݤk8oVb𩇾¬?ȽkjDDU9U Ϫ] 5BUVy[pϡ)|=b3< E%~Ҩw#IWlJʻ~Xi 5Hy-a bFtWB+ZKqRυhB\[E iL/ۚ|Y84A)wjR456?As&(4dJVOQRM? zr|Bks:üI~2/Mnwi+ҘuvrZ1* x?CfuSosca_U=QԩjCMgTGv!BNڜJ73uћwl#MU֞ug;UOϓEvOeES . b>X*k'WеOW7YZ;AP@<9D9"IIS^v`oX: `д]3 ٻGͷ.yC0^juȼ]Rg륱v0whz(̞5`/wFȭsD,.Zio*s?ΙcH]&۷ 0HhkC@KQNI{3 .pǛ}aNF}gLQn]ƎgB]$ʀih"v@n/5nBy< +Tp?̔xd,*mZ z&^5{`.ylwHkCryЬUDBKʜThQbͧ7NF3T9,C|N3XC8s1Ype̤T&oeԐgI ))p\8F?… G`e4ZBY?s] ^_.$. Ou!<f*DΏl~9:i^+h` Wr!E\?TeTX$9B+cX#w(*8kWL<6qƑxL):C7k_H;O6&\nV-y:K QwG h(j8MDpNi4SG4t@S4? jz[9X |hGnꩁǰꖦ!O>Rf3Q߫m~jҪKC z_!f?4ru.OJ~xC \SS+@f&?āJ@ҼQ!{F_wLM2n C0RDzK\G?$ y}S5lb]?!!Y !}\Vp7pЋ6OxxB|Pd)K`r[zdy[E ֧>kg.:;_\,BNe膊C5И __1;bTL!tj6qcp;7}#ӊ$ qKQ">eGG \ĥ5BidR~>%ǫڊAt rh֕|'v=aa ` lͱ㖘wY*#X~8BxWdBl%~D1-%s"|2WsCm`ghGvCf?}š}L fWB_ɓb8߅/շSJaTvΧel|? U!XFa!GC:L8s~ɥ* M+Ϻ*Skũ[|Gyq Ql{'L#6ArJLbeܣh 񾩴Y~P+ӳd[V:Otu3B߅]x(\Y|61 ndes _lݜrOU4ͽ͠iVLApqIӌrAdPknDy5L؁)K$jA(Pؙ%~Ŭ'ĦjaG r\3̬6}TI%ۣQɮ#P#mm ;/ ȀŸ)Q}@ݍ+"{rȪ60.DĊH:W/kY øO,]p,MOrPq >D3 0=Jp\xMp`_bmja)[ %-.=\ǿ  $p恣;ڔyAIO\ssjtۆ3ŸM,Bu )% t&h[=~)^s>WX V\o ʑqgg/%]ߦԺ>llWvn 4HsL$SX'+Ab ' ^Ymd?e%PDjIt:ٙW;6s`O*(85M+둵,"ױ8qYo^HIɬ?!mMeo.o%%4ҳ#͆r鼱=hcڗC > I_M,]s fn &"t|#HБB&0ZFHzb{-aU-i7Ȩv-,R'psZlM>N?9l b"=beͭzIe%q\r꤄i=A{bDҠW~uSg+/u ]pg.OXYB&VεLeTޜwVMGFA^׽߷Я+WN usQ1t|ψx] g4!{5 +ʆ#m~tؗl "rs{QDxܭHqh,by Aڼhs*J0&R,AfyI}WO1Y^ y(};c`FPJ{|ӽ]uvФjp}x{u;Imx}cC ~֟1>]u59 j!nB2 +OvF1n#DMdHKPbdt{tGƿ_9-%Π&*xh4GQgLaA9WX&7U?) *]bs(.(O !R5 լ:}k?n<iu[=Nb#cX Qx^cIR@"p*AV~?p$n*$$aoJz_0ڵ2ᮠDƳ*Cwt'X[8|Pzڏ_wr3Q"R,N=1x@ 3FdU' 7%Uh5sk1t031;Q+qRh봲ހ9xAMN ۆP/'3MtMc<% f~G܉5 s;ysRcL$˼8#3Oa)Y."HUA{cP1:b+V}1^$ z']Q_@ b2gԃ ߱Sf_Ӈ/C}?C5YOl&tJQҀ}i~dBT%aOvg"iLߊ{L֠=Dqu/A@(5ObXrlCbgCE&SeLl Q_q[ILtGCCm)KY\|aM얞_LL<n|ٔ^Aך iVmW?WF#Jw(?N4Y:cUM @y ]nw iT$, wo MI>Ey8Ȱf1!rnQnaH$㄰W @w- Qj d'n2WKUQ9}]P ̳ڑKn1+9*]{ v&'c[TgoN. xX65jp& /8ע;n Jؽ7/0"(6l 6qisѕW0[ŠBRz&5O 5)*䍺I,+d7#$OTB44֐JMy$ 2@U( t ie:1,;".J_L1So#j*\OǍJ0Khj Ðiq}uh6%}],pr@.*SO?y 𖾦xG$2 j0*X$t;@Fs2)PlE]}1i)JogĿonRQ:H 0REj_o㼐='QO\_vAIAS. O}䁢9@n7lز4Ps%S57bʪCͲ+t .l(WAK FOX]ؖA~X'Τ_@ǙScNaIq7֕DkyVe1rl`CK8 s0cP9c:-ixŽB@q5mh_:j':ǡjv|otH-=L(qXOtvH[k27B? !)M]PN_bÉ:~ؗHXJ\6IH2is *Co L{P_ {I݀[̓b MAL q#9HͻGKh귩]BVZAl8(f&D:F-GeSR3?T 3 dR5#y0Kc晬Jc8['@7;{,q9ZON½u'pced&)h>+@)Q^MvM 'w;177TjiO ]{>OQM 50g؃M;;0;-V}e$z@;V_,~,?y\mU4RAf8l'PLەݴ^O^`6A6iuqSJ``K,9 \T"5sXٛƂu^f~;S `٥fyCG| {Ԯߨ]QIT2 {H\軹E>a)-!T&kwDq][^eI8#X?LWiykW¯_?9cq]|ac(0u5à zܝ{9_jSC>.ILw[33RqXhWO+0 q jVs@ޒjKolVJ\^]ݦV(J{WTc<ujTct|:N2W~ܠEX~] {qu)}T)&Y8/>Wٙ)T)_1]{xlb~͐ j@~M @0_+ +ɝ#GٴeMڑYf,}JD;mJs=e$Gض$GE8O{PSc*O$e>JsmO|iU#&o,0jnk,Ҭ`ӭm /PSrkLEsi1_x[ 齵u/z\ o U^+L-y@Ib1+;hp7IP{y6.M(y YTC]C+6p;DS@uƎzqOA|F5{,}jnH:g̀=PL;)!y{;N$ǃ4%xxQ0[s:sݽcJ G߃|(e|]ܿ[35Mup!_ ^2E97e:-Gp|X`^ndϾB @cujU,7f/Q!΁:,Q8 1xRۨqo)kz}\KEI_$bNћ,IOf1tG>Ld/8#C},e\}<e/uڇc"oiUxto",<:F_Wîqȝg>=Od?`ñr&pBT Mún0ԮQ ﯘ"6abruXѹx7˺RMs0ǜНc_t]4`(DK/C1Ixfl)h/ǺDXF 턮WWh>3:Ņ' }0޴v3}rm#rWV{ə1<'~H _j;>2-lF/b)W8F,{A.SB}`$Ƕ֘-/vp֗>fEGNGLH`(7i>'Raa~z_X |d-UpM"=ZN^%VG4f`ƭA⛅4)aUp7'q*MU"+g2Oe}FXVfJ' o}8~Z6|OR׈Rr|i:]RaP 6S-Y5yL&{[_|F Yˇ1Y5=qKgx4B{z o0e$nP5,M~-T9'hEYb,vCx]ӹzR9^7'80g0N0P띫Mw萵L:Sq`Mt7).+X".`LC[ԙ^oJf#+.b0y^:k""V|v/6x]{}2j}JEmT'{0ټxXVG^\M)MASHx'A]@]Ҵ5kit8}1\(wz 'ppN\|ܤx09}5NB)$2fiz"=A4{|_k9íJ_90Fة)ՋS|.;Tkj z Aj}3(|"bG;H4B\GF˵{szGrVr"JÁlL\ 4Q=^NRnr|\wuw)eY+bJ˂Nt:"@`˴j c(36v%k{U;:S"HHnjH6TH}{6Y#{4D\*j*Y&Pa@ MóH4Df{gRaH*Zn.L":fF>y "O6I kn[T/)0}'jAAѧ ӏI\o*uf3jwk'읦<ɘAW[ >\F;\9ݰ'Np3ª-F(H|y0"'2k^zmBI`E-Ki?{փǢQ)~-ߕ]q8%|~$2jRУ- Z[&E(\RBI 7"B[6ȉCVH4 ;%s-cF.uECFF,4m_,%,L!SPQ3'$e[c96-OPk !}Ox}&`)()Q}퓜B!1w[2[`;j͋o)㘒Z}I~九4;i OU29Ki9_;{eL&%;43!dZLѹ0%E&2nqj!M/ [V7R|Iת 0ڶYxJÓbV ̓YZsOiJk:ɾũbvF5Y  [g$;CWW};u9KOp8;ng-903jaS=p9?x^ .wn\Up8\CEl?}_zqunVDžkjÛqp5@DT4#+ e%G jGUz;O#:tܚ n9n4 :nr*iDV#),ؕ]q٢:P2X )ɝRcid"yb6XSLPvILl}Wۭk8 ͂X2PۂgRe ̳EV{ȹj)6fkѥk=cu։&k64st#IǁP<5'-Ҹ|HqMGbriFčUI 66/XsGm3!J]~iuqӵZ˜E,q_r)ָ (tN5oIgOIFJ&8'.?76yלT+W/a~р:`sFdwRX2rqrLC-J [.+8VN16Sqά/-j@®<ʎP4bፍ;Ci@ xf;}2y7+Ygͣz%[]Т 7U>[0S9|g8va(q.2U,'#>a-^p$z76=v/[[Ug :W,I  7;zWǢ7KiBF.p6/ 9[Y0--eC5U6klK}iLl/&r֣sNOS=5Ht=oد ׿Ln*#O+.ҵ]5$ˇP?[zz%TtxnaAeP0RG?)Umfpoe f^Om"ӄyTfK=ܨ%ZJh]}XD5Oxh4x=T֭HgBhb{@B <0Jyb-օBK(_l@ $fկK9q>xcҦǴՅ4vg)͘yiDGׯVDϞ6i,A%D?DETlKfX=}ұfg  ':-hyĀ>0`$yaE231fApD@xMߟSVۣq3eSm\y upEKlA!$7e䉲RvFf߲O.䮚[_7!mTJS2_E;,uO Z]ʯKa>0Lf:4R [AҀ43LH>KIFǜ5vs^h(#ݑ|^&90 :YQڡ{-`ZI#)<}}g+03)8 ܡCKQ/ 'ޫ9Ww zҹ\$-y7ۗgo5)Ysb扥63$E`nk 'xAFR#)? Q|-kfj״Чh4uv~^DQ8X|D="p܏yvRՇF."T.HCiU8HGǿ槌7D`s\fy5/9SxrAݽOPx2ヤU{-J`욛FQrhx3J;L6-:و=o6E#%NN{fJPg>-Ol4ť! $v4t!DgQ j* 겇o"=!jmr\剜o\Bs)~ i=pfz;^(aDқ%VU)=/vyI=ZORJbD[N x57Dub˙d;9 F"]Pj׮qmLO9ႃ=S]`!-*irm@x?ʣ݁2Q3vޭ=9BL1C>.Z UDo?@U׌<%8lzV[b1@0*y@WTc͸^Rs9`=rӢT YuVV&52eUGxMzFz|Ub}\)B88lwx־5MW/xit;%M_{dD29 e?mYxtC`orv!̹ kl%I8XG7KY36}$+[7?B;b)B:}demK 6}@iqg)a~OS<z6m&Gaȶټ|.eUVO TVf`m>OGN(ݔW:`Fƪte|hFdg~822׫%c2Eҥd'HFYX.A6}''x {GlݦT7vy6+ˬ,[V[hFEJM{a(P^q_E Q:EXZn ީVpa,XV\j(Ș;ߨi6|_jipLmPOwZr" @ATaRR-e[ȚwQ/V! mһ$sS:H&~-#⧨~l+3\nD F+l7~Q=v#@"GXԪL]w& {z 0>'_-;wNvp&akϡoYjtR=~4_V"u x2DH'#.|OGDԈȺ^ueGp p4F=fp_0"'p9shɦHwI-:̎1V : _yS`}1A xwt Mī#< ~H`kY{1LH=$$t5<_ki~\HdE[#\| 'ǢqX5sL$$)0$Zĝm<-)rڰ<֣ͱ.xF">JVm6Rr *x ׇ/Iܱ+ ᒬi>'fٟDfSMٴ kXon^M AA"뾀݅j91<mT,KNT+äM&8a>26(QbG=D2w -fi ?׼we߃Ÿ?]_ } wˡVH*#=zZ~4[UD[,G`.ؾ1⻫YS:Hy8D~MJi10NOK,$%MC^KN_v❁ 璟 #Z䋻Od 0; l; Vv{~{J痋!jz3.͘9* N\7PHo}q,n! 0w{_E-KƴeBIzէMݰ.uLNZB01,S#Q@4g]h3!%;?{)t;(\_LKPR_5QE;, _0e3H[MtNKq^hc,s{'N/#W IWs9Yr3Dt Nw7ȍX1BhJ4UZ՛bh^ߨ;$:_sp{%] ( 6$Z&6*u%ROFd 5AP<`0 Naa Z?Kde3ErN].oOYEFZpfg!h: +hPؼ|e@>{ { m@,%Y>a^~Mx2@t?re蒸x ]G፧+*z#A 4m4lǝl,~y}5.jyMlN+TR Q-oӤAj@@ſMt7U3Oޭ1̤1{+O3qΩbd}Upu_YWIԥh5olԅmSd=dtRK'okc\$Z[^2&PKQW%dOU6r-C(S$#*BL0:y~&v&b a~$h"xbzCv Ɛ<0 8qy߄I1B+ +XO;*i/H ~'cG[>@WPEU0.D"DSm}t5ۨ,{s0aaD%}A}bVkB_^cKW0 k8 6v`]QaeEd*0Xcf=m[fEK0BrQ1aCmg9l}:]7L8m$d[9f nr@m[s'Cmš5 mR'R1A8LZ$c+/?$ޞz}CY] PFCá1!ra@fW4log-ϨT߅9"BȨZ iU.4,lK,څ /A:B1r*m"J7#6G3A*uHA%0-“j|7FE`AsW$A-"wʽ 3 h-_J+Q")]VKJ5H/S X((M MN >B3^R)vEOwaA60f>grxhw1ej\U3hHCFagC*HfW[AmJqdWtYC r.H(,iY[ D2rR&ھr#/{wB;Sx&J2ŇIR4*.HMɕd dӞPVkHWD3r;;)pGNO>Z<3@ "Y3+ʕ`hw:)~մReC* <C uSHa/dSK>5i6W0q b !⥞i,xl#J1A{=vw:#d&xxM_NnQtiYqlLYvgd#P'ʜkh1A{tAT4< UZp8ChT֨,DlJSDp5/&>3ݫޏbmU{1meH}SOۇrM.%exrAۡRJZ9 |ZAPmr l 9կ:? |T͐e@l srKE>$YƟ$DJǮ3t>*BŲD]`1ƐHbP"U {6YӺ1"݃5 =%G:EML8`9v5doǭikXV|X8܊Fy+O+{IRLI4SDɇ4xW`ܪQx3䬣 %YԞc!l)@X@ơ%F0.y5|:Iΐ0U8ұg5zxp԰@Jwf9лȯFo6Y*z*ע1kWn v`s { ] IJcm jnp?uxGoܛF*%6U"õ}GFbQ;U}gjxbd!ĺ/F_#$Q.+g#_c§]B vH^DipzU|[C\um&^Ot5$rJGm[g{}vRj3"߰%ۑxwYaءfccG3HU@g|kJvc/y.ۑc7 6!)!g{L[y=Ny+s_i@I2Qi ㇇[Vq$%(d<g1c h94U %!ePABƌq"-`YIb|mS倘aZ9ʸ@2s(pGS4,E$Z1!71 ⵞ{azWp9Zw{X6dmҨ.}>N{g.ʐ7YxR3=7X|<,rpP6౰8#1BΓK 8^:yc3'"p0SfH;NC@?B7 zd]'ߙYI"sI)L~sCCeֻMmpL !ZYx/jC-0,Gbz.v6j#4"tnM;wI@=q|+VhD]OOWv%7;5װyG^@gR=cSS׏` Mk~ɖki 5{@ Qӊwd,kж!}-[E~|rv<w@8TboTJwXR2H2`:B0?.lOϐb F=e`&ncpX!DL4x]816 F*jX{m `pa;gYZ(g=aR|5R9hԓ @TW4](`Z]6y<z܌><չ*湶d43PHeq_ɨ0ADffvJt0pS !P nzFcuBCWiaUpw4TLpW :h~V3SDo] jȏQ3>[gC tB0{xJ` iRYuWj6ђǮ67h>K Q~ g nObH~?pj]Zܳ3zdض[ "^ ;KqńTsHl%~be dM5]JLo\B=k,sMvF$8w鳄Q%<'ɪ;RY:{.So m=z7GyYR8 m) 6p~%/)M"k:bfL,"gNRE%E"{',ɐj&-紉W̑)^Sy 0&Ŗֲϝ/Vw{qa֎Ѧ-ҭb1Pz/C`NCCR-qK="PAࣙ273"}R8><]n9Cr<- =؆Mg]=x6\{X4Nu,?JT@DbiJtqC\~u3]D[NN`EwM"t`Pd$A%RGƎ9oHxLQyl%6`"GHE=zLݶ>nXJ@?1bJuxC:\I{^A7YIsj _ H3u5Ы8G b*btv5T wF!ZeӫySb#ӾS{o+A+Yb9kюMA{)puo"X,K# 0^PV}YOQnyv;nif\mJ:JъR9`}_.I)<R:k m@I6}&{Tn@iάxJdKZ?bIK9csg1# `tjqCB45~PBs7UQۋ RSt( mA!bQnhֵW[Ki3LM0fe"U_dz,`LJ55ӞFP(+`tޑ-+""@! Zus^JIPuLY+̪F|_B4%!?QZ+ҳer9˄`}| Zĉ7;3Hu3 ЅV"ma!4iʖe)Fu #y5&qY 5TkFc؋TޚS vWH7N2US/!̬4 _C*|n hX>EqJM ]m `KUOMgfia.EG z/[tس {42oʵe}VG=ߞv*T+8O+eBv1C ZtF KWxH%8WVUeFV%?3L!o~~銍8Vjt\z&&A*E,;U3 άoA(0[F0ew.N.Y C܃VtzA1@ojY}CZ}Hm ٻ$yxce6zNFr`/ 9iB/T~w0ՒV/>|TR~̛9UK_b0oW_`jV$"}r{kI;cfU`k+O":;X:1aʚ1~ 0[oHpذp-(|{WKQGXx8Wh yu.Aa a,ɯ걨=W4 4=@f.3B@dB5z6Ilwgѿ=鏷j6˵tRMG_|MlVMuyRІ=כ=e?fCEdA+WrA0M_̅Rek$Ȁcˍi42vչlvCF$Jayg=ah =,uRxdn sD+<ދe${2n]wy&̀{~y[zl_//^>g hi(I}ÆJ`3[nPdy `&۵+L=dteRqk zs#fHx#.o 7îZax`U;ȗ`bNQҟcQ.x~ 'GˡZH3i^\)! LPfʫ]49>֘Ԥgh2cCkifzHJf0q_{V SPdbqkۮ=5=KAv(kCӹ7#FTsFcB(G$a[& ގ2(q6qkOcP^J䎩K[H_FTKE[PI5vdkHZ:PbeRr~R\Dr&@}Wī:>msFyr)97x ]KT/ "Chh ē>RW P}0Q-}/s!źmk:і}dƚ5?Օ(\Ű,r`͉̈ӮH&Gk5mm5\A/R!vl<E>4۪Q1 :P0HLԽopj{E= 4' HdH~` =) G呛i) >'b329\dz #Cn]a-orP 0,48-4P?UwD"KU{c~QHUݞ#uO1ぽ9g`,{ź;86Xc/Q&":{^%^!>i(B4]$>T fs; nkq8J@.!cFq*ԅUS ?U1B=-Yt< kCDcǝY uEHA^FxYAw=BY fdEEll^Ԟ,~ PwH^R-ᩌ$vz_9 |x?Vr FJJËcL?L >59~NU]*JxB!I|z{\O`fkz'5):E薷pie aW41q8_xt^.sAˢ1쏨|s%iԒ6~3hK}:b&IiWg y˧mf ]sn}&?yjgBusdx#YNzVdu=`f׌}mVڢXW/ӼiRbEN[-u\ẘ \%!"PO/ z"3vG,KOrSOF( wZ9i;;? 5M`?&o 6,>θ f70 Bx6Sj +r}n"L.f.Fq1h%_0׳noݩ|Mږ, ;<{nnp,U :-}2/'A7(/=F}^¢ MT0`qvkφdvJ- ֬-.e OQTD3iki):YY0{=/ί%@,i͌Yk\kW=d @$"PW㌅3hzd.KFOX@ޖu2cԗcs zCO&JIq47}g)3X:T+if(@2_%rՐ$98#;6U9J &3e.uxHCFPہet,SH(D ^Pxv^^TSD,6eRjuϼ'xF[ uw1ɍUnnd=rY~Ec1 eRr;*ܽRQUHpTlAmT'_,*e),GYcYs!L0>^17E1#@[MIrWU[I{U/%Yfݥ)cnj1W` X\RCDm1Xh*2VQ9jgbe Q瀻 ujH !9|s\v?&{It~e̿| R(JldH-!Xq7aEռqnQ[Ҵ]DRqޟ3]y<^z<4=Z$J#fh .#ZmTԈ9tu,P\N{XwXTKx[آ)G0e'<:SZ-[1MQ]8R*IlPTL*ݸdl$v*gdnCxd/U5nfY ӗFReҝ9ON9p{U ݒo}/!~dF=W֭,UKT3;:޵YYV%S_N$#NJICbW'cjo܍A+ig~SMnk tFtvg&rn}5y[sք/j"T^teCȨ~=f؇pB#oǫOBqMS`{Bz91jiͽvAӻ*>LdŁYMǞ.h&9 vV4q/H_i*v 'Ք(WC1>tTĸ.C{ՍpXqK7=.l -F1!Ç0~bg}-W0Д sqR{hTC:abUAךpu'Eqo1hwB%^tٚ޸D8] .yp5m'lB'cz/l6 ZcLZ~KdZmzIsܙ~bhÆPMПK4Džlg>?\X$ZւQ`L+ 9еdɘUT= 漒&o㪔6`Xy1K ){nҸ7ay 4I}" 2($#\g.#֔Z;S$#H2yMkWZH4h . b0Om%DžiT7hQ& eV4b{$;BRP- Kkq-ϬT왤Ga=j4A35!om݊A&NYh×NjK@6幩|=:xBvd^EY ԯ , Ǜ(䉴V;Uy~@6;N~wI\ScOTNP&<-PARFMάLkӾM@/Pi4Lq2q #*؃4an1{+vw|>3Kb\"]!qJ=@:i;[L2VVB[[uŠzPS,+BG<Š񁤆[SBGJt7=z2?(V :4 䣖qro0ubQ( }+Pנ$T[7=ȅ(\8X@,-o; c50Be dA"k~§[^[{np)q3]?ؿ$CLbu#4*B8]Lb햹2unq?8Ӹ`L]η(%M%9\C`1WJAEc PWXȮzXb in"9xKϪ8 P.4^UꃿPegQ}O40`` y򙃚ct"s{'6ʢ1OGr U"^:J7wCquY#Iv߄IMvFF<]_&U׼q\=D/Clr;TVi$S-9r-z z/孕Sڡ'y\7LjQx¼^wDWdQT NSkA $*tv* /H0c̼| ٷ̧G~aYcԵ;AJ/-RxoD`jvuP}Y' %׭Хs\ Ax8q֡#Q%دapjthr6 ϝvVpNKdnU~#'?>2 B攋 %nQa:;7׊{T#u 婠ȍ!/-`V)iK+M&\o)q1bSemGZqC=.|⠱%Z*dCn6I k$El'رf`x7Nq/.D,Zp?ٞ;sICA.!9]X n-yFǨAC+>Jk?/q1ibJ.:"qBzzEme sa68"ʥ_bXݓReMI}>_^!@,Mj灿Ӟwhx[L Rm8={k^d佛5LM;wP%c$y B~GD~^EX(h'Eɺ/A8`&iXQU{o(fQ+ ;W|nar _*.~궈z*(U@ٴ)5 ?_H=kӦ˜~eTte_gq ?!ևܸGPMQ*(+2L7$߾RJCɄN7q9E);5?RS] \D6aJ n ^L#JL^nM/1օ WYvJ+ףfU>f~dvr\-楚ȋ+fp:S=5]YA2شEE)I+`RآCf@ی ^z褠 -ljŸ?씦уn:*&pC]FۇJPawi=T+[lHgc\e`$_=RQi&XՌ*Q)#Z2F-ϗINpXN[-[}'El3)W"2#Qe OkH>_b D{~ bn0^)Z}k/t}ʟ"z ?~zprZe|OG)zWE&C1,v|s)JJbtJ}UDcZĐYcu+o%ĒW9*% hݒm=Ko5yl_ŪvKz9Dx!SwLT-l*D ݯbU*?(41ǁƽ>ON4/_ҶfS]t>8"X`>yc%xAHh Aialwᑷ2m HZ`8Dm=Hc&rvܖp_8sla}҈(9nNz/^rǖGA7׏dIOg2ߐ.4&5([Gwqy\r S2Tk6b3AJC {[COZZ)3uaJ:n|>˳}!!:f deĹ[yLzR#W`OaE VC2~4|N7K2i[#nC>b.c iܚÀj |X8m^BjR.b2Cg<%5Mj>Rk`ueZ+/ն p؃E<(ji*R.>V!X["HTG=X]13_O¼G>Y2wE0(60zQtkؤ#'հ@ᘽ }-2\zr죋_ Jh8cyIf3XI=K-w\&U3#V5KRhò7S(a^?,#RݝEUV RE>={%\x@Ȃ0+!\H%T.pX}]st[ҳrfRzhA~`v j4DGAk7ViRR%R)e֪9(8Ev>}wtLm!hHlnʵ`֏,λ5~V[6Jn8F\c˴vJ[e[% WŭP7ݪ'A[-fz&D1iʽ%ıT | }s ðͽ|zѠD_H%'cU#hW1G%SWP"vޒV2()WŻ R.~]{o4Tw?N@ 03IѵUl2u!l/@$čܶLG#MpXx_~bR}y=f #%:_UҔ!sgBNo &saK*!Yhr<ZGzUO,&.X3Vx=z {(̠*WT~ cxv2#"%Y ^_ V]n=}_S U_SQBMe)Z- v1F+G͍mV.8 k_'ϿyJ[#g}d(ek'ZSFo ؊z9x5BPrHD b$튢 !f߭ΛQԡI<죗^*qZi7PɁ{4~V-;amAy?'zEOr*NK}szD XXV# P0Wh3dr֤AWHryHUn0GHgx?cU8"WQ;T,a DzZ4d"'ou*bcD+%Yү7t0jW1*!x[o:JΥc[9GY4 Tf!`HұLe$n{~)ʣ9{܌ޒc  vwx`LKXD%xd}Z+ncEp>):EjeM.ϡ6ve#+yVO :Fzw=Vc"Jlhl:=iӤ(~G>v|5#mK0lx?j\ӂ8f:WILxHշt܄Ø  ^Qs`颓=ߐa~:9MUYJ ^-ZrJ{(HӲi }Z2SY2f]/sO˄.0HH$,a&eMș$ >ӑ!ڴfIn/wuieSgW5Xo%SJ8!uiT^OjcOِbrKwAA#%_F[ 7mFyAY?c2]I?fɲ&tN^|Lh~t!*1 j" o*w+Tyuvn acsqq@TMV(kĶ)]5*=HD 0&~=1 kQ/,j/ޢfps [GOm%(9ﻂ:8=֘ R8EPܬ3>-'c6*C0KhPd!rͤbU< 篵ٖz0MRD~/F@ O~bS9sk@+ϔg!< >9=*K2rjPeb#Cs{L kUBBK7F޽WyLmTVqs_7a>:w/'dBpM$?3UYᒈ@%DۄqYljaBy^R$0a?*j>vj+a\`Ѿ>j8r0$gi'A]5 X@Q$dn-2iƺƟ eDVZJlnFI& ~S!ubC:]GX ^io|}_wf3xJِM̀W 5ӧеr-(6vFr炠cZ U7{pluëWN_/q;ߏ}q̎ PS KZ#&FC^*XrrעmGh3q'z|ZF.}1<^UQ -Yw{T~1 6n,u7&4fZo-O{N&;hɔ h`&ܟǠEsP+ퟣ={XGW(a ǒat~c@/W.8ȗ\|^#O!)íN$i@?zVٺ)cx܎G[TywZa 0<-X7) dX#!ۉ`UYxrry中*^ha[ I$IǢ_mU7`sLugr Q_%i\wZɆF^ n89Kϝ's Ex&QlX*P|A%H(Tʶ#'g|XUU4>e1ff. B goړ-N7V-d),Ma'XJ|A~#m)SOCS)ધLSg<_v"S Iwf;ll[(m%Z|yNϕ`mq/I(A"; #H_J Df3ƹSWRuJ ; ۷Ֆ}6z)fe0l}<\Jf='Rc}9M4v'{+*coaZؠD|_(a·'UGX  QLIȗ (iQo7#y{^\P"J~lLCHakˉ+ZyLZ#v@R7e*Tڋ V8:7ؑ5ԁ ,IBgK#W:ז_: 4;ʛ,,/Qs<-ϓì{#9R+灕t6+bBĞS&P|1h&?a\.g~,YC;)/6=/x55ވ:"ORT )l~ʉu_N|#=г!,+(ΚB< Z`ؠc{,ˀkۼ3ŚMv4Wt)zCK$?:~jLYXh>[$9I=d`KIJ31viDV#_ bN;JǙK)!WiHDBx7@n&s_<^M3\W4Zpf-ep%ыե32W*\$M;msWtKyFI€ W'.DLhlF+?͹yiƂ/.G=õaҟKo5p"i[]<쀶`3WF58*[Ǵ0'(b!䒱rI-)fAJw(`wgoldddДX2CGAPY_N킅 dTkcI <(ȝa5˨ ij[V\U04͖1F_wZg\tϓ>/sM:jIZ ]>a/&FJ݅Pp\KP! 03u6.'FW4M1Gw,[CT ~1RF{bEš\k޹W{ލIK>f_}\+T;*@i{?RK>2T}>U..jV$[W;8UZroU{竭e@X$` pI11`=NVTN/h/,GCD y>^n/ y4Xo21p.]+jqmTs"O7"+Y*\j؈ GP. YZ