include-what-you-use-tools-0.17-bp154.1.11 >  A bx!M@eeek5:f-s uXUMx<2h&9v'q2w(| ù!)Q-.8Ń:F]zMEfLL׭}9 )b2K…nD_!=IU5/daw͡ L )X5vk\`6\wY 9UĖb/Q7e|e5r66:9ŎDXRƁ$>p>"?"d" - f -Mou|      *4dl((U8\9:F G 8H @I HX LY P\ `] h^ b c!8d!e!f!l!u!v!w"x"y" z"$"4"8">"Cinclude-what-you-use-tools0.17bp154.1.11Additional tools to use include-what-you-use effectivelyThis package contains additional scripts for using include-what-you-use as automated refactoring tool.bxnhci-cnode2-m0ؕSUSE Linux Enterprise 15 SP4openSUSENCSAhttps://bugs.opensuse.orgDevelopment/Languages/C and C++https://include-what-you-use.org/linuxnoarchVB?bx bx d02e90883d79b73153fe9762226bbf0c4e2bc852e7c02e19cceb1878143f5d43bd397e5038858b75bc282624eb8e4bdb8227f8dc0a67930d091db8d881db5a87rootrootrootrootinclude-what-you-use-0.17-bp154.1.11.src.rpminclude-what-you-use-tools@    /usr/bin/pythoninclude-what-you-userpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.17-bp154.1.113.0.4-14.6.0-14.0-15.2-14.14.3a@`@_G@^@^_]]o]$\\@Z@Z@Z`@Z Z Z@ZyZxG@Zu@Z.s@Z.s@Z-!Aaron Puchert Aaron Puchert Aaron Puchert Aaron Puchert Aaron Puchert Aaron Puchert Aaron Puchert Aaron Puchert aaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.netaaronpuchert@alice-dsl.net- Update to version 0.17, update LLVM/Clang to version 13. * Improve support for various C++ features (builtins, CTAD, specializations, type aliases). * Fix crash on invalid code. * Remove hard dependency on x86 LLVM target. * Improve mappings for GNU libc. * More concise output for clang output format in iwyu_tool. - Rebase iwyu_include_picker.patch. - Drop obsolete remove-x86-specific-code.patch, fixed upstream.- Update to version 0.16, update LLVM/Clang to version 12. * Let iwyu_tool accept --load/-l argument for load limiting. * Let iwyu_tool signal success/failure with exit code. * Harmonize mapping generators. * Add mapping generator for CPython. * Improve mappings for libstdc++ and Boost. - Rebase iwyu_include_picker.patch.- Update to version 0.15, update LLVM/Clang to version 11. * Fix crash due to undefined behavior in AST traversal. * Improve handling of operator new including C++17 features. * Improve handling of templates. * In iwyu_tool, remove known compiler wrappers from the command list. * Improve Qt mapping generator. * Improve boost mappings. * Improve built-in mappings for . * Add built-in mappings for max_align_t, ptrdiff_t, and wchar_t. * Support shared LLVM/Clang libraries and other improvements. - Get rid of obsolete test workaround, which stopped working on 32-bit architectures for some reason. Instead we use plain %ctest now, but fix the mirror directory on 64-bit architectures.- Update to version 0.14, update LLVM/Clang to version 10. * Report non-builtin enum base types. * Disable forward-declares for decls in inline namespaces. * Make C structs forward-declarable again. * Always keep Qt .moc includes. * Include binary type traits in analysis. * In iwyu_tool, fail fast if include-what-you-use is not found. * In iwyu_tool, print all diagnostic ouptut to stderr. * In fix_includes, improve file extension detection. * Add man page for include-what-you-use. - Rebase fix-shebang.patch. - Remove upstreamed link-llvm9.patch. - Use man page from upstream. - Use %cmake_build for parallel build.- Use c++_compiler instead of clang to avoid dependence oddities.- Deactivate ThinLTO on ARM: there are internal linker errors.- Update to version 0.13, update LLVM/Clang to version 9. * Improved handling of relative includes in mappings and pragmas * Path normalization now collapses .. * Improve --no_fwd_decls not to remove required forward declarations * Improved handling of builtin templates * Don't mark forward declarations final * Tolerate using declarations in precompiled header * Add script to generate Qt mappings, and new mappings for Qt 5.11 * Use directory from compilation database if available * Numerous documentation and build improvements - Add section about pragma comments to man page. - Add link-llvm9.patch to adapt to packaging changes in LLVM. - Enable ThinLTO where possible. - Drop support for SLE12.- Disable LTO, because -flto= doesn't work with Clang.- Update to version 0.12, update LLVM/Clang to version 8. * New command-line option: --keep to mirror IWYU pragma: keep * New command-line option: --cxx17ns to suggest compact C++17 nested namespaces * Improve --no_fwd_decls to optimize for minimal number of redeclarations * Improved mappings for POSIX types and let mappings apply to builtins as well * More principled handling of explicit template instantiations * Breaking change in iwyu_tool: extra args are no longer automatically prefixed with -Xiwyu (so you can use them for Clang args too) * Better handling of template forward-decls in fix_includes. - Run test suite in %check. - Package license file and documentation. - Remove unnecessary %defattr. - Update man page. - Rebase fix-shebang.patch.- Update to version 0.11, update LLVM/Clang to version 7. * Improved recognition of template and specialization uses. * Improved CMake build system, see docs for build instructions. * Improved mappings for Boost, Intel intrinsics and libstdc++. * Several bug fixes and improvements. * Add --basedir argument to interpret IWYU output from another source tree. * Handle namespaces better. * Add --only_re switch to filter affected files. * Add --reorder/--noreorder switch to toggle reordering of includes. - Drop obsolete llvm-link.patch. - Rebase iwyu_include_picker.patch. - Update man page, sort options alphabetically. - Remove runtime dependency on clang - the builtin headers are now included in libclang.- Update to version 0.10, update LLVM/Clang to version 6. * Add --no_fwd_decls option to avoid replacing includes with forward-declarations. * Treat definitions of free functions as uses of the corresponding prototypes. * Support C++11 range-for loops. * Several template misattribution bugs fixed. * Better support for non-ASCII encodings in fix_includes.py. * Remove support for VCS commands from fix_includes.py.- Make tools package "noarch", since it contains only scripts.- Use tarball from website, where it is now available. There should be no functional change.- Add runtime dependency to clang, because we need the compiler- specific headers, even when clang is not used for compilation.- Fix build on SLE 12. For some reason the build using Clang segfaults, but with GCC 6 it doesn't. - Use GCC 6 only on SLE 12, not on Leap 42.- Add section about mapping files to the man page.- Remove x86-specific code that is required to parse Microsoft inline assembly. We don't need that, and it breaks the builds on other architectures.- Use tarball for version 0.9, which is now officially released. - Add a manual page derived from the `--help` output.- Update to development version of 0.9, which is not officially released yet. - Update LLVM/Clang to version 5. - Build using Clang instead of GCC, since we link against libclang's C++ API, which is also built with Clang. - Also remove third_party.imp, which doesn't seem to be made for the general public. - Package the Python tools separately. - Improve description.- Fix malformed patch.- Update mappings in the right place - they are actually hard-coded into iwyu_include_picker.cc. - Remove the obsolete mapping files.- Initialized based on version 0.8, which uses Clang 4.0. - Added llvm-link.patch because openSUSE's libLLVM isn't split up. - Updated mappings for GNU libc headers in libc-mappings.patch. - Updated mappings for GNU libstdc++ headers in stl-mappings.patch.hci-cnode2-m0 16520940620.17-bp154.1.11fix_includes.pyiwyu_tool.py/usr/bin/-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.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/64bf1e094c24c28b8dbbe5acdaf6fdc0-include-what-you-usecpioxz5x86_64-suse-linuxC++ source, ASCII textPython script, ASCII text executableR֊Hp)zOJazfɅ3=Rix̟*"FSg*0HZ UFfu۫YHҍD3:IH9)e]RjՒ {N}E&2kͫڍZrT:ҒTh)33\?lյnh Ej ӗ -aHO%%\;(ku#f(mXo A.yߍV+*Fpw?L{D ns4l/ $bW4ȧ!-ey\i1͆ a8.U"QbH߈نؑgTaRY3t)Bwww!}ʘk?Dupϸ{7Ayv<֋AG@7ʂ*9N90GɃkerؓ6׉WW|dQ8k&ㆰ0$'A$Cھ($Q8O'{in>prT olSx66KxVWBH) K9rk=k{xcD)E5sM1[=a5%6^NH4:/pUNus wÄ8k.r>C@z^ʢ4a\@~p)N{t]nwCGṮ4:цE]-K~a2,yH%rtd].O(q2sDTcTi ءo=}OĘx]ElB~>7?0'-ޏΪ2I#~Kx&li||w$F@I)XoSqDO]P~=kPv͹db^UJ#-FQ ?J_z΂,MKL?Ճ5[31.26(|n|78#rڊG8viR!6^pL,sbxxuǨF"5aaƞcY* aW8m_t:KUUDy!ev3! (C;^:ܓ2 %ly_[<ܫC&;򠤩d ɠh4 %&ʌ +y#xUr>z;{=X(c\GK?} [1lva%VA]74%/ۨʺJOOnѫ@1OaC@+˟.:$%>2V]QkP|zMm-%>>w1f/(<"Zy9M"OV$ulκ&s+\;HB0RB(P:t4X ]K+A{s_sTX,R`Zy>^%1żGD\k.Ṕ.m vŀkƜR{>@kw xsƒ{O< Әd¼jg ".#z56fόx`58+>&@€av|7fDd$({+:kǛM6gXK Kt$!/u#@5קYI{`O>n#KExugq֢>SDyIBGKA~H+Q@_9Mgc 5?{ۙ#aH\|>^a<'*M.eFg]Yk~.?𷈫 AArhP\8`yO)c`2~;)%8r=}W7H6tǍ${X?Pa.CNO|LO|%3J }JٕDlW|(\Q[Zn-S3Cw!G͔㶈6M_'D**\`BtP^Kn2 '_d-2w4t+桂KM\‡e$h>>caίtm!G{vMd&z'xgyC9㡌su ;]:hO-j'J5I cGCNl3Ժ;۞ 5>BRf!a6.?ώ_mF[yX Y..?'&ļЊڹEY!{<@NI#f5/ !J"6Dt2\G7_aIAёuA8Ze Wm6'5ͱh/6FM0 uM<%5LH5'7ɥR;T݃Yl(s86T ln+TajzW`:c+XN4)b%=JʻS9V WJ%( U,\u nٔvT?yw.2M}j-  ceƔ"~ZߡoAH]N885_b,Ƴt1(i u(daAeF{%rF~9d"+Ռ>r7Ӕڡ.)h &."Yj5ҰS%f0Aŧ=8 C&i34c|2B[j\ǭgteFc{-t y` '*!=Ҳy9vl^/3bj}) AinZL7k"rڋ*?]7.Lp/rM1qMW&l{ P[@4 J?ɕ;]yĔf"S-s'gҪ5X2T [2~3^6&o:aUaVbtC;[5!vr n*$bk3˻}]IpHc2E=c  R9?\RMfVh^xBz`xV]4=[ _7v6b(9Wr> D,SN >U7Q77? >lQ/zԂY^̣Ӽ Gv< 0\~Fo6=|O33#[ ۦ 0,`y4:H^ݠ2Kƾ1GշҞ}OQlx#_<S{M#jt(R 4rV\Yrʍ $݇%v$>ow뼸ߝ(e_`hU H9$78'VDȳJs xO_Ay1lOq{~rI]_.E 'WAbUZi ߄9> Z_.c&6.sjj`%46 VQK=s=f tR<*TP  ]Ij÷ y &$] q_u8Me ~ 0+CGO_}xH9wU] k95G#ޣ(R,mGF|/;\BM %"8Y:̩o$"~}v \t]8>LE(:ωazN* &!?NȶalvG{"-DjG7 N[ + -^ޣT]9Cte.;α?lKVd# 0ڻn7%8Όѽ1!?d3K,qޛCW[lYMp˝aI}-Lu8;"0>;Z-ppaxd= p !z-N$}ȑ\>+1_ 3abXa|6ў]`0bgP{%[|SWǬZԯ@) `Ӆ D+tua'ԽK/3o}9ɻM,i`d-RC&P4X\4+LNCm\䍛+{hh_N9v%BjdTi!,;]Zɺ 4T+s )ꕰO/!UF\p"Ĝ}5 Q!Eb#5=D"\$99 >%?wE2Αs%lft_sLzut"(WA~2zWmF^zlcʫs ~ ZJSw425bn?&y+P5-gsrӲc/;eUޥ.'e~mr zSr|~ PWE"  Ⱦ,[^4c+WC2U;bcNv{M"jmcԝ4zl]{C{(lPN7N] s"a= }#V#l2xGZhXk r7V,NO<6?@`Լ3r_w#O0靶&&<,C}~gl']a.{D"Jq!7GnG!jԦ:&5QWyT7#Yxiw.#C#F+2A%(I|%Q4GkD%"taX :'O`f崆R38PEF!=7yhK 3J. N4"b,,%zSÔZm ŘbV0)HuH)B'?pY0]^(89bD3E v k`Hq/H vhZWNephu*_1W<KbnI'DB[Dc:tAiU\4&fcU.SIw $P#qLuLc9lꡝՓ^47'iJ9TA-$ Np0'.ɍ+l[,ҳn%B!خ$˦:Qg 6Foc*H7)K1Yg[(Lx-L@FIOC=tBi 6!D)A¬C,&nf,R+L)zf}Kݨ/rRKHg&)sLbŀ`"wB 7 lv+AA9/twb B;B 4VFjk $jpUSV 쏠ugpuFZ+quU'qdH*Lחp;a>^=hGW&(ƨSńV:}8j8w[ѧ#;ż Tҋ:_IW2xM,EZW[^;MP>t`C)sHWXrZ۱RSb\F'% OPJζ!H4ʩw&gW<{|5 0eFg a-ʵ)o~$1/*I:fCjdd-ӖV\נqǗ; 0Ԟf1)X2!fsL:Hz3y?} KBq2hV\osXcO.$8ZʶJ3 __A#ee3Y k|޽Ro4۞UX9e1BZԬNaRۼ{pYG[דv(!E(7;.н>-!aC-,Fԉk.#M}Nh^Qꦿ70j2 ֿS@sq$t ֗`e@>)(Q&<=Z/Ն9}$ Atp^j:Lh4!5C y~ 9|y|D\0ae랽Vd֝oM,9 '/ d]J1zObjc][*/|FV._'O ]S\zMBwo V(X~r>&4CN_$9XnF;xZS0(S2x^UV}4ۙ>S_cq@9NiRC 鮩JWYqlN6E b<17sxһBG pH)f]#k~<-?jڬ9CN6r0 6A/@ Q<Y ıi?U7(W)^E^MH:.CdXe戶1i?0ϖ_H)}Chˁrz rƝKa,TmWіhRSnaB׈D|k#7r]z j@]U\M4 {YG3K}3)hQp#Ձ W`W\u7# }>lO,zU{)Ln|8+֨T)7uR`#^Ac3_g;0ː#wч۽<\/& 70Mڌ9XxYe~&=jvOE!(׹"zzv{~s_:1VuC>\7O4$/ m0 ɖ*>Cεi1<ABoK EzVYM \) uJ_K #E?=Ґm`債՛*܂b6ٮ?45}Mjծ,e'ŔoW;F:W?{G|tXT(hl{ϛ;k5\^ߟS0+:s#󺰝7Om/ͬv;sp3K>Vdtrnn8˩6[J9;*VB{pMǦ_. &M>Pu[uB1]*<!9vw(*θxQk8PO#|>- Y幀.W}Ed]Cf7pM46siXTR!5Z{޹-8O mݸ#1Z@Vs^$[GC$5"v e 8̊|_dZmVҽmɗ27ͬQSCMP, sxb-|~ wpk犡8et(@SӥD Hm7w3?!# M_6씫cFA^8ge;nA#۞oDtԬmԏh@q?doq_HӎЊ{_@(i1 /10o {%@uV1Q܂Vs橆o ps glJ5MG迻3"OcbfluHVvw@g]=PƜ' Q&AS*xcAWӫ%'>?o1JT* nIDpu 3\j?.28E;zKy`U=<RlVѯ ߓNFR0|e 5wʐ \7:7rK4Yw Ŝ0Q!*OT |`,{{urb{ CY;D 7xC{TFkw5/s|Dg 0ox{ 礴qaW 0~§T9SP<4_Z#^֏WS 1=/U,G U9i Oɚ"V$A5+NyQ#Br%$nWT[rL#cƞc#R׸k"_zt;-#QK({H }cs0 oXK:"K)D /Yicju o{c>P3Z5<ԩ˛KյyR, @HΌն޾MȳR-Ӗz&>n3߸HMDBLӘB!7YFṚf/񙁭Dmf6⧜<#5kj3APPv/l +(Dl.n<" KQpJj?#ju"*;elWbUi3s־E&$A²62@zohp8"' ֿ/o-dFp+T R?TāT% _H_uXDjn qI YwT6ɨoYa0wB;-zj78ǛJJz~<R4m07vmS[a6zJZM'Bt ;l8~qteN_Ӎ.}iN^l2iDt{E }1ǎ8s$t 5XAACGe}7TպF&S';Mc*Y1hso(PBVlW,RtQY^'Bd$^@l6Dni ―7:6鷒$p>[ꎆD1Ln,U 6k-~إF)N u OZdpshRRRiDm ڔhT(KB[Bz>nT *eC%Qo]=Ə}4Sjvb%0oW8gX͒czH_d2P%C1SCKC$bE[ī͊\ 2yK*\N5NTF@oe h X" l~+%D=;ay*-zdRrhX{r񘲄Fh4NN(SPluBoJ{x|K yYƟ߆ls:^)xMb;",7N]#)ęKX@ 45Ñw+ڰ+Mn*꣒ j _W GڝqOrC`=?ŧD˜O;c2KWMZU~;E*;Sq~rPoep%Bjbo<x.+kZ],0OvE豆-s v:4f=-sQxhX`2`5R᥹[] |qtJ\ 1K'Ki/1ipIdڎ[e x@anS.4%zYte ޖk+uVm Ky?i#9 Za o|~p߮st~[z6=`ZU;"u>qRzxg`o]^5GtDk7lq?UhIV&N7f4ԙAqx`Dơ$YuR =?Y3AmJq#;co1 hxq~J>T+_7 \-nWJٔHECf}Z&Λ2[HglG[74zJn,X|B #HWM|2-sA"[KuJ(8ىDP8 AzUd"c~ԑ5WUo>K֩N#Tⓠۄz+4 ` J"n {5ߴ ]->m6g,2,>{!c#\>&8(ك-6їu7d45n6(tɈ>/_'Фoǝ5Nx)8#3#zlt61ó]+Ab+gMqS=AT#I W[sl#Ϯk\,h#P?~.76-MG=SW7oItHhnWX(PE=WS[뵰D5#ocuC`4.޵=[ЕRi3PNa J1,AGh/PDs˪xqSH2°E|S8mw9PE=ZW3˳W^L1'` ?b3ZmdS\d ^E'Ԑ uȓo6{VK1)PQ"ļJr6 EId UU;r|ai%@cvA@a43Ub~EuFp -(@>¯RwlܯƩe¥,7}GwX [i'O!ⳄEu]3X:]ɬ jFB+^E /L<.lMk@uμyR[[tމaXè⤈{zk: f\)+S[2z(EKLC@*ll <‡N>AX>GԧvKCwߛRQ6 j[գ'AY@OVT8Vxtbӡ,6@6D3wIma*ur* T92VG7,HZMEѬ;ƭ\Z _RS촾V+qTXSe`J? s}3?s%s{ G܅%O4sm/w(PTWiLqqyY#fV5|G` ȼ3aTE uivLXßG?;ϛa*|C-7i {^!KBhVQK/ޢ ]UrNX/sW[MZ & l3fN3SRz jY7Dd_Dp:?s cѿQ)Kɢ)ϗhlyuetu3&jDW&rtc ՂzMXo[坺MvZnvF֟\F:c*I`P!pYgv( \rhYlcU)E/k\@OS diZ߶z' |`S]T0 }}Gy)%&jE]b9@< pJu@@kjksV8ɘܿe=} BvnzPy/ԡ0FuTIP`h;~,H@7t^_Cʮ{ DQfEʫoPKҢ- '>Ab AK@5]X\[rᄄ hId۬^!z4 72SgbvN*܅XCmJ<{1qcvv|̻=)KD/[0+]ʕp1<ȦApslLB8l?nIG=ܞ@rMɫC`wdDG9BYsY^b ,r7{ɠ߯NJt j{ ,v33V,d(_T Ь1fҽ'87wR.#HBl=KSJޕLK.j:XEudOdrԢЕ[#|v3#X/S$vqP[` }PݿW\zW( Q:MrQY0j9LL/!4 wZ=7)#;IFbRzZ} t1 G`m͡)4p|…͞^k\| ܛU5AiE~5kz-rnm'ț̀V j)6!Ǣ5yў搇}Yfbݫx6 8kIc]\*źvst&h*!{Ns"ZPn;36HlaӾ:CFm¬{Q.JNyk_u[ ~As`6+y,4T i2]IIx5oo,i!M;@]D)>/>"O.כ^GIb "GTnRlo! Tw.7N1%h}\FKUZjOU1V *fmɨ.?-8A|e*vrْ*:67/8ʤ.U~0qAx[AQuz;g{Vi(o.ZnK2I ?.[0U]?&fې7ٓfYD!ƙ>7m~(]_³!9Ƣe#B(xý}T P|AH tcv @5j0%_|GEY{jJ^}ce<تy cC80J$ ߐ, HE.q?4câu:RԦک"g\¸%-T,9a0}bH*e#YKBQU;Ez_ޟO{ qr7ߥ4K˝h*(Vd,~T#HOc`Ni&avV"?7!Zvw$U5|.4͝/ǵQp\`+EO2D[Vy{|Jnp/hnA=i>57idTTXaa ""dEjbŐ[\og+DgUԝ(Ŧ" Vgx-ӕd M)LwLDIU  ^K%x-՞1hJmf s+&-RM1B?5%o<+]\HN3 *3o ӱ~tf[x;&K3[q^ cH4\&ϡAeH1g0j ެ= 9TgƔM ƴm<ֹ`eJU+zj"$'[Y#Lі4p^6;_rݘ5f3^r̯3 -r vueEsϝ]…2팔3:M6O/Ģ:(Cx~u[`TFt iƈCuHXyhU|W&fEN$l  F 7_ZۘV4;~M6b3GϬkDҍikC{SM䙥]T,Ӧݣ:U3f[4MnYd+-+l?{ʣ۠l83:֥=:5'ld\a2AE+f7,2("VhxZ;K29zf4si[ulY]Qϒњm; n<IdDseŽ2T5~O{N`%( KGX/ˌ8-V`L;Z68o =/&1玙xWH\k& CJynlm"!ٝ7*q^'([0ND|.X"-Mx}"BqVEdv>Mf&@[M )$ҖZ`bF"&e6m)N-SaZ.Fэy*1?(N#f'1H "/sy*o3ˢupr BT$lܮr.ˠژ$ ߡ~Yr&f2wrhϮ'dĄǪsG8sA݆S,[N9"fJ=O&Aද+/#ó~K~RRX;C<gxv:GC\mK#2PAy+P̙"WGUA7F-vY0ڐBO=c#LpVer^(vT0m-Hw@29-ϞPg,E |n|NK hw#1yHF$;kÛ[yy@l⥈s_fj*i_,M1!oM{m+>@x|1i̬zm"3'%@B XW XEN-|m{& xsؼ"t@^BOMDALRd]yq7쳡P@/.NSq5f 2YkEŬm\R!^aZo4:#k誡q28?9mjO1)iUTeGJR{!'oَ ?U-(|:=[LTO[ct0QBVΈߥ3Yҳ4,p!f".9)*BukUTo49Yi¶[mW!!3rŹ-x&fڴ鍜q*>q[l2"(Զ '' LQ@S~dݗWB ɮ9JX0(K}qQyLpY95.RU"86w.&y#RLl236uMϯsTTfB0|viwՑ#p̓+azPx5?sgdVgW:?SB_"1;5eDj40b <LapBzxý!?]> n$LP$ , +pqGl(ׇZgblq͞p[KMyx(?$08LB鴎S x{u>ݦ釨͋)YHfޭqS |HAEi&v6ڒ@o!eԎbB?0l6MA;dwDFi?йE =4N,53 1L>uĈu W)'x5jHŇ|3Rο~^)3Siểc&M`EЅR!HsXwl'I,K|vg2(9Z8iK/'߂Fɖ),Gv--q Fw,J?M1b~5 kwuL9ռAIn%AjMŵ)ݜM.OT{V+kmʱ{N +bOΜ?'[RH5Gqn|mcN#\h_׃ . 'uj@NO!c'E#t7cB%ECݟ}#z89.RHW L9x<;ry?[(dq |cWҁ`q,fX9dx/cog9ýp-3oX<qA# W1ETl~y>:P RLiV ꉛC6 x!nF #Cf^^B~) Cۢu5[.h@at*ņbTi8T$!BCM4}1CfUw_NZMW H0'5(AJt!* )E561sOhV`Y6Fen`cvMx1|MW,a"6֑[Hu@kE_=w3:S:RBEYoQ2꘭]gZP&p3tjua!q:TeB:*lͿO6<|Hi{ᦚ|`υ}jQj*jELLK }bX׬OQz//D\_D}[ªr~Gd[;pAfq˝5$Ѓpe^hmlNGjBtVzF:$h^Ḉ:`Bz(B \VP4vJYDj̦.jr'dW1PV'&?/tSƣze?hwܭȄ_&hoQ9M̪GͯXKK@60'[guGvFt_{^)ޮu^&u0 ۆS*ȅcls^R(}d^WG\;@_K'u鞉u|Ƙ)bֻi||`4T}23FgqPҶ>QTq i{Tc/O%jYQR5Ѥ֋cy"r$71(03?d3f bK&2Txwem4͏LC 3eFLMn84%c _fJLզwE`#p~KRƥLД2+1| Ӟ:_0<1 x[s{^3H b#G/^>Olo<ޱ%A#hVq(IqXL~uJ/&9-3H0Fe%uM^(u'of>:y1y #!N BZ)ji͚UGb$8>xfa:Ia5 WI[|]@'U5A06q.; dŽMLIj0 `t&*?%^2GT+K}v9D-R@W.E4)wE^D:c|`'ZuO `*j]s4bĝy'^JV/"#|p=V4EtܢqfG>H(Ak8Ci=;T/QG ;M XCE EЙ b6 {@TO. xIa)`Zd0V}GQHbp ٌo-FFY?B#W{DfJ:ݸu83ԅ t}70'>7YtL%[Zfr<>.5˱ q;)u9U 4'+mxnHLqi7įÍoMg;MgBzh*|!E'iUWbÈup~ge oY>o,"vGIpogKMv0}g~E}h`yg0C}P3Wq;o{$:39ˏfw?:W3(HrZ|rԢ/[AGh%MWk[VǦ?o6JRP| Y/T":4/MjЂ:7M$8 w8+6q,Pv%qiZO+4p^Px5YMl8CvRY`0ypcG\yO/__(íbIK&Ө`CQU'CqǫFNzx뤽.H5Ym$WqwE2mr[ME Fu.S?~zOIذa~`PQ(#2VJ[Fz8dWm GI𲆙f|Jw嗖 Fh|%h&H˳GBsF2߳άWvXf4k:/ Z `e)Ċٿd?΁ HjZA|f:YI,UJ&rlMl^r0{CWf m\[D4!X?oOVǭ 67uEԈ0n%/CxDiudv<:9ʑqj[>?#w/=N @UZIP0ObyvQlGd[:;'oR>H} ON2"u3y“n ׊Q,;dr v[(&/'z٫!.A&Z%@^;(]J=LezBP-=]zW{db)\$i0^B<^;]Wܛ㷯F<n&Ev}LyC2TDU&_祔.*C,&%:#0QDۉrhyh}@;ЇwH>KFS󴆺?$}t V6*miZpJ8rFj0f3Y[p5yy7<2iWWV]HH\r\㴴h^9mW[bӥfID`Mͧ9~-_WyL:/uQ3l -~2 mU'r'ǡƑx{H=9sbmctp3^9}.v>4􌥕 M{9r@䙓]cWSu Y:sqKȣq2LN<}X?]72a$:m֬JaogVz?-NVJe8!"+v qwNSh%Gr9{ă~O@Yώ=X*)2LMB2 R)UPC1ï| ;Yf(P cK2.ٕ)hx,dRiCwfs[/Ջz#]"US^HF7"ěNf_/*0 ouA>2 [ nMdvѷh'| 2n$ꡚ?9"mB_Wnq,E7Z4DD,˙"FJZ|'y> _g-ԂVs i9,s>} `: /u}R$( `) &8[ vL<$4j (”C+Ӈ)ZBDU8to<&N@p;e9CźEփD6qj !Dk\j\O ߓaIQck5{ZnGǷM%[ i U2u T&WĢH{qEcѯHz$_]L4`+H HUF@QmC)_Ew3Ǡ؉ZDe^mKQ+f zHu k0InUU{%It +1HLx5c =kۯoTMl_ wK YZ