libvterm0-0.3.1-bp155.1.5 >  A ddʊI%z Wҫd4&NFH0zqbŌ *_8뒜,48+_@5sD%4qoTDE}VG획W4fJq?2}##Տu?W龒ԋuN3! d[ D`΀8 {:TޑWQ0Wu/S҂ !R+k@/1l&/ ):v-w:SD8e hwTeFwKYIA>> T,tŕcWy7*s xt \e[ kқeH_e}I3<?ӷfrPݴ`LJ"eqJ~x⛾5` ȉSJE̫>*CmԂ(y<0bg*sƆ#%X¸#3S =Ǯeҝu Sz$\)y49kǦq ^Ϊffd3e1fde201d1c9f83a86bb5e95b0cff123beaed5113cd0f74e7832bcf5688c5996f6c4b2a73995e3abc2fe6695821d68c12123lddʊI%z OK)xŘ26٘}+/N\zs3wQ2Duٷ<}go^щ9d1CS@!䁤F++ L(m44[|1i"W)VV?jtDžU'&uv g%U r _^b8׿e;?ja}&խwIbІGN:{5b8߉Dv^X,p+sN}ƳJ8/ 7W]ZAyꆲƏw.8z|qRGb4I^Ò$}D^>u3P p-5qJz@Y݉௼q/:0Y M:Sջh$!uxj>O{GΕo{U9tvt˛ ņaWF+Ƀz`E-~s=} Hoʻ~] !>p@8\?8Ld   ?HLTXu~       H t } (89:W>4@4F4G4H5I5X5Y5(\5L]5\^5b5c6wd6e6f6l6u7v7w7x7y7z77888HClibvterm00.3.1bp155.1.5Shared library package of libvtermAn abstract C99 library which implements a VT220 or xterm-like terminal emulator. It does not use any particular graphics toolkit or output system. Instead, it invokes callback function pointers that its embedding program should provide it to draw on its behalf.ddظlamb15SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttps://launchpad.net/libvtermlinuxx86_64JA큤ddدddذddطc|5dde496a17c34e937d1eb6402fd5f647bc26128b29a0aa7b34f055c649c5c18366c627cf44f0c59daf81ba442e62e9b3d3cd1091a41e116de5ea9058a57bbba7libvterm.so.0.0.0rootrootrootrootrootrootrootrootlibvterm-0.3.1-bp155.1.5.src.rpmlibvterm.so.0()(64bit)libvterm0libvterm0(x86-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(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./sbin/ldconfig/sbin/ldconfiglamb15 16843306800.3.1-bp155.1.50.3.1-bp155.1.5libvterm.so.0libvterm.so.0.0.0libvterm0LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/libvterm0/-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-libvtermcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f0765992f027adefa0903893034d4f16c90488ea, strippeddirectoryASCII textPRRRRRݿb^_xxutf-8da6a78660483516ea5c96ff59c903dc9ef3e325c1ba27223761ffff001ffd54b?7zXZ !t/!x] cr$x#IPswŰ}:bKq+D ,p&w/*/0@B 2xRW"UCƝ̦CfofnJBQ١֕Srrٲ茧93cx.3˴7YGJ=  m̞MEs4ǂgӚyszɍoɻÞp4Cad9'nQ8xfOc>V#q;SCU]*ߔA3/5ɸ8 r7!\IXdHbi&"NMe=(L/ajcz&]:S =KDaň5LrN}ٰѝ?h0[2Y˜Gٟ{`&LT}dˉ1 x{w/TsAo{79aWwZ]&8*˹+t'9"*s:B >-HIr>?Bvq#0daBaw:9d}U~&N95Op,vTE լ۫rb\Y:JM2Dv>-ݕ`J{}(N>Z~ ,M[T8 ܨ?֔Z΋u)9LˎHl:AAnq~cޡ4 #'4yȴ(fѤd3mjsg#ZTKx#ƧkJ]g"ϛR]ʑpT:a|œI)WOQ (} aǡ~E \> 2Oa)I1M)6r!,[,0}{1FKn5;)D+C=0}{qPQP[G \v%]p-O-cY:RV},t6`Oh GQT ~9Necڂz iL$C-','ïۓ$CϷ@r liA B!2KN qb.P.W5y_t( a剴Z3/(둦C2QFdTBjCۏL9pQ+rUFPbnvr~!LZL]@댞Li@q&m֤O@O)0T U [|{05B{&FW:5¬;OvmVSǀۓu1 $BDp) i:Ar<&IHqX/ALR"+>c{rtTEwE)sg0X(Vˁǡ/E2}KZymw]\~3IÓo96X׍HCkMȟľڂ?TIQ=B16HbT@WO9 d[SƒUOáh6:$݇ijckUXn汥>Wb`62fc!%I kDB-qA0U,~IFaNb x!QĽvܸ:1a)z̀•:A,C(S\|.}hnQr8^^ 1j//ݡ}C 'q??8=BٰlBG)۶Iy`3z^,n*z5PhS\* q=3?jWVri]#CyoM ;rZ>⾕ :JvtGPLG,  `7h5&g80AKV|Gtd-hMe+k}Ay%'9-xCOXLFԌjauo? yd Fu@'Be쁺4;N. md$?1;&vh) *Q뭙cgj|!uL2Rodn|RTfz熸C6{<:~]*3|-JC-$"Io`_v"< և=pվ&/ u$1v_nۑ,,0rl=#AHR?K]f&'YZ?kaD'4S;b4{ _x c) :+ЍVK #!&v(`soS nؓ~lQuH;0OIChp$c56p=>~ϕ'&9Zr'OꯙYx'g[tD@׳-(4   # shJß>̞?D rȗs 4{zJ- Oqtif?`6i@Ly8Pa׌A_vn <@R.Wds:赥n dC_KujwriyǝɚH?^@Y3[1aQ8^,L|= '0.w)INv1)n> dIcP˻ qү=" nBGũ(^au`6kނuNBxi(ͺ%1HzքRv;9wNtRljbۼt6ŖltFρЉƪF8Z-Nыz5 R9|+- ѓ8!>$Pnjp)7ធQu٘~ :n=L-{HC..-Dm`f'CJm36f~|m! L oAMHN QhT97*#Fsiń Q4,ŕ(J}eW}%p? axXyQBQ{iO3cz7zʩ\hGT@0zç-LgQ+bz-iu3ÏA9 mG У +3> Yi!3neNT1P!{4o+&PsՠHdLmZtfCw00ޟ11 QWWGs넚teE|"2͛Vv4n FhQCf&[B:7BprBHW{kc]%:*@DAr@'ַ-{EA(|0<&AzsI Er e+QH*$ޮ ['h>xYnySywCSllB&ZRQ+0Jcո <J0[Zx4^Gz^1J5֮L\f}З}pq]e80 d:Mx8@9%?/[a؏'(=?%p-EqlBMƖ f5~i ߵY3djr7ߘ։ު :(*\zƿrmz%9ţ,G/ &[DVGmm-MO%76 aW\ʗ[ `ژuR2j`jێٌiǜP,p-a0gZbq{MFm 94J6 !#aab@ѨÄ2dΦip4AI9+e†6B=H EW.yL_\> 7D0,_IYg&# ѣ[DuiC;osH10gS\ ' F*ѵ᾵K .Q|t3@V;Nt)p@uE33 %D@AS.B rK=}HSѰAz<.Mks @ъ0hRx1U6K|o'5@L ؓ|Q]`SyS/'!Xo,8Z{7(ȪeT7^쿂Ğgr.S|ś&Oe"d`'ِē`#`[u|a3a]6pĹG_\4o hF~l8aToK}ծGzn+E߷^;C|5[IQK- @0;WS$4. )EtӸe<lEZ^C%L& %KyT4umi w5KOE4~PZ6Y:7n ,#mSOg3b|7s!1@fN!Ń;aKz| ^u-{]J$OE[ PiLv8hU9ǹ j!wN kR7v#S|^=4Ğ<ӾIlY^LJt݉#\L(lZMS j4 `P`q*=0Q t;Ae67 OK" )u\31 5N7e77o ]g s"peUg >ƑWk`[ 3Q/^gG%n-4,6YP\:h resaϡqmWy P[[_m5gs]XGA!5<*F gb<7Ooxd8+s 7ӍH" /6QnoL%=iP%PJs9_'SXuהu"f#]'Ůdo5E_&~]'_"c""Ek4?l_fkz:Q2TJ~N{M}Ak">vliI =II}'<)i7howL9K A3 m<aF&hl3 L$N$cIOʹTE#u|*ҙFHDF ;%+89Z#Sm!ӲCi~&^^>ݕDӽX#;h>R VX{|Ăw-Ϲ2ۆG.!@;L3` K˄Q{bO VrąWe2.?tܣK%Wݎȑc^1&q$M6nq&h8I57EdW_}ŏ7x|%aھtx_rv_]|0" =m*6^ZEZ &W}}_cjqS ЦN ^!5Th񭪒Ck8H laC@" 7#lpm @Fڿfe_ RIBZ)Oݣj +]}5XǟGucf+_ 5A0ȇԚAV] WVG[he۞ [`TQLoP{' F1V{c7pƇ$8mZӳp`|NH3]x8 5O{mxM=ǔxN^FNJ/uT8VqQvK]jl,j##X|L!L;e[\2.Q0?㘀ՙmp&y\{ L$T M<<'W.~Ԓ] piS2ӯ./G~Z+:ԵNx۔/oncwJ-ʉf/,s;l)||Kw94uF2 DdE0KCDo0,њ%-9,l~uUqrVb{5hɍy3L9|JYR6}Ι#,'-vy#SBO-<[qetBy[Gm/ҶԿɥ6Ι6uԕ5V]IY&F?.5G%ՌZ0лI N[,äՈmYtΆ+I|\.`p-ѷ#~ԍ{%35a}Cy~eÈo](n()>)O23}9ճ[ni^t}Ŵzyfhh GIY ~:VmK`x?\=sckd>eYTs)'ݮppR<4T"0jݛ:r-G#}q򳀂MZ0ch ?K 3_NA@Ӏ)vK"\ĺݷ̓R/dQsc6>$3I-cnJ\87K['9DmfAP8[cŻY@EDǠV%5YN?c|kjT8SMܯFۿeDt{zhUxjNYx/mFV;(]EGm/S0ٔ-D*U/!X9S<7šMn:E0iAm{.K@j-*G`G *Ӌ{>H\~>6ՁOaޮ_|tf -a䖡+(:"5->:&W$E~y]yM+%z@>QQ-PQon[זMÿe98fK1 v*%C԰׋EEaAr': +Bw-91=L4VW4jw_2Ʈ;4֋GzcLnC b-lPU XR\قdMԝ. WW%ȻFYu}Ӡ]7U\1pG]w_W4HzɓX"Rz#%(~Qy{A_b^{!F 0?m ʮHIp-+pɩx@Qi2 VI'ܦBhxllaP"iB#*1}#M+oEFPR Ymz ~BKt_qO>{{oTc>B ݐZe g:i9 AKqlw´L3(Z8LhChxwvV W1X`&o/%2X\s*$"rI_-`5YQ呻0ԣw#BjV"c%#*N2ު<p$ɔp?UJIEXk@\&^m-6TY5%'&߫ MUaDRs %:NCt)CvuO˼e΢|pÔ&9OjUZ.d2uX!NʞņΨ=!PW8 Eؿpth1? h_|f w~ (ujI(<1.!OuDh!Sjq}7J9ޅ̲ʿ1DPH,hOݹc<:pLcHxTfk_B+Rߴ9g3mZ^4 GkKrG^RuF؅蘷j0u&?KFkDhpSfdy@Ffxޘy&|G@w{#![L`"A,w, 2~U>pO%LѥS <Q=O$D۟Lyg8B ^N~N5ŀC{NRҽVFv 1ݛ` a9$aNR8-M_˸f7\ ZI;J0wi*-d+ OM_}9(~(_)Oh3e_Vw݄*-#&|Bd_mjuh5JHmW9I؏D.ƖYHZbv:79n*>](>ZM3^0* ,) _̺Ho4v/_q%7ѩdD#'W1b4*n6~f;Ϲ8qBn=3D;Otz1 d/$0;~Děr6ޱ`c"8g/|P^U?D&N-TG{!Z;ZnWWճvȤ"K-1~6I3}mjҹnsv[:#3Mgb1I=!SY[7$BcTƉ}E/llܟ7nXAP05;_1;,mKޡ`i:WQwAܲY5UwnP!,#sezc{ i6/Jbp{v;{Kz7OЂ(}[es`#26 y +xLZ˞Bђ|r):e/ޚH? u+=dם6 QZtX( u_47TPa.^D-M=_~KZY)G "/bXE(e5w3 ۰cGqWF_qM[Nkb#/ߚp9f-Ω215\,'`#z6cخK2vl"@z=@8Ixd^P $@ ),U痸&%h Ѩ78S7ncc+.x r}:n-pW`񻅊FšB-Qx'Qw8I3Φî=' z4v~.K͏NDpv֒7{U)Q\э xH#KNM>ct~P_$F, ;B+F;N`^|aK?Y; @s+,mBAL"`\_]z1QRM+7 ]0GHtPQ(T\p>UK9$Og|j` f«0MRPv}G9|,`l*oq^>?IVRa F*ae3?k$圜7lg]E#kY0}8FOx 3l乃,F.ORem tG hF7 m[ uWfea=,|y]]<rXI8țXt+5[nibH+/1kr}rK4 t> T1*pj48*Fօ~nw`?oUuP" aW4CW> =IInv㴕raW g )J3̸yKFhk^`,}uKA# :)o?9(O_ HiVFHekg*SUKB[vpc0|DXx_j{7-GtLJ[@t D(exsKl0Td5E(na>AS52uG&mEYBP]h.dlVSׇ.hC9VBz_ ׷-L`bYlZ[btkd(-' 'b} rn}uB<*32oxz(ǩ =\3&ƘJAss3R@|ODjV-@B傄w <(i9B:ybV;jUL$%Rx_@JhIHw>VCZE~5ދTdߩT,ok7",i?,4ިLm6m'.͔l;\+`7XRvYW%e`"3i/\+Iw[7(jG'H\x;lt}c䀛'Ί/~N X(/H]@Ǥ^&iY'x2f'?bkX40 Ľr\e:芿t{[H!J[Ng8-qRI/\j;?{pcTᤪB̍!!5q5վ+PG݂5!ceޘ񒕦6ߞ,j-mQOoD>0Ϲ{ʂ+YDLFN]A#%ŀ{08ry7YБOW:LL@na$4;B[z_6<%K ;mH/ICJ\VB+)K*jN\h+7@ő%4Rw홰$KWpw5L]y`YΧ qs#NGP/c؃^rڲ9C "6J'+LY^+Xd$EX]pWѦ@6R?Dѯ]i[ȸue ' vJ сx-BJWN:/ASG^3(o :l\#MC$)w!wey3kƫhcN3V"r-BzWrH:bQ5?_6ȓݡZq X\,hJ}C]ȵ p$l)󼊲 b.| <"7IhM U4QR_h_ -i ω}`1 6}!̒}םK->ÝlhrةX/{uT".v\Ǻ)hY-h01$N$b&_eaILVz/,i:Yش~YC[JN3xh5i* vsWH/[uS|9C,E$6T@oKIV }h],EX[Tcr_D31@קmG(sKFkF/n)4iI~[r79i35/Tj(j1&ߵwz27]/(38K,oy KD2+-(Rٌyj:J oaf$?0WB4*9%1H*@zTsh%Ԍԅp$<8 d:! 5InKy lmD6q%*0f:Ծy3OJN>tB?Z'.8H]h+n:Jk ?(‹ʮ*7LE:,'e*ү7 kvDYHaxAE϶E{MJbN+>̘ "QЗ5>0HN_k̩taw.:A- BX})i!d-}^CV ۹6C+S3>%[M\W}W`l kgun#Dkp0.[+Gi D* Xv6J9+j- 8M~4z6"F=lE*SFhKgf/iDE׮[lXDW,bsBI vHc^=ixU,`\_96K`ijD<^??s ̙ca$-6ëYq, 5cKYӧqcI}pAjTkm *% i;<춍W!޿tJ}vbXP2Xԑ-+ Bܠ4 IJ#0mj4:Bqi2yHߊv   \:t㔵C'+,&ȉ6KDž~]q}%dͫx:X1 gZRD$Mx=|SgB_SX/mm`"dm^ F//̓#s)zճlf0\e Wٝb }eyW|ҒC<)@y&-:;aUfA{w9RϦ;~LZteQrEUolRITz >;Npϟo2]pMzi/0IjbCZ6oT4g,ntBR>$Sh-CC#E31D<*%{a\8YзS`mQ$ka6sGbqF}eZz}ov3epqG!a# Vt@ۆVpCіzBm˔û4`50-s0"ŔI{$tbtᖬ?6Mq0ݪfW`( @ * qNȮ7Ta5<4 ] > f%L2B޿/"a>yӫ,,ǁo|?U5Ӳ~Ү; ֽ%a#Ύy<zR6M;3D+ĔYߟHo m~`ɉxqh g)/<wX`VEF\ߺR> rtXIuֳ 6I܈~j+9]~4TIt5.Z)+X|ʭk5%d'yqfm"ԛ #<+9% FΞ޵L([YBMZPYDmM*PFuqD9LtGȰZt@-@wTˁ@zXܲe1lI#X.2bΛDRyۥl3OC@l$~νxpy;p`/\IY_Nl0fX cf(|=Kc?6V'AeeԝTt=KO:o;9+żB/+)"aJZ?m=I±I]+qW%@`H*BX)'tpbW {o7X rRz۔Gw 1<]]!D`v)i<5WW^5])nF; U=+p5' U jrϮvC%_E >pTb0 NL*0hed)?X!߁P:z$j[Hx`VIJƏT Y|ց>ʈ{zzvkǯy3"s-.>XH7=%]EJ Ġqٚ6#FbJ.>p%JX,FGFY5e5$/6 oXI\w2GyUf ҋv9(ֶĻ32;xNF?ewC w՞4}JX3yBE@cU +OZ P8U>6SEO_xҾ>`@r1_}@yh<'{RBRwƕ\DI` Fz&OP2zŸkK>R%S~Q'Cmo֭DA h6y%kwp?¦Ɯ#NũS]@տhC{T[m4Hxx=v@@%+rۚl֫t0/U[aSaG Z#h=()9~C0öFcm+YL,;Z3=ɢZ:ap[2:Jeq49޺)weE$mݒ:*{'C7(uEO~ؽcXWmGd;PB#V޶3;a7goI}f~)G9#]sNFdNPT9-f8ه!0#. G"ek\# n(L .O|1 ![7uyȧkIC?;}>rW\S#qeWGbI-.'ۄ~jҚ]lzj-m0B~7R9J`dN +-d uUKyfjk[lHw2:Um怠΁Q y^ vM"@Po^y;;$`@>ShfN-MxD󋥞p A,׀c.F!!̕ڣ'I:pyt F Ce.j]JOAV5sD^{+b#>VXuX:(_)c/WA@'C9{)$O<(vϿYirP%6 OrUOD/)MAaj`u&#$ƥax|p?/('r6maQh~Qe2B ]F"9?B%;I{:1uI^f`"CB YҞ `%c :xBx_ CMsAs,xTZTd }l Ƨ7J,I'w 1@;E*+ߠ XSeG\Cd[s siV\~* e >áoH30 ˺ZbX{f- G(5ù0x0E>Ηb?_ $W.#GR1FYFNrfӎL06U5ɚ8z9ԡCZ(a&bߵg_}d;_kItp3I~c&@5žԘֻT5//@YUW(Ĉɵvp=TWY`MaVI7YOB<.e]綛w!IU _9 $!aءI&`9zI4HE=rjak-$.8E]$H3*\ k&n[@"r!ޓFd dAB6\psPedT}٨ _ ;wxdjYuuXTbҮ}e0{b( Qmw)73TKJ%FlR~Xmb0#=BbA1 <Ѡ|\u\(,/uW R;9sd >OAYc&6 o~+#)rĎ/<=  uN/R&a2͔ MlefW^Po:tНT`[3Eu\y]M>o`ğ ! 5 Ryi-,f攒gK WrU+kzp>PoJ\5k]{(/+Jo[UéuKk.\dh}SHrτ 40A>67}M X0!тIA}Q8 h(#kY?־/E "DN%7 3ny_t%G۾Q;HIYp/ eIFR^iHW}:m,!R1@<y:im;=_`a@Ո (S[T_P;qy! @?v}'Fxu;5˂~SќS_ux TzNjyERbQ6F1D_%bH+K6EY%d\[FV AsaŠ AE;>L6Rpi~HYEXN8'L\^ws|6Vjњ6%2 $֨pqtBFo| 2+=sm[ﱌ~w0E/ъYN%c֏>D 4oo5!wg{]2baG?DNٴ&b}ZQn= u * VTdf)"nsy.r3!oطS.մD|i%6 2N 6oSi0Am_h GC\A` lڿk(lC)$rjqZMaG-cj8>7[} A$MC1;!Ld|͛Fg:n$C^}eȒ#{M;"m(afKC|+7#70ד?z nHYK g=c˽哚cc?5Ñ̕ux[F-,7`'kH2ocTqP D<}b)"64_+LwQp^aO-{ \3|Pܢ/Q,(' []f8_˓\q* S][^ү sտyIsT #:-êa 'pce"$pl]^!;IX {g.HdUGzT㯵*)ȅċB_fsҽo웺=*KcI,kh&8{ ;P.k͠Xab׉P >00jڌ& +">5ixh}(~SӧIl :͊ HJpehW[B'&: Unz:m;rJph=莊aRΊve½L(y8ׅMC D8_,otX|~.Rm+e@XuPI稠4e7=%eLiV$a:Cߐ>'#*,b`I6u0@#,9Bn[;؊ٰ1(/ $cʪя_ uaSEtO5t4&Zͤb4v|fЗj9}݈oL]wʔsCSz:9?t0JXCqXdxvZ18 [sZ=uYI0%WѐYEKMZ-5?@97L'Ҁ;S5 ' ;B|;.zp"c <]nr@Ǣe/]#Үo@InT/ZG-_M Z@ϛcb}fJx>&bݔCҕd@)KDBCvJTvVF߾Knkʋme)~/_aP/)WωQY ׫~=BE9lsHsLַN%x6~T@egdhhc]d,OcT=@ܻ0bysn#r&EF'&Ftھ(y#Xge0#y3>GKhcVs3UjOۋ#d f\n4m>S䙼N2{_t1-ZP1L9Vå"9ڳX^'ijoBp[sX@ EPSwA0IFHAJk>B=. (wCJƪ}~\_悋&*l zj5 &*MZ8UBq" ,KʞX>u1Yw "MlXʮu̳Ǧ}[E(qm39^ͽu n%Zo@z{24ԇ)?YP/@wj94ՔXѳE!<)2Iƻ.v]QqK݆(B&fVVY#*~b9{KѦJ+嵎dwTU!IjP$&~] l<+SW&x6&Oqn606Z( //{&[|Žg_+0"NĨk@kۈW4ƨњ`&Y`P4uJFMʃhc>GMJfeM)s o]Ѯ-XC8Qiƿ ^X^dx苳Ǐ~+?BܩGZz`nAS~y䌳glrM݈ %;!'j>y#v:b:nW陆!GoC| Mg܏Y0`;|/ @:ИMj-Df{X1qi4҆􊺎l,s0_ \K fd03uRMFensGǁmWWS%7* {&.j;B>qjȸ,'ؖ?完fZU;g;_x ^vNؘ|N?xeS%EvhLa(hxTbqdϯYCMW lx5}LxOugu&^+[ {PEt676OJ&c]=V.md4MiP9-0iJPtZL+; s֓lx;^514ע(K@´rK?wfrSǵ\K[dЃ٬[2S`6]:bϞ[Q$/oAwF7on2 m?KN.wh`Qq^gq~5Ei&>pS>g#t@Ϯ0/&)~BA2DyOzq;zQ U ={5:m+|e5='#([M*6"mYW) GК?nc~Ҿ^E@?U9k,HSpbtaAD*P'$HwIBzзUPj&eP3`Y\{n#s#b,5E 15'm0G3I=fT8ܯL Uw' %mk  D+e? u_uqDv%R;XJ,'[g@>Z;&vCR )Sǁ z.Ri*'/%x"ѓK^>ZxsNl`Vϳ-))^A$L+&Co3<޲]-zI,0Z3 h,MYŃdCs[֯CnFFgG\.@ ;s^Uϑ} I^ +ۅOL,[4ҥU.= G)_<~hۼeOEHB$4WL.uO2AOW"L"~l xw>iPW`~sFq̼g!ay?eΏbrn.VhhRUE!3짅cHJ0irbA "&}nCjcGEbC*wKRB,5=|~9Q׻eRe 1A^qł.e%Po0e_ G\Lހ &5pфoХ0kWpbXyc&B_?ǣ>?EZ! U,RYqgt $Igy^ᭂ*4{HǽH_Vȝ<ѠUo1CDKÌP3ʁR}lX|2 J8ifkd~-3T9q_+-M]ʝ&3ObFz,G{\" \/$lK ˪ֽț >%+$PH?rp7^MAG>=(LZ_+t? -}w><#M@%Rl2勂-GJd[)L*u,ϷI ;a2z]Qe m UЫƊW, =46yw+5 RXg;qm䉨F+kC.ˌ`@ S)aN}:k"dҾjKK9קȚ& l&٫/qx D@vXa7 鏝leVY*]039I uWod 6El-sj37#SZ_з״mtO!sf)rEŒ;tKP _tE$ 4=.zlr {<iFkaο][a6 1{AaN*0?a8N&h eE$l`R@u uSbo@eoE:d TY_L.!h1%Q98]L:k.|94[ j\@,uU9X@I8zDPobh?*Y,n$Ī+87sOh}B),i9($x-[HqR2Oui~4أ tʞ38 ![8@ ]yjOlFlCuBDW`5F8}S¨:3Jnց'rg*. ]kw#bhly2< ڄ`V۠—5]{-Ĥ=xuf7qfټuF3۞|G:}@@6Su;Mo e\ t 'r%X2FӍK~ytĥBv$%v v}#HILZUMsl`rD*3U@Ű`̗ҨkKSr+[d<*ǥ}9#U-`b޳2{Zنrez4S 7= @hh};h>Eڕ%̸Q"q 2&A([,~_:uHsgE" z8 pyOJ?UZ\$o>h'ԕ<\wlR6ֻH<'6fC9g_M{1=jvd<ϖ mK#e6Ȼ9DAy!2xFL*b5'/&ٚ'NQE}5V- " 6?Ȝ?E*7'R7PST!BsT}Sc K](q'a|uifOfIWzUq 0ͺǭG4-WvQ񼞭kmȂ:-n[⾬uLŲfD:9O;=8>%V1^OV+o\y %6Sd^-iDqAit-Yqgךּ3|_Poϻ_=ꅨ:8`mz8vRST(% ;GǑEQ4ZRޝlԕ#%/7(PXwA&)bind7Cش b{&'!~D .G&sYBDsUdSM2džnd~,k31Uv!S|/pt7Xl3xd&%Oоt]!4֖"%׶\X$Z;/Cܯǜ?{Ւ-_&^57N6hcL@ 'ɶG/4Q[zSEi4ԡch2qO8'J4W;0=`8U_sIjS{qqح HMUWٵk[tN~tJ!-訢 k]hp+|8{W2\'ml_7D璃ۃq1Py;(CSZۅdr(Dr)0I FG4ݝ;E/J1ω%#oL f$yIKesU:3ha(Nc8:-y]?F#@NzPl=m鹐&1ngs%pǟjQJaQ6KguK_mֵ&{Y(w 3*c rM ^aޏ7TWpܪ#7WwoIj*8Ұlmf\0CCyd*p| _ |9:~ZW9J͝Oq.P>15&l%gXvq!޽zM&fYWD cayJ.Ϟŧ(k(PV`٥ ;^nT|u?oїN 0H$_3 %ɼ-xn\`Ww0=ZՋchπy)Bzk=MOyfjw+_, ]< eQ [+˷yyT@]e 1$W9$xU0r5(six sAR)oFx~)}:T\ X±jM񩖅:a&ֻiҙa2<%i1E̳_%0j+;H6IcG1oGxq}~~iz.f]XQ*v\qaQbw!^&y'x[HNJ͗i~X;i_Ï9&3^:P$?xVn>+dflQ_sLAm+S;؊0/隴 -5[x{"ܣt6M̕eF{ YZ