include-what-you-use-tools-0.19-bp155.2.5 >  A dk<I%z d! @0F7Es y.[o-j=5j<+fJ*G/ZeOyOqFe38=QM(Z3@r#$#/ic]~2}2ј{9@ aY3V,R$G"7.G6)>N=sv Bj3cr"X> i,Ez]t1ҵXT*"uUc؆%ʟSD<ҹ`fwo +UI Զ䋥^k+i\4+}d=dz`\(D :7eHqwWnb2da237d93033956fb9d3f169b25db47dec4c794db1e268f900bc552c01cb497c0032c75acd39ddf576bfa3aa29d6176e0fb4ba4Љdk<I%z #,D`; {P _,FЀNtMںa],A:}> i3u^r*ZX; VԄo\4]8Cr,$8'@{CAbʻ3RYk-9ű\^5SNȧ*g<ѓXɌw㳺}ftd«AL"~Мb/tVSyA*Yҿ +ې=3`wg,_J9 \= #쫜[}" eq`^.M:5t ,8Gs;sbP^ N'bC숛XϜ_ns"9bkWx'?OrzۡBX9G~)g *vSoua\w@0P۽JRY ́tP*Q#!T>3{̳?w"A^f㛖m0ٯ_(}h>p>'?'d" , e !Acipx |      (T\x(E8L9:1F%fG%xH%I%X%Y%\%]%^%b%c&xd&e&f&l&u' v'w'Px'Xy'`z'd't'x'~'Cinclude-what-you-use-tools0.19bp155.2.5Additional tools to use include-what-you-use effectivelyThis package contains additional scripts for using include-what-you-use as automated refactoring tool.dk;lamb66SUSE Linux Enterprise 15 SP5openSUSENCSAhttps://bugs.opensuse.orgDevelopment/Languages/C and C++https://include-what-you-use.org/linuxnoarchB*dk;dk;941ca529d9cf74c48672a8070ad7da6a76968a62fe63e92992dbcff511edfe3785c3b6bebb93d459f8a928beecbcee457502813a84004b244eacbdb26dd2eb5crootrootrootrootinclude-what-you-use-0.19-bp155.2.5.src.rpminclude-what-you-use-tools@    /usr/bin/python3include-what-you-userpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.19-bp155.2.53.0.4-14.6.0-14.0-15.2-14.14.3d>@c@c@bRa@`@_G@^@^_]]o]$\\@Z@Z@Z`@Z Z Z@ZyZxG@Zu@Z.s@Z.s@Z-!Aaron Puchert Aaron Puchert Steve Kowalik Aaron Puchert 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- Change fix-shebang.patch to write python3 shebangs. (boo#1210578)- Update to version 0.19, update LLVM/Clang to version 15. * New `--comment_style` option to control verbosity of 'why' comments. * New `--regex` option to select regex dialect. * Add support for regex replacement in mappings. * Add `begin_keep`/`end_keep` pragmas for protecting ranges of includes or forward-declares. * Fix several crash bugs for unusual inputs. * More exhaustive handling of type aliases and enums. * Recognize IWYU pragmas in CRLF source files. * Respect configured toolchain on macOS (and overrides via `-nostdinc++` + `-isystem`). * In fix_includes.py, recognize namespace alias declarations. * Improve mappings for POSIX and libc headers. - Update iwyu_include_picker.patch.- Use autosetup macro. - Remove unneeded BuildRequires on Python 2.- Update to version 0.18, update LLVM/Clang to version 14. * Fix crash on C++20 consteval expressions. * Use more conventional exit codes. (Breaking change!) * Fix deprecation warning for python3. * Fix crash on va_list on AArch64. * Improved support for using-declarations based on new Clang design.- 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.lamb66 16847492940.19-bp155.2.5fix_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-SP5/standard/53c73e9daab1c1fe2bb7657836830e84-include-what-you-usecpioxz5x86_64-suse-linuxC++ source, ASCII textPython script, ASCII text executableR`F1I[5 -utf-877ec8636693a7475782c0c304e282c380f3f5fcb39d8403c7f7c786b06a17902? 7zXZ !t/gu] crv9wB-pD꘨CK>ru}mO.(+ׇykL@l;:lV+'J 7&Dׯm oCu㽰e6(6VS1 #};?( NoWijkTzю<,Z1z:Rt!U#quf{L7իst[0IFVVJSX6g@:,Pxa)jRHە-nU&VppBeL~8/TVx!wA]}0﵏~䤩b[{Y]2{' gk¤fk﫱EFMd̴}nHm=#qwZq@+#̅tGuG%Xyx"|݋, [kS,s[R?y ׼cS1npQ^1%!gz}5 t%Ѱw6 X  <#-FLmY1j+aAu s1w0揀 Zo*0m⚯ {%v?Ē?&E:vR0U\"./dPɲ;/Z>J/߬GԤT4ԸS._TgwW ~ojɿ!m˘Zxc %* HWf5)KP[3nB;1:T0/(m%3j+kˌiѽNp13hnB*`W)dw?2IP1kWc8{"/2_~*ޝ@^ȓc9WoLx o˜f+6Kur\usU,*0Kd 9 ]L9Uy)/7ּ<9Ɍw36G;}.PyWXZݳXw7iV 1k%YГhծ'*=~O )q*;ظ|Z8`^C̨ȗkhO SV_!:vka޾PE"nmRw[VxCB>6cd5s~h2xMR!Ptb#AJ_ @KFi|̛mi#qjkRʘ6فn^)EA@]Pʻ֏(\Ţ~ʲmOޡr}J>PlnnC_j^Oꁸ$ oc'3 ZaSw &VLnKelq}Ue& b!xs82w-ZnM(`V QfUmWЄ7 Pd kk2S=չ/`55EM[H-uzҡљB#Y=K?|RSͶ`@!u<d$c4џͯ* gPksᔮ,$SނP;\&10"M{ҳr& +cU} \`ӄ;9{U$*}kSCċNJ{IQ&"mkS%5R\ю9ulIc4}fV Ĭ'lݤ+ E&N3f:B1?p$z[]ɻ`@,D\2bsLQ4j[WD9a1x1\`P~yERtd5G0`z2" $Dh'ŕ;dY~k櫺(>V 7QQ^,bBZ(]U7k)DAjdjCV[gf,6ND)XK?3`3 F%+{Ժdto> # Y2NϹ!*deV3C(\76!.L]FpoFb9RTGt1關qfđ"F)3YIucohjALq3tT嗨 WG כ2?AnǸ³";T;ix,~ w~%٭iT؈iYMs7]JHI?cZսgZm^Risp2La8E})2GX 16ӫy"R\6xtxPd|)X9Ԟc==y~k,'E--,:o/9"Y%\~dAZ7=:l6*k%3ݒsvΓa;S}v-*h5"j{m5`u@sQuG|Mr/޼o)a\ͽ gJW#4n&f2<|ތAN,UP~$1&Pb1_<}eCR|ýŕ{uFk#L}ٞTT2tDžxM_܂50+ꬁvĮ麟r8(!SO gZRFrX&D>m BD쑘qô\g;yv7sTrԈMR1}-zpA>u_;C6IwA#Rn XzvAQQo2WT6ړU#mI,C;dvk"?lŻ[:?;pqM\%>[M2x7,Lc -=[8 Rq "iOQv6C]3A2S.qE"#?i谦 &sףz@1FFc  mŕ8Zj0ֆu~5u7!,$5 $Au'+VlY\~nJR[_u>5qPa8rtN|y~ q\Y,Y ( -`~%Щ@/7qa6ޭKȢb{A`A6e.uق;%#ۖ؁'@΅ KF¿&[LYDTkoGK|6Yp(BXdInXzC3A BfMQ6A}~ G K5VF A OC(vȺlgU2+-A'0qf þ .J: f6^]7pA4BFS/~;va8A˦#[­;=(&^9$ZN].JYr뽵FnbBȴB+j;r"< hcEMxCNN>z)hWm gfH(߅@hWp(K B! Vȥf.e|IP^8ql9Fgs䐧@j K\X\3Yo>}92\f.Ϻ2V(vsM]ŪV8I[&1ָ~N;VP& aaLD (6Ǝ˧)(El۷N`C) j愎*e|"cUh\'+mME ؀ڗH:qC327+u{*fjӸ+Bq NzƍI(vf~B (F}e3R6tÍvL. Uvө| eEJ^gM:p{?R ~p T;Jd{Els8̹C; ;*N"ܣ|?=&F*t?g̶'HɯA^sفdhU<=CR>>Kt y[\MqjIeYЂAk4^&wWKR<+|rRS^˻ }l}QV!7 |Ťl,:2g6t>T!8W`z7}!@丅uDA < Dwwm>&Z$mj Pi4?&ea0҂H7oQHIv݋ESg*}")1ug9/߮U*<-rnU%lNݱ DOZ;t/q=> O#Iq|BNy*PB2 bR3 =X9Q QNy20 驪Ga%,~׶ɾF6jMZ Jп~Fh2XSryFUE9(QA 2Kr}ި@gsĴ 0\B*L8QꈘQ[FQh` #oz{iҢۈ6kݡ @`%6u/ZwE0vȸA,##_ 7p|rO"_1%+Mh8"b릏G۲.VL.laӾ)3"E&E ?U=5]}  ?v(dJh093B'6ǣ *7Awgۂ>n@ ;E՗ߑb_1y@"(l#+m lO35nh lWT;bmcO>mo >(N/M[t0Hi5H0lfG^9G[c8y h`_"VQx DHX2S nV)3P AlOa1 ~HQʵ7XXcs qϙJ$mfP0l-H6vR=|wR.pˬƊ n&KЫ0G 8`. UYFqb5n̯h3YńYI4s-]h\YM}ѣ&)e9w}' Ҳ^"/IoWZ8vOdbpkk[w\JKg m@vģ}s`Y@sew L=pJz - ,HSl[ PvԮHE5af@u1Z s,uZ^;"W?I. A#UuoSd,!8C kѠƒ :6} v9Qte~w볧]gb)&rI..AYvaKa7+^1fuU(QfV{V3TYVDմ8$Xm,;*TDT$/!: <.IYFLA!؜ӺhMj^meM{oCE@8f@ txGjSP2)ds.t"aTl  a> m X˝$=^K#y,m<(~{ ֙c!QԀCy/턠[ *ze}ƶMrh/많dx%"/KOwm\//+ҏw$vT*/ڈaftyKsayǖ@*I:bc;MhQ.iNٺ<'u2>:KrdWz~*5 âguG*rA>? a:qj ѻ|'"{V 5n]~WV.v*M7Z]; T571S){uש,7d0`n:Q ![SwݛӼ|A 0[8)35F4zF4e=@nzBXweu"K k=_wh2rrxֵH*cwO/oͫFR%<3d㡅&WNGմ]\똩7UL>߿8ul p=?8_=zjr.csXMqX?s*dÆ&NFPdھ ]cWm#mzIM0Zj.Ru׹sZ*-%6(O=)q ;9ŻyzDFNMDν=26Ttnax GݶVk2RPt _ي 05+{Y-096=Xu nYV[V{ְfAhOq 21F")bQylKkJ+RXuXi5ᜰ9 7+Fy:LK#^s~*1*I@k;İz-UY>\jǿ[e^r5hoɈ&^4.6s.gPn[y-"(8/h:to ];v%U;E¥㕉{xL<*l ?%2 [*7|)0]jV&\/[n~Nk$[=ku:)Q=sMy}kcFM)Ug,P )t zuXG4BEyOƯtbԬGTр΂`'(݀O+U) d?~qBv#Bv+t{2G3e-)|}\R&X[u>DM yq\d?ڣ]C^)IB\ xԸ {4@ׯ2iGb#6|WiwuZWrNc.5y';:AʍmZ7`+K=`?)wQƂ?S ǯۀcCE:\76#U1+t-R0#vrT$9чk;Lr}>1 tu(6#b-NHX uߘ.|L#ܬL^nR'xLt)-epfq>W5,ԦR2iP):."eعagcab6ދϚ}ֺSjnǚľIgL,B$䫢J>sX X~xֻ[+xk-k!#\rg{Y߁lrNO'SnGq[lK3» ZQt|/p)+h@PMti(@ Ҝ ᵩO4 LLNEqUʑpl::ݍpR fk^[E;>H|#Fcg!S?C@5AbD08 fR#b]=qlט3ATJ{q^Cɩ{ݓw\7>K-NMnǙ=I5O*gfitrACH7І Trk]^&dD_ 3|s\zb\85{s}*$-sI /a^fюt `-Π*R#F;,C.!F@=1XVֺjXc~PR*vzjAJ"5QS^vZ_%UcZxȺFpn*Vgj9r؅ۋ8]aT[v9NG(Gbl/\Ct';S&U1䶆AL=I8lcgq'*[ ۇ=}З1=^P֋XˢFHZDw8"z0v&&±B8;WYw-42-80*+`+nSzo{> YX'^1$;%f<̍B hX?rZR{*np1q/ȩC :'4dʘ)a%HVOTL]u,4r W,6#Lv ~/8 [cTSPGTS12@Z8o~&dEbSya06xʱѸ$8trFe]b&i~Vc(5`vO;N͎h=fZ ROYT/CRC}VG M_ mnp/n+6d[3)M6~_rd2Vj %D Mສ*6-pj럗:(PB&7 GP0)\}+ ?X1Iڻ.\$2R1qUqԧo؍wǀDVb-6*k{ 1h͑8?h Bƕ!j\MҧDRׂSj)ſ0"_ϽPuM($`nBԢ^_%H;JoptEo`:v]i72LIx!k*]}lЈ'.l+Вs/&0J3CKǧi7 cߜ Vgtj5~%rcohaaZߋCwyӔu9_UB@/&6dw72{ybq#Pn:[HCvіyqgK̓)%'t3wf3t_Gkʥ1^3ɒ]c>g9#Pyy܀hmWO߮W*ʭPt#I1GyGqQ+7 ](WG*UB5bX$P3;տjʃk}@|l6ƛG8 xſe&{C.M͊Me/6 c\v!1jZx]XI-hAǝ@L}0ųm1cJtS7T}1:{rs{ԿQ'k¢ 1srL2R6IJA~[ VaeV5:p7vHa) o۴OڪBIքhN猽Մ0Dȸ [839'B_MC[J<KM*'sP:joZ<^`B5A`-9"M|Dp+ -.KZ~zIeYO N_M6Cƥ>8C2Us@s+ ddïGkV+Qi.ItJ v ,Mt8j7VNYZ,#b? :k/[]&|Ǔk$r"OZ?l%*TԴVt B'l7Bpٚ ,#) dp<Ұ$ cޔv$V%X]U9Y,/h]ke 5W4ͧc8sfg]jm{%q4wzWʼnO!b+(%jXj&krLu?lv0.z6 %;ޥ&P38G~470 D #bC"ckX(*V%ZOn,Ӹ+RN Kb"xǡۮ'(Ci.0*'}ǽ9 ˎ+ 4Z/  dJW&󐃾#.kθ slH ҵҗ +[wч LcqKÏ ЁĀfL~rtG2ΒEXC/}/@#/e?{EԈ73aD4֢cjH>qd%T5x0 0n*ORӧ{1l>\Lt굛Y1l1aߡ`/#ElH\޺~~0K+8l%^L^xun΀i+OȴۿaBG0e ]n($|̒Ҿ&%}we5(RSZݓUIϻw@3#.ÐODq߭E&sa/4NئyMnQ]?AZL DI#+At֢Y K&}/L/xז.zW g7wxr*]teDٍY_,(uJ j2aT(9c jzu8O;zx9>u@%t5M޿#9~iUNh:vk\nyNH[!:#4˲] #XdI cqP$f.A0Mr%O%yFk4f###0r#2@5+U_Fi o=b[gjΜJRĀ}D-U⪜,cS9T"[;կdYy,mo.j5'+!"qR57Q$6o/٥vn\6724M ~!iK2ZVWg&h2><gh;( ay)OA) ;//!7'hgzXBhJ. p[=QL]<itDw<>zH KGN V?RoC-ۋ1ok '* yt)ncE:S֨ G}XxU(o[_EC9y>~fZLty .(Y@LXy0~IG(2Tԙ0).>^p롵=Uf()rq;Y\KB[&o; KƣaG)D'F'e7pҢK9RrRe\kIeÇA)zN)9uTn,KP~:[Yh6?5- RIMX<1U6me &(爠{kRrUR.x:%?]Q:t"5>z}xy6t(9eS]vVb@[},N), ]H;I р>=@~>6e/EHdU=˱]CAIY /֝Cd8z!]T_NZ-N0|? ]xw}E&Iwa]`"1F)T 48} /'hI|e"|1~EhHnVRi޽Ypi_:&u_峏X-D8Cge|,u#Q.a$&׿bs/3T6=N@0o8%cE&,.=7;A3(".Si'ʺMD@;$5'oB/ȕBW;9 3# SMCZt1> )<ߺ $~/94w$+uyCR'1aK*'pVN{ ܑMu=!hm_ l{C/tFD᫮˅By"? g0-q>$"(IEi_e]Ø%ƕ,O B{ {y^Wh7__eTRq8.k scuOöX;^?VSSHˡQOIT!zvoȊA> Ɔe+2ّKN EnKa_UzY㰢X{мfsE0"ȑ.KWHr1c}dbYO,5BҀ2_E]|ۅ%AיK8@BFd)ƈZСHH\#PΡz2-*e/ DОD 0TV*;ӳ&7cX=lf[sňA@lpq4gMgL^l75 }°|'.Xh1zɈg=>zSGZ7PjbGM3 -"N^ g!@LҴs7:L4PB*uQz.ul~(wHVő7~L@6ڴظލh(iԧJꀡjc7FsVrd c&DE`#pR\ISfuϵx.ch_6]+{yMb$jiفOyCP6 LBX͓d'y4n uB}-t jypQ>Ce)念{_ˠ), z]*l0~Z(`".-+- Ċ&ۚ](DSb[1E0raXw4-pn5Yȸ yKC^sn4&7Č %fX惆 {%0ySi?j7_ Z)-U#dN~EU*3sT3d +FN=7s6w@h-g1x)ZdEZKbl.F/rtJ:WCּY^K%O?]BEǻ%)'MouwYB\U0k+ǁefju :M9( ^E=EUa66Xv{+<9kV^R S]bhȈQ/1vaF7FW@:I:(Dir$o%ж,mT7&El^q6Jɔ豜}y{ӄеyLw;Ww`nkv)io`c zv3L~GS$X=+J G5ÞE7 :ׇ~݋iǟŹkDY]ZTq5р4tH6#5ˡ$SE ɸ$za4?z.0 ޮ0y'&r%oN"0@͘zgP1 ! |36%4^ i;8B.tG*h_+(kO7w afӳiAP=l1IN03ǝCnۿ3xl~t 鱞9/ҵD2jvw*YYs:EzVx˻+jK|?ܵXPN!^#KjgiZ[P0d1YTڬbvY%L4xTI8[( d8ۯ$;=[ً;RqN{V^ȍ$6KvW-۾@/\LFkMً\@W7nhve5YM[i̩pEH,tC!,L7TᵼXܼlٷUddKC#y\]yкtft-:m|+) f$ʐywNH x$6kGQđqIf5H4b晒6@ޣCSL:}YtwM&43oxtKC2~>N3>i'n)ȁ[<"!/[Nuh=w+p@O!4h6w: !fY:e^"VP ;}+Aq];VM=%PoAíZv[[" A%ΨWF̅9>^6Go`es qO}|0; x߉X!xR{s"=S$ q,Jk/l,87lE8> vY#[~ ϳCyRluTmmivLt QY-﷦ >. g\`ཙDAጆo|Ѝ=!# NtbF9-#8sKĦ)nN鶰JFYĶc@Xxβ3UMhXD=4r]Zb e]͟V`,~sn:-~ZoZ-fEIlbwBx-.])r$-?Q0:1y-1j}bZ"*6{ 8ӳYC4+(AHM[yEꌯwв '&D.jn!3~Gwb[9Em+/>?%5HcKmh!,Edi>_%le1){o?flj(2dQ?f8!h TFr0Aef_܅&M0^b_e \08Vmbw0ᛎM7'X*R̖&OSXnd:Ys@%䴻\T`+%8yv74\MkԞY^Ђaޔ[աh _?lUn!V<@=02#/7)k܃V}(=RʜPrTrg|"vNeW*Kvt(H=*~'h9ҘdŚi[e()rzImUVpu!U8S5}:|X*4򷇴^ KWC~C/TӾ_[ᴼrzQ> \6t&.] _\bPe$ <\E[Fq8ӝV !3|_UZ` G n(ִbdA'9鳚WmZ-+!+ǚ z9qkd Nv[c&lRϨʑsH))A= Jl\oKc;@l6 Ne';֖anB 7 Zҋu/u8<1BwR7vV+P_1}cl>Z@)@6-Q'deu νƧf7#T6fGA#B^OS1U6e1㼇6$Esmw)o$r,Z&?&=Gh$KFޏIoCvE6LBF8qȘnXБ*BG='Z|Z&Nâ;+ˤ{ ^|`RWa @}jj3ɠ*mwgw:GE6ݹջ#*(kmg]g5~XIZkbF^ИoT'-9N àGQ>S9S_VK66ᓊH%:%ri(¨) \uB֕okvYpg,cwէbKFͻ)z=6б:0k+-k=+AP)%m9t0 %XYh~{wZ'JyO{DBn[(Pi'a2_fCwdkP] J!\#&%Z [|TNk$P{iIkQ{{+&YeUفjRrHYC6 [>&o.p X.LN9܂%>'S!=x!]o1j8T 3q7^S`Q~~]< f0f^Hbi"\//x:L"adWlNuC‘YyIR a^zѱ~|7K?ɟs&1'a$lŴB [)ݡ!F->4 ?Yp2F 7X v{\fe8B9QfV4i~^C uĄB},Bh<ۺwsz⟳}  LWo5p]Z\k-_stO^#rɿYxgˎXX5=z>Q{١']ٔnA#J Nwlǯ[a7_z m"st.(5+[ Lؽh_j7<D 鴩5* Mj"(lS]Rf^bgubpaМ63>aOgc-PrH6FZI1o}Xs…CK'Kuo-V! 8_ ~JH+˄a C0^}5Ҝ KnsS=|AZ-|3~=w`ėŷˢm#M}B8v1 *ՠ6@\w"!0ґ2\t3aT& qZ`@PLf? Ν(&Pgz`6/L ST璁9f #r;R'u<$J+ʚٖ-I<C-d3kw:*LI s6j&`] #YtZ{=| bxp*.ra_Т;O,%FHphce&,TnjE cbPr\u}5Q_y\h| }`OVfKbJwy+ ( ũ1g:ôN '>dlC;x|p:/# &:BāoـHum h[A_Ѳ`eXC,`X~bXP@᪭*nY .O5$+na @`O{$-0:"ŞL$F5[t{\  M棅Z->J9l0mb1m'P7ޑ7'3m'c[qIũA&~K(Tz #@Iywb 6a's?o2Sf/]h\_c0 )HY@OF-rOdȇR:٪^`!u\e7u9B̠?:V8F>PH^vq%y lH62qBH IBY3ʧÀ@I6;DƥnNY!+{fAE%3sn!atᦾ$PgTՕHf?qL%KutE8\<ՍtXf-i>^x5tJ2"Бe.Ⱥd?.\)jP4]V+?5!Z, &r\TR2 I=Z[x+C1Q[ xb;5.m& >)vW()75"V m@ 㚥"&њ!nC.Yps,d Key4 !擠xuaSh0H`>y`lpri*(J zgeHHS.{pdG/ o۝`,#a+(~x%4.@GwxqtזSkkRP DR%>dz=maab_sK4._ůFZ ڞzvű KF>n%njz9ѧveb2F{&ǹ` |s 1gɏTve}OgUhGf}:ф@ NrT(r7ޛ?ش7}_kB :/ʧ%ʧivUfzoalf2FnT{N$5$%tNJaØ{A+fwμr} 0/Q5.;O0|V r!`:9ۉIw&?!w (^bƌ qlTc)8Y?Y17R_V:gdmŮ.#1_?&31^є-dRyMO&3BP;0W8B[%P9yn(G2F\nOVr ˕[ %s7I Fhӆ oUĝr#vʆ3tZaٰv%x{,'ܰ{38Օl*79MJ5@=& ?Mpdca1k=qՁ8rƌq߅cUEgcET&Cc{2kFCg{.mB=^4Y9N@\1ѬN jKСVz8j>w6Ro ]MBa)G*Ýir).۾:b:iD{eX bG__[3 f|2393 T ~'>^˛'ӟ(}s Qi@#sw`r I=WƢe[=N +9Պp@vrPkFvC@KD1/Fo=LlCF4|ی<S3`ImSUs\Pxf!ԬO"328#l4mPeSJm31Uy"bd6 \2`V[)և3 VOj( 3g&):g';$Q6Y=R EIl!pnĢ>}DCkk)OLvCf,fa3&=5)]X&|zJhźQT5& -_-b$Wn+δAuⱱTȫZteb؃g 9WqPz>P?Zo6P|;g$vcqy+]W60 4dϜ؄>Qyrvs3W_涧&GÝRyf=j@Rhاxڒr\$82wㅞԓb3̆UeHBDa[I;{wDvj" `4m"K)WKIޛE~M/jN>G; ޟj `@&#>|9C>GrV]ψI#h:6V"5FfQK#GGex(uʛq 7JĊFz_=QX1/tW-<Ċ=iwuAh}h<3N*Cv%?]K#'!yo8`z\(@Pn =81c+sWNi}xUrD=sF^3 >O (F5/vwEuG=h-ȥE?_Y8mO,eO[᏿UVp|+B_ ߯8:2luY ("k{1h;V;1*R},K,lJR_zşy@>h]]\?o3|x/`zѬ䰳QפZHT&n y] 34y9Q̀!7H-ՐMCEN%v@0!T` ’@_ '99W:%;^ &@aqV+)~H:t4r݉S@ LLyFK7&v3#,_:#tb%HqpCEH'tTbٝ*#k5u Ӈ]~=66oRD5-Z_grL4+R7ųA6h)s5ϵhf/JIm\CS֤UŘ=ˌrg/#ϋ@}2"~NB#puN+EhxN a.T=_[Nᛶ~. ] ]-ȡ2(뚷+hIF覆Tyb`حĐ{ao G.PO^tUd9jgWN]RnQ3.eUc~ET"F,nE7]gCFVH _Nz,]*y0 ػPFPŚ/O{!_(E0veX*#fY4i'BSb5Ѐ Ӈ\-g0 . HDKqR@a`/}!j2Bū70aDTD=-y?&e VX14a7;e& R;fkUfȚ?7a/ H1_LCʭBS('أ HmfaUJCa=` P([Xe0&pG5/*GM̋U\Uj Gv&=(r+zfoo@].sK vZ"*1)7*Ĕ;zW\ʞU] &%.ySAq6-$ doAbpRY`@v#h*wkuE:݁wB [ujVvm.T'I?9 c5˵5"7'?\<ƽX؃V;&,P)H)yӘj<σ߆:,o9x,a:)C fU"(Vute} WB {jfgl7eW\e˶U̽%C7T9Y24ax%)"KYDxߟԎSIJ&=TkX}~nMXI<.rXF[ iOeab.>5P㗂dvm`E{]6& yEVnНzdyPF{M`:Y9{j]2ilPL|o>0eH;M-R~'tA76qgLBb؄cɣ:ݴ ިx$Oml!T&E2eHAIZ+:b;N8O!fT@dT*fC8#'7 O[W%f_!NjB[AİOv(I߽Wbpږߏȁgd 4+RĐdpB'`57+L)\!9ə*uHMo˗C@% |<>CkaFwsC$R/}M޵ӡ7h>5ydXN%BlC ^= A6aiW}6(3~ZOB[KҜL9]*+E+ 2b Q//'͙U6ʝI { (x7 6JtSݪLJPT 5-[8=,09sx"elpNj ʾgo'ŋq~̢8v/< zq+pV`^e'i'E,?ӣZ̶ W) h7ׄl*"G0V6le ፍ#Ǵ1Uz%vh##~B梘 DA۵(醦|X֌2*Pqqfw;:w#Ƹb!Ģ -´ũ"1|{[^-QFz#n +m0zZCO[OWaz=jܮK*n~ZS>9Nj8> e_)˿^IHE'x^HQu[#O?%b|2Wi45L~4{L8q kB$N#=PۛXs+JI.7 )@y綶R>jܪ^5(h2y;TzwKu]auq-SZr5@~{t; vڐ,o%g/nf5s=֑]=#1Ri!{mUx} oM~Ixx^Gyi_^;4M)8#b!gȚJ˱-2Ǹ L?WroO`О(3МIߪ9 ʀ|~TkG \ H窓n|O7*Cb@0MvF"Q `z!/f@rD~s lr S`(jF rxk"#< Ɗ)'w ޏ"OJh AOLq] x#Ӵ:KaD0 (.t"(+hbRR1a|яI}(%hYg{LxŊmɍl =YUb w8-d!x(4hQ+㷇w99IvҒ{@h϶zh4BSB,AJk(QbtQ Mv$K`ڮ79 >Z2rjuf{IFu0xP$IQ`ղMWOGr!㸗>j<Tzj5",gx1G# pG6ݟU[`M7&8_y"Lq7#[*I=5_{[J 7Whe  YZ