libc++abi1-11.0.1-150300.3.6.1 >  A cϊp9|Ѫ^/ ~ |ա _I}Ӓ&|r\!ﭜeh ;n!6D}0da&3i iyh%#Um7ك#yK)ۗs+5E,""n.DG&'lSBL 2mQv׼{@*8Ŀu)1.eu 4WbQ`Rt F#(#d9Z5֘J M\bK*ۺZ[Xj36d744f4b51977282f760b60ef20c987b490e26f82246e3b2c4b6d52964b1bf7fe7baae478df0536c80457291e660c02734ff8f8Hcϊp9|ih/}(beijGb|> 7rܚyX$mju .2:-HWXY<>[j6碡t+ G@΋CvtˤT?Dm~&V>O35K(xWжV{_gtH(hLꞝ5̔OoxK!=NvggHё7Ibc9^w/z=!S FVX;ӻb!uswBm8j:mtcjQ>p@ ?d  ! : /@\bl    m <:(c8l9:>@ F/GDHXIlXtY\]^bDcdnesfvlxuvwDxXyl zClibc++abi111.0.1150300.3.6.1C++ standard library ABIThis package contains the ABI for libc++, a new implementation of the C++ standard library, targeting C++11.cgoat20SUSE Linux Enterprise 15SUSE LLC Apache-2.0 WITH LLVM-exception OR NCSAhttps://www.suse.com/System/Librarieshttps://libcxxabi.llvm.org/linuxx86_640;%A큤c7c@c_ _ 87cea8414b373a31d6fc7cffbdd7df10af224175cb8a54e2449b17a0c8e3af8add9f7e0ee689601cccf553c1a0bdb34ec1c85e9d29c8b0d09377c2cd4e86f1118d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afeelibc++abi.so.1.0rootrootrootrootrootrootrootrootrootrootllvm11-11.0.1-150300.3.6.1.src.rpmlibc++abi.so.1()(64bit)libc++abi1libc++abi1(x86-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.18)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cEc2__@__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/ldconfiggoat20 167410303511.0.1-150300.3.6.111.0.1-150300.3.6.1libc++abi.so.1libc++abi.so.1.0libc++abi1CREDITS.TXTLICENSE.TXT/usr/lib64//usr/share/licenses//usr/share/licenses/libc++abi1/-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:27474/SUSE_SLE-15-SP3_Update/2d7c218d74313ecc216ae83ecedad511-llvm11.SUSE_SLE-15-SP3_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=efc0ad73e1b1d7454108e24bf09cc2d5a4e96a83, strippeddirectoryASCII text PR RRRRRR R R RR }3utf-826984df8d1d3a48c09d08eb5a7127bbf33adcffebdb4684a51044a5016366d42?7zXZ !t/] cr$x#GQG'Z=:l+&πWDau ٸp3wM>ߡﯞWϔ&D"՟B"߱3WKuv G{h5%tiyp}TI~eƕkD7f;hwa=UU6ɉ_ {Ӯڅl3_`3+u FRêX71ߔy'WS{[Ф@ICVR֩e\xV:{G<O;?OxMNihBe[cswc۹M R6+2q}qJw@u/dͅʞQT<8RX O?.ͼb`95Γnb8z+N 7ވP [HkZz`?!=O|3mq[_E5-۪:qU2&GuG5>DeY?I,T%3W`gbPſ>'%`4~3m`bcjL**J#p8{[[>9^OIPڵY+lJ[ǹ[(Hn*렜0)~6{*|I8YjS\4zn}ށbϞޫްɁ%]%U .u>b?ILWIHKӹӑо{v18OykNŠ2mxRp _mFE%1/"Mr?4.MJkEDz˒[:1!Pcowt>1[ #1 .Wjێڥ'1k8׋Jl694(ʹ?0{Ql`w ",1SoBywZ䋋gk¨Yy;)E1K|'3Ṏ\51WR/?ab, o8ܸ~K|IO,v# nۀ◝DaXJH{˜`ƳYs'cs"h.01]4&0s:675PށEZc0njN Y`MT8r BPZVoߪ$I9#Ȥ1Ey ]-^(*1(VGaOe(Q։v_T߂R)3 IfpqJMv"'"dCzlwE))f(P׍s%.-ٕJKpMC "k ;e]e,@W7T@39@ضIt5h7t8/{OFoh|% gTDZZ1}0[usQ7xF.ŀ|j\[$1CZS6=,'M8` @Z ox&`@SzsO3=^)5qngԚϿΤqar&~FA'fyFiq$c@C ,t5da#XG*I|-`?`] ?nsҚFH7xze e 0Cu6,wy8|x_ӗ0wIXgֺ.rN5-S𘳱̄= /ЃWŠblǛJaUr[,ULćDR#YC(Ocpyf cT觿n9Gdy0#Y@H!Sm٨n:}wAiPbŊsT_I,:|[tMrlCGHir@θvRO})jc8ť{7`6#g2F3;4*k^P2`9J,'n}/ҋnh gfG9 &A Yqm#x(l_ dgZ8yh1|ٟ /Ue,`8w aC0ht_~tqx].OjTxg'ǘ+%gA̧ QJUKӖ1U5O6Mw1x[|t/IY :aC]q,$0~lSml$a!LWPīkci`b+, 8l,yr]xz)8im=UNG[--taPP r4˺[+S|Z!J\nMܱ UI9†i`*0@O\pGpW/=/,z e%ÑV]\m1\!F})y과uld*QÇ7bR!e {֨,rMz^st1;}\t_006NGDŅjϻܺNs|e;ˍL{}),?@l7T2X`HHf~ER؂GSBmQ/u" !eg 2z̮s?T#Xc*R((o|zEdNij #3g %K#BD(>V~2(8œM"5^׬ :򰒲DT}.HU}6|fc0&뤦c,i=4΂e4Oڑ祥835)o?lU( b:2RN n7 ?tތwcSg/9/01kMYcOo4^m88qw*ɤJϛ9.w;?R{օ(0@%skNQO p8KTg@| dc Uh3e\V[wyBM1yqK6r)rHRjI SPͺ},}h|<߽9"v8c;K`a6K ?MSpH4uHZ[-mnkU䲗oZ5Ď &@_Wc@\qM|d@GF  Q}Y?v{дaA&?c1|wyp"TYd:u)ՋXĮ) ):++Le3u} i]Z~lhG*7_CʶM4&+ |:1AxJSE5?<5{?P{C#M{7\-׼4D\Qf\^p1y{:Bf1lME9LCB } R5]N]9\ T9X[^V]{d6[c]ULS]5Oc9peF@"qԩ/S{3+^d!?@+NM>Ԍ#_[cH+cW$\Qr5{3f 0εklkE_V+ۼyى}8-~Xi`N~M+ffocEnYd-DD妜ugH`@2M?%1B 6xp` V ? JxKn~9>^裡56a:/-횻 { < s ύۗ$y>QfG{#{3,`x0RB:SB5]>Y@{]p@ȷ"6Z4\oUh3zooA$vǍ DiFt,wp#ZG՜hx}1Mz^Z'Io!Zn7TyZҗȈ͛ӑ4/9@4y@zgͽ㮬\lrFt`7?-J$'@~&_-:I`MO0a͞ \ 5zc>S-P[ҕЊUr!ob!mdm`@pY`5ԟׯTXCaf}SJ-AtEG37c<>_WT-MFK/uͩ@]]6r@#hɽj5]JpgZ^Wa@w!1IB蕢gG=vWȟ=$iaF戅X>g+nT͵g01Oفd'ݪwD'm8*T.8 '0rtM N:fF+[&gXy'O`q 0ۊNTWIfNd5s3`4Mn)HqC亶i^Ղ=|P~\Qɨ5 "Cbst^N AjPNnx9 )!};j{hk+"{ٓ=4zG-0ᮺ7TN :ZםE{ QL('Zut%G-NJ7,HW c7iDA$$Ki0ˣS'Щz`h'\LY4jr_]px;Hk2nJAU}ypyFxAF1#[J:W?33Rh\ýk&A"1+$T)QS $U$btՐw dH{D=o*0EuRd D t?؃n%GT<:^CVÉd [3#=;ZゖZx,Ec1gR)}OtǻO:ت1M2 Q԰[(9& ܈yV䚒PM"AiӭBL}7N5ܾWe~1yeg<=ݥ`j o3~' mJ=R*r.Z-W:WQXUh7FL/&q)N䍟8XVJEKÚ{j*깂^shVR--ޠۯ:6X9_UH )$,.F߈'dC$ݽ5 S#A[~0G2wu|'ob9#cč9iI8\ɯ7.Vu6 *,D1/Qgʚ78SK|ӒݸKA Mx\M|5P1[">p ONbӽr/J޽3X*|1xr S;'fѷɩ7sG@-yg?rI2Jf4͟i B(B܉\j5t]; 5a\|!/L*YOנcWh XdumɅ#xm1֩ x[e4-^[⇑͹bz$G#UHcߥZzkc! JĽOw*^j +PB&s=fM|b$sIM&]zCqήBiOGಔ~sN ٕD) {Dz;uxu`K@%1L997'xCO)oϨ Ymır[&^uđ Ȳ4ޮZU<%j/k6Kv/J_abFOBsx՜yZd8r[UV.hc-iy鑠jŻjfIt?daLv3y厯Qidո]W%'h)YN^ HON}@ R@ wj3ow+8"+ރXˑL4'h+/R7K=tl\$~[/Aztj;u$!qNV $zv좈1l:p^wuC\vGi*o.ߘMzk47٢XzGdoݚ+H{켜JYPx\r{}u Ex:%ڷ@^v1bwԿ}'dA1%ޔο%U'`0Ҟ*nƀ9 $C`҄\v?$lԖFSFW>,4WFmUԘ 5eV+orah|Յ}a|PWr' xH):XK0Io_ҵАvʘ)@}{$pLe??[h0 Jׂ yV$%AZwI74-M%?7ckn]()"RP !n=p(2F[VzD{$)F'!3+VB=Yb~t̀f14͝(y {f `W[7 vdK=@ uívI#&}gu BB~$)3$ur~TVKċ$&64I\7>;bg5)D1JV'vD.MҌY>\J^Uy6֩؆e S P `K_zkK59{fIPyE* uS:δ+Jk5W,]8",X@"û qU q7S֦Aie7o봔 yq/N.k1Erp|Q4@N9:<$ w\ϓ*L{ -+@%=Aw%xODH01T>gUeʌ j{/dmH';e~)tK#;I;& RP ӎfꗟAp@ʺ9,a esLNV馂SA ^,*չ ؘ3>(lj1o%R99Irt,>IT{!<.y:I3m)%?r 넎7?CBԫKxՁڔz\,a{@Ţozh 7T~v4M }I%ٟHљLT%洡 lܖ@]B]<[j;:JF+}(eAM0[϶ KM\ost. !ܬ,Y9xZkkyɺѭ5:i>0q$ iz v։Вw>,HAey'+_$odkM1υ` 5,bَ^Tjfz _ebk؃mS(yDz/ KT#)IS_D:`*^ihBI9{^ԑM5.?\`W៙>OYMUpKfIbxU[$i/ROܾ֯Q 7W$ |Bi7*g kj1VHB/P[!V"2.Cg_wA'$Ԥiz )m eKY1CDLqMN^[>i'Cqtrd5Bv|hRo<.4I]qmĂ<-OXu{ 2V,'g-2V"_$lhs8 }"i:/yuSgs.D.Dپ[YI 13}1\0%|NMjl MF|q @)vt|cDg- H/C 3_n,XMOVs#є>C2b*}ANs 5ܲ+m+Mv) 6Es\=ZRցQ*@p!phB0a'+Q)? TW,tMx0Zy}U:X/v.hpQlenOOW[履fjn͇E -i+{g/HDbG!QnnQl_1NEV43 =ܯyʄhBҦfiv}y4xaBHLQ%I <7E6wI`΀uzQc4tc`:ݾ}B-_a`N ̮x{n9+p%bloqh\qĝ0T XW*ZgZWZl<|L\<2<p'  yJdUR99Տ%M9z.]I;4j%<5NW tA"?:8浠/m_pтs߫|,Yq}B$𑦌KJ'|\Y8l FdDD*E -̒K#Oӻ  /;S\$L6w&`,l+*EݡDrXlv2(X3T1 y7zZr+ "xQ:3*T-De qdK_m.6˓U~uR߫|;)}^D~ΓP'j7o|0=gdz%f`vŅ1&#jjLskȷ;`g9CKWCe|>fL] 4%-r !([#hGD bKM V`8qG 1C"\<xJʞeFDIb^ a0 |=Z6NwDzrrLLb\ t7l`_! 'F jaܿ&,L\(P cMZcf~J@jyƣrT\[9'{XHLxo6T *?$П`Q[NO%h6P@|]:ؖ%f^`V~f#ow3 EY]0sO:k;WH;IV2^B(Dp0?@TK.ʎQ"_m GI J7q,$ܝ SR#)C+}^ 9Z1gDFkm YdW>DlVq ǕyT,>bP[ٞ_W:X?i< Xa^xuCV@Wm8Qx}dob#𾈥$Xڝ:(\J1k mUb;Ʊ7mޡOB/u]A٫# Jd+8j;z IRQMFk JD,uĪaRB A=vcD[̓͛ !+w Hy{\B0]>V'.qd [ ڸM_a;KR7Ri&cQYO0x=K1WV0u^NLC [rt`=VAGUU LX?T]g$ZQhkHbz(E$j ~SG&oyXݰvSSSIV*E V_\߇Ʉf}T MG==L^!*[> ŀ戸{N΍$focyUv?4vmZ*e铪SsB#:{QuI6exL-Pe7'\{Ո0u| *;cfe"_ Xuy>惠9E׸jQpP0uL2I=&ׂ|w}iR`-GiV;+MD"OM])!9q~OvG^E9vYM['3*|EOji3ђ!'Zh/6opWFvݨVUH/w@%&(ؚUJEՄLhx,NT6wY*ņk;ר.˾lZ^vwǢ& O7&-/ f1q @&l۠V |3w_yoMLVȭHBdd\Hasa X []>L_9P {h_S*reI/</DT*| 7, 5H?o\_f#GAnediK 6J +,!-ʅf_<C^ok,FF ].YMx TuC #}\LQ aY1}F wߡ b?Dov9x1o s}?%~,ƹ]~ySإwW0Y}|er73A$DAДo'?a0gEQ37Qac1<Mk5($nD/;ji+Y2A O.:ZnD!,o*)G/"<,(m?O[PzrFW i ?s< &ݍr/p*c[Ey0uۊxe;r}=}T.sʼm#H]V}M&N':!:6,ThW.Uŀo^nMDD*u f3V}34{&L{W;Q ֌d-՞k#  $s]jn{l(F1I(;{ȷYMŠCnj/A6ea3'i` ܷMc6}Y)1̍)|Τ}eAi<,24 8;G%^sx*3fei6Kn epp:Jûd]BNs!ۡ(M0 jb!%YEiT8bAc8lmqȱRnkqNX;Q.߇)#զ!dq;L+!)5%U񭓞Mя $m1O,:ygsy(?+lzJza` k9羐9o8j;`3}a[ !mvFώC,pxMmW yյosA)pαsb^a?^/D#6!1Ʌ D"oDzY,Jf*- t:)ZAq]IrL4M|LcW%L#&5 Ҡ}?MAӈ/7",T]{ܐaT'JF i8Z-Fʼ'f-Tru)U{9] :5Ka3ru>=țgvbSE >-uHzzv3b"HK(|W;#49:Ms`"MR'p;n*=_3}x NlI^I1r\ =mbkmlȚPW {%3R.1J6xK9Ax& Vdb>̴b zlv$]KΦ^*$DԬ~_.ST4۶!/.v˰sbOysxƧq@7) d?XKy`k GxrDMA=lfOcQԁ7$E]ܔĘ TvC֑T3[[Wc)SKj+e]XP̈́}ݬ Tj"*?RJ@9x 66Bڙto3A~u'wPQ y-,r<(0ْ͵%"_wd\ S%HmP+f_Og/S$FQJ,H['k;(y6ĉ0hG]E}V8c;]XmyV^D{4] ;cs {6iO<|-C};i ~ .ﳓI; _;HM 7[rzDi7tՄ߫܏P'+!$Q tמZk; ҤonSSjertCb,T!jxT6WgVU R;@Ƥ^8P kVVcLlL6~3k`ȻeN0bb΀(Pٴo88k "Jo?LD)*p7|c  A@sy6#וS:bDjL ^! 1N 0jT^q H7e|Rf7 LW)Tr~#3#-Њ[rK͇ҩ"d~3yC7oeZj N\X[j69p|4g#M\Lb-S-Ý^3C ag5e,*\L(`v#*2Vư6A 1) bDtQ {>V}[ 0ѽ};alW`]'G߼͒oʊva~ڹ:a>`B:OPUaŧsGU8ew_k 8l'b;m/ !rKu&e_WӼds>> 'GFH tOd" ~bEC۴Tw">O4-xF?bww r1X5(&qkk"޶NYOOYO}tD4p.$)3^t7H "dtGV.s#@%Ҁ؊ɭh=/N6h$|P<hvq"q@p+eW9e>a፨L"F)/:q4kҮv0[A5r*|snGzeSU2E,r4C^ߐ8 KOTi5?jBpD7Vc[YA[h%vȩbk3fZ…7gSR$اNvKh3ǹyF5kQI?ğy~ td3] "'O 8-Y:^uĞ{]"7oKjWNIY>`1}[^*Newm5-^P/ UڲĚޞZ.[~*N(_H\Ys!*XEƭ5i)jTCsA:J8wƇKoۤxDtiB g| ☴ C TOBd/`}ݓؑkgfbjHp }5wW@sq%U93UiMKǶ}Yvu|r3,I>0ib!UxgoTXoQ+{_;xD rND(0G]^M8V|-/Zc?A3C -nN$J1>7Yݻbq >'BvJi릜OTԤ&CFC/XjSoDC YP'd,2ΜrHeJ}P |,ٛ$두w@t9OgA.V6 tD,Jq4}%$,+@mNj] Ecp )K1J<", O׽&~>lrcxjPhE]A6)9\QK*8y!1_4"&/> pWq, 'WZ]mχw:cg]H"PlXX{ VIrCh:,'Jǎ\&gN!'+Ri#+A@ -.H-b0#TaMf㓢5.Z0#ML/moi2 3G9K##_HBt .6ɀk5m4УJ3q{jZ|5A).'tQ** KQǕaOVk?:.O*"VE7=wȝNdƒqȎG8WGチ1G_c4-w.m P6?p4cKagkW7]6(q@{ /[1]#d Fup#GuPTO-2Qz껧"4ӅǍ9ruK#~-8!cKc;7{Q=4A;Xm񌁣;\כ`͵lCDJ[9͎ X>;բ0i)4amuzu it(;X+w`Z0 J x|6ȡ!>Hh&åtUd=)oN[}VNkK"(*:<9kcC٦ =/'_5 ^%\^/I?S} rtgw&9?1dS<,ъF$|SNUCo%T)VuSD`h? }(7t|[(ɴ&g( }ՁpP;/ސtB2#+kގ+R +%4Hzső~_k|e٦HwT\$gՃ>Xhst{F' ϓyt+> E=h'ea__s@IA:PI*[Ն@1dLSi奛>JAju1FiwOsR 8PH8nL(N> 3+Q,N jI%yj.X*0:a3Ý5,N 伿Ka:2L<}@'rD peuBfB V}7\VH Nz m[Z)'ݢ Ͷ}PE^;VnRqL\bAdT@>Փkn ^vu@hi=z631yi6FG@D pRm陵K`ܫ+ӷ[ k Z AZJ<-hbbր4s3y<S"ш´6\[F>1V9cb:}ʳ e)9bN''ђk@5v`Z)FVz G+]SO<+q~r8?j2MHЄc*V,OHM߱0(K\E2St]dRl/[匝^RSŹ{3>bwgL5XfUOn$uh^y3UZp*Jma?,L@uE.fs"Jʜ Gk HRMh _at4DM,Z;"@Xذp7 FL,/'#L>I]9܁s]X'epɯӺ)ڼ۩s;\#H~h= ,qŽ8ݳLg=&Q,"@v'f|g(8_AfV"iɗsc}%*}[4"a g4' /Շ_ՙBd;F-E%qW"2ݢ}sܩ>^AStgI@Dnrm۾T(b9.-RxֳF͔jlfD8EfVM~I+ĮQ '<5r6S´k5M+-ϧ__e:׽:4]7*l9~+"l9tzzX<"@GvǬ,sw:t˧\,F~x[e2fKXcTj4m6VHFf?pgQSIV򸍸 5gmX֠RS>?Jߪ7f\2)xlhk ϺβٛM1Z8Ĥ x{vte"sܤiLt`>7*E7_WGVrIւ.0F/Oz;+~q-#M W_ok_p*q\s}\ j³# ƣ9TpV̵Gl1j0Ƈ˿am$2 "0?ʱ*0ͲFP NEt{^&\$VLfAp>+FYǥ Rb;ܾ'ʞp^eT`mИ zO ?z FBՓx0a10c{q{ŨYj9b/9ir%ӋXNpFB"h,2 \ƝVoEPDb"9y%aBb"ѯ~_O"ɍ;B쭑sU!8vF`0әa)`-@(TjzĦ}^t1 M&? ,V~wO}u/0nGҡ97|UA!P2 _ܙV H;X#8u_QaGhi8{qyI"!1J%^𒸑Cb *p 7Z)Uh$NOx(oT-SŽ6mb(nBEFgc@:fP(@h,6~K 9Fʆ(hYcFCJKϕ276VqmF'{@j~yHjU၁`4z lěXDSB!Xq~ҕeHM6"q/tS`C뚶|G\i߈LlЛƂHk&(I]+x샊5\Uq /$rѢiŽ2Y6si[)4kiF>e؀~θKԉo*Xo]UBLdߕתNWi߳G;GDY#6!4mMS\ʈyNH"Ll$ٹ<ǷƌSmN5G_Z8=xCH I%8NBN?̵FAM v\ Y5gë]%9ڼ4@̢ۛm7SuC'yvWsb{Mp3gP wB L*L{é~ɧAZlUH؍JQ;'ȼuAI@Y>J_N t+{-!DŒuxsHKp.a/Mj TǎI2-yf?&wIzEm XN+x <+a|p|=!vg.C ~ H!{֨ (N$Mgn3](9YIfT.z@!Ų-&^bUғd"Izn+Wk}و=|2dUfB!q %hwܦ1D~.b5-BG[+bʹj#yrnt/O`ːЎ%}+Њ]nt g\f'kf}q:skKk s6 4<3枓?c xfLX]J[{G׳4˿*;W q(Cו6j0ڴF - &{"Ū^6"B{@@ g`Ưi+no>K唵?:>|&Vwb0 gܝ;5Q٥( ~_7x-BӪOuIo<ɾ O8W0Nu/MLmy'6{[3N[94?:nްBz;'.2]>`V&<㞓#̧\Fbe) BNa5ª5vAѹWp4!6߇s_*zEG}O)Rp-%k6\6dcȃgϵ&P fdW1lԋGlI9a\YgLD}9J,bS^浜 R4r 7ru PJZIs5Gڽy}*a41}H=ڹ ~/ɶ p9]4Kt QPBw ?8vh֓ޟSE=\/auXG -1dMf{{sg,uSc6Tbj9̄9{Knϻ:eVNd-rX>U, XOa,6*WLems \jKFz'eC5MEXݫn1Xz'qj`9tp-E!I = E>1hBCR,{-*? )$[FC>J2Ujd j#l?j>k*gz'07GMqqQ$t՞]fΜ tB$Fw, (NPEv3R$2ߝ<_9QΎYZ91s?#=뻬s"KZ%zƸ9mJpF,Qt 5O@qCkeg$7IOׯ43 h':F`;RSbEk~4wy%Br ADlCPm0q(=lWNm4%me:J9hqٶ534ώխ9sB|nNo&)\]!5M꒣R7|_K L'[EE~nP,ݿ$y٦Qrwq!md[~0KL0ӝI3r'C웩LNЊ>ewY0*$ ^[q8o XEPyZdkF9 '=̳O!gPKq.4bDJRY5l<3ʙ<#Ԭ)&K#BKdd5˩Ly|+ֶњbF!G Xfcoi0.Y(# Go,|n+|lD%@yMxãoKXHJ^7(,v&S;,2s6bXޛIC/Sim/73}>%mD %qHzr]m4/@ =V̋>{M)_6taHa t|~wY:iqgEc+YЮbο _R ɚ*ZL > Am\-b7E%݊7!`_Dy{pr~+d8eNt'1v90d!cV544Ž_ K@0[ ġ$cpųy{3Q#ωhS4d!ef1 !W;n]$0;Ob ">_vaV#a17,AԴێ!~#dlv OYK>˅nP@Jj9å_ b!KPZ fXtE/jln#:CNUXj2,Wڏg/AOApCOT!de;=~xTbYOYL܂Xb )wH0b;Q):٧+n9 ɘ_!7fΥ d/]Ki֊m},ay}GGj塌Gp3AcU=Ԍx}0t3‹6,ZvT{JG+,n+5j#&{>`.Nh?g-$ N7TFii{m |׆5+)d偋\uS_εԜv\ԭ`ocV6#K_w7gp8`.v2*ef}<ϯ_H1mxi]K|&lN48&'F ֿ;1fǙ]׬ŷGZLl]ts~A*0^`-"JbBA^k{ٮEz]mCLMΘSትsGmZ%Nbn#)|ƃc hvj,p))UbLA,-7XV`8gT'[vM ?3Z I*@R_ʷwej#˽1ZŖqaIO Nx*2C"BWd$yf'@Vv4pgR}8̵6 0tZZsGBwv= J~n5<+n膅_E۩[ ]-YT/Nd &9tڢW"xw7cE.=x-=~W@"2CcHN:|#`*[ð$xsYH؃#Կfv{9E0ÔdYIҐPsS%[8J mܑ۸B`lEvhAJYg) ų;z f`kr\+2t4 1g#hݙ%-2s8m֢e9|M.gikʺ2_h; e=񀢐?t%ɖ?= GZ:fdgٚZP)7 dmMV h{ØU;oqUʝg8xzỊU R!2|~^n3>)"ՅXYK8C\_ +5]Jj*'#p"W˙ WC} հ[-G@Z%4۸7M[YU\_T7ro`Sr,NRն?!+&McjL"۠_/5KmړEY|z2s'8<2of%)p}.yd[f%^!wh oTz#^ɠyZwú6=zx5 $m7KLuۨZIrŲ @iAwxP-ϕI.ō~kzdx S/?#+]fT*Ycs^=[̣?^ηrϤhҙPێM#+Rj(y/({IQ`FQS[CA_{$Ʉy9mkN,͝ʺj%+۱ qC‹i1`yj69f>JJw'@=&/rxʆ iqZ%dMEA~ء>%>!N(1 ,FtPē+d\ K|ܢ bra[vc>7xctRx1*.sX-vԆH@q ,/f |LɗjGQ7.3ƾFc\07d5M0佘9B|b<\ M:#{QuCr[޶viWN` ܮ2(+3¥~! 5F ǫmJ "FO)tc*nQtO[Gwɔ)۽>#~oX5e2gz\U"oWv턝ud3J8F%9IMЫh͎y(M"戱Uc'W5.1. dI@thV;?=Abun(2X͐c'ډ6cκ>& ( pJc.UyY Az`V]KMekb0Z-3][ /Ǵ b )ˀdUI?2WDuA}n6Np~/eϡܬ/D:`cÁmvKk/GPU[3i \@7|] ,?[SN΄ > =9Hzp5o2;Ï]ɅN*$!Y,sr Xl楉zKf>$#aODhn2+XÒ1J`Y"w;R=ig :7aUNkࡃS,Bē 9k|?^aNfm-{?QJ1@1&ɦlH!#b6Pp&BjL/ W#+ /ĖRY}P!q,94ר$qV !<&K &AGWȐUcO!YZIؐ)& J /l%H:Mux:gMXأ(?4QC~PNINT(i."5ڔK&:ؐ(c8?;83pp ,CpE0x/Ql #|LhmW|\ai;aWBBPi(~8ɗar]CT? 9|cI"?0("g˧h^Fb)so˚雳Lc2bQ 5#r*牽n*F EW6k0ľ@)Sn(v)ѷaddфF'l?QʅvayhX߁Q Jcb`H֔ݷ. XB$ixWHl/&^X7_q> [$S_{-fmSG4Ud)ؾ4mZ)D"LQy2f26},5֐uUr̴k;[R!jQ|Kv?Y[n.~9ٛeq+ɒѽ^D A Ml[c3X@H m@WƜ%\.m>#%`6߈ƴKpl˫1=F?.؞`x^\p_/pQjN3ظL֠=(feay^!mGEO$EWed4ڥ P\{ SxR6 }B$U_tX>ޖ4F)::$/PBsZPLo4_/{BRaB1)j .B)t#yM/~^VOvQ<1x{ꥶPt^uaUȐyN80Y톞_ةZ4ޱZD:8}j~.;&T][;\ 5vO3ᓬQ;D< R\o\S[/ ԫ">^ 0BL(^ܺhwI|78$N$NY9CzZak ,'͋')**mޢ$'/6xjVLPt156!VՕV$,Aryu`lvVE8sP屆iANz(dWcmGeoeN*=X2}=J%F.Sѻ64|@m%FSS xGXNy8> ƨ@ENв*0Ѿc ."<87ftLI6¢/ſ~*޹p>ߗ՚$mڣG <]?Q6c:[7ʌ1!b2t-[ ڇuxG"On!SGstQ58!&0TX|2SFXO]a_sYã7 k\ t5Uh~Y<6 &ǖP mnRFlx/kuYꈠ4t0oՃ299|GفQ4ᆖ lyZHVW0m-†A8pC@\ In: <8=, -q&' Ǟb=^s)C{,{Tv4|ڽcYwoO,W\#!80^X;d#ўDQ(J@M{ڹ=mF5xC F;M>+U&OX7z' wP?B)kc3PT:4oԋ-f9|Բ|vK$٤ "XU< 8E_xhnHPZؓA!%eW~WHvg Aas?7 76,jʁ`jY0n#nWLz 8@o$(!ZPsd ;8 BBfl) vjc}9 > ҖxŘPL!hJ ipQVsQk8N*$Az?X>oL9\€N*e7}CPjH5\p&]`T H{&Tt ޑ8p5Ӄ'un۲,IG4nx Y#/e<+FDAlmz)m:͟uH|W8SL S"(7'p`: ¡kA23"&#_nxlT-٭ B֋Y ϞG9T:{:~%$=E OD2⨯nZW)GY^G7eT 1xuFتA&MG9ۗByw՚:ؽȝB@eVǴ?։"&4@%gĄȜ hx}< ڑ(Iq'"t@Uy^_ `vb:dpkdG./[5s^,K =(0eo%t1{ʼ2Ŀ[.ы(LK憧}1MATѭa H2\s[2Ä΍_i>r bZh\*>#5u.C>9&lL$a>?#~DTw8̆y^ڒWX]7p !/7D%b{>gY@p jT8.ㅁ>F܊A#H.q{ꞅKLbĎր~tD{T} Fne[NHY1%$l:m 9W? pnŋJ:*аIr#ۃd܌]>}]zH=FWn2p@pW5P U*2$`JR8X2]΄jY><Ƚ' HhȍU;d͵Ô͟y,LVN: Lf |vgx\)aNawqI oq4,|,_3Qʘa;l Ͳ,TQC^E_&ᾕZ5II$_mI)_T&&W|z94hP͜ע-xA0+NSln9CB6\h@2""|?ӝS*v lG#%$%7Z'gQ$R\_k5;$8k9uF_mp-P@#Pd}I}ֲ@2!3eŠJ1|Mn Ș"Jg h1ZqF~ v`2&ܤZ 2*S+Kqƫt)§p;qt$Jk)S|i**B=)qBI$c ~XGZEz, J,Ne10JSAlU,2ME y =I>hʪPY"?N<T᫡pQۗn!Fq ,_pnP6߿JŻXS?!E_o%kbOea{!1ު>n&'|vwG;~@b( q/҉\?`,;hҼ UlmMߋMyd._s蟖YJZ@*N;gfmcc9%:I~ML+sU^G@{i,vQ_r5+JށTDX/ nϽd`G9*bT;ۢ_ÌـXD}A0YhӜeYHd#=TZԠ^z jD x: f4ߩyX%Nk;rnqV"r2 !, +|y;K3! RDF]4e7rݗ5ڑΈ0N -"沥FԆ+jLJ}-;#>d50먾u'G7-URYϝ:DOzm. ]s%/p)4wɁU oM,ZY5dU1_cY?bn'0U?il-r0EN;1OA8JL'{kNS©_4җD7-B=Y19\Ɇf,n CFs"sRxFmp{/o^:s Q\[:g/ 5u ~hm- mc=уPE^eKUvG x'7`/{"zoƴUՔ 7fwC1s@~@K&sfŇdkz"H~8,rͳKbCENZjS{Obx%<]#;3Sgf% Y T:1qiW˅gryk}#Cou⁢rmʿH5Q"] ث\xL-?9"m IKk.$;q_k<1bvVЪ 09M<:1f%D(&U1 o玮~șcZNbXN,l8~H=͹^&NOG d ] \}( /v3 Jb-2Vrr4N+4kD\3Cߟaڲvݠ--N"n7le ha*}d-Js呷2iEm/jrf +9`0=IC<>)F@.QpH-r6Z)٫P(O-"TfLO$ȑ4ъ5Xq0UpƻN՚&{XQ\_Sҁo%jz <~vj]oXЛr)=jb6ř0WsM!A+ϯklvf?rSDϲ;Ox% l-<s|vE I\Fm}WM=A%FZ!IX5w ln\Xja "zڰ3wS?6-7QtT$9#89;QĶN \/TN<`TnpH_z(t oQ0yoqPDNWi%>/s{6ɣhkl kv?E~^SZB ^k% ^ ْQ`,S`G%MY0OFnȶPH.$GKGًe]=m[J4Y:33\Sb6Qm[z%)@€+R>RgȦ1 ? [Bldlj6T\:F}^(W!uAp}uyd7Qp D36$3S *g~h oPScdecX.DʽpyCz/ %NvRBQYǍ$S R5QPZ4d13 Į+PY Q/DUNl"g%RD'D&<̢yArT@)\أG˘ W DÈ ?G=˥\yr}Co9-Իȣ+w,1ꜷ +Z&* ^Z6#)m?Y97/exji"ݙR J+VdˀHK ..3;{-W^e֠\#hh "cTxIZ a=' F,Ӈ̕IdžRQ&k ޲{nJ dneޢO^pʅvUU9M vl "Cѓ;՜ L]c)cj8v/fhw&)N/8 qډ7.zZK+cagj}b΢;߅^^aˋ?5QDOWߍhNm\*=$ C~i\ ߕ.@c!"80{h:z0e,e6nכe;D_K`mSJ ?kzqb"mfsKGxn."|$WpSݩTQ}Ȁ%PN@yÿ+~A#wXƇ]#N'oֳD4Dڗ\qȠґ)V8#85=8!Xyn-tp>jIt_,WqHa޾5vʣZh͚ q z \Y&[9 " iZֆ|vCt#Ŏ!g _f}Nsqz H?m87ظ6^d3?Tٕ<Н<{+L%EK[kDοujLqz2RY%wMzz&F~s%tY%"=D|:MKz(˪H\MxUS`_~uc6G-HtN+'*+CdA-Bu%_;luom#p0aA/dzi.x@h܅xvC'%`:-[@-@,t)V4C`{ʲPY1"zas $~d>) &B} Ws-Gr¨ 6)Oj?~e:eaW~<-̏k(iaLoZg0_b֦" w+$LY-Z,į/3hm.0L0+;ɺ{{o ^5lǘ_/g~m8#t. h_W1nwH/(y! <%*ISBeY`(Y'S͈#1şn8*PwC)8~ǭgYD?њOBиy:Jjq"+]= S5Gg7I/"r\J.!):zS<{Bdجdo36TX%p ]>NۅH6Vj`fV"~@$-|K}Ó{%8[wyC)yJ?dD`T?A"@f;⌮cK^|í Lk{ E凄M.j.Z}>ݢC׫ܭvKGk 3h/g~kᵫSb6@vi.)p-bkr Y O6g@fo]xx6@vi>< @-BZ%sOSGQ{crM3&&.U_7pCyc涮ؑIiF(.3z||:TO=D؈33YLxY|w6#/uF]? הηQ?3{e3u1NMJk[% *Y?}|=] AXNC{̡q9lHM̨mu[lz`֭+s(;ApR$K5csIB]XeזrPݰh2% X7>=ÐjDumwuvI.JfL拉[+[3H8R:C%~сǘEz$ )[6 y1YI9@募ݐ6pdESׁQv]<pFQ}iP-6oѯl7'1jp&/oJ؊AH&E'0?TF^ӝRʭu7c{ۃziέbΆ P_ ڧQD?@fWҦMG*.3{9cqb"1NjycM䕟cO@~G8Um+EDJ^ !o6V#>i_G6N- cgZ:]+ oQ}RCzps ȕ\J;Fz c}rkrnCq_UCcDy3A Gy&RrMP5>t%q!bc 8S^]EO,5)}W% $pD}Fztv|qjSUzw#Ko Q|w3V=z:Kc\JQñv:Fҳ;^In= Dcå:M"SmO9ns7;djQX?R1w+LRJ"Eȝ[2՛׼ce'Lr7 å2(|Qkx|OrO +#Wc^7x 7؈З,W,8 @?k:`vs"-|{꾮vv[J3 .e]"ggbo-`C$8q\'zϜ׮#S鈇L"䨀(e ZrH`R./A9 ޭ43E0;g?ܼ=@g·8'9*\{Td_ٍ~ 3n.5Q i*Ak9ѧy /Y4Ԃ@-3J^k#]&Z,t iYw> zäqrSF3&Lkkj˯É)zߕ|5Y}Jy>ѱ8f XI>OBU'eq#m# pcʘhX3k]EnŪVB~hh N]a8cNAz\GQdZ f[dZDuv{᠎io.`A>V>jAa-bٟ99ɚtKO(7L f~] ވTRjS|w^DRAwN(6@Q(Tc$<^+DW;PK /1 wFLKSΦVi8OL׳)VA[bH}B#' -}mbbB%?ο[_}Es P%+Z: hY]Qw۠Ym2w88NzhuH.1&N)#/p5`Z;ckydZ?&a_KZV4`+-쌔'eP|]W;Z^缚iry"f-h_viC4x z;uNzN$:1u}z򨵯O1<\)i<*M/: Ür@O  pUp¡uk&ڙKSYv"|=Hѧ<h, ?ZBv{J?}fQ}ǻ@Pz/:ƶ=X"P9݈ PE8 U%CpEHژHAvhbtnk;(nr C) UPOp0RW D5 cb׾"^SI*x`tKo ,zlDV"i"-e^*oG]J?) 6bmep{˽w-HEsBn3Q.Qs)W˟7 < EqqI ;0SZ H=>%,n"EErROv} ŹqMmaV6/;XsyT[vS0*vV`(w7}EuW| ti%P/F8PQ[6L2S۲!M~7HY&;y-dԐ={m Zpڂ)U':&j$#0$Gp$=,Ĝ'13/eWޝ>SO %9: 5og zu%b?ro}^ˆ-OrSz \qG wRf1-lO;k]醻ejQtď,BߙUk)`kZ.񤨖d5梙34Z9\˽9#d*!IYPnDgn0jssl_QBͩ[4h-Y)"'_â.\Z혃kyLPa:dIŶdn{7;}WH|UTӱÃ{#-Cl"I5|rF}qgBNC/aA[\(u4=O) >oA?^"*$ 2b@l ^o9vJ}3Xr3yaXR%@ZM_:jQzmL#.'AOBH 3^mO=בʍi3 na8{m37K |J v_8Io{OD>C6j!x=lڼP:X$Pȇ/%Ltt7& _ lJ/0@ =uwq-/K}DgrNע;0{#V DW +:_>ěYnr Wf`a.%$de1ZcWb r (i8 LWnE2?q"KlQT9/$BؘoX W GbMB0vebwln4;7*U8rK,7 $2f[[i܆ /0|ZEzlsluh2 _m'ĮX>ֵ:zVo۰ 3aWpaak](B՞Nb2 ͗s^{K72tƮ|F?>y>ܯ'HYѣkN^7د(bRE?&9æuF]ɢWLKl6cOMD #' tcxh^k]@k.+ۘs5"FL?E<!>3稫4w m"'ܻʕi%KBb,~ܰvYFZ>j(Y/0e;U_I;ĕ ub`Y{#L(펩N/>k0ܫ^My8\bЀ=:my8˺|/VܒR "3vҤhe8u!.#10h;̑3FN-u2t&}4NeM f8̼W0"#YWVG]LȒŠOA̟빉rU&-Xި@'̚<~TkmSP|!nt!L\DXvr0Z`g9HfޥU%ҭ-k7ֳ`GŸ'}!'>])یw5DJ cayk[ͳs;MdtZN2Ɣ֛v)yIr*o)S#Wyٿ!`kVOEPfjnc +Uǖ+*Ԟȸ 뼆(6`Q'標氏>#*&B7o.6Vi\3B}5rC[ oݜkV{X>k0x~v Jsgߦi6L:xC@d184hC>c.yZ`s^;qПJEnfaaY@L4-8e}dj\aDYx֪&so2PJT%{罈W8qU=*Yиd A)^G tϿ=9,߬T:5[4>8^J1@6kOamQ#@cGų;8t0Ş3/GO CR3_^b!mhC~olU`F̩M}ADj p[JDu9TB_BˮKhã$zZT$?=avAR܍mW$M#BSlyePHmib$x[MIDt6 L+@_YD6egpNVO@a+#"pSW:rͦJ=_&LUĴkm/4O@;Ea :5L[nG,<3ξF漠Aa$pmUGݑ[{o8|Ph%`vOMFvȱ_#Pkc-atΜo 9}{;,F,4+RuSo` |ͮ$K[9aR6CEq~VBumW}QJbi'26@NAգn%)ߡY132mIs,/_6胙Nv=OcQ C4ܽ$>$Tt3pڳ#{i׈doفCٯ%LdB;%۟7s|m^l ڵt*;U5; en5NC|+\UBYH57f]gת[XΐoWv ƢRf[ˆE~.Êdya=rtwώ2k$**lj=;j-QOeDK"2*atǐx [;+ 'cԮGOE9j0)nah+\0h24a-ƃj Ѳ_98:/$0m6 V΁h)>X$EEE~*=dTc ;+{O|CJ(܋|D4%MXH`"uVFT,2IobЂ`gφH"P=@g>}.6xj)(ּ|i>gJVHmPOV]]e9` ~rpugɗLepqA&i4),g Dx S}V_01\"j~t+|pn7C[3b}bsRSlb M[ޅfpju?Ǵ^zld`N=L͒[Jq_y\e oYM<-7>Yb(z ;F׈܄pj(h<6uP.-IG{#|H:VB뿭Ne{׼3 k@z,M"G@Xl$3=;8"%\.2Q7`߿z&Ln9W,=i~4`42I8:A F5݊GUU?RټU+*w~$0vCid_T9z+iXMq6JJֺHe]D||5cXcN|hwmӈ56]gtdL nʪ]\^秃R8J#k' "f<˵nkQ fN}&6t +\%ϰ5=iŪmKUҼ)۸61z!|G]VR|0cSz>']^>6:!Eaw rR&Eع/s^ֳX Rk6˓*I+ Z@, >OA髈w1T_lb ڳ#~2klaPQ$!Z' nfߤ&JeFbE镄TOo.΅(x8+HS7994+WoZװ HI Au_mo>½Yuђ@0 \c }NIS:] 7Ӌff7jop5CPGr:'[U4Y ShuvQXk0e@o1BOn,Iګ}#h_F觨2:(Q*d f>UAm5H -9e*sBK.;-e8LC=O.xtsE4ՌFC3]Q:KY_oc6_5D.yLKar; KFҨSGMb)Bmira2yXIVb|.̌l.&fj"x)=g}@ j\Wf"c_qg=+w#Kj1B8 K3'<ء$L*+(TSjrKxd|=hIt  7n=@{BNM?>+&KxQ ܏Hzh]LuMͧwfBIvXYX 70V/,>7ARzI 94{Ba=8LUBrO>9Ca5^XR'+sZWK|}Gga5"vwN,ј%qdv71\9s/=E$=av7㴞6ld8,tڼH3L >n(AhUGFg&V,o>X@0>cpctRgܵK0Gl95!igM@ެ|2ֳ=Rh. /m?0=(2C0q,cm\&O;u96CB짤q}/_́Œxt$M3[m7_l*лߵP)?r)%_{Ð!+f;.ͷl2HxL/rzNQ־f0mؖp#2PoMV\Zp}n9`d{ H~Cv+/ 8^2])ЦAَ1'XJvΥe7i~[U^lTpy/}1a Y v>-v#_<M}Ѕ/䟛ݔ"DOZrlS?iy3P'v1ſ`6(TP%rtV<쨪,Qf<;[>Tkaop5f Z;g . X$" <9X%'LmyX7n([_R}1 Ӯ`6Ȳ{zTaXg2M8JǿŃq0$:*ʼ^~EjxgQ`AKrFL 3-wOF/+v sK^AeDмs͉U1;o)+vpAW4o'@F1eN $o&CUߵ`z'!['<_.+Р%ҴW׳ͅvFL3œN,+1ׄ;ďXdd.xRDZT-YmM*o##[i%"ρ .|p}ǿ3Ku9l1HEL>cUCϮv- зJg۩zEhRϴ~!~\WSqxV h Lp"aƏя*ЅYdyq}?͆fP!x 1CZw>2R#~=j@@\(8^1:qHzZ ;]a@G70Elq}xj W%x+)Xp/=Hm3?NQps%硫^P:`l,Sh͞Xv_8,LPR:mS? gqMkxt¹8Pn4DDtẑ6t KJjpbw>[^+>943XsP:<pQ>!00fto R$; 6I̴%( H<_XjVCN㤩mU=3o׌ƯCU@}OZ:LxdҐG'oNAFe]>ttuO+L%N)/y"QrT H5M2DVrq\lGq-B,hŌ=͘Jg& X?i+!ūu% p1,A̿'0&3PjBX4[/* ?c.LGXv?fyg,?p_-F[, <){VF{8)|3F<ÐwY`O2}s2>A{OnF'96Ž@'rX饻)k,!LLTqt`H0r$>n9: =k~a.~|Hen5 ${DPJȜ}mee xiF׽ǓCdͷKccj T*zJ=!Tk;l2YLJ !'3+ؾH*i.A&ǚ0 A-OAM;߱+hwC$BRx ?!\ @ݐm8nZ^W"R8Fb3aisqŶ!H <1HdǯO+:t)^Kl{ K7b#E/g! w@E!̔մWm=5h:\m$#{Et 3i1sidTDw~U&yG~]`xDI z4/}XMzÜ& Xwrǚ]Yjonj#24 Wu<KMfsNߪO ҺtLL+HY1÷W+P^Vov%y5!|jUiisH (<iԤ6wvcYm;LUJ1~R}?`Rde \hEL8roۣMN BbZeBܱց.dS `9yl*}@"2c!&-ENr(:$ev`m "4 O'͆57akQG9RyEKʘOƥh-6 as''(`w?Up.pm}lkjՎ]j ImBkoN 7΃`?ɏmqX(lɝi',y.$ɦ BhoxT*.;u>ny(Ia=&Yf|#z+DVε)xyW1Ǽmt_3aQ$'gŰd'E}gU>ռTؔBSKH@ `(ZlץLPM◒(S>˪UQrXKBnfyc2YH :Gt..D9s*Zl Tj4kC 8Mrhf \|@xےµbRً"ګ(w #ֳjTnKVɬK>PO_C~MJyE7hAXǓ  tYM?\2~f`~c p}ӆf:~UT~[O#.&Y'J{a.6tkno#@DF?Kb8F8< *܃<yծsFaHYCˬvMqH3TgC!UvrIyi2v<~Tl30U n34WWd̡k®-o,@Nњ;h}1h'i.-(;.ݪTI&+c[ddZ(vb$-A>dExnƼf%kuĞHHڷYXc(` S e8Sv?BJ}g-[=&%x'M=k0*6ɔu`xp!/0N.|t(9W/v(2<':tf軈O&vB+La>Rù/n>U40>BD\CpZ~ P+zO_]g-PΌ'<yUђ`h$Xl6?@ d 97u$Qvn.Zgn-cir |o w2; ̖"!K^65;`;+yOPh햻c43 $~Ah_nisK&`b10N*n0}S&[Ә]5H=@]C#A7aGAKeoc; ]<;̪ŒѡDк|1U$6,a+liA}pLQ4o!# 97`jaVKDݼWט=uI2D\ZATb; * f'61!+uJUgR}Ӎidcun^o # mP78&nVisExX(!$8ţ`GJђXw\$TJ=YfԥbMm >>4 c00OED1 Eϙqx]hA.\vրxWw f oaRD%| q!BI}$_-~5V 1PNϗ=c[b^%w+F~n[E׃%Z=$aƺbكl:〞)%O|{(uo^Z1u0GBaW%P.2c=%|@|r#2A98.jn6 9H){FD`Zۤ>#(]O5>:E??` msy.ԹJ)d)&7,a;(5)N5.#gYqAu=A1ҷ.>û$e<zIy9fxjp8>.Gb-'y逾 gޮ1'^e,h!ñ.ƾܘ͒5~Ȉ&ui|[Q8u+pˀ)cjŸ-{#ɩ0[jܽ;C\ULRu<(VI-G-Dk`6qBv>뫷vG򌃆xw?Mjb=f텞Vu2u$ I&4M~fuZM  ,{JgL4gDimP\hO F"JAɒ S13K.:QP)]EpSk>5Kg|}kCfo 3_%npҗN`ti"n*U.HJoFkta9&*|;hǸ a<4;G?z H:])*Oݖ7c?thBe4T!=ꨔ8a+*x\7? ].u3:_0$Q.Y~~1řkD]pT PdQ(vo"a2:js4c)x/PXT}P"MS}JpT7zJR+U6e7-E3qM j!CcLĭrJ:=F̴] ӋSFv0JdnjDYikm}~˯i!/ZÚR[y($\KGQr8g}҈V7'RIaRN$*7x>hҤހy?w4clka<:DOl(~LmD@Y_MT@FE٠(ex;ISw ۔禵qG@M~JaPo pbj\t[EY]iUh=4T-#X~F -CKx'9AlHl_1x=5 38\I7CT؆҉ZsbL ]} J8$Et.m(!"voz UK!6o=Hk 0E&Nuj]'~ib=j4j5WR#D^!LN G*Lde3EѴ?!o m5wF/WFAF\G]izƇ)KOmu^r/dAEqBJF7;X6e<""rg#)rck 9J _^m RV58+ZɁd8L^3A^Q$Cbnz&9y.o:RjNeiyvoi9w )4"31DztNc`gA[`p*/˺ Z5[s܌_5ld,ːqM1E&]Vv?_@ /Ժ|*4ս1۵tD@v8`J #CAq)g WZh[ ZF;qL^ E.Cט N w :PB0֦.# %"k k뫵A>MUɚpA2:x-bwJրq(vz¢;bqqj bcpbUa?,$2Q4'ڡF 2YM:1ɷds7Gi-ą7n#X GNҽWw4;غׂ"s:1-}7owv1#Ve2;ɔUcU$ 0஫YÏ->$+ॡI*OcL}WnG!ZR0:P)b!yj1(C,ǮCBS NݫrvL`EARH zT 8T ]דbo`=&v~AaCcivLjS$o@t W;Ԝ-g3ny$-c vkGAZekh&ڣA!q~5Jpjn\r[J&s"0#(sI&VBL*( V,MhP5u6*0PfTȆR&F+f }RahKrc4t;昬m6W`ٓgGRgq핝 -,=%׿aSZOC8b#% D*)@o"0;zv Y`5Gfb}|t*@'h}9€[´ KG* \+hܳB$F7v j}@Dj+O"g(uv"*2ayp^qUkdIcqerD4R#<uD֭mR-ٰ)AjOcx0e@ XѮzBQ7:XxM[HbԳޡ-ϔh2Ԗi(xl&du { A Jk߯RBzO %-SԮB|\ʴ 0P+/"4Rdk;=_9V(mGW6R}A (>1ztq49Ik=1i[gjLx\)Qv'qӓs7{Ԯ@uCoT]'1qo#.uPKFit3H8-o㈀#wF(Lc)L q(s0{AjPCn :ݙҧy(z4eB1O&W]|VQjC_i ";Rz6x!/ёptbʧQEϪsaٿi^S@{ ͆n95$V̏ޮ\p. }+wn6%5*T[kODḨɁم"9+ Qr\`#x%<؀mPJE4 0dNYՓJJVkh*&ףxo^Pڒ3IVtcӿFcF^~2&-i\eSH$4.f3G4MꩊMGpit{|x 돤iޤCI^@0s0 ̄ꑏ͡}x)RU%j0lG`NgC(tєdAY]ai$pJ(x(Q=x-Qgn $(P%fl\p|,}eQh8W֬%N+٘:Jcb v#uzɓ# 6n'"K~*]U&R/F,!2:R\ƍx_MxVs83|Y.Zk'1נͣgٴJ%`9LS!J-d䵓>l/6K0L`8’ÄN}+֞՞1T!Oa)ՙ\T(#IoUB_\E NY6WQ;`Lp|gKZ.QgH.Xg <52/i;Ɯ}6M' U. \#?.mDsD]!q2~ȱ5E6T)RX VE`1Er7:M<XE{{3X i* e;dThގi{Fo#Ok|?c9O&>-gtY-paN_HlƳ|'G+;qZ!׽))K,يjFY~[㞍k{gߢ25.RX8yFGWԥ=R\lÅz;){c  T0Aö=,zM_ [.PȿITzRA$Eģ̐HåܝDZ[f텪!ӃTڜdmVH&7OBL5rJQJLl/4} Zh̹CV+`܆{Im `-~ֹOH{h\kU (d{$E< wlCNօ}xݸyimi;iVxγGB6Λs 5DŽ'ΓV2mY%O_S7'o5=V(tuS6akq]!(7N%C?yt1}ҏH^? f]17x1&Ǫ?h@HY[GXזQB*C*Ƶ-7.K(q$suk; '|]FpvVa[=;bA;X+$`PMmeb.÷y^9#R'|Ŧta}6[AX+녕ky WhXv2Xru46eNj'lQ+PjznZs~.7+Xe)QSh}=L|;㒢HZ,jӐۿT]vwa{UeadE vb $1Jj[ -׷44o㗨{KU2^˔+-_ޟ^`vYsK8+yic1j9r#b Î̈`wh+~r/^i*'3j"ƍY,V' q1~foӘ҃sk1YuYO~YFg#5iLgî jS8FDPֿ`k̯ 0#Us<mܩ?R^4 tXBJLb"z \t_5G.pW$րEK#'g=nġ^ Wee;}Wi8鼚*i WT !.$bX^w8}7G?~KLȪ⺈$MO҈7"=0lF{fM,gΤ{y@UB +uUTcv-VkLaKpSQ4{pF p$mK0{, $cxc\bp_8Or$ϩјJV$${ni~SP?z k^O,xy$3}FW1;k)WdY#}蚭Ji7Ou q)=2?0}ۈ=Dm5Lj8rt[`z"k/VW" =)^9E6Jӯf+a=yDwͤVɪNwwέX~PPj ɞ$ɾ]d!MKvtϘkIᙑ]@zLC%X:/ .BMR.YY/-<,?v 쬀;8׋>L:(ށqzqf &|N?3|8}$kA%Ֆqd_D}c>ȟ.5R^ӯ3w(.H*Lа@=2񾞌7,e<4lV RLG׸-zR+^9F4lPva&Ӭ)gPf`GMK#Z({:mOj]^wK8~b=[iIX J9mKGuJM'ox$Ķ/6chZ1Oñ??0P|DXd~6 uA' 6lBKBI=LgMÝC0СaIgi  4AnK^"N3:f'Պ+w,y]E hdJ%ugj'$I3;g4ݩ.] e;O ƷxGg|Oq~)5g5xBO{'w8l챋1q+`~E a Û_>,;&zUj\"bW?* 0J0 MM"ebVµz⑄죪Ǹdr&XL^pKiKel%!u[@'Kj&!S9N`ys, ubt&S.siaGp]vV 0Y.^-ÒsR&OLN i #MmÂ3צc|Q|O #l(94^3f3l޾;\7VD9mt#?*s/e){YY ̑5=rAƃJN-r"tc܀\ EC%~Ѩ=C@׶15<[Ɋok.kZ ,7toix6i.M/ YZ