libLTO7-32bit-7.0.1-150100.3.22.2 >  A byp9|?x V ۽>m %zO&`y<9VQFΟq^VR1kfqE ғF;W WGc?&!xպ@mk4 KUڼѢKtp>d?dd $ A| 04 6 8 < } 4q(8c9,c: c>aGaHaIaXaYb\b,]b0^b<bbFccdcecfclcucvcwd8xd<yd@ dpdtdzdClibLTO7-32bit7.0.1150100.3.22.2Link-time optimizer for LLVMThis package contains the link-time optimizer for LLVM.by|sheep558SUSE Linux Enterprise 15SUSE LLC NCSAhttps://www.suse.com/Development/Languages/Otherhttp://www.llvm.orglinuxx86_64/sbin/ldconfig8āby|aea88aee8c2a40cdc12278202932b98839efd4a5985be4c3e1994b3f7458d58brootrootllvm7-7.0.1-150100.3.22.2.src.rpmlibLTO.so.7libLTO.so.7(LLVM_7)libLTO7-32bitlibLTO7-32bit(x86-32)@@@@@@@@@@    /bin/shlibLLVM.so.7libLLVM.so.7(LLVM_7)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.4)libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)libstdc++.so.6(GLIBCXX_3.4.21)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1bE`_@^^@]]\u*@\iL\ - 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)/bin/sh7.0.1-150100.3.22.27.0.1-150100.3.22.2libLTO.so.7/usr/lib/-fomit-frame-pointer -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:23724/SUSE_SLE-15-SP1_Update/00ab098f120ffaa4d08ce8aae0720c03-llvm7.SUSE_SLE-15-SP1_Updatecpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=fc97bdab6b10c30c024b8ab8c984df1ed922a36d, stripped PPRRRRR RR RRRutf-81608568acf80ed688ec46548794d2dbcc80d7f95c67e0692874010922c9f8b39? 7zXZ !t/9~] crv9w -߳>d:p\zm1_QQ𚍰Rw^=4J-SdMo5e5a:Qu/̧w8;>=Ęoe}ܫCmygDUYFy_EX ط4l[$p/x fkVfx~lä¾%/!1NКXӭ#DEL-G{ 't/?FfBmup> x vL)if8I|~PV>C[BpE.iE~S{5IW.|GXC?Pry0Jl |ȗSԾ 82r0I$̤ YJ?gxfji:^IJFxT%dd%YW>,Pw1LSһr~/3`6 HںL j*k"%(ęH(n{ԄeU* T5UOKQ.KQZu# ]Ӈ2 W6AR AG֫cֲ7Bu⦣Y>g#c;=Ĥёj;ZV{}9JAD6>_E %h׎n3wJ_QbAC1Ge߉CL@FƁfz8z)T!1J+D"!JP сv>QaYHn#PN7榰F9yX"}8%Wh2xѡsOב (l*NR!')}Q-f_{HM:Vv}aUIRkXf6>dԨ=#4ϞAǝvF*\q?~9kk,'7;ٝ^? 7 RTі YvIL" {ZBY}", tu3c0Cf'Hmr&o Z,' FXkap^G=MIaEhQcPAyg&X9Jw[P}&w#w -iMz9_umi\mq@lo: _ڬ츮r~iBՆsy{!*nzK-BqD%QS7 _.?|kjf͇P ݪ<}Qb7.,ӃņPMgu'd2˽fX>oɱ;l4EjaCiv17Bi߃̑)yBE;4༩ ͇}r)$ vWL[Ev #˩J:ENV#0ƑxM>~v~.cā ujEo}]r֋@fAׅEߥ5I uiWJ?3лaǻJCP/ŵ"7޻H cɥ6͎Ψ4< l>@}c*9T0s;U.kUR" R|bS9"+ZMyҕZ|ܳTE+Ck !lW5J5:)A%PKԇrg>+ep=|`ɓvj qRBrKW~~W4kJ'K[|pgT }tk4zyAJg|0#+֌g0(8qW|@IcPOƛ]I=BYrN[} ΋6 ttdA^|".Ih&qJ3"vϦ@ ?*]ѾqHGw>O;bX.ߌs0Q 7])Jnm'{cj&B@QɚönG5ʖƽ7d[ޙv R/x&t&xk3#RJofFG'IZqRڕuoHARE6&4}8D>'lp%lPe}y`ih ;.?l$M{U?^tL%"s\o;ߣ oÉȅ2?dȾ5RQZuމ Da xvvȝ[5yM@:0Z)pE3Vrh׹ &匫x ^ G`K&haFJ֣~@0."(ۈi,hfF$ -"5G;+̐YwS?ng.Pm=Z⒦\Lp[\(ΎҌ.ttUr8M*~}/`2 a)Gس4b7 K)i 﫧X}B"CA3oQUGidJoq O6S;Ў*4+Mn͆_A] 7ԮaK_Pnn;\NUMͻX? 28 zn*? ּsp}SWwhqa,`zf djfڳ=1x#2'juv!knC~P$u `)M[<yA.]Q%r] ," f(sgeA:̈́l]( pS 6h Hg-*e pgP"H;'NKg,S~_ ;<%.#760LP,1e:5 Ņ1Mn*h/LJ`nD]`xZ3z$hwr^.HK,j'! ֟]?P}2 [YZYX$j:עH!zf߭YZ_fx dQ|ٴ`dD7_]8ÞR,? 5;-jL'.L^S2Q+_ds ;e-HJ?_}<, Zʇ0aaИj3A0}H5ue*  iG+VgKsZgvKG} *(&PI{%ԏ%Ǧg+NYPIS jM1f\K.I+-ѫ`>EBK=-fk_]ԥۤ3GRzp烎8S9%Jl93# 'QZ8A*\gte#$<*w$K2.^]r~Y^M1G7*g(~glȈ88(Ubxx|2A¥WuJ[7Û"Y~ԾR]R>|)gAoQ<8'ƹ2ۑR. ᯥ!hJ0BXC7`װ%0@C8֏Pz6@N}/!&^d_RUnުWk0e)fJՇ牶 ]Q;䍏* "̖N~'H \Dn=yCdixSm~N7HZ.9" HalgD򴔡Z,R& jh9?RP&&#Lx3ʊ89'u[+n_&49I'dՂ-£"gQM`t4>Uゐ;[~8ׂK;g-:.y>V#"h?^t N|vS >H6.XGknmVɹCMta܄}ޮPmM~:y-͗VT~NtT9셮X3zˠGa׵eh:ғ4~ F \͜lc 3Grdy{0VC?Ri$=Qіfڍ2M ȕ壍+S3: ^GP0D8h])wJ BYQUYMдÝݝŹ?Hg?1͡x[V8g25ë)&1 -h%(j Ob vT2I(Șa]iBe9"B/I|}l=d/n7ʏ`˻Wv"'%vN'H?;GƎb0*O)6'&4gMoT6 L%"jϹv 7/'NJL K Fh:UȗWZ_Ilbt5'U`P15_X ^`ng(rfoRCW~njAō!qqYN.Ruz.gL I.Ka|k[n;C [v D#7d8UhXDZ5ۆ.1#;yrb7Ecl 7')Gcӻ Ej3MQ QAk:صfnjx ]ɦk62]x2i+>Ʀ [)!HQln툿DX R !b"R_=[]G(.EEbNJ}(i0vsKR+-8 ^JwY ٫gi{Cm.gT^ ~1'SßLA۔Ʌ.\BA®]m<ѡZIB3k:]k h͐Q۞1 B[],3+>G$&E+ՌAhJa{#X`ȧ9Y?(cl܁nϥ D#V! KH: ^XdG\0oKG!Y8oClk A\9;xi3mZ1KYHM)$I_r;uQ38>ьRH)1cv쬺'D;Y;([IpƁGۖG*HM ᄆ"շ}-xchٕU1~ o?O]AJe)&bTrVktScl %"% ,$M%":ҏ+8f:__ ~|I7 )"L"ڣhB[;Nف{869,D}~4([wԆ\@_3KUe}O>^b^F՞a?̶ sLK 8Ss`cirCTaL&NoB<`#Sgpahd8Z-\i&ZL!Q`T=@(YδU= $t_` Įܪ6AhE7z+Wiu)&Q4ul :qC]P^wEbno}Zީ'[Kpo^$}]G@TYw~+[)xkl~ȉ%S<A~"Cjn_a)p]̀H`^}XT骋-_vO|GSHP?d8UBO'SNex"ظ5V>~hvMޢ#e= c:PK_5g#[rdZ2p13<2ܾ?%~C]}mAOVN TJҪJkl#j xWg!dVf_?fl0n['}9Xn`?NR-_HC;+5kqLJCEBD`K!֊%"w24PeTt}щ{ _ OOL?[]be7>2:aVQu~A7 $oO-JQ~ g,  '^5 /'Rayi)H,iˎJ]?-"P;DjǮkU-Q=ş!;3PK5T X/KRG3m=C{ANҥ&vS9/bLC[_h`bP' ˧{jY>Ep 7Mk^7IҢ(w)52PB2r]iupBKjd"Leӈ3dnBD%*<[[e[(G*KH@a?DP8YL[hXXq'Ry)&@@^CU+\HFlD8r0,NP5gGB 1G$J/jQlӗW:U tqȬ%4yI]Agqs/E$_<{4u_E m)Ek.C.C0nrRW^7_96 lFnei%!ȼ9NA T;`( 4=rN@^tF/ 5*RLJS]H>#@,\byO#N\=1L,kZ"2VygC2d[U#crZnid MzY/p؀g$Q,ZaUum$VSY}Hƃ| zP[VA"%N +@=8yZ`|D|ۆE EBuV%TWpNޤ8ynˡu~QɏaIt`͸:78G{ Ӗ#!d R%/ i;8,4ޔý8x\h :'IҎZ|`rCt]8zڇa'_7U[]׵dmOkz`jzˁ(I߷4Rʵ+$Dve'kY N}IP/v $Q䢠T|axǹC%CsgzuePPe{{Ujz, aSC7~bIo_P#4Qm)!n q֬JKLNSO!+n0cKmNPL}' 迗roU7EpINrY˝7YiK(q `l?:t$l`7.#Ҁxy2]bHzFjxT?8nnGbO4y1ȟ_@1uK]kK]Q[Ϝׄ[ӴWf&aE#::+n @]+Ւظ>㝅|胩օgڴpA8=h絍_9ˑ.^#J%culUtI3~ 3KQ1N~tDpVkOY'Vf|cB%T$&;=RiWj5 n}@B'z%U82,5߰ՓE y*P}8{<]WCveC0bD<2bmtgcEs|QZ̹/NRO:x!R$UGIO)NmՆըYemn'XMPhK:޳rC&H쨇G³& Z/샫?U}Ob* ݐ߄RB=OlfY8u{g#ּ^yXW+Cۻ r#S Sr*pZZh-ACe ,D6.xx9? HV>ΧWN^`ײ: %jBɂ)_ulC-/ls*Hϟ{u;*6c!N?ҧNu|$ӄ Gvȴ쓣udսo`?i&x %ܐFpV>RX6YJC]H RaP`:y?J/¬ZJO.1z4>`q%Ss(EGN zΐhn\뽨s8j(i )@%M@9ҵ]H}yOcNx/ɉTp!N&s"LNiROc>' -o"8<^֬ D>ثbF6MÑLV%c cq43CpH"f$g~qbq3΢|N ΚB1zThnt~u44itd;K];Yl7Ÿ6״֭@g.BG t<*ݾGЂs|;8  4i7Ԯjq>ŭRgSwϤݵ7ɦ!YHv;#EZ~8֤:^wγTnu 0QQ肸hG̭%هQ_ s _QrJgk -¡,b?A$9Ћ9uNKe  T-|9J :#ĥ(!#X~ .%\K].A4}6ᆙ@V*[BҒósIV3 US/!wb(z$g괶dE8\T*ushĖo_C !b¶&lEggXW'ōP]{/k h;c#ә久,LGo"{PaHIe :5<̂I"*4GOƳk]N/V"Bt7s3ܪƬٯl|dz29sFNj[cIJ莫M7q4aLs`3(Ty53M6" kri7;Pvm큄3`#=&b"j1 &ۛ{&־_y-YOu={ "w*N]Q DKG'Y{"?M蓥ej+y$PЀYCTב8CѬ*jrT-K uɱjŁṠ!*9k&y\kTtHz&3CF6rlPD݃AkO&Z v\w[]^{ԥy'N< GM!٠dKk{AH(W"եQF7#DNm|iЄ~/fjm,Y0Zq=-b3[͕F9Fx|KZ$iMw z|O6)_=R8tDJ 9"uf>@RVX* U.i}N&?TlDIf Y wx^( ״mwvD3R rHC:tj5/̧S{[LY 2qXؓ$Ër*UԈV[;NzZ:PhiPU`B $ESڥ" J:`/Υ-(vqqE{9ϿrFR ة;<_C=7Upw9Eq2{4pCRMl;Z> v>^چK(u$'PmQ6ĺ^cZU{WPkT38]ݛc 1%C~e t$01۸tR9mX5yd!I !𷰮vT gմVm/]J[Z&ٱZ>j_T/eH:gh9iC6zg"_^J:񶚗g=ANgDCt+ZqS<!F/NGB<¢ߦ 2],I477lPw笈}ͥa;M"xev%+%w_D~ 0B\&l̘uP֜<lX7im_= ۬Vsy!@DB[N>i6o>5h)p+D*L(7r8>m9U9%ihh W'pÈH p=h)ʉ1}Vڽ|0gHӨؘ *zoˑ?ME \-&HoIqvޛmzOKA_nHv9ogEPt$U<*Yl`fd{xTnP*>8)3e35AHnz:QVvCb0@~Jfm92Ќx=~"XqS.` C\[e'җ[ B^좚eeNy"s7wV s'n=T l6 8r͋2aYv骈ŔZ ֮ }#|Wن[]oWrTG/o3êWn:+߬ 3K}zbm@tO@ݨ";c@D PC7ƫ bM;JT@LEt?Xƨჲ L % {Ԩ-p͎-Vr]* "}|WydBo7t.'ɤ"6+]/Z_j kЀ$D̈4݆f}pzoXYbOR_2\啚 AARC<:?-kj8!L=̕aex~rg]sk 5?|}ϮǾ}7Wp2~ Mr⽾2UKXwV AVFOUSpx 1iN%YKuSVZ% ,e}[mtqlV{,x1`Oۃd 1Aaq:+@oCK yz̍tB\,@ي4`GBj0K\Ym@#r#GhaV~Zmz.NUk-3G:? f18L 1|z7 v^A/r=2 񠴰C^>i'pG~kCSf-NJ:t @xq609aii4%TVnOk{bHgÑf0&JF9itػ6S.~Li`ϸרVCE$:8`”ꉥjAgQuY_r5Ml_*ዐ^8OK f' $ۖ㧿[o3#TN %xkHwG\=d3ͪPn|Ρ}HX42>!OmU4t^3)m3ӯYr{|k=SנܫT|`R+{ Mԡ]GevS!7s{~Mc$fHG5!g^"2AFR/ݾ{BhRnzL!rI9!F40 &sFzSY@=N U#i,)z{Th,B?J| d읍4YlߜF/D*%^󬋢SQ{xx8RxxBB-"ވ|z΅b|Bq3j7`$CޗX^a12o0x54&e*(şg[-MA UQy"ZoB)thJ?Z3DEʟ࣏x=PĘC W6K^zbzKL;ZP]{n˹g\(ޫdċ}jhbpIsY􊢒R$B_R!{<g\DNxQ;zu8hXUu4EfYg7}ƙd[#;cF{CK: ZF]F UVUካ9, %竂8-r3[pYrN-[Mn'D(8ΣhKs8TYÙӿD5ɯsK2D*nޖ&X^{!m1ԩ  #nT;; 1ޛ)ީ(R;ooT}~'ͰS liY.W;bq#{󊏆_4^K,+ kJ0Q=obeM#'ʬ=4 `xt&#- zʊƜfsH=`wDP<:h-j.3 -aMޙ:;bDU=Y veaME培,mX衱8YM}P;G5ŒL2z gG3œց|ǰ zX> `p]td j7Hoq8_T/BY2؎~̓59Zi.wiCrZY^{=+ȝ72غ4LAoUos]i咷 oQ|;D8H}1V`&F"R:&NR\mkuY<HT/eG>N$C|$ ە%ח0PDƦy-yN_KI? ul(e`i#1=ͼv ݭs].8K={%yԝ(B4Qn e(I ˜5MaElu=xhRJnX\"ݓFg@>Z6d9b&sCY@s=O1u-x{ `Rfk!j `{%nHvjL;"+x7:0~@CVނrnҁWaHzo8]Y1J#h 'i=NN,[Gmznn5:{Z]U{I һ0(;<> =l-6o5mut魻 iK}ۆݓ,+UΓs,aT<15A*[5ӾhBssL YB4x|QW`Ψs#M ^]/W5n1_(,^*fnmh]Xrpv2)J8+:M<!gU}&W&=-4yZ7enp k|oDC]wV鶓ݪ<͙ĦG57c!a)Ut"ހmɴ`+,~tQm榘Ĩ)w"5; rmZ YN綢;VY/lu{j8?5E.N ĹWà%BTIlB_藻L|'S'Y嵴4E<E(K:78R$8=.%4{/sRcoQad{mJ{[ LxuhF .2VSI67d\Y "1}$1h)Fs 9xHOuBZdgMWLِ[\"m&#̆(%t)YA:5^$Pߐx]T.p 헄Vz(n"L׏ʳ稰Y nbAXycT NG}:5MS=4+?-LydR\Bnjyh2W<Wrb)2zE~L:wys6(9/?9KTLq 9ǓK{A +[LQi/DYOGO>K^f R' [f4^ f[p< OpwhOSxJ+y,m˱a:N|=F3:nj"qq @ӌ5`Om ,-ZϕXj.+eL>!T/ zX"c)eOp@{h @)b "c^}0 ?*8&D_Ca܅vǃq4gq!5R$y=X?o^456 my6>(ˌ b*zp_WKI7;՝0I ?5і ~|P~jE@ݱ1OO~L5 $[e TqB1%v nh!r)cD=yuOPE?y3iF7 rûL{yIYwgD{r+7=e2yKHS?2*LBA\vWZS .'\7̓|,D^.1xM*b&Vwo.ЦK@$TZҕk+ktt,2+Wڅf;GPN!zŊXi_ih<#] Qo/b]vꋒDg؋L3MBE8ad l!k֠/@AsԴ4]'B~1$:I2QB hFz6jdsP QReq倬q0:R;O[gCD,Dz(b1u W3o@ W^܊؄kds')3*A4a;3~2}fi PXo F^aHg +BSn30\ʨma{qm;(b Ժ|Gv^|ؐ sik%谭$}Ⱪ|Ǿ!4*#)TҷRYM=]/p1Z˓ԸH:xLV_(4uO-jfRi^AQ [=+$Ԟ .6>{Ȏl!Cj ҃jES f٪nj(>bZCG/P͐ж,[OA>-DJxLmoDy̯.e?:Q~ILꓬc6ULu]G[D@#:i wD1SjNtB|q3J L @se#vHgA T8uu,WԒo@14OiHn ]<%q.57@Ugj\sƖ!ɴkiM,%~Hc_&=/#5`lR0zgXWRu̸`Ls<>U,]1i0k_k*+uon-&ɆvjiU|Wn(љQ 7Su{3 BJtթɇA;){[{zufXd)xkQ'o;2o?jN#ב|$ȒJxm?G3u3AOkGM44 'bSp2*zvm"ayċťlLVs_bJbŲ}i/o۷L& .DZJĺڣ*?98$/5t:!+ua:qoߕ7byר֟BTT#@0ղ.ĖNuT WVV+1;r>ӹj![t\DAND1b9im *Y;ZBŃQV3"vX-~ڊ-)o!{cW] [8yJ㖀Id:s+Ҁ]+co+Q )Zޡ%4)(n rH`h,p_稥W\_b׹|to\>$k! SsL"*s͹O>TQ9y~߽%Dǝ>muд¤ebLx-QE ~`?Bx2tuvCx)̣WEK; +92k=eˈ. `Tw]5 *[#Vs5jaTc/ !@QIapzoW>](nE;z}Zc=otS}yuqg>A4c&]豠\o{t9 (Qf˿xU\?%Qׅ3B(Wˏ/lF%O|nD>9 ӈFu=Pޱ}c7HAgWCǫ39@,cv_XFF;V@G޶36QVü(HD*q< 8‡ __4m\FbNYcc%)c*6@4T"sC -iзtvQ |$vReB锻1/Ќxɑ OfAlu݈Ǔ-FGVAܢmhiHk(Qf Lf2S8΋Ni_Z F+8Ԣ 79Sڂ*[ .+o5jwYȐ9 ޔkV*CA @Pe6{UciCЊl E.Iw"Mz}Т ,eWB:v"U38ް2p8 $hv$>],DVJ(ұ$@")Pn7.jz -V(qi.7)p.ˈdH*5ΙA r|?n*oJ u$`fg7F%aG#X~osz ضǍj}"ߦ7 J,uC69OVM^³hJ_ݗ/E+S"o>~tEg-88'S `Eᇚ瓇)N9jPtc0*㿾LՌ{fQy`"+@&i|V`tG_>W>mwMG*c!6>4κkZ(H:?#mwO\Px>I74~յa=M5x#T!*;$@ X^TQi.&APdh&lEYo0F\ʿC8:+8+چK`p, fbn桏_'%5@HRA'sџ~foTY'YS ڬ4iئkS0lq;=lpP`Je`k9@Vw-&xYK!&5&\cteb +3Ua [T/."kĄo{ ʡ[Ir uxgaJz[1_C$Z'|0ڗ!!Cme䶟6ë{!ok5F# O26ܧܰa0:I 恘} 0H ]-ef*__{zo\>Al1T4*(6/r8Oef!Jk$ԗ6^dkx¶Ew#qHݗFYA'h̨sd[eMS]WO%j5푖XoM mN}snl C\zڴ;i!S8zMi~Y?Z{u6s.[_cc|dGy5]*}ůH210G)CAݪ`{[4aTRX?h+hk<]lgg֓z"VmX%KH;{WO[@#Dkg?qmd%j¼X!Fy ],;V*dXwt Aq D1T"r?֨ez|H۝_aYv<6|Q1Yjnu!h\W葿qƣl 5 q?jW)=\J|ꜿTT <ʶ\SpU&O5hR2/).>:kM`8tF.R2}x< *su:=?dZ=pU*c0ckfe8,LJ=:Nnj:l!웲Pf{ώ1|w Mx;/'*"[m؛ʺnB^* Ea!W|J%L81rvI[a2>sɔ']wO9|C>RaJx`EN$P=)Ri\;?uHMW. ݅K$Xp mVAY'B,Zכ,Frꉿb,ŋ$_ 1H,^ʱ?Mzs* O%!S5Beil=(D8N[ALr<z$S+SBHk%-/3pe̔y& A{/e!!6|[lM5=ԆjץAsI5t"xͿڨXm.Lxw@@zfoڙ=?YNT0dP:k!s]"efEgmΔNǧgFe?(HG6n".݀ʐɖv֬,z.ĩA_gu PUdW(VxM*}ƙHT%\;ﺕ&Efg|;`#3:Ж\@}eÛBtVs(!z*xB`d[W5#?l8IY\iS "&X;dvZ4y+=7jl}kMKj E,>^] I@̯b(b6 "YD66j9&RWnuNEdd;N+Ta<1pakl :ȄDOA+*7V4$zZᦓJt#b2j v);u;/Ř q&F7%W@D7|w; s͢fW~KAf8 [UƋzstsmnC88\r?ϯ!v߻6=V|&l޼j<}#Ö+Hnw8'A]-~Ov񪔹O:IԆbq+/?|[ X|6?h-HhGi+UO')Rrh|qk=4wZ3xk3c˙av=?Wr#vܝ MX_ꌁ6W/MԎ?lZ[ua6"gՠ#&T]  ~:LƤ 9Mj=_#=ڢի+!)MH$]}EBtD,L_}%40Fr*oc3\Ntzl5ySE>QR58$I V?n3;Q za ux:ڤ:{e6 cN펓4F2 9TvEtii ju*ɭiFaGȝq .JG^Cϡœ7,Ɛu=L'*+@l^g ~bɋrPǶæmUWj p5Wab] tiV'S{F# O;Wwouz,lɵAC-$ Ӽ {bvk,fߜX}aN)Hlt'}FP.0?gCUj@J^w)W!U] z=LC`+3LXOjZW2Z Gy֋!{mL`z0y]m c'"` >ZAA Hl[|!| lޑVE1Y-AX8ovPZL12|p^;QW:.--{I4@ɣXD2KٍO3h~dpxOM>/ 81 3?pWi?TJ0DY0=I g{ m6J|x9(' Py~cQkyn<_ȁ_\Dm4-=t8n%WMW V"P!m#8Q^l$& ׄH8.cW3>TPк3(mZy`OTHP0aƝ;y1(֨8N3aŕa5ܤ|g̹}{ ]Vhn7>DMeY(zRUlZ\NC^J~2j LƚqZxQ UfA)y 2KA:JN8vH0~2=^ݡ[K>xj m]  ĻV6LHFxj!;/ tQN%4C5ڞ)6cg(T;ƒ4 Fkln Ob)9[nkxc^09»uV]9/M'b~rJ֧s6ۖ7K2O3YTP9W▘)7Qyxa/ହ/*Wu^vfX%ǯV“f*OeLkk 8*P@L.#ܯľ_VTЅ Wy Π$i.9!gw&j'u`uFM]|\mF/X9)̜>84y~G Z` :^dϵjn R@9Ֆ׈_'_cB9*B eL GXɡ/ Y|m/VDx\aU=3JPuxo ȏyoU>άAڪK#\jE-U$ȏᅳuDkRP/ʰe1Ul/ĩTѳxiv ^EGh mE5A,Lɇ+X#/u,\#?֩Uӛ8dɨ+e.Μ[6>OyuN1>79owaʉ!xDpK!3^vŦīL\ fdU9M]Y|}enOBTA2ǖ>v#B j-fP9VQ#yL9D