libvterm-tools-0.3.1-bp155.1.5 >  A ddᭊI%z 55-;,]dkGi7\qFnK!Qd$+ߡae3/k /qrN%=z6z(Umm$dAvq롳-zi!|> m'5zvώ,%ARϏdԗ削ĤnfQG! )?0 g+>$'QT)BUWtz8GF'm:BEug @q0zƝ!DQrd}T]%bN='ub X%ϻYZ8M{3j&׿޽ aÁ]7h rq`q;)#U&לoIl:< ĘYtB>ō kY(f'\,w)&,Mr7q7;7OM E9չqS޵ OݸnSSc[73mMF\j"wRW r Ag]8q#ڋg&5574875760eefd4d08201844f840354b489a97d6be12ed1c93eae0ca2a17d61c6874f6841321adb8e7565e18db593d5262b79dca7mȉddᭊI%z #S e)\Tϴp vZ Aj*4e%Vk(<gE'/VcՑeiNEZabr^ P/i\ޞ}]xM&i=o%UeHp7,%l>b/nD"DVBm`NQNpa8۵$Tm$96L;>m We 7q`^Slihړ(*˒ɒimbJG̜3|mlCA;S.Z5"*$Ҽ7J-0P7zdץd&@K-QtozAKeT mT\:dxh}|+㽙EӘyԇ% \jM?~Mat؇O1pH㬧ׂ#W6,RŞcf3gM+ Yng*%Cja($/|_li䶾/^_9<*\zi$Ҕ9!K<z.=>p>8l?8\d ! 4`dtx       0<d*(I8P9:F3oG3H3I3X3Y3\3]3^3b3c4d5e5f5l5u50v5<w7x7y7z78 888XClibvterm-tools0.3.1bp155.1.5Tools for libvtermThis package contains tools for libvterm.ddobs-power8-05SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgSystem/Consolehttps://launchpad.net/libvtermlinuxppc64le Xdddddd628a7be458f4e1570efc23dab1357431684ff917c15c694a00145d78852517078311a4f88ba7d58572bd923f1b2a686717e07d590b5fea83381318abc1279e720497ee27d731821789123d67717c08de4d5316693f014a492601f5488bac75f1rootrootrootrootrootrootlibvterm-0.3.1-bp155.1.5.src.rpmlibvterm-toolslibvterm-tools(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libvterm.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cʂ@c:^@^@^]@]xY*Y)j@WWVbVbVbVbV^@Dirk Müller Matej Cepl Matej Cepl Matej Cepl Matej Cepl Martin Liška Matej Cepl ronisbr@gmail.combwiedemann@suse.comronisbr@gmail.comronisbr@gmail.comjengelh@inai.deronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.com- update to 0.3.1: * vterm-dump specifically emit NUL/CAN/SUB/DEL * Optionally emit NUL/CAN/SUB/DEL from parser than * Don't bother to emit the unrecognized sequence in DECRQSS * erase_internal should only set fg/bg color, resetting others * Added vterm_screen_set_default_colors() * Delete mk_wcswidth functions as they're unused * Also accept DECSGR sequences for superscript/subscript- Update to 0.3.0 (unfortunately, upstream doesn't provide correct changelog so this is just log of VCS): - Pass lineinfos into screen resize callback; make it responsible for reshaping them - getchar() into unsigned char in vterm-ctrl.c to avoid complaints of comparison signedness (LP1894806) - Avoid remaining VLA by bounding the combining-char search to the max supported chars per cell - Avoid putting a potentially-unbounded VLA on the stack as temporary working space for character decode, by using the tmpbuffer in on_text instead - Set a much larger default out/tmpbuffer size (4096bytes), because now a size-constrained caller could make them smaller - Permit overriding size of outbuffer / tmpbuffer as builder params - Create struct VTermBuilder and vterm_build() - VTermAllocator field can be const in struct VTerm - Store INCDIR directly in .pc file rather than indirecting it via PREFIX - Version bump to v0.2 - Selection send and recv should use independent partial-state storage - Also support sending the selection - Replace vterm_push_output_sprintf_dcs with a more generic _str version that can independently control introduction C1 vs terminating ST - Add a selection callback for query - Don't emit any mouse sequences when mouse reporting disabled - Remember to reset mouse flags as part of overall vterm_state_reset() - Add a usage comment at the top of bin/unterm.c - Capture unit test for OSC 52 - Further bugfixes for OSC 52 handling in various split-write conditions - Bugfix for cornercase where two-byte ST is split across buffer writes - Initial attack at OSC 52 = selection management, to set the clipboard - An initial attack at documenting (most of?) the sequences from xterm - Notation fixes in doc/seqs.txt - Provide state fallbacks for APC/PM/SOS - Other C0/C1 controls are permitted within SOS strings - Recognise APC, PM and SOS in the parser - Use 0x99 as a C1 test byte instead of 0x9F because the latter is APC which is a string introducer - Set _XOPEN_SOURCE 600 unconditionally in vterm-ctrl.c - Make libvterm compile on arm64 Macs (from https://github.com/neovim/libvterm/pull/6) - Ensure that resize shorter does not send the cursor to a negative row - Remove debugging print on DECRQSS - Regenerate fullwidth.inc for latest Unicode - A much more efficient find-wide-chars.pl - Accept OSC ... ST without an intermediate semicolon after the command number - Fix printf argument types (https://github.com/vim/vim/pull/5456) - Partial bugfix for uncleared area after resize (thanks Jörg Richter) - Recognise SGR 8 for conceal (thanks Jörg Richter) - Define a new dedicated 'state fallbacks' struct rather than abusing the parser callbacks one - New string-handling API that streams in possibly-multiple fragments - Remember to length-check accesses at cell->chars[] because it is not necessarily zero-terminated (LP 1846869) - fix memory leak of vt->tmpbuffer (LP 1843449) - t/run-test.pl option to abort on first fail - Accept convenience formatting in ?screen_chars assertions; makes unit tests more readable - Include test script line number in t/run-test.pl output - Add a short unit test that resize on altscreen at least doesn't crash - Only enable altscreen during unit tests that need it - Better handling of resize to try to avoid the final memmove(), and not drag scrollback in unnecessarily - Can't lazy-allocate state->lineinfos[BUFIDX_ALTSCREEN] because that allocs during byte run - Initial hack at tracking 'continuation' marks per line in lineinfo - Allow run-test.pl to cope with empty assertion results - Be sure to clear DWL/DHL status for blank lines caused by scroll - Pass 'state fields' as a struct into resize callback in case of other things it needs to edit - Remember to store a state->lineinfo array for both buffers - Do all the initialising of VTermState in vterm_state_new() - Rename realloc_buffer() to just alloc_buffer() since it doesn't need to realloc now - Rewrite of resize handling logic to hopefully cope much better with reflow- All my previous builds were just figments of my imagination, and neovim upstream claims one has to use 0.1.3 only. So, downgrading.- Update to 0.1.3+bzr767: - Remove debugging print on DECRQSS - Regenerate fullwidth.inc for latest Unicode - A much more efficient find-wide-chars.pl - Accept OSC ... ST without an intermediate semicolon after the command number - Fix printf argument types (gh#vim/vim#5456)- Update to 0.1.3+bzr762: - Merge bugfixes up to v0.1.3 - Partial bugfix for uncleared area after resize (thanks Jörg Richter) - Recognise SGR 8 for conceal (thanks Jörg Richter) - Define a new dedicated 'state fallbacks' struct rather than abusing the parser callbacks one - New string-handling API that streams in possibly-multiple fragments - Remember to length-check accesses at cell->chars[] because it is not necessarily zero-terminated (LP 1846869) - fix memory leak of vt->tmpbuffer (LP 1843449)- Make build verbose and respect $optflags.- Update to 0~bzr755: - 755 t/run-test.pl option to abort on first fail - 754 Accept convenience formatting in ?screen_chars assertions; makes unit tests more readable - 753 Include test script line number in t/run-test.pl output - 752 Add a short unit test that resize on altscreen at least doesn't crash - 751 Only enable altscreen during unit tests that need it - 750 Better handling of resize to try to avoid the final memmove(), and not drag scrollback in unnecessarily - 749 Can't lazy-allocate state->lineinfos[BUFIDX_ALTSCREEN] because that allocs during byte run - 748 Initial hack at tracking 'continuation' marks per line in lineinfo - 747 Allow run-test.pl to cope with empty assertion results - 746 Be sure to clear DWL/DHL status for blank lines caused by scroll - 745 Pass 'state fields' as a struct into resize callback in case of other things it needs to edit - 744 Remember to store a state->lineinfo array for both buffers - 743 Do all the initialising of VTermState in vterm_state_new() - 742 Rename realloc_buffer() to just alloc_buffer() since it doesn't need to realloc now - 741 Rewrite of resize handling logic to hopefully cope much better with reflow - 739 Recognise an __END__ marker in a unit test file - 738 Add a version check macro - 737 Bump version to 0.1 - 736 Recognise SGR 4:3 for curly underline - 735 Recognise subparameters in SGR 4:x to set off/single/double - 734 Define some enum{} constants for pen.underline field values - 733 Run unit tests on outfunc instead of buffering logic; truncation test is no longer valid now - 732 Optional vterm_output_set_callback() to set an output func; will eventually replace buffer logic - 731 Implement Query SGR by building a tmpbuffer then making a single vterm_push_output call - 730 More efficient one-line implementation of DCS and ST rendering parts of _output_sprintf_dcs - 729 Rewrite vterm_push_output_* functions to use a new tmpbuffer on main VT object, push all output via _output_bytes() - 728 The F1 to F4 keys should send SS3 rather than CSI when unmodified - 727 Expose cell colour index as API value (LP1805035) - 726 Document REP sequence - 725 Rename/number some more state-related tests - 724 Renumber the 4x test series up to 6x to make plenty more space for state tests - 723 Implement REP CSI (LP1805050) - 722 Add --executable/-e flag to run-test.pl (LP1805034) - 721 Ship src/*.inc files to destdir (thanks jamessan) - 720 Add unit test for fullwidth emoji char - 719 Initial attempt at better handling of double-width unicode characters - 718 Fix implementation of query on bracketed paste mode (thanks jamessan) - 717 Need to use 1U << 31 to keep C++ compilers happy (thanks jamessan) - 716 Make sure to use CSI_* macros rather than hardcoding (1<<31) in unterm.c (thanks jamessan) - 715 Add DECSM 1004 to documentation - 714 Move 'reportfocus' to keep numerical ordering in vterm-ctrl.c - 713 Merge lp:~jamessan/libvterm/focus-events - 712 Move strbuffer into the .parser sub-struct - 711 Internal rearrangement of string state handling in parser, to better fit upcoming new API - 710 Now that parser 'text' callback should always make progress, no need to use the strbuffer for it - 709 Bugfix to account for UTF-8 decoder still consuming initial bytes of a partial sequence - 708 Improved handling of ESC parsing so it doesn't use the temporary strbuffer - 707 Found another document about escape sequences - 706 An improved CSI parser that does not use the temporary strbuffer but instead works entirely incrementally - 705 Move parser-related state into its own sub-structure - 704 Fix -Wpedant warnings from t/harness.c - 703 Compile with -Wpedantic - 702 Minor other syntax pedant fixes to bin/*.c files - 701 Make all bitfields 'unsigned int' - 700 Use an ifdef instead of commented code in parser.c's debugging - 699 Ensure that all enums in header files lack a trailing comma, because some older C++ compilers won't like that - 698 Remeber to 'return 0' at the end of main() in the binaries - 697 Avoid the \e escape in string literals in bin/*.c; replace with \x1b - Removed _service file, bzr on Tumbleweed is too broken to be used automatically, rather use upstream tarballs.- Run spec-cleaner. - Fix `libvterm.changes` indentation.- Version bump to 0~bzr696. Changelog: * Add S8C1T control support to vterm-ctrl * Implement querying of cursor shape in vterm-ctrl * Remember to document ST in doc/seqs.txt * Adjust linebreaking of 'break' statements to avoid gcc warnings of misleading indentation * Implement DECRQSS on SGR when set to RGB8 palette colours * Reset the pen between independent tests of DECRQSS on SGR * Bugfix for disabling mouse mode * Ensure stdin's ICANON mode is restored even if vterm-ctrl exits on error * Initialise mouse state at VTermState creation rather than as a side-effect of DECSM 100{0,2,3} - fixes LP1640917 * Pull VTermScreenCell.attrs out to its own named type * Merge lp:~jamessan/libvterm/reproducibility (#307773, boo#1041090)- Version bump to 0~bzr684. Changelog: * Avoid "\e" because some C compilers don't like it * Don't use wchar_t in unicode.c as it might not be big enough * Remember to pass unicode codepoints in uint32_t rather than int- Version bump to 0~bzr681. Changelog: * Bugfix(?) for SunOS (thanks DominoTree - https://github.com/neovim/libvterm/pull/1/files) * (Alt-)Ctrl-Space should encode as (\e)\0- Move description from main part to shlib part, since this will be the one that always gets installed.- Remove unnecessary dependency from libvterm-tool.- Remove libtool files. - Fix groups for libvterm, libvterm0, and libvterm-tools. - Change package compression from .tar.gz to .tar.xz. - Change %{soname} to %{sover}.- Change package name to libvterm.- Initial version based on home:gmc137:neovim/libvterm. - Version bump to 0~bzr679. - Change package version scheme to match openSUSE's guidelines. - Clean spec file. - Drop obsolete patch libvterm.optflags.patch.obs-power8-05 16843329540.3.1-bp155.1.50.3.1-bp155.1.5untermvterm-ctrlvterm-dump/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/23f94712727f2ca36c85d292fd395332-libvtermcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9228edc8cff20624ca3176af03ae661e562bb2a0, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6d002ac7027a263636e5868bccc00d9a746a48bb, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=7077ff395ac1a86190f55b4345bf257e2f644738, for GNU/Linux 3.10.0, strippedRRRRRRRR'GeR7utf-81c039c66f3575943b4d8c793dc39fe5609cb9d2f751b4234b889559829cb955c? 7zXZ !t/1] crv9wU8E [O]c,RMh̳;uP BnEhv^g(SRr?WzXJ4/""T;%,k(mY(@S5;w`^"^V8gA_3jnCy ΃i7э^Q?<àU sVd Y|紈N]g`nt$WLi>⟙A;.C~ÿ-eAh%8΅06 Y ԴH'zY'}RWo\rE[Cw(ZV'!v{Yr -h&V!ЪQ#:n:}߬3Ҵ94hG&XPnz5BJfOqZq(?:u}WRF8He!cB!apQ#q,&6ٴm93?Dзݩ 54<è{U5f4!mSq=9 Xb"S2<1)W0'`H ïzq ow6MLJ/&Hy][QNS`h;vzfn[|V:m/OHĵN_@qTf=D)+^4#bt|7ҟb{\/7Brx Zc=47je>J0(I4^d%69K<䑂:W =ՁD*3v8zhR2kEҶ-HU0 S<12ӾatxJh#lh?s[]R_e%b_ JN)洏v:jnO^ww_H[Β K%S%~.oR/ϚC\ Oߥ]֏oߌ cgxvf>5P{!LV~q yxԟ:.>DA%dN+JU2!p__lNk7~jALTg\a.2N,ިZs_ϛl7կp.1~ҋSYN9UL1ʜSIݐ MK~%SRa#)XmuŐH+ T,%[BUa2m;3FD zHGe mAtr(iZ\E쇎>._jG UGrD%iMXnYIX1WXYx Ťu~,5(XfrF{ f %A>f. G@Kt5:EޛTv8(: hqR\qw&G}WS1\t>K{,s\WD/#9م)#y۪~7-zGP8A>=Z}מBmw6OOP\;c-p%(P}fXWo`"5S~Dk_ġ o-BH9/(zZ9JXi w#yؿ>Fg+9onr^{E)l`ҋ i}Q>pDMG"j)r⬬LU NPqU}l\Z|W> ,&: Le'}'!W-:5*iyB /6`b`gkZxe?Ť~s&31/#`Uλ-nf:Uv% XΥG7ӉRL6Ե dwF.|$UPワ.B`7(N}GgTx dyu/EOdv("|>aUF1H-tD;M(P:XWwzU VR^QnEc^$ )w ":V]D{dH;5izIJH ޔy UU<\}2n9nxm4> UqPy"OR̊J;t]MGC,MNnHty á/$]煅~x7NGtˏIlL5RK^v" a$u2P`{D85 ~ 9e×3}dGx~38w8>7t-Ck\EW~;8= ja?x|WwW#|֩GXf٬""v_P.2"9DŽAscBvCxv /K p ]E9w5i5P( 6;wT,xgju=1UV%.'_14S P=LK Y ̕C,>R(h^ЁnHxE{h׊㈤~4um$t}mWA1$t1phP柛vT"&W-BbT aj>_wt._ӏ'"apl <"̋n>|b2h 9]:OYBhJ֭UKվBAad.S,&b+C˶pm+.(A嚽!:˾yպ>*U ^SQ5 gfH&"UX4Ҳ 'iuio];q:v"w]n;_Zh^TӵnDž,FV~J.3#V&@Ab \1}x2O2IrۢPnI~R{7u  }x[`V "͇q( m4RJM#-z/缣m 7ZO>s⠴JKAs/KL7 I a1<Ԥٱ^&HzhWQZpuJ,?mBK_vG2C ͇-O'>F3W1t%U VTf_<%3+"R2NU:Ӊ`qdaD 8qhzW,WfXP+doG^+H պv3}.(e|ա <@NEOl[a<%y&U &. 9GQj=][Ym8;|ӿIFlE*z0Ɣ2 %Ԝ7̳.:P'K! ;Չv6xڢAk/#C3 J*ċm X}|$#O~9:Ě uNU{o]U(rx)"gHWFeW,LҐ ELVmlk9 5|ʷːWSaJЯYQjV<6#_U,֬sN4+.=7"UEZ]w"0n)fvEhQYhV3{ )3^ J8 .ۆ: ')'% !0R: 9UttDDwPѲ_AoT. M$-BյЙDa. "Glۿaz)J;ۀ?LQ8/{~sJDE-ĥbMHvɀDoԈ~Fnw ǘq0^$o"Ǯ& l-O]`r1V wI{C6^R ie5H²emm]'G 0Sy&S_^֋+nwOFAhFLV`oe#=@5ӌB&cZh v5;WRfWŢr#0O)ER uBqw'jb m*Q-X_=(B.Nx,aH'ű]S rG$3/"6N5Ҽq7 \ 1)]NDj **k&@7~'ؘsSC.k}EޞP|}W,Q[ka+-X6r{( (jUjuXz7!lCkEh1Nq9ϣY&NsaWybhixOZ)(~O }ArLI1br>JlBF0g#;cH*nRϾq@h//OZxBZS oݟqӀQSi?xra;^QvDl-kRTc ƌ"vç^PZIG,,]4/?| B RHɢf/{U-|H~43aFK4CA#@)?қEzgqw&˛RKyXxK:{ s 2,,x^]8CqoXX;8C4F! @Vho*V#lrdd`쉨誓(M6 ,.Sr3t&lmS(w#je[} *R"mPm{nƭ8v޺->LvĠJ5e|Eֹ`'*bgOiq {ȹi R,W|5|L)\h#]D[O@D fWTJ-Q.VYUk™xeiInUi1=,y0^& Պ . eK=3],Ϩ#x3`L0AuE{5C(GD~bf+.LNV$W腒@yxV#t&owwtFr; Q,XCJ2nwLAK.0$Osu VT-Nw@Jl3_)u#o1^c^wsq096G6z)2QbZ6mDpr;$#kLwY%dEʜ,QEBJ QPhEvS[Փ?<}"~<$-3]'zcW')":j*R}\p"'5vFY+h"\pJiIfI %("{Tc3zv2zՊ2]EA rؖ2M; 3+B/QTʖO T6Ʈ"9v[TU0EebF^E9O aLJДM"RzB3x@&>A/PrTp_t&_^XGn00بKuRpߝB"T.%"YUDыrˎk!v=O4#Rߙg9/OG9$hX/{-#d텤4`.ǒM66nGąB:msNr ss_Y:I|cNE;.Px:O(&p7}ĵ-uC%4yB O}7VM8Q@lkT4#AHk T!q-0Xu:>v&WVh,XJ0+{KuE4ibQܽR'*. kH[TE<֫qm,U q `A71E8gA?LR12PMlsiIµ{8`X$`2ԛ.} 4mn ?pL TwD.ձcݼҷCYma,uMr~\ kE 8ANBjs9R_,mnf:>4kiZN$p #/. UL#Obmejޣ{/:d:}4uDt#ܓ3BJ&S:w p5DBndo2YYHv|{K"*k֩?'DcfNש~t^؁I_A出^ jL(&y*|kk?OWPOF^c|-.Ч\vmT2Ƙײ ^J6ҒYP[UQu`P|(#2KJQ#cnœTjz䮀T'AkUSa,K^D4h7 [ncjZH'W3k |R$V[;da;q>dQq pG|sfb" 0 G=%)Bϙއ4Y쐻t R В(ljm(x+ Ϋ'd0#T5F@o!X"2zY.7K%[{ QlJװՖ;ި*b(I:z5dC :C/߷+AtPuó?i? =Iq%V MߊyY+Kf߻ͽZBy =Wmr~e\XIT dMua؊6uMm}/2)VFcrW'm]UA/iݱ0RS^E}U$9w}HWs.x®HC4y# vLVa] f9%n+KhGs| @NwM}f|I$#(QD;.w3Pb4R 1;lA:ow`\GՍ ( R{KFB\%w'!D P ߎL3 AC=:oY|@ࣃ'kHhd{ Q&9+|+e[JI -RrBپSxƺ~c Nl>xf,SCz*J{xC bA :{pz,a%ߨFe`>fE @W!\Jj0%KS:u?tW3;c*ҳt?Pǎze6_"^LIr<`%uOi/o2n>ص3V`{d(c3wH8hœXAnŖ82Dng]7~4ըuG J;M-v>3>ygy_)>s{o& /LK7D"{ŗJy%0Ċ?Iد F8.㥿TTZWfEZOXj6sHO)8z*IQGEa}C}vq@*!PD&u)?^5 iz¡19FH^RzgLH3 O>ct=:Lͧ@eO>XMh …&-"];%:*-Mam&ZRscc J YZ:2p:cfiY$N7Fǡs7SQS[#P,=}= wVUAL50^LE)~nD죨ehR$AyK<(&yp-!n?8جK +HqʱcV~صk;qkK" NܓE؟o4%!x.g._ፋ ע9+EaX#h{a*?ǁRmC tn^EP{ˆsem!'nuQ RgͿHӧ jp+.gf,̑)x *F7VÁ.uQ>sM֣M@;Us\cnb{$6ԥn& ƾ3b6e)z-pKFpTM So:=:k@\h<8GJk*kKӰlδR!Ǔ+Net4_ނHWlMN0J˕_ӌҹyx%ػqi\w-qhB0Ȯ F^#QFlIlrn7 ـ/er"d4 6pk=}>X#=I@nC}HRUu|`_`$<^ IT MXv'i🲽]141w8F'V8ҪRV$>t;:Foydd &@Nt5e+L;Ya(ϵg!2)>9A$c`ZHÞ}q#(.QP4LXu?O@Hm#>"|+_ZHQkg_P,؃8> ,1=8҉!~0"ލu:nӲ']knEf'X|mKA 瀦b!|dK,3\؀\bs%@-_Zr~jR* _! б]u HC)-s!=a, !F<`2ы^dS.D{qt-+0@rMc>|0wr 8iPdUA0 #sy+\#W6巍gNb3jP5xڨ%raP5/Bx2e=z8d"do+&8;z7-k W߼ bc9ϜNՈ\tW"3QT9WAQȚ/qtlw*أbTlWF ! 5SmK5`Ok>"0 8HLK؆MFXHa!DS.HOc>!EsE]x).'ylnm E4d E1>^}^pN-5#ʪSU.l5z%sS(&`WfS^+Yc)TcW]WŢ(G=b A~?P A5ɺ8C&"-nt F&m$=2ӆ vIţbw}ͮ+怒Gg`}?&^:6~qE5L H&<[H\#^Vu:ku,:Wm}[25ww2\ϫnE=4!]tW $&7f] ~=Թ{`BPC prX,R8y>3s 넮Gq @CFpʱE.jZygfM7tൣ-3ե?97?(1b7*4MYbf'^2ocLfg-*3Q.醘Ls .q RFa rV&oGONX M]-% 0N"Y`9n!V$_ jM IR@d… +'R)æAF &DB̤/i?F 349=mu[|W&S$563a>xkevYm7b=ax?MMCk/ KP qI U{nZ) n̙E6'{- v]DtOBo 7UCK>l跽bM$ wfSw @?A@xަig k.KLyjvAg׌(:D`2TI|Z<⤥+\:ܹ6yGw7!g):`o_*{R01^B[1.-uTu"$zOsr1NO9zF Re8Bs 3l`l9eB3(iY`%&49O:&?VL^mkW UJs ,ӋHq<YL <0:YH=GZ hJ4EM 4ոXq q=~-(܋ +򵶗 Re+zEyp"_ ar@B93M-Ŧu 7&:-T?ߞWd.GNjasmN"V]B ADd[Kyۉϸ3:ndfAԱ48J2EpeH/HDzyםX> re_N/8Y=vSЃV}bd&.Ziu<5 뒅4ve(.|fΪY  ?l݌h2nG/ "+lp?t:U%Ft  ^i2 tdi;|ՂW1ٕL wMvSߋ4/~MPn ֣13l>F!LYojdiFPǷE@е gxmbCUY{vaS$rn4t2<-T鋤 ;{ع+D(GAd +ⵟM*U/F{ؤ(Yrr&P8ջ}Zy4u[Pߨ$WaS+(1C[|^^vIl<&bArXgj!>z}*.Z_ ЀJ c=,t,EN wXD/FkU5X/ki>M3|kQɍ7_2?LI)g~Rw8Gd-+VA&>*|Y-pxlKwdZ\=]v˝81ӛ*(vNe?UCHM {C 4𨫗1hM W)v ?eA)4:`7zOjkueˌ`}#-w0 xqiSAœY7yz(VBK;۠.J|'NֹX-hvm{jStԊN?;nXi.7 èCĚq6 Z3͓_|!JVueCV晹2k xO8pAOF8gnqS8Zs^Ϝ. 8oȀ,C ek'Nn仁ݸ2qu(嫟Cdb 84lǺzۺ'w X jSr&"#߄%# $scب‹gۤ`U:#. (po' ,9}|޿YɆԱ"Q[?$Ȯ#}#`WLe7:Ow9Ly)."D*FAʽ?e5<6b  YZ