libvterm0-0.1.3-bp153.1.19 >  A `B!M@eee$`ڸ?-5Dpd*y(ΝJ@S+p[ ?UЁ$bR[.(4<<2`\ywSZW)#Kז訌yf E00 &:.4[];˜e~+X XiqNcZ?EG{컪@s u)bPxH|ۢܔFut®7bbab3d00fce2446262dea926a59679e9401ca69e0f8b3428edc5611cfcd9edc7cda11aacae1eac233c2cd2a3247cb0c49445500`B!M@eeeh>N"t(i}p4saB=2ˠeS1^Ҟxf[{4>.tV2m5V40kWEǭrt!)^Awca>We9~*5 ӫ}8ABg=%盋I;Ԝ K\/amwDB*}Wn`% B:3܅J=  뱼щ 7Ҷ+.Vʺ|_MSfHr펂mJ2kH67>p@%?%d   @HL\`}       Pp!(A8H9:>!@!F"G" H"0I"@X"DY"P\"t]"^"b"c#d$e$ f$l$u$$v$4w$x%y%z% %0%4%:%|Clibvterm00.1.3bp153.1.19Shared 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.`Bobs-power8-054SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttps://launchpad.net/libvtermlinuxppc64le0JA큤`B`B`B^Hcd1f0e326a4efa867567a5665ea8defd5ff8f4775e429819db6ee6a64b702ee266c627cf44f0c59daf81ba442e62e9b3d3cd1091a41e116de5ea9058a57bbba7libvterm.so.0.0.3rootrootrootrootrootrootrootrootlibvterm-0.1.3-bp153.1.19.src.rpmlibvterm.so.0()(64bit)libvterm0libvterm0(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^@^@^]@]xY, @Y)j@WW @@VbVbVbVbV^@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- 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/ldconfigobs-power8-05 16149936600.1.3-bp153.1.190.1.3-bp153.1.19libvterm.so.0libvterm.so.0.0.3libvterm0LICENSE/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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/2463b789c970e6f2da397077faaafea0-libvtermcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=827c9aeda50775e6a50d57ca99956adc3717026b, not strippeddirectoryASCII textPRRj6/S4utf-86d4053a556a5de1680d65a05597112aca35c6f0eff2aca4ca6ea7715c7733b3a?7zXZ !t/7z] cr$x#DdAJy8+л5}Y]jS'0@/aS}`{%Qj \L^8ŚeTJF4sr4` ;~Vɋ >Opx9.xrɘEmf٦3ԭ,AW+MSt8REFFגdq"0qy9 6[ouSb> G%Wfy-na0QXhQ< % _'3C 1,<3T!%J2(|79N)ȳV6"ͽ*P~+.YXBoJ*azf!b!ϵ.<-/2]Qgc|Kt\^d${)h懓g #HP `xa%ӨUNJĐAU$6l\Oesa'2a*ΓIv'C27l hdD0ϣӀow.Îm Q&QPn݉ IuuWH8U!QciMJSc,Qb5:apŒ.  Av*$$v 7 lՐ:`)M$lIAַ2o'X.|Xc78"Xmz=@q_@{KX:#;]∜(l4ˆb덝\ ֢w33 Eu1iFi&E"BBQn{&f>ƎJ}Y_[CPsGHxhG՗ͧI*Lm6LjU!`M+ ֆ Ie'[ۭG;JDj'`$Z eD6 2[,{Wd0ᘲj+lHm!a}fpg(5/ϕWn`[Aqq$#'{kx+XU+HoD3}ImʌAx] ;ތH{EYd1JT*ַ41󱹚{ӧ*QD7wQ1t 'GcuH6\˅ElVaKWӾ61`ج]̰ =SMۺZ{)V#6.2q=?Y< rدp=?K2Pg$(@x _ N|$ w3ԥۨZ lXOm kiars׆!z Y:e*Z]چ<-axG¥"x۪#` 4W{!V_Woɫ*Fߍ\?x-~ yQtX:a ["̃mށU<2bST(妉fd$g_x![`*ɣ7+ّoQTotz#ݝDJ&֐hðS.|,>Bg~+~CbaAjZ\K3\PCʈ7`}s-bȈ~&µSh9QWG[?pMϔp{FS|`AQE3%" Ώ&jQ&0T2Ӡ3z! Ae04<)1g?`-44yB$iQOW[T2$*ۺb *P5zL!Sb[@aSbg,gr̓W矼79Đ7-MucgO ۶=~z7xn5v^:kӤ$?:j?(Y eyc YVLۺB́p5c4}z-?`i5+ge&y9ygzl_15B+Eb4fuޚ9[5j>软P*$, C(>vcڣTAFQ\=d4~͐s2ah'zE9XCı󞑼uh ےY&k' M9GCȲ+%f̵欠wqg.jCqpk0w=/g*ئAh,k7Rip&WVV<WV쨙0H e[ɕyMv̘ƘӲo2C88{BoCPX,ė{ nE(> R\ gl(92l)`e/P *#J77~A$[ǖCک S6ў(4XV L͡;){-ɐ'#P7J1r/[A BI- v0CCeb)_ qq:`}F"P<ݒD-Ӏz@PڌJ'JLpw~ԚU.9e< z0ZcWE0IM1#ƚ9 $DV.hG'@1Pd MXvpO*GU:u<;_6 H4#Hu VIYLB6۞C%'d F=\@?b4u#Vz3:7BJ`2{Ƞ",φA{Ǹ[r屇jrg%z<0JnX3Bn:]JxlPDuv_@Rx4/=}22P"s 󷆁mYORp: N>mcp)HB|z }Q'(3:Tv˜s0`6ZgQ &`D=oXwu;12/Fm8;ܛۂjꘑS }j'4T\!j2ݕWq! R>NJz ͧS~%N()))A?Íp09zR8՜40;! +Aʻ ̂yaN 8,TJ+Lxxn)ocԠg GAC"]"c}7cO&ĩYjqՠCs~RyO?IS? \dylyTi}7ME`i ٩ <ePh *q?9/׎*-@#lϐ]/]ܚ,a\AC)KUu!8-\9*Hu ~*ǀKCxnM;ac(m9zgUK[u<;bC0nFg(7a^2TY};뻀2oT)mpl<Ն%^9]0XD Q]Ax;b~g%(+꒼fb.^L ?ē4؉y{?Ha/odSw?d97bߎ>o WJNL.Y!kv1@o cmAhw I܈~vJ]]mZmtcb/fHI]$= Fۧw+V+w*M&"W` s':y*^aR|7EARaxb`j >(UV/mP *%lUg. Af;ʬ= ^.ȭMk;TGZtϊ7Ր6oPV$[H#-U!%-Qz{#eJ2>Bfݚ2-ģ_U}1%mvQbv :3IdO!3g:npkne C;9宂ߐ|<KτZu|d ˧7;IԠ]N}PN]0xq7(J>%.)?FHQ8DӪJ eO ȩyǔSUD8=kNQ(~MLyYb8PàH I 'NHBeg;!?⡊\\ e1Np'qLY.~D"~{x|{xGtTs[nblDrGj? t̾|p@j.j0A]r\p0y+ B&r t?+F}&ja" .Cb|gG^$0a(q =đaHS1oُVJwB*W0\]z륛 gz/QƏr.JDHP'N +hl#Z[9>z5D]1XuYtЉ̶ ֎ B@'Qވ~f5B=tlZszbH&=jG0Kc[ZiœVu)V݊jfbd@ }?J+ݴ;/mpW.j}](cOI|@$$TzŪv#_L[릛j_.&K$~+ӭfq[c2g׳YYF/ݥq1FP=3[}¬ CѶEQ蒹9^j,GZWdlଊMm6SCyH8_CEBŻEq5)(\s,wu swTGV X@d`! ֪E|xN<ʑ 7s:R=bfHj1G 7H$D|A8TAVjSP֓KfU>ؒ%٣U ܏:! jdzE:|͈ (ΧZ$}6՛C}gD^ij$P}ko00٬XE^.tjӫ\D93 R7p9G?>ɰl\h NnPe}׳L.V|.po}C 3z].ҠT-o|X(̇pTpl}/%2mH;e<>:UW,C/[9NjFϭn^v@P7(F"0 tm~u20|~7]VHn@ӄQ<] LS2]t 9re>jksȗ|ƺ=Fp)~AӻUZE޳1[v`>\-`q8HB>g޺{/ MjMjMp&t\1WԷ?yJ˴q]qKDplԼR"LuCai2OHK.a7 VsxuiCӑ:ijYv]Q<O>7a7ՍTE07gzsC0wPWq\F$EOGG wGsuZN~}EbQjŒz] 0Ƚ`#u)dBI m1X*&㱂wқ[+=$#{pW_UsLf6BT}#@gNQ|FV$%cm,>irn+b@HPPm>,.GmhPXJ{IbQ#aZ}3^wUfFL'\֠U {qBTX.(џ6컦m!Zp':m>MQrnYܔ8 O$㳇In4}5>6t^ک:*%j_mArj hè |,SOW$?f9ľ%jW|\8VP]]dIQ kYF3= 2@Gd{G'@Zz2=*sf_2;V,)p0ޙW"THdP~^ Q`|q}p շI?T^ FaޣUin0㧫A8T+*SLq6>HN֝ti_T*s0򓨃}ˈ~:"Cɭ 2$C z eyAxX6HKPD\d}¾ uڃJ=ܳ}*ukȴVJ "CLe2[ƣSXxnɁ-eq Vxz/f';/HQP~p6m"hJe&F䵔Q7>&#G2n}5h"=˦dKrtkn.} >%nܽx@7K)x܏l[0i2d?5* zDL %vXoRJ[՘uwxgn`NI">'Y^Vc:4?A?R4x(/Ljwme,3o& yY ⿱r~K)kߩ/(쩷P , '^N Ӛaт7"wL̯Z5a[>r\dL+Ĭq]ЊO#ٶe)6ZTvo7u5d(?g]j;U@/ĖHxccK$̉/SVas"1 7>)Rэb .W j8DX)A=;%+^"]S85@ɔ(wwcMr720AO8P{apbm eͿ0y ݮe@Ds0S:EHn\V8:JdC"`+v`$hÌ3nkigR^iiD]MхYT fuSlU'g1J_eH9OD5x8;t8%>t~Y/Cs7sL3]_zτ΃ ""v kECP ax}MwY)H慽XVHqp= Dz-uMY6R6ItGQbW*lf }Z@x{] 6r<=BhCn {zB9@]6bC[DZO~asUO7]>є%Ν4j2:y y߮=\bUfæT y ڛ(8m[hE9pj3;H WT z+4gX"mj^_/RĈW9L ˛^_Y !f^єHxУN`Y/Z\p>Q([CealD;|ñB NpUm&"y?lTL_mJω/Q] ̛e0Ğp54B aMƥ TEdN SLvv%ܲjwH^Yu/ЕO0Lq͜H!op7b+6s[]ru .=\Tj.e 3_?,8}_y"XR~J^9ףCvcrCx5A쥧w2*@<&w\1 =e0bv\=!8)߹GEwN~hyu}>7D&6,d zZ< KmCw;;M48:&<xM NU0T!mB¤5EX9nOR8[!-=xm1ʉ8>Z V DOz\%H~h 8N:w8xJ([ nڭh?CJbY}ig"@QX1HbX0YײVR+ C22CrIBl٧n5&4BUaYC!`}mq}I; X$tm+,+˒dUi˒U߮Ucݱ~-zdlmZuA0S7eknjx-7F'x59 Psʄۢ/&mπnB6Ty&|YfЏEI?$J[s"xu g[^QWݔ/*Lm6A}+tw/gAY!w+o!1L+21Қ~gN˺_ՐErAZi=d؉{n6p0I^@Y}&ȣ=syV6 ~$x0-bIkwsi_jiƴB@1Ib~yݗ2S(y0 696M]Nz'<;"ԯ}8<(X)*~~ig G1ڹ\rP[bj^L@A^*WY/@ėppX?OQχ)T$y3$}ym܂%Eo?W;il m@k?{Wl{o,П ln8=2&"cM:spLw'*|l|I72{TĘcxѾ߭w\S,kl,18hfPgL)[w\ _gct<3C_y5;i2͊8?9I0!;BQ/FqMF,''4["6DfȞF80i28lTŊ>i ݘ0[Tozqfh 7Ղc^S9.X@**HPBM5/Th t"PADÇg>kG'ںx8^+W:% ȶrUƐiI|VC׵Q^9ެ;g;Px~l 0#:Ŗ ߠfʻi~Y9[YL05Eh; _$>սzLJ#'n12!Hr]hNJ(j҆^˖ ~ PiU% 3Lw )qşY ϸL&ꨛ+CఖcsTW7I10jn.EP`L2x`]x¾dK 7]ݓ@|;j((EYh_ٿ*!, h3;h5()<:D<)YƠ#rOp&r=bG,_|DBy\U8*ʨG[}.rg^d~oOQ|̙GgpƩ8с"-XvANRyh ōocۺL԰Τr ^du^E  5>,50$L{ڲv'?6 &8&ƹ ǴlK~ 5i2mY c0ɡ*%G×:Ĭ֠ YD&#-~'P7qd7ƼR'=iRES)""Qgpu *OzUL0`~JWg1sj״fa|7}JLEh:6"3-`ʝ4k*s,|O:#ZCz+T3ӭ2X"x,*B Y]ט@ r> )?)34_\T"|Y_3CZ|`O]ꯅBU߬xDRBexFhw>.a OqԖlyxrkT",yDϜ@#YaFA%[iOd zU.4IYA/iL>vy?y~d($7ǥp?~zw>Y.gFZy xPE/+f03 ]5TO'J[D?k$":F|$Q~!UyDI)kgH>X>q OjXd,{]E^R9R^۔6G#y9a߅<%ݖ.|м9⫎݆?xv@r&Dv/DaI/iV WI:7<^bRIU}a?z-/5Gg;2]a&@{ u8)c>~bu"ػr]<:KrcBb:T( _ xi~"(yQ{O<߈̱[f wJ٫rw+ WMfFgQFb͵8&ӈA|CJVeY4Ǿxw~_b ߪ9\]Z6M8SMZ^m\AjF^#:o])e]c뀏a3l^%rDVl+!0q$$!\\b/=)X ?&np#Ē jo2Q'#AC µ"<*(okh8\c#)RtF4;Bdߦ2G)1:.f{ ryI7L=^Ćfj'Ip.p(^#L1՛~0KAR?zI zlY"|8uGʳ'Ȋu. p;Pʆ^րu\8׫@1i1mNjq^ Xs)" =fkPf?vއgCV= qQ#q4x@^BWp\|] t@dSse‰!1oFsҼ?m-!'K%jW9jO=$U)<:#VTnABHIhb}FGZ0xևW+dFX(ܲ^<ĂFP5{r5j夗'p?]1 m~,'@uZǧ;c O(Cz{ ư=dH5YPsVSA+cȱ%Iߏaz^ljsZ5xD)_8zNN0jMؔ%4q j؁bFEcKBP" 9?OaJu&Hf$#A2$T LA$ \Cql}wY7  ,T:ݚYf}q j9% >6B lDQX]>릊>M{Y۟ $WV6K(DVF"CD6vir8# s9:\#11{*b-9jE/8F2 ]Y?睮J!VQv6H.kbqxQ?A - ڴ{:G `%"g-J~T?!cEub˦`޻ M:76F@ⓢ;e)~  ,X6hC3J-4=ÿ*?,a.3Zy%W!XU G<Dp>E0w;=^r<кȧon͇LF,:hcZ\34o2m%a<-aa_,mG`skn.`~lF͟=;jjgOmZWz,9N͛|.@{orxlt:Һ!P~ eKlηkY. Ome`HMfJ;6QmA`M֨@%z~=9sm uG.,DuRsN=`K=?Gw#>Q5; 1ruPYD3_L=mEjt9/`#ςdrEM]u9+:LUZpZZ6 5|:Zʭ]74&5KdTg&!&;ġ {Y],9iNo 0QxNމb+ˊE₳KҴ,D{+"IOb[/Uq>;Ɗ-z5, PoWv2fZr{8 ЦG߿t;;Zw\A/.j[8tvtՔ\I[2nVLc*c$T )eyQ }ogba a?YVm;ꔼY'MaYˏIՀ]Prz\^~O$*e'F+J:[k%0 шd9*Q=}|M\6 DY>QɳنCDf6oCQ$+}BEwȘO@q;8oĹ/qM$97baJ.LB8)F? )l }X:az0(S Ƒh@%c, %S7 We*9 "r#υi|2%tW*~bkVH_=ՔO?WwIߧ&$YncJ5`tQ)R|i} Cfpr wiiғOg 4FfC@6!]OP-b]+q=:i,O~gB;,ބkYJDis-1#oxEv1!!:pvB0y B q2t; Ud*P"61V~ >d搃HzIk_, ,0jT P ݡγ ޯ%?I7gbn%)@oڣY;Ey =36H>ORMc >`u.- RDSV:P2OuR(*v$4KtĐrWuN@6_F h!=$tmƫq'Y NB;Hs &7H`: 6 kwUεMS{_'g~X\ ƒgA8 woXۡnظ{mlU;Wp66nZZM~Zi3&Yذk3P:½=!{AtYQ%1V$oc @}>oRbv譯)r+ M-TUFQ^7pY82dQ J>v{  D`cT&sQ\]:,#}U7Y$Ixez|'vvp{HG*;w9vvgޫ +vkV$>>]X(ŚDy#()5MvU>k4)HSAB.y HBs1P04BckxN-(nj&m*0SpbqZr6l+!p؆fe'f. fNɪNX=A'mcwWERO0%̃ /~c*}jOyM'z :E ]~ґ_MHb|P4u0Eo"+ sOIɦΜGD[^B2 @|@ǃE]gC4Jlԍڽ;(d˴~uiUol'cG{5Zx7:%N#{!eT^y,D5gS2Ne9~.Gb ^R!*k8H+kr83Ros0;۩|tY^b8Y,= qO0ThS\o˧(=ySA|^NuuxfJs0UA7G:\|I݈CU{ڇuݼPcއb8p2}(Fn],VGVz5lbc{MIBFNcٌwJdѭe`| xs3ûV(*r: -uG䋼(>PY\)ϖBF!4ӓ7*(y Sϲ}f{1,aaƩ^( gvAX'6IH`\&V'J`}6=6ׄ9 E^ߏpj:x Tz|LO_ GnP[;C^ưG+/aga~OH ;Ļ+6rxa G qee|l u9 ۍGveH4oL\WˉDA 1b LIBdԉH*W/US嚔<c.6] LmƏA8+ *FyCXlUvиM' nRx_dw}SKOFNQI¢=a"ADfc}uMHo~Mbդ9qUtϕ5bu(¶} u,{TWi{znz<^ 1 (&J{]b giK:|k;Ld# }Tv[DJ)#gJj5Х\\[$s9W f\ f15:Xɐ^ 3oWۨ^ dUKa 6b :[%KϢ/W'lb%@Zj)`b/bzZѹwQXpC_eaֲ͝E|H2q9u#9ܮbJ*-Zw4EΧK%9̓pتKnewL>LP ␽q3jp04MMᑾk'+)e3ܧ}h]}=VgwX.T )$}J'44Ћ:Ŗ.t'UNX-S۴P=d.!֛>>f @bjeDr.4%)›qx-QA6X3I<G|e^9"VyxT c=9zxcʯ/I`Ʌ-kg{ e@@൴lnSȵ!gQqI=GҚ0zoT H9F䞴e[ӁD*z̠)GA>*|ynQ N] _[iIOh9*f1CyI=# ̃vr*Bh[mW$/DP49hli@#6TLؤ^|zU HfJ)̅檑vwipBwDx|Lb<6J:H33Ꙡ/r\p@ݖ[2O["EN;,y;̸ .#b߅S@ mv[zZ8oaAto۵wȽa:nZ9y)Qha*ymL*t?A7Ytؐw[I&5*_,w,G18UxT]@E)mO.,JFW@!DN\AOAT9lCrC7/L7>[fXJL'An#mL-/l oUUY4+ګYF÷M;h|"B0ӟc_Ap1t0ckOg,YC[;&CXG GIV~qH6]+bHPvo1&ު}uv}$Ij\tGK&Mp5:.o.SG)TZv09s|+eJ6Xd Af>8 48Tm ⊰A .l}/gI݈ f -h-J_ܜFSjgJ0 oPP6 i( c KN!Awa,:ƀ grMz霂KH[xW~ujY*8BxhO#tm\Px=Զ]U3fBRlȖEzNé+zqt`%Pǰsp9P%ә1uD%v ;o}vC@q]he$9B$# v幰|+`v7АiAKZ.139e,3Eȍ[XIU8K:ݝD/>/ngiܰonHrK8M,(+S[ !{3X;UL,:2:g /a&<b, ^R@Џp1<gY ˃IFqY 6&kEqTo`l<LBǩ:<1Bv ݱpM득@&EI۔Ҧ7'Q^WC{j*=ğ(6!B@U},ɐ*/;% P||o|Gɕj0ivf!o zN“@&/Vt}_20t4<&Xn] ;?:*3tcv],>l)0C,Y}(h\A"!¦7.kzhW=hf~M;[D-m }X9T_;$(' t6ePu4bTq:g 3PuVbTy;?:< D9ߚ_1_dC<;Z%OgE>X.v= :6rz -L'm0O5Nx'dՃpz=A.~4zw>6У$ֽIHtMoR/.ds J\QFDe- 4*05NKY~>L9;f !xtn\톳>~i3UɶbYHot@7XR6OYZWd=U|je=6T&7x |AJ-IhX{sΕɍ xznv+Xƾ'K!sV96F/g!y[ZBb+Sdhȥ82ΌqL#Q Hd]Z$8J8Meѱ?1^_|t]wvf~%UyY1E ~|tzj_spy e H0&d~T@'9s+V!{7>̀1DaM_-f}" .,`X X .-,87&%Uk/0JF{㘗/S#ĕ$~ IzmeU2¥Xw:|qZqWjQgz?xB'7V=ENկG{&V9| ^Dj;e)=JGe`#FQI8,Y^;{*N5(dp|QC^|Cr 1M2u|S^5na @Т ՜'.ZDG%reKO&nP w`>?9jȖm9aqHW >~-/f1h$_uq}wBG8UcPmaDnDyhCh1N6 /7lQݝ:}V DQ /X#cG귡8m{T^!` p6|гINy(v?Y?*((UB[I٢?VXAup5Ȳ)0|THb$uRD8vZ(>l1T| 2<h"p#M TkӰ^;V1ƣyM}R. ܃g$["[V.ϝUJz oah& 3K+GMtnXb}|OU~s;(&z>BLH0 uZQoܰ6Zd<pR/Ti揃N~RlWhX'IIj͕yIfIISb9oQ'Eb3 w)OKɀ215.K$t֑3mc,yEg8~s2+&19^-՘>-h E ]0dvWzQl8#2[4lw ,F٪".`žU$=cO.f;f'Tلb~ gr ^i~+ Sb Gȭ_>rEgMFS(u6S МU}MXC*굚 TRДO62۸u[I<^uЧs`G%3$*Cؿk:,}4S=!Qu`Mذ-H%NJ|-4 JFBN!B(8 @Nz^:/"0~jNl~&f e\S9/b2ILJE+cp xav.szָU $\6\aRCjҷDblؤD-`V;690f\PPr=CIl:@_1wڮIoņ*"(P,C`Pۖz޾.mcqsHpaSۢ|Ø7o Js&-S-N3<E! ~ RYB؆UP*.0˸c$1QunBjoǐ&h(H>KEO!/Vuy,pdG4}KG@t9))Eg8B섥,)ׇ'ݟtk@cAȅqӥ+Fa*4p /KoF!KYDjr;:aJ+!4[^T^Nsԍ;ZX/ P]T""D4!<QٌX]+vfa6_ <7τ"e#{_/DM0u}\uB09]3!r|_R1tdcpW-[E( ؿ&iq+xdd_Sa=-&pW yd1A}ϧKCMPک1T=? #Em:x"϶1{812sέ8fg P̏F8okPײ }qO+CXqjyjx͟/QuMnN ʷ)R:IZVıfx@ڬgޫ#_"CħIqo/Ҝj {x`{J̑wbUjFX܄6cVwI̪:IHxI쿜ihjt_?(tO^R ;DZ1(=ԢAu<9/tiʬȓϔ)C-fQZݸK3=L$Nu VAhYy-UUlcJ ǧ o fΤ0k6VPDp~-3\FL * $0> @* YBK7㖋|M5)0d:WS[E+X J$z'` _Ӆ'^S58*'9~y)oJר5kyD{D ĺN`nHh844IU\fN[i(~p*cu *>m`rsv!z@V}[3s]ģ+&Bc&Qr|*KGm{fC ;LW\,ƀr&\͝0XGF3B,jOyh@^xPҴKuo$7"9dPg,_w!XP3&dRo>KG8.;BøGdž<-mcPgS I%[!0#Mә} ;}{nV癭rWڊ !esL܅tBZ^8)a`{4:v&%M_ΘJabP {I'_wT2ƂYhd?8rC6! l+dTqX%Su|)2.9&fkkXNp3eN8l\(2ɔЃanpO'_;fĭ&dz[{TV`cw>dn!!e ]hiLncjOf6 ZP/·-GP)1벚Ps*KBN@ ទ@6] WwBIcl:{ha0 ь ,-$kz)#ǂ>" XetB 6t)'ˋdGo*=i-#GbtJPf{N/$_(:q3oEԞT1w]p/"n:nm݋=Z 9 <ά1G.eUCG>,_,aDe+dhvkbE )lm: W/Z}u s7M/5J̗w͋6༌R6ܺ}zp3w2̡]7LѿK%1iNƜC1u8CY8k4tzIbuI=b5".p3wO cv[̦ܘa{$&;:Ԩ(Ep%XJHQ<<3#W))j6I}y'U)Y&f>^V,r,Zwd%0Ig48\y'a'vlPM)Ly2K;w\v=uG9?/8I6Q$7m2f RU%, ړ/i!ʆ𸊸C4n=KD*OXT?ᘵ۴-/iooof鄆& oׄ'umtNM|Hx `J2,3x\A@X!mpI _YJ=ݲ@A3Zw:803"}Ou¹}I ((΂AA,1R4i=9iMU:CiykQa 1oQ%@h3Ϡ6\cKppuV66|ST@O5X,߁/ z RRyn~ekʱ@vI?֑f Mqt+"/gqOC4rIB՘p: V^:{ٍ ޽R g$rkg_r:!OۭӸ%6j wWLuMtTRq >FCb$I3xo΍ <"H HރBɟwZ>tH n l{ֺ Nhk}my=^bTc+>O:ifm R?+P9LCEƧL |p)BY%@%pVk SMTypiFrm- *e=(Bt#HȌ\&PΌZHb8%+0jW\Pj&~ `ʴt}WGy}ei v59m ޗpq {p [v^2d\>䋾Y5}1LO#N+]]<9,q$:ASV "(ྀIq7 쒚X-lt͈^9u" م 3'6xE[Hl-u{wSezD,UViA_e/@Kݩ~USkLFu)D"7,yC~,`.U1´>R“ε(Vr$45#_D)'Ie1 ED^ !,ʱ=*p1ҙj@l謓Jڬ!vSǽ=p>9O6lOǹK'܎jFK.Eaʑ[ < @o6Y U#BYMh\/kmOőcK*a6&%!gDOMeǾ늖of(6ub^*l""ĕŷaSZKurZ䲓(9Xrh5*gs+$X(PCkV|jK"pbICS_rW`X@Nbw2AH`" YZ