libc++abi1-15.0.7-150500.2.11 >  A dehp9| S5ukI,+QdiAaט EKx0MX҅w =a!H|LSq2>ɰhT$!\Tb-b[t\|.AN[_0.R+ 9˿S6. &d7EXp"p:\[ruEBƕۻEj LYdn|cQ0=f˯=?"jX4/C%DsJtцM?pXw519a61a32a339779a9c18076e2b9655ab895a5c241adc9048ac812eb420f13c63c7164367a2a1577aac19464569df106dd289f6ảdehp9|rcr94FhIX޺ظITE#{j\B)8;IO<~s?Sf\}6)M4*98>VDY%!\=,l T󏡩=G7In掷_X"~stGke(_\-5hfJƞ x#cljc6 ="y(s{|Fy`>pC?d   9 4Eagp    q H 48C(J8T9@:,>0@?FNGdHxI݌XݔYݤ\]^+blcdmerfulwuߌvߠwHx\yp zClibc++abi115.0.7150500.2.11C++ standard library ABIThis package contains the ABI for libc++, a new implementation of the C++ standard library, targeting C++11.deibs-arm-3uSUSE Linux Enterprise 15SUSE LLC Apache-2.0 WITH LLVM-exception AND NCSAhttps://www.suse.com/System/Librarieshttps://libcxxabi.llvm.org/linuxaarch64p2\;%A큤dedeDdecca0b7da0bc01b498ea5efae7a63993d4a8a1039dbe9e0f6eff0f55c367265657324f2dbdf89129cb366e86e041061555611e87ea59f7526f549a8ccb5aaa69eaf8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afeelibc++abi.so.1.0rootrootrootrootrootrootrootrootrootrootllvm15-15.0.7-150500.2.11.src.rpmlibc++abi.so.1()(64bit)libc++abi1libc++abi1libc++abi1(aarch-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.18)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1libc++abi115.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/ldconfigibs-arm-3 168438374315.0.715.0.7-150500.2.1115.0.7-150500.2.11libc++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:SLE-15-SP5:GA/standard/995844e52809aed2d4a0fa8ec93ab008-llvm15cpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=18a3dd332f451f5273f5af82fffbd8f981795393, strippeddirectoryASCII text PRRR RRR RRRZp` @ѵutf-8f164d0576f1ed35e3af9707e00d66a3aea621c7b3eb308178b296fd56c314d19?7zXZ !t/ob] cr$x#HtM{ %-5s ؑFx+OrH8,a6H~@5a}m"T>DI@B5_%]3ppתIU|P[åtx9iW5:֣u_]4^KQ3a\AHeV ";4ԷW mAo&K EM= hUN'@C:ii:pKeQ^58X!FWʪ.BR> AKXT ,1'foDL&E7UV#Q(qTČWX$%':єa hHK< CɈmi;8_ 2/T`hqs4Kctcs0aDU3bMQX t^BHvHpd&[̷  43dr.i10 m;~3]%yA\TMeď) )#ɄplYȪpA6 6 $^kJ$Me@+"]u"٦ M m7e/voDa;b# )K$mem_}`05KqgU kj}z P=%%eM7 3kfd>D,*Z@][:bOq"u2+.Dv~f't-P(GKۓq0* d<Tk,6𮤝9/ћzp)&P0#2ّ9?6Tq9g瀼֊=S@Q'wM5d Y  Q@aL.>Oj_3Q檯HaS-m .fAۏ&k:6IƇ9?}U> bdY:'7ԙM]Ա](su\>ӠEĹ-7GXPrѺ(|h^t0@UkrkdɛŬ?A7\8}CN8*h 8ɕP!AXhvZ^ECWH Nn/ ؎:5bLAUQI("V $[3 hQveed!dyd4JcS V,pW\K;GouJPQ`!YXw~!+w2=jC*pB $)K0li[J/H#靜vHṇPaK*.XV/%hO\c-ZrvŏB):>-b( xڟ|HK1gÎwKZ^n]<@8R[` y`Vf5@&$"ƃ 4Dȱ6l+nR_۴;m{@Q\2oәN~Òpp#XN[PoO& bL#1k+j=xV4 57+9tŢ)4\7nh 563Uw~k>떑p u{=w[Q-iND[̦ӥd\qк7$9m.9葉*VPRIa@[A}N:> 8tJ)1eu%7J`)JД< ]OK.ఱ xDЌ[l"X4Q 9KRIQ ('nǼ%p^]*@`a1lNVr,a Q辒w5YDG7X,>Ʊh@KV06A[GuV1$NԐy=Id=@qn\^pi)VϔJLugO )Nb|WCI.ن3?ǒPW  i}w$0 E-']Swpt9HXD;KwӾx8asֶ0I `<*ޠ+q<*'H,ߢt2fPI+_h1Z͖zLoV<۱QIK+=* \sUǧD;D c#-;lrHkPjK3FI~YhD`pLV!|Z%#Q%v_^2&@֧|Ju_Y)EHn̜ŭ(#cdci{˺ӒG9h]O9rvуJ[[r S҄Eqt4Gtm?[c3[_8\EEXO]q)IS%i9:5 p$r7Z|:8;FOWNԹY߅3aqsiJBh=v$O^d"ض}{,SL`?xPV>?wrF$cb(%sUFUS[he"\h%J5eAuh"mS0؝fO)ب(uK\(aAT:@Sn#Rt2;}I y^Qo5RX kSZM@D<+gm j2ٚ;dz݇j@>;8>渰bnW$gf/{@3[iZcIIN c֚4@_*T F2cc ND=OvOyûg44W \x8ߦʹz>ﮉ4%UWQ*p 8IrCD#g&VR$'{ q#ޝۧ'l\fi J +8G]%۬ C ?"_F7^&i7~ 5*}bV%_IM=@d#udK3K7>2A+nu3yR=qH i^=$Zg.[ VѾJdIӟgabpHPd* mҧYovL,彭J.qd R<27;Vop':R-bqGdZKxkwn[5ߞZ>j<,}LKEYz}kX#v( k0XCNr"~ҊZ-U(?tfWjBy1$9" DdbƎ@xȈ܇U_tyt !@UPx=@CkԊ4="d{ɵE6n2+m9QWXw S. W dXr}ϼ`I'P?*?.:R4-?ij`.n(Ok25Iiͽ]EBCH28aASyS! $ =Du~ƦdsJHhA_guumQF_II<.L%WK&u+3<2Y(=7SUel3t6/285kdSgS>fZ89_qO`e99WZgTϫ0tdKE4bݞ-jy*s=W!ng.֡s[3L6T*W!p/{pB?݇$fʊK/-é\IR|J|۔Q-rh͕WEOw6|֖YM"U<S ٠(z `yȾ88c%l(6\*ʡ_jxGDӏ;zL`;Tz'xK&,I<&݈*XeCfoqS nlUӒ(+z3 hy+CTC(K{H|5{C#*D^%TZ;d`6JE $kE7͖bzG$Cu`6t0ZSE%4=Usɗ70/oytde/rU9" CK<*1 )m&p`^+p/Dx[DRx̌fdZ'?[ !C!x}Q[ڃc hyc4cRٶٳ ۙ.cg+PwdoKxie3$[,ԘK!2/`aQJ)m2-AXEW y"jH^y?lQIkh^`sy1Ylyf >vDfܗ9cirz֙E\ #悸)z;5Z~/.WC-`m@ dݜsjSy 1ld#[Ͷtf+]&xwni3ʄ&xu."a #%.ú~@",)9xs ? /vgY~LJrɍe{C(0i'>큳 uXuq\Tйq ORIP1vrJH4[#hMOpF,~GT) Lm,8znaK 5M_KCGJU6ܭ#}c=)|kv +W Ŕlkl ^PmpĐA|3d2L3ЕSG֗XPն=穥K+94jwa+p8mi!yRVB\p!6g Q4-Y[њJƞz]@?9~h#`BLa(GZC\G)TvT* מ DG'kt+J(iD. RL%=j0ᄍ8D !R{O.6eNYbjMԘ [*[!0}j {/إK()/^#-Q,=f؞ srrA<3ٓ9+՝ƼJ#}_X=K;-ߝM)"q)0Y=Xbp7ɨ29i ]M4kgFƏjL$DGWnيF})ǀ!kbciL*C@eGB Ψoܾ694}ڌG2qQ+rﭓ^u!Hl\\Py,0J]~|"fg Qӛ'"7=@ASbV4ÛՁ|B!J+"x=Y0*Yb?0H"sJ zJH@E?zv+.JZ%7l"k ;`) %tG:bBPzJeDhO6 (Ц}d6"ɬy@wgf*dbT}P]rvcC \ҜK "i> ? PPjxx؟U#do~~|DElp@A"K<=O]Ρ 9rE[=/㫑 ( :vBjeks7헙xR*U2pt7[qV;5A<%E7hߣeOm#y#qj&A) Q#6 L`kFph;"b<ѻղśqHYhA2A%άp ?sp!ҟpZfصxG4F U26)̠o|/emS Y]x_CZD Ҋ/z*4;\xYs1)ѵPF{l- ,8>ڴ,_ ܹ>_UiTqA ne#/<w44lɳi L04-?+K ~گmʤ3'O[i'nSدYpGӱQ1jc{iTxx[}Y B{^e4})CYg!/]q "vN*! qYN%EV((s"gW,(2!!oKl:Sį|z .GY^*NStα$V;;7nyMw{?h!;u X Јg}t07Ti'8hE4C, un&$o6H$,҂[fOtOD`5?VةӵIpvxr"{F d8nF:axX $?_Dw'GM.Ÿ D聃EV2efVre{ʦ5n!SȒ@nhuht\Q/l8{tf>Z:ˣB_ 㧣G0}q^D5[%H6FeX*:8"4N~GHegm*"e"336s[]#h -MR&jܤnnD nNIxYs#v .: bm.xz#_I-%|> ]5ܬwvkU#Ni/Zzs ãԞnj# sf$nP EsM i AֈpxG N֚`C?@8/At|9mqt0lןx11/^irA^ݦ|]]|0Mev `}` _ ң%"'>wrmUNtc2A6i ԚpPk׍i%s.Y=)޳!o{ I}-viExҲpMq LLD%bGGt~ 97J=H&Rν x+Didbv$l6Z%Zr}mw*Bx`o H߳]i-8a$,jSJ$jDpYGUA}14Nr "0|JJer~,v5*P:rzLCM̍9'[8HOe!@.' .:-\_/筍a yǓzrĞBx(I1CS wG󴞂dydonr9'fM V~eH+9qՅSmH JC }C&t;9e;ےh2pNoRP wxW9·&`[:)nw]I믳Ru2LË9X mߤB>tnM$K&C*n63⋝M͟w.'n&Ɵk;hzX츄0i2 h"،Q5od!Ar:7w│륌Oj!VKqky!& R9dknrx5GvʀdPo/ _5p^\}/bbmQՑc5u)h.Ò@|I#wŶUʋcCIbJ0m??M* :u[˵Uxb&Ȼ+br!1!HV]qߋ~`iƌZE#J(kt+we=3JGƉ bqpve^&kt Ti]|1| imC;i蘩gZJ^&6ek5EҠ%sǨED;}; S~Je)ÕLl<fk^scD)T@f-{6'T@u;LgIBʴ&$Qzwh"'h"<0;JO*}Y U:dj9G}GZt(_賤+e#(wڱ==e^[5@ufY&s.2|=G j>imUH4AAMfrB"|S|5E9_{Sk|ǝPJ?izzc]x.pɀ܊E,w؄; /qp;**Ā@R&eg#?NU<lԍJw &F4ډ1)9S#І. Ze^V+97rZp#. 戱 -/Xxm K7TkXtWDY@fpH&(ZU^J%_WL. KH#y$YrN+&J rb]$- a*ㆿn/ɠ{1II{Q% _|CJ [;Cy!W߯n27XdtNkk2s('1ͷB/3I8^r;&?宾Nhpl:eAtvtz!S ]nD*#yJ.nejJOs؎} 2S3l|iJfmJ絞 AH3{iOIKoNѭvM:y㈻9nG -.djue6&Fڴaq9,m;MV, Vps$m1^q\n_Fn.{a+y߀$]ӹ?gd9 te}#VO<-sE(ˁi V$W|kqpLn; |7-/.;YBՉ.Jэ5H6^)?L!HXaޚik~gud-*L9+6`nUY< ͽZcN*^C ?bZ9R;b$7;mN**uC(VA%y5a`#~@z%8Y/|tn"S5N*tfZxZƓ[?Faã\P@~ADTOFZ&C==vr\_ԙOy%keXi43a2>=/5(XQBo]cC}B% >O~TI[K%5*Lq<n=*5o׻Ib!3qMqbq$WSesEl̔y/Zf7 "֜}sbemm@oeN3sQԮ^1N:*IY \[/&q4P2 5 &H#c}^ ln'x_,zKF6r]%}qI3̇B.*@M[`%\v(C&=?]='"vAY h|Dr#ߝ Dd 3ș@10Y_`Og)eL\/2} [;gC3~p`{;sAe3|V13|'^y۔Vo"F9flB%n:w >Ԓ=EL[aPlFCScCOe)筑9!YRj!=3;nR5{gB1]J:7nfS 5X,373 Ecz"dn)1qKewuکU$(9┳{ ހ8&!LwA3Bf-$m0L9 ߧ_"d#ؘѦH;D=)D}tzq B1P•k!MXsSkch}Ezi-}ߥ|t*/A+mҿ"AM.7a`,@@SniXl45/u,nI>f#̟ 鲗I,LeO.P/?|\s2"p1ܚsz )Nv.L1GEkt܈˒{(}ܤ}bF%i jC:6Gyۛ\O7 ^r9;[›\o1}l1hW jG&@mJѪ3e{ݟ.tyS9A1*Tc vxk(19sh^z`s@$wmr1rV{>gf\2]XEifqnDyk.Lj%#{oo#2GH_!PVNQ[. W9l 8xQ,FњuM+g*Ͷ0[@LR6qTj(9^*+L^h?9bpҪֶIW@|cꖺw`ХI;t,E^}뙥vb,H:>$|&5,b!y7wE= ?Bɖף4c',0 ?WO;xb.;OTqOΙs[/@%#U"ϔ b/bΣ5LBjF 05MezU ]΄B:<{ZU͟7hMNӘ0h j[!)5ł%Dٮ#R0 *POiJkĘc(Ed lBHT@ (aǹ^R:|{ڱ3rq}Y!̃<``Y`zA79yXUY5Xt(iA}~qͭ[y9'cɽ::/"fRu1W64܁)HI,ZO1?wAqJK#/3k]LcNT.#{btJOKӕ~~K1Xʃd•Ci&j`۴nA^~Sϧ~9Ż %A_z= fLuT"#m9)JZVQ[3߄s\ޫzԖDE ]\CR. RL_Skd+[F&zx 8y#`;u E>RuRj>Y@^YL#eMP=ײJJ`4bSuA`~eg pcbt|!%quٺqfglfM3~$vүzx:lQOp8mM 5 ;ӂ\3 0iJQ#ZY~w?88΄:tU$E,+q;3:|fs剣br-v>sDx_x۬I[5r`NmO咝'[\nSdkbiP&{]zM.oO0Ri)+qfp? LaU5\(oHx G5XIniTzKOa|JMiȬ2ufޒ5˕EXU)ѕp'^O>a琬H3s>ͅy|:^\?(f2B \ο#o$_?ժrjiD4U$dqVaPijQ!-=ӵHkPg4*I@EMŴZdnvH%2O*QmEτp͢eX3/Y|Lk{5|FrB(dC7>,VL2Zw~rLWݗ^Ix= $N}W ~<4+ݟ> {4߱o m6II860slE|mʖAKX+9:zC54IsK+ijpbr}d0,m=2?M\?(F[D-.W!uUѵ:Bqz[BLё0< ?O*-BvǿTkW \9:*\2c%;OT =5(f8~ C\vaoUz;*`_y;nBHE(*;'0m+ ͪ@2W7*iF_` QʗeM7P-/j=C #BpZuqTs MZubOpK <8(8W$g!k + 4E{쐺ݢA=f sg%0zgnG2(= 0Jqڔ;(PW,D%YN}8e]YQ2|pr=db?5o]+*l6Q\_.DWn._6Z׺6=F_[lqc^zxWO :Jk\)^* m`"xK QS^<ا15w>ce6eQZ)zɫ=ZQX wx,onz; Z3}rO><~5BJEwjL7~V[ em<'xc룯JH壸ac3tan]LG[a,ty%Z눁&X]YX] SzdF?5c5Eo8 +?!- ^91_ժ3 Mqh7̐j  ańEmf;JLSw,VuF)j;}[RE{1/{Ekm[BK|# yxβL7{7nm3nTE2*`@McZ?B>l9A+e/ˌr*BAT]4iy9T^ \F6%F;v^JPSli9Չ؂2YN3errSĢ&KG}}g3=v& XQ+D8EBM8 S+Yl .e[/}JOx-P5`DcQZ 6 w< L1=ou+ލJ0fl>ZoYI"cmŜRrĠF1щ4@yR1%Źk &W5$Ȉm^ӓ$y$3b[дv+7Y1k6U %̏ü^؉gP" Jm.0S_[CnKMhc I ׷OQU Kێ&4 _1 1q;g`-1FQ{pk8O &*1D%"6&28Z\ܔ{K0;VZL %Zg!嘢|hBog2T ~}%a .-zVۏz.?;aay8qS./׈/-/?c6 M~qe5P5W [zfFA/Q7:hj6e}0njCr݈HCBSױ ?l;m2KҠ= '{eGާ-/6opc|)xËdbq2;:7 (pڢR*1z[T1}gr?緪 W%%53aišJavb8KpiDNktÀWj],>J<Ŏ;FTv0C^D};}w1k^֗t,~ ㋹~ .voO|-j]خ1R,)(lAbkƘ-I41:*"ƼYa< lxVSځ}?ROm6I]Y[ex(X8"XbXlшGƻP: V-"x , ]wx?;a6jf j{ƆuP kl̚d]ޝL1i͹*q暽}i1su9WnJgk7왙4sPi;|X;|nV^;(bV{tIS;! ,nU`Nkg. g vOOoFtivaц8D֎03,޾s^ WU}W.'M|^x7OwLĚ*T8YZ%HQd|jFewdF?>bP(X#4^K8"lY)`jFS <7ƐLFkާKO',gkQ^;nr6ѩԪ괃J]PzĹ8B}b|,3OLj 酲 0l)KQpAKTq7&lEB,iLLTp(Zɵ:읈Muȁ bPPx|W$AAaSSn[ɰ{/O3O3mا!LxYkT/2SMU%"éjKBHnp,DjvцE)CBE5*!4仛>p;"Aloؾxn-t1&c'ln9OʤzU>ces`D2çl/U*Q*M!NN̢h;v^\g'AlG-(,d': osuoo K,a%MkVz=ԮAgk!%h|楞o6. FsGViP O@ׇ̀y}[Fs!Pk C{K&x_1XKOEam+Objw }ґed.AnY<HHC߼Q]m74>[0g\G\o2G72C]j(oo肻ڹ4"%}緋uLb p) o7!Q9黧tHG6x krEIf3^Xe<%`-b!%5ɬUPJJL`d.ŎyMbukHnsm`te0vFsLHV s5͗5\Tlf C.^VpZb+-)A?Eb\7d/" IK9d彀o;ޣțAeM:~o1CX }D.C#˙z٤Sא {q'{9b]9!/;_ΕYܗ)Xgb;s\QBD<Ѿ9dôn쑣 YBT/uZ6"V #4am/+J~(lR;ֵwtnԄQeL){QFlBCW^` U(B_Bzc'4pXl/q:%' DB@.f(us'Ht ;xaGH)77"zmX_NN^ګ üz+6rpae=MJg,*ֻ2Avx݉oVHh0Lw9lezkfʮa] ;؊Bzl&u U#5l*ߢ?|by,BX3YEbas{Z͘9(ɒػ~;Rej#ayoφ2 Fe#'QT;]ǀP9U+ x⭴+ [zۂƄjO ( $C"2UO.LW5/F{qv/(p`WU{V-8}F K݀i =*a}'/W} }% >t>'L|ԭH;9}kgãqmA9T-]E3 C2!=$֊Iy׹,.Q}}3FŭG?/3AVM9AR oz9Hp#yt,x?7+p{(*8xGj#Vis>$W=[ކp Z'X6u#9$Ź ,K= N+>g9@eEؿ}wAfgYrgM ZXTc^ӛȓ)#e_?>:иnPk"PnbL |b/3y%jf!C_d!t[:<?`dPTsl_ ԟ[HqWn7Z{I:b^d1v1W@] BrzqeEɉh%+!٤34Ge^58"uʉ+0nEa5ᬤFjE9zq!0§,QgVs*:8gBh {Q?DJH═WԦ59gZzzN+0E8@hj֮{dI BĒ^~^ґM_PY  ;AIGBǝ4Euƻ-(PWU]7=SjI%W,]2u\Zous&& -c%,$%X%B( QeLt%ƴ~0ծۘ?_gfZtxHа@;߫%FJo}ivlib1ۑ +@mcsR4k-`liKgN ?5dj:=~EA;6}$ŬWI> ]u&S;]0{fXJ!vސ/V=A. rM#fRM0$B{LZű=_hbk xBrvEkACLZk r,9~Y}bqY[>qރ.:TIᷴIr8bPخq,a @ :cϱ,-"g<8I!I yAI ߤ_.&-H wAq `( 6xVY["O &Sv S$UپŌ8kāOQ%{xD/[y$-_;vC,']l⦨t)+uu]| CAρh%h%5NI]]"ɜA\tإ먺_#W]h%W<ĉT E~Aw1 mL7<ύ@2n᠆&5<٥qnRD*EdjbP^?L앍1 %ƪVٛd\;zʗ/% ≗~Ǵ?؈}xXL?e6T.{%K rMAtH@9/2 rpe*=u U%Y]# 4TQkYܤ` hP`V).x S/x̏; aZbP)H6b^}d cxRݬSgYHC:rShzRO  7 '>5c :qT-o;-{BYJy$xC0%| |iqa6(v_lɇClJUG#4HД{=E&PncW/o ~ -=a@)GӖw^|"iJ"/~Xְ* 4rٙ!" !ҿiLԇe?u" 2[,|90x~mUg@ERz'w+G"{UXByhf88^KR.;z|ƘYT[="i~-sX<x]g khzKuz2R#=a瓌,óvglnaCsw~yoTPL~PTmV- փ}q $\wqW/?rmp Qv?& kxP!JazPO =_lo7lg,+n0_=Ã}߳le5utHlH?dKS?7tP"dԠKϒ$ITQ5Z5b'RYcZc^n>nD^z 9SQtǸ΁ cĭcuxxR/MiZ53X_z+kHww*Q>݉t," TE&ftq.Ai#iU6.Q^5PPC#K>j5I}E8g2B=$,JtA]H?{IDV|C P85!oMEҥk$Ў/;7yʙ*ͩWˢXQ|Ql1[BFCtKڄ+jOqou~CfjG;-M=Nq\݅+ L-cQֺ~S'$8eA'x!Ό&2DJ44 d5Э+7o׊w? ˸m) g`!5x=_B1 5ɼ$\!+\g, F*>w,@勛Q=קAȃR%o_R)i?H}F^}os]&Y{9hN]{XU=8}'\"Ĺ>IIy Uvʛ+vp.*T%;o&oq%Pdi!: ̹g'xhaݩˆh6έp@^T,'2Qqak>V5x`m3Ɗ9Jd7yYA-n hgɢL[WQ!gqAw`ͩ&-:YbfT<+{ӰR()/.+XU;G(e { r_ftfmud Sk ~޿ζiBN{>J5Ro n6L );& !aQ&J_z]Ռ|1s15  #\/qew%]sOCOgMrnK[2/p忡!yU-?gaU_mwz4 _ODeVNkmwKK fӡ\(ºNiu*hͲStDU _ *K}L iG hDlIv_3C)T~||bS~P(p+o"##.MC b!o_vlg]p-.}KdGc@Ey.Aw3IjW;jjgc噺{byѡX*U|Tsi'ƹ 10;7 qTXaKn<;T PCH'Q)"0-P?7ϓ}7G UE?nR!SlIj&dɡc;a.%!?Cג}^u VdgJ8Bϭ2YH|E! I c]5&~\JEv~;z"L<6SSArSǧ8h/j~ no4;.gLPI$fJP?I*cS:23l0| g\pwlVS/(inJ89LkHKF!#ϦSh^rW *97gt堾h]08m^0%jÌ?ByfO_3!jɣ2\k6f秼b/{1KE'ޚP[sfA8!?F6|n橸NDVdYEH0oGy\i;tG[K’e'M6J۩@xz+}gد2r0XF1V9c|< V$sΘ jy&Mpx^X65Zb/LCE@SaŠ;T7~QtC[ҏq!%3lulh_5RP#Hkq8 ͓v\mږL(6"THUTKꍓ`&EXAe#rVwN-H-e!vby}[ ѺtGJN|ؙbuoϮ|kJ3 $|flʁ-jv%>bR:P AsH-*mӖYǀL_- Qfi/T5ZB BeO#F@gQ $IBASum*:Uj2.0=Ϸh˪S"lTXbXNk2ˁEWh}dqc>(Y-O:9pwgx+OZ}I-7NcZD̴YylS[U$TjNm 0M\vͿ$"(#Xސ@p^.pTB{( }YaC a鄂,YτdgONpgf4k06i!Ihq2q?r2(CΞJ8qvC@ѱ ߧӮT9%i% =3VH[t7i:>`߀!@)ʤpjKmR!.`tk=:4g%;к֪GV) ]D쌞,<[ve|t/^:FY#Ҙ2ӕ)@ž?>zLvE)j3JjXW 5,hS}?!f@m#]hVsc/5O }bɪZ^qݴZ/u]Fr3LTTI.)4,X8uKPt`t"7aP30Ay}gi<ҷC!91FXvH[Fhx=d[bDcy1u?,kzxFUF%OifzpF~ko.-ڶEp_D1˯>on KRPƒq[! hhߵgD.]b``|=(a+9ѕnrٌ 5hcQFn+J;y ݗ#$Dnfa}5; f)g}waYs?rp{|Z_ W%o ElsL*KU6LG?ڏ@AoJE_m@$qN zB~$?O4&9gs U:9E`.li}4@*nR`iϨ|99+˚){8_ F(^4mw2C_9d;5)9 ̞Bp@-$b7bO;{HY+g@v4\.E'Pg16cM`q.TozэrN@sW՜CRVslERXߩ svLxFKvgg-%hL\ ?# @.IrRK`Ԇnƛznbd}ai -C() L>=i3LBgxleR)⒉kXXL bl^|jvriX2`RMBAݣפ0ML FẃIu5m0J@r;|o 9 *ْ12XׅVd&Oq9(!e'7VQY!ř} mZWA$@QsЦG3LKǕ ڊS)e9uқk-<9 S YJ^?>Lf}i` Y$qS[$:"O۳'#(HRTYOeamCe ˚1Eӊs̖m/ 8Hu'хQeIrǡagcM2ܳGA.3ذ/HS1~d{Yqn_`[gKm>,%ѶgA-lX1D)qXKAs5zQBl[UY,VQ|Tz ctMr0V݂;BXsQa B (4Qr&=F'Xs1d4{)T\\9w9=Siyu AG/Qw?K%+8^;S6R56aTX\ֻ"җ$l 52#<>euA)MQ~&?~ :'?Ugi*'9e dL7-=rem P_Zm-YxhOإ Ze/DvnppOF&z~ :|!b`?c]P$H;^ Q!9JZϻށGF K 47 ]hP_ZPZSm7XN&xV+VD'g[ʖ9,.RqTdC t1] eJUrH6Sٶ) לC4`6Himb2c_GupW])K c '+߈lQzx(Ȱ*@%!'"ò׎PrKGQ}xr0;2)o'9GbiADPZgKjooAŎC4LZ"GÇHry)!(Hd 7}€b!ԏ 1 0㎮lM.b䍯c/4lB-Wr I/˦)X|N#-vjzs^L_rυ',V9wdRrg^W<(;|&{T%ZUQG+e)kbS\pDT$85&9-3ꇓҺM|J%dH)q#8W]cYq꓁n2N=9AyRm'A\PK%A&мi $Sl>RRO Af(#*P4hz!}f 5CJ (Z6 ,ԁ<1DbS/Xo/-H$ELSRp^dYhc('InJA\TŇ@þx2[ͧ*l`JFq/7L!yxIN&<$oJj'4ٕP>-?-X32"*y,Ò2yi*,^.P rMS$]MK qKt{KBh}O6̆Dv;zv%20?-/" ֏Au"D|\0^viɼ\`fB )|٬wEP'pzı&`rLLF S;&@Kb462˴R[)L5 M?JP;+ED%QmDn GEϕ}PcB۶J]90 gU]N _)2L)p]Քg?CSoP`*c/$` }!=EYYP Iֻ Tib\;.F2XgzoզWL6;stYX*p)MuߏMsGP%Sa10x#.97A"65dmlɻC{;G|!BDmQ{;6$}6xN]z]LwX0L[4/} A@-wb`p: c E9>Հ9ījE!j*PޤBJ/~,[X▀w|饞 Y/tH]]`-nf(Bo;Cxև/|-NdGӀBwov8S~1x֔X*]oK& f`(8v1ml!VQ9ZiD}oEFo6o~ [|Rb?嫭2d5C3cT;S\ ";Zn UD ZOhݻ)-Yit3M 1F,ר_;Nc^ ?Lǃ=UaGaA~=]k91wSeqH@h4 $?u4(F.|Ά?XaFHn']|J;;#g)|0;&wLwɹB#+FUǠ8\dAR3? ~]ڨj# f֨%\yi Ȼfʠ7{FdA(v`I >`&smߡGEC, S+{k\ +4L|"g&kh3\ǯZOŋ`ܟ%lGfi:]R=y_.c=xyΘ^my/mϳ_ &Uož]:M3)|6QnDuAY%yAZ <7-ں-=y; h7\`^ExFO$tb7 iݴBV?a*3Kn[4,N`@k+ӥNNw 9FG M%r6 z&?υs̼`,+A-gEkT^s].x|?o*v|x賭P3IA[*861oY".1!{;=$p~\qRv] >bM,v jx#@cZ BUD_PJ,:R" ](9NN]>GnS/?Gn|{ȽXe)KBq;L1ThZZ@XF&M+%X&E9m<#Ќۂ,.R,Z3/R4nxcEqa`ʚ^Gyu,=0 gcRulSrq/q Ctjxwr)Kɬ/JEGGvCJZbӑkZ ˆF* - 3fk$65V?#7Ƭ &kI/`BE߫mCDž n_<߈j:6AH$-qc]&Yfw,ua: Mp?H pKD=r9TO.eԷCf\%F\U|kinCX%)0>JN~8e \;ӤJ9o[5s&Q֟_wd]xnBqXYp>̓9;C[e fZ.D k0̷5*`3^׼$br?@˞x [Y ~n3u/!đ"!O0U3̃Ҥ>P!vw0р[JAqFNk޸K^?8i;3ԁx>SҟY 8w!mhRO)'б{P(W&\I{, X#4Mz r&-:')jĵ+ /d]q6{YiV3Pz_:(M[(6w"}Y*'GG.J@N:ռ)Ės]mȩ:s* /VviYW>ϛ! "~3Tەr~㺶q)  #u ʋ AG%ۻʰkl >_ L ӊ7Mljtx.]8u?a=~EmGIbm?,Y?؂~볥%XLv$@j\~4P˜oWxErPK V4#fa?ǻ"jPr8Y*JDGVC,HF^MVau5~1h6!D:_$`*61\dM[(L@=1k߅jlX7_͋w}8?HOxq%my=A-B{.Cv(QKQH6mcAuf ckh ˓F\8?v uT R47߀D[ʋj@'Am$K,+Q:T ݕiU򃥭Q%vsOK-gNJ gDS;+:*z0 a7%JY@t^۴ih8rCSW}:Vg7Imu?ͭdtQ rf8诪(+]l~[.3ʏ#n7ux՚ӟ^-=vz2|Fp m7h,b$fP%h97Wcң5?>WcrU, \aEѾu(SԈYimj9;.ۛ(S7ryg2hw*75Cf ;l@z vj3>rT8u 7vp{ayOp8&]~ ý:[':-sf6r[ *C/'jd@3H*v~8fٵVqВ hA\aJE/glU}3C "Ӝ.fv upӾ 3Gf@[јJCW IV]ALenAG9]/q'pJXj}QR-WǞeeUvFN7S*ƐhugEEq 7$J͙VXGL)[7eݲϺ!P$d)ūCoww^bO8lvQ8)L+;|gٙyKɅĮ[O׎K : h):czy -^rmǒ 1PdO_c…bpbY`Z2a|U54LM [+bl\7qfBپ0ր6Ir_mEyr :MNn^N:&03 gؗͽ}X=* TV`BO~]SʣzۤF!⣫7 nog!=vf5ޢt='֕LڣBvJM引 Xw&) $H@2ib@VIX$UNz@'{>L2DnTO>$m8U\xQNQ|#)LJ>i>C`hCp`S?ug}l8 {#imdi'ҎxHxP+IMzF(`QR¤'X^m=? %4I rSr1:Cܞ kF) !8zӁb=sRChıf𷢜õߡ /9 @x) <9pC wN3FTe}4Ε԰OA^kRާ! FO7i1Xsd=4T"Dg)sS^{Nqp 򒛈йzf~Y>}H[1ޖXul?q)9*zgIޜwȗ*G`x9s {Rd"0;/Y9}}~Ai@S QXŶxfC#&c]v :?ٓL~ mgǖW jM87g;0V+qCnb%URb߂7nܭj K} `4-FtoL"j ♁":A|-rF;VJQStVV^קZc,?` 2HRl(g<+{L#CP)ܶj*}Bڐ>.>Rו[U)|?CM%Ѻ.T*%gX*Կ(„M[UtꮼU=f#yX\cw5&n9fAsLՉP~]dF28o8$ET O)6Izlɖ.DA}H'd齅X!g5 " ΌawUpK8t*FAބA  6X N (Wd~ !'h]Nm(=8} I˱`|QVк&Dϛ`Y9|-!H¿>h2.8FA=Ъ=գW+*g>r$,AQ5F'unL oKG%(a@AsϬr7XÕM!0 GITG9 '|${?q7 5a8QԺ :qK3T;CGTACZb+Nuߵ>7Д@qi`,,{Į,ч %z/A=$Z+/rU ros+|>|HF`Eݟ1h1 ub ꧵(ch)9.PN9eoa PX4IDł ޞcW)-P_j'3. ϳ1U pRˮJz"Էjp|9Dͳ&0B2G`{%"`$}b:4Rf{MWd&}`#+}>ntsE HPpB4(~͕ U\4ֆqg|_8d(<$3!pX(A1b< TyW}PWe%lƽ:N0PB: :epP?|na{/$%]ӷ"w6%[ɇ`˱!vvֆtuζ%Z2!_Z ݷS`gYR dc?Lu㦆)OnjD;s6uίқ4 Hs6o& frc+]V\G#4f}g@.H3,*dEolL`(;#f&x7Bn)+~qY)8GϜ~Q*4_WXws`I b21MXEשbF ϥʛCJY`I'zڷ-fePV@gNQ[ x[3%H3-/f5e;!kC1vw42 :tbn;{3ǠWnzB3>%U #Qy`X39J◒\K"")m_Y?1]ympY<(c#n1QPD# k/6ڗ}K]rbUflӈSH~ AGwinE@ VsꢼO@~C $t5 !ItڟBeһS^ YnM3qbF P~qDU&+:+<z| «G(ji"!"ʿl|%5ۅjN=y&1(8y HhkEd[A#d?.vZCݚۜ}\'㮣apm@8t4-x~hPl甸_V3䪣Z:BAls;7D/$Ff_]e UqX˓F4+zELؾsU*Rc ZW&tr\,LϞ-ryzRjذΆseE^`V-tSپ~ q rjįm;wJZS ё3dʼgJx45xwٚDAAə\8Pv:D=CxT!}D]:z)jVUD9Wz+ T,o=zs]hir#i3mș&tlBE[)"Ayj+)mܮhko*`Pb\΂9aKߥk;wvzJ/|ÆG)[Z>?A,Lw;J\>1(l5xuM` ˍ#-=^р)8,H9`xl4d$qE%WYM(3>ڝGԞD _m"(WVuGȗsz(j,ȑcWpǗH͍i8hX|%Spcu3 $ G?f6" r5OifU 6_8UUk%:EREm٣B`,s)eޏm:Ujw1fvnȆhNܽtFT.ZO+m0x^vܼ,S>Z+FU//ۗ,YL`"YS*B?u^$:K F$w4wf)bYmևeuÜ["Mx\.Wxm&=ZSm0\ݓ IovSYDT'>x;;ʏI}f % U oT_1M%(=\]A(/7aYgwzĉ; \zK\0к7WuvF0sÛ'Yg"<-M(I.v * jg͞E=_1RiJWW3]dqu,\ ዋnYe=W1gxpR= SN}/i_p7y~.=(c@9}0ˮN}] K#`(G*G͌@p** ?0P|=OL:șe u%qIEgX'|6s+?' R"c5F_K+tC>w-jޙlYfU @EZ"F3$]gNOT@"}?!`xH<$ #xn '_mbxH1_zhNɶo&#eZ\ȨA@zlx{fkAH$2s}zlYL]s,>VfӽfiN~Kb?>j22uӵ#T=cz;q>gƬ`٬־$AcN\(8jp%Sw G օ \7:y~$$e!эɦO0,u{Ȁ8P5y8LAlOчD4P$I@$=1t{]b>_ 9 aZsKWgLџswruбr!"ax66U/qmR)ma)h_L76D(b/΍i7Lف)`â=xk2%/oJ|Ӷӝd&ȼ5-mߋs2vҬ$ig󞖧" n+K0׺^-: P]MmtZ ˻<)ơw4HAL h,y+*=cNŏ|C:;Eb9(#ӗɩJ3ZvnmLgc{͕} \gz-{Վ J3,B5" rS#:^LHS{0Lj\q&1yKpNë8bBA-(ik}q]I$eP`}C'A>Ǎ`*kNnL("fF-6NZȯa:vx>)o? QBO^%nPUcb'rdKsg:#xxٮޅrU NSٙvGnOԳ CFҾ^7;JXzy?>>u8 fCK܇w3O6) XnǧV KR`6 ?ɛ}L7:{ ˦ly)(4{#!0UmR1(AiXDA7oQWĉᒲTA0QawH~¥~?ѧjϘ͆ERE '-I6?KWfv7zޏ@DsX8M:tؾ 崩?O\1]C 㹸I<0Ckq/(ԬJzɊy״>@37ȱ5O܄zwg񾈁Vq`I5Qc*zpe0 3U0ud9{uku4'd9-{3qҴ%_?lL{\Żr&oVͭV7JRKvP>hYES*#Jp̬sVgc`®Oljvhl ʹ%x\ ߞ`og~;لGxyL=tm/9:Íy7V/Tm KiL+LHS5HXbxH^GS(+1-}8ВnOoz6lW@e3k ^'.cGT{x%"t0 kj s,Y[J; Fv=cW|Qyj:{NR0;N఑vfش'Y4 9 jnwU(ZؓM&mGɳPkMW(E7W M:Oi,9G :yIݗTۈWi_0ʉ\=8TD-q?VEp׋5APaI!F p/wR qFn]9ۖǑSpso=kp't%+Ql[>T8Zp;j>q*Ñ7?R S/]nߍ_goq)+E&ݫrs+vzҎ VQI:]U W4 ;+;h 巙 [Dy̶DVZ*9J(PSD:CPrAxgEWmMB~iz(^ V3j[aalEƥ[Z#aٶF2D28OVMgJfsuÆ2G{_ 7V892+/g>ٍ7o .I*F'p2 UN6m;X`7phe[><}Ƈ)ķ;h/~oQs\1B[H fW\_JVabݥYyrF'"[jjS{?㏹CJRѹTV|o1 ?r]+lWb6Sfe]V G8ïfu"IΞg`] :E)3QHzxMV +0?h'ٍ ?NiFQ 8@jtFlJާT? C 9x8nxuFvLME/MRȻ0ˊanD'Z zQh+EY`\5K]R,i V+~|ٔvDs-$(j R%Ĉ,j@ C::x&>Ci BBR+u>`+X!e!WQ-Q*#Qm"eY GfUuvG֪~t~vUX|wkRYDKsZhM,~ Cd^P8Af\1T}Z&+'wwL͞nԂl 3pc%"A)b;[e$vſ2yvN- }q{[c!O΅.+ 6G̛!s[!$ y7ˁP|ܮh m2FJn'>[Ί\f7t3= z@FXCGS{D_pkGg0#}@[_ y]W$GC|sJcXģ @n^?ms}M_~5COiA=1V\إdeҭXd#5ΙtAH,U.pip!YNtE&ZKPbI0d4Wh-1/:JżY]GMR X?aڐ7!|Nk" teBeMR=]JG!y-htѩI4YI'_h c!~lݪMP&ZĮG Ow@6# KAIH<6j #+b:n[y,N:|h|!@E!rXl=[ Oѱ9#aЫO4b姭ZNܫ{34YvE?T&=[߭S mB'#/&ͅӮ5٠ }OVSW51=&\ M&J߼lAs7,_#zꞚ7#-_ 󊹡9n؝#ѮLK,H, |n;8 ʛnB7ҙƒjJ5p5uZyXۓ7<)YнF}[|1L!632,sVJ igE=/Ѽo@R.Qxѭl XʶF4P\Y+m *6,j>x %٘mjD|J@3w,4(@􊎨Qס\A_|.sE>x !HCGE'~Y?o ǣ̽-f`DMvB"jEs݄ dA e~8:û:92dEغ[t7珜8F>je<}?y>= 0xI(Wxoj D,L-{f x>G<{ӝ4zOeV#~FS4jw1^=25tߏc^l:]|_Ug&ˊfߢ@JYCN*C@B}ډL7ܑX2&o D` ISgajOGR:='վt40(<]{j0yAV2]Uu}->%H4jlʕt$^ˢ>V^5_z^fcGȹ7pZ kFŽg6𴔊M&5)ifȑhÞ bEtT(r` `'q|eaŸ)5/õ[oD4;ߖ;(CWjƛq)+wDx(|9E~)sP۵Ğ|  R_`Ãbo/m 1 wI<3C_ K"ɷ94$ˆ1T[9T_\KmLѰꡉ y"8 }4_\KC^ox!ПޢwRon[bMDأMxx<@+L1Ps\o g7㛈W`cWGߪ’r!D?mMzUm>}L) ne tC ׋)]4>.ZgGv9ږ8w@ƪHxohEMO*w(ݟ>llL_W܊ fd|YkPuO.a6mI1JL~|o)X̚,* .RgqҴgE XcRu~P$y^p~:~ =Sj' &A"M!{/9`6Q*U85Y P"cYsx&_ hk˦i,Za>A&y)2:^:i7n'855,s&\wW}E?}t ̚!øc}XЃ`DH2qje:x&5pn˜pcawP Fw7kΏVgv;Ѹ¹ \S+zO Q[e5`c,c 57B*Zm ߶8Q!5)H];9'x4ɻH1B5V->bFY$bOb(δ+cOFХ'iڄ-^G!q9|+a~k.+39?֏ h[ܴ#)\6Za'd%cߛ^lz>!O5jήF Yny(u64EFaUn$Aj,z p彙Vfgtj`ܼ+  %|9y 1WB>})EwGxOU+t6%g 8}CdXCׯ򢚚YL#c(ϚNȇ oE_a5=fedrGIX|c\JCm٧Ⱥ\7b9Mȇ?/w~ű?: AOԞM aap#!-0 ڟlŞ8!E$wl`ɷuIOsz%Pm'YrX$:#ݾ1OLT-IDjB,u#,/fS,F.<-`լdP&NOY⑯h2lb2=PoI}4< `29r-*]U'9&\gGR<QS =]wA㍓t`/5"{cZ:Lw^Ԙ%d@깻P$~Ht_Gjdv7vt@gd8€{!xAi:mۥRe᫟aoBVP{`յ67KP-Dԇ˰h@HcleEKuMntV űWS520`0_5knpMi%fwX۵}M ^] 2 a!3yQ3aX~rNrCNԜM=F)*K]y mmf/@'MG{DFeO9 $j/1E1˘$UJd7֔rYFUnD"<՚@8vf<&>fQDA47!kan qyq7t/}UMYUɅVZfjOhTg1sqNU$7+4&& MąƌWYqC+_ΛN$o,SpX19tT)k(x~Z;۽7s8%Jd>V{sHm*h x6P,rּEƀ>M[thρ9  Q婘Kn{J7Th(B*)^+lI@KB]r,f~4h.lf},(DX|BiFl/BHg_k WK(xwPCۆ2!!zE"\†}RT(LVZ|5XVS<Uf~).mM$,Gv )rw"⻉._`VCXɘ2e(F94lDŭ:Fy4T֖)ťxb{9Yٽ&Ro9SA/>womSA239(>e淫u~ v$j;\ 3vQ7::8fCGf aAO"}犪 LP$18\ʞit,ne[}x&& 5J< \b.2L+w^L'VTK l]r  ;X9P"`upsqJBk@u)ݦv-hGr[O DdI _#<NLصхKBXFn`HΠh`l.d<}pJFW5]CƓt^N'yGiգFMK{*ͻT,_\ M^OzV[;K7ԏsA vTW8,7{.`';{yIt\[$DT+ B5p09</w2C aL޸iSX>ev9bQsyl`6133|_ .wڔ m /NQP㽀 RU'?WzaKcv(LkQP|2${LZԃװc8cw CWtG E)G5ɜAdPv 4^ 0'?`K<6+l&v_+kH"wAU$DO5sz+Mm%T̀} wA"(x*b$[f> ;phiIqp`)bGE8KwhW\ۑs?phە ÷Xvo56yIkX=VҖ+7jْi>o׼q|/; ˙:9es}HZ FnU Jo[i˯,Hİa7BlTژk39K﮲oɧIJ`+[fR  bl]#u?s&qV.dGZnv=pTDvM=&LzctЂ=|"R> ڨց{kX϶DNt5T>!fPӉ&lɻ gd4 5, %@w&$K_蔴߁B>oΰet`‚{ʘ?z@5h^?- | {N#䞭U~(8C(`\ķ%q]f9{,:sxqD aXPI?Xo1+@.s9R#?<\$$:]QQH Xmzc9?o閌 U{U۽gJ“ާԏū . HTg 4ptwQ2oZS|{B'yBlZ Ios%MKgz u|&#(1ǭc jm>yoC3mWزƳͤgӽCX+ThdXMa"Y* b.WԞCrjtQkոִ^suu"efhEN/#Z'ovUdLaJ7J'(#Gr`#xI4F 􄞏}ϩ21p[gIӹ8u @\m޳`~s>8 I5ݳ_\|Ȋ4}Jsu-a&z[cI" ԊZ0χIɄI<*f^,rF }yT9[ßa ?i9Re0%TB|_VCސT׿r\6j0eiv{M  (ʓϡ+!P0uuGAZG9{kr-W4ƒj,a 0Am ) O$A~gEG皳۠QH=x 5::]d +Pޕ=ұDH A\JwїQ$JRQ=il:4]FRdG*/7ЌP$`@-=bqڨ7xL~T۴ .Q}2QfXdmsΫ̂y7[#W  Xm&wQrkA7KC''?]- &JF^hZqh + +\txl᎕CV~ytʊt & Gl?D{FKz`i2!K-*$v*TII> 76,{nG!)oL{pt#|< /cKȐ<3Y%mS͓'֞qo)RWyRD#9.5w M և?"Oߚέ o|uoWҾV)'a  \p"L;s4ޙM/;-7ѫ{cj± ʕ5FaYS?nI6?ڙ=d!#~%Qxa$c_;, nڢbexZ+(~ 8O"^5Ek9~|699- m7>Ln΁WE>s基Pԛ/6Lڒن`IgYh9r*0XW3I! v"b2NxLBt 7~"9/.FeZ:x`儆-D&  DԻcuξE1 F=T 4۪\43G='+bE=?W<"( &@~G YZ