smenu-tests-0.9.15-bp153.1.16 >  A `B!M@eee5(;WPYD ~o_vn#$>VDEXЪI TZI(Hgٟ#s'TJ.쑔Nw r-@CTcBAeArL^z5I!"IEcM6ed0eabafa5a5dcbe515c3eedf45d90ed265b3171a407d5b58ac889b66563de3ed597b4c9295b440904613a9610033669ddba6b7x`B!M@eeej:$uTaP  =8K9={蠅|ý+)|eT젻{1ӌnveoHo2ZS*鴝 -yog׃4bn*QU|%PT߯8[+ J*vuJa^^8 "̑1?WnZ=>bp`ǹXQܵ»Yė0!Ϧ^?8 qJt#hWߗ[&`5} .>p;(?(pd  9 $*4L X d |  4D(8 9 :F F$G$H%I%X% Y%(\%L]%d^%b& c&d'e'f'l' u'4v'Lz( ( ($(*(lCsmenu-tests0.9.15bp153.1.16Testing system for smenuThis packages contains some scripts and a number of tests to check the smenu tool.`Blamb20Ismail Dönmez p.gen.progs@gmail.comJan Engelhardt p.gen.progs@gmail.comp.gen.progs@gmail.comp.gen.progs@gmail.comp.gen.progs@gmail.comp.gen.progs@gmail.comp.gen.progs@gmail.comp.gen.progs@gmail.comp.gen.progs@gmail.comp.gen.progs@gmail.com- Version 0.9.15 * Bug fixes: + An ending pattern search was not correctly highlighted + An highlighting issue when hitting the HOME key during a search in numbered mode has been fixed + The PgUp/PgDn moves have been fixed and improved in the presence of excluded words + The height of the windows when a message is present is now correctly calculated + The SIGINT signal handling is working properly now + A vt100 terminal is assumed when the environment variable TERM is unset * Improvements: + The 'o' sub-option of the -D option has been enhanced + The documentation has been improved and enhanced + An example of a hierarchical menu interpreter has been added + The message (title) appearance can now be changed with the -a option + An empty line has been added after the message (title) for clarity + The .spec file has been updated to support older SUSE/RH versions + An issue opening /dev/tty is now clearly signaled + The argument of the -n option is now optional and defaults to 0 (full height) + It is now possible to directly move the cursor to the start/end of the current line * Misc: + The code has been split into several files + The pull request #15 from sumbach/patch-1 has been merged + The pull request #12 from jonnydubowsky/patch-1 has been merged + More tests for the automatic regressions checking have been added + UTF-8 string length processing has been optimized + Help and usage messages are now printed on stdout + A FAQ has been added + Compiler warnings have been silenced- Use %license for COPYRIGHT - Run spec-cleaner- Delete forgotten debug files in the 'examples' directory - Fix some rpmlint warnings and errors- Trim bias and history lesson from description.- Version 0.9.14 * Rework the search system (major change) + Add a substring and a fuzzy (fzf inspired) search mode + Enlighten the current search pattern in the matching words + Remove the search mode timeout + Introduce ENTER/ESC as a way to exit search mode + Add the prefix/suffix affinity when searching + Allow to tag/un-tag all the matching words + add a -/ option to affect a search method to the / command + Add 'T' and 'U' commands to tag/un-tag all the matching words * Improve the direct access mechanism + [-D] Add a 's' (start) sub-option + [-D] Add a 'h' (head) sub-option * Add a "full window" option value to -n * Improve the test system and add tests * Improve the documentation * Update the README.rst file and mention the wiki on GitHub * Fix an OpenBSD compatibility issue * Fix and improve the color mechanism * Fix the cursor display after an ESC hit * Fix the tag attribute display * Fix some compilation warnings * Fix a missing message when the terminal is too small * Fix a lot of other small and not-so-small bugs- Version 0.9.13 * Add the first roll of an automated testing system * Add the subpackage '-tests' in the specfile * Fix a FreeBSD compatibility issue * [-a] Add a missing setting for cursor_on_tag (ct) * [-b] Fix a bug about non-printable characters * [-V] Output version on standard output * [-D] Add a 'decorate' directive * [-D] Handle multiple instances of the same directive * Fix a logic error in the direct access code * Fix an horizontal scrolling issue when going to the last word * Clean up the allocated gutter array before leaving in case of error * Add some more terminfo sequences * Fix the right margin and add a degraded method to display it * Improve the manual * Various other small bug fixes- Version 0.9.12 * Fix the cursor restoration * Fix a Solaris incompatibility * Fix italic handling * Fix the replacement of subexpressions (-S,-I,-E) * Fix a bug in the columns inclusion logic * Fix the impossibility to use the letter 't' in search mode * Fix possible display errors when the terminal is resized * Make sure that the timers does not alter the redrawing of the window * Add word numbering to allow direct access through their number (-N,-U,-F,-D) * Improve The manual * Allow the \u notation for UTF-8 characters in more places * Improve the -T option and add the related -P option * Add the -p for use with the -P and -T options * The gutter option (-g) now accepts a parameter * Adopt the NO_COLOR standard (http://no-color.org) * Improve the navigation by understanding more keys and key combinations * Understand CTRL+L to redraws the window in case of corruption * Exit from search mode when a direction key is hit * Adjust some values of timers * Remove deprecated directives in -C and -L * Various other small fixes and improvements- Version 0.9.11 * Introduce the new \u notation for UTF-8 hex sequences * Non-printable characters with an escape form are expanded * Keep non selectable blank words to allow special effects * Fix the wide option when in column or tabulation mode * The last word is always the last of its line (-g) * Improve message (-m) placement in centered mode * Manage substitutions leading to empty strings * Hopefully fix the placement of the scroll bar in all cases * The gutter can now be displayed in column mode * Various other small fixes- Version 0.9.10 * The words acquisition is rewritten and splitted in multiple phases * Add the capacity to (de)select rows an columns containing regexes * -i, -e, -C and -R can be used more than once and have a cumulative effect * Bugfix: -s is able to jump to non selectable words * Bugfix: The attributes are not overloaded when reading configuration files * Bugfix: the right bar is too far right in some cases. * Bugfix: the right shift indicator is omitted in some cases * Add a -x|-X option to set a timeout in seconds * Add a -f option to select an alternative configuration file * Add a -a option to set the attributes of the displayed elements * Add more controls in the selection parser * smenu can now read words directly from a file given as parameter * Rewrite the replace function used by -S/-I/-E with a more sed-like one * Searches should always consider the visual aspect of words (-S/-I/-E)- Version 0.9.9 * New UTF8 validation routine * Man page cleanup * Code cleanup and improvement * Improved configuration process * Add code to detect the host system at compile time * Compilation is now possible on BSD system derivatives * Bug fix: ignore EOF when a scancode contains an escape sequence. * Fix the cursor appearance on tagged words- Version 0.9.8 * Change the cursor aspect when the selected word is tagged * Add a small animated gif demo * Fix a potential infinite loop * Use custom fgetc/ungetc to be able to safely push back more than one byte * Add libtinfo in the searched libraries an regenerate configure * Manage conflicts between -C, -R, -c, -l, and -t * Improve and fix the help line display * Add a -T option to enable a tagging (multi-selections) mode * Add the -? option to only display the synopsys * Adjust the code so that it can be compiled with an ansi compiler * Put the searched line in the middle of the displayed window if possible * Add a -k option to prevent trimming spaces * Fix the -s option * When not in search mode, any key except '?' should quit the help mode * Add a new example: yesno * Fix an off-by-one error when using -c and -w together * And many other minor changes and fixes- Version 0.9.1 * Use the GNU autotools * Fix a lot of small and not so small bugs * Change the -s option semantic * Improve help and man page * Introduce some new options - see the man page for more * Also rework some options - see the man page for more * Add more configurable colors * Add the notion of non-selectable words * Add the notion of special words * Add a (de)selection by rows and/or columns * Interpret quotations in the input stream and ignore empty words * Add an option to center the output window * And many other minor changes- Initial version - 0.9lamb20 16149989370.9.15-bp153.1.160.9.15-bp153.1.16smenu-teststestsREADME.rsttest.shtests.cpio.gztests.sh/usr/share/doc/packages//usr/share/doc/packages/smenu-tests//usr/share/doc/packages/smenu-tests/tests/-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/6e32722ec61121202c8bcd8b2a3aec6b-smenucpioxz5x86_64-suse-linuxdirectoryASCII textBourne-Again shell script, ASCII text executablecpio archive (gzip compressed data, was "tests.cpio", last modified: Sat Mar 30 17:55:46 2019, max compression, from Unix)`z\E9zutf-82bfa4596d3706b7f4f0926b3ddd7de90638db90f354a5f43688eb317fa4ad615?P7zXZ !t/{] crt:bLL,B3;ӴQJ1>_xN8pt Eiov <% ~/>d rV*B&R|4D*.Jnwn A;k>Y]3]C7h-eZ2ՙXi([r?]qQ}EMsb>:I:0+ou9em)lN˓%VQMqBIX$R1^ e1=A!=]J`uӘj<OA}XK5bqL] 8 ousֶDpd7( H򽇻Q3iy3~#!};.DRyyMǹk`ˌ~ѹx@AZ`..-ij`l)9`dvoo7 E57wf>ǸaaiWWlJd2 |xP7VX~.3w3䊟m 8(EiiԾ&M`m.M}hI$IFrk+l.L10lyZ9*l]ސ s9meBֈF߀mϒ@`cҴJUR|ZHg@&pFk{&^}Mb!h0q:TpHPyO} ^0!]l"g/̻(h`63@Yd*O4=q!q D(ъ-CPxW ӵ !|Y s (+*+& !Zm*࠽ICaYT 7p:w-J:7Sf·صlBfoc^gH VDB_A,)UJ &5~uK9*1v= L? |q== =AJP,Q# ۈO1&Bt>>0Y,$nnUaF1cG'oSev i}.Ĕ 3SfRM0*`-]E`beƌCdp> +{͂79*TrAZݭV3H-Kjby1F{mjz JUEh6URolȕΊihTt^nnܢs?hRP炾aHCAXE67 Zy bX/W\p^fF lhPE?^DĬUn9xt+y&Wr?D6pQu3>c+Tw 䘜uIP悖0dlnA0ͼm&#_ld NҖL='zM{ ,Jwod},@ِ sְ҄5+v'>% 1F&D]=hbc-|:nfrhNV?m"ݓ B$&d⼝WZ+l ,a"e;_DM.(F%Tz pܕE[տ_Si 15tX z  [O~ ߇)jj=za^wk <~ ;򁾏-kO~Ձk5WV.Jd` Sq >Vgi5"5KF4HEzʡ7¤])&irPu "@U s03&[*mAr M~16Q6k7v,wo\߰M˰/kg92`>jl6l`5J|? ( /n"WSԉ3U0PQ=`K@*3g{WVȷ2#)hCq|r%¤vVieT°uןWM5NOFG<Q0f;Un1,"); -> 6(u_xus6M\N q_-Ĥ3SlLX\RAՙhD=\y)½ \oKyid:g=-yBmKzkkV2 &{AKXpJR~aF2+'f|p@sPAY ҃޲*͖.(Ir+l>h)iQ><[øV9Xb%i/!Qc V(JR][q˴+M*qvn&=??;7i>Jsl=xcV]J(ȕ*'UZ)}嗻o`!9" T~%hKډTBE$I<6ݬ@z  "x': "k߼2oc &ޠJC~=pEfJj,ěb?ੀ"ko]g`~dE)A_&#2p`Czg;wChjRNq'^v4L2`#53u￑k$7=>~p@E$p/%h# ٻYʔS&CL̚Џy2:)|*3qTK瘶_;عuȟAAR'Ղ la[7kێJKv>|"+˨)/zw ۟FZ@#Z''tͥqik=nl6mZ6,W(sդ=pкʗaΔjd{#n×<;ކLHܭ!*P ґ@N{c;U_]  Ҷ扰w7Sݍg@,Yh{*S,ˮZ֨5#qy t1j g #17ZBx5x8Y7oeXxh7h2$ɠY+ 6qYn.9GLs1`? 8ykg8fBu GTh[P`NV~ մR^@t_]&s?[X9+/5.$u qjDv?o}5ޤύesUlc)aFu=yggTevmN~^kT%r F`Jz vi1{f XMLCB_ Ȟ \da`N4V'quX??1WL<7_(-XpH=t֦orPh>vXRYMΒTZٕ2WN.p6 ; պcq؝&ݡ>y隤-WCh\7IOQ>ǸSqEY1 RpNI2(HSy(# Ҋ O%),#kAهM^+`0"8b{CHb4wXP.!JtfFoz?3%T,='tg8rҀ\s5'%P%H4L|r-ٚ|}`;) Xh{> )%ҙzZU ߊ똱ų\tI*Fv faIGg֛`YF6z/- žۆ7d BHi|MFt6zʿ,AdZ[2l NR6 a)d|;jviÈt .-Pb?Eh*o|0 ƦCY~ƽTNV]hryD_(`ȶJroB)|kSM 9l* (-ymrP.[Bt|nӑ`! JbUڵ}^Fzz2v&p&ń7Ջ.5<2=볒Xy.gտ s ޳Hu- )u^$ĕ p=u*{}/6 Q cJyL^0e4Bf5P!"6ջ1"qLd-l*&Z(*54EdCqDJ{(C6Y+:0F+&EY)~D~ֳ;0)U㼃uZ$ܚX|㠆틈l#B^I.˾{j`(h2yVf13Sz(v#~&%~ZFIfAtoFُөzE7|sEzXڃʶ[Z"=m ,l|KMO˙hDPH$.?gsmwάO@%p 2YD߿˼r{i-/Uͨs 7S8wԀ񬐌9Q0VLdH?Ж:6ZP]s%k'<~dGgYjJ8[+;g`߫~i 7p\vʘ-G|!``l,ѓ#1AV[( cE9*xN5{Ŕo"bI7lƳ!|i0!Xv/78 nwBz nx R3gϞ`׺IwAՀzIvb΍v"BI(KX,P?7qL"_&d詁`,蘡bѠC\( w#IbA3 a} nd$P66qēav2^nT@gZMLjnbXak8fe2(eCJfh4xc gvw >m r@jIRgh7N oY{9TM/ ۂqfݔ ǘfoK1?No$ n|~LJDdB"sцy1 lKt ي$4VnÄ̲q92_} ?xQ(4dH4%ʤ"?k[؈{ȝY@#. pC8ҎjG x(cEw6 Walp u%FoA'fTh_GؤFm݉8&A6)}i"e&3$?"- g#մ@ɗ|ϗ {N} ,a>a= H&e!* ;UDE'_$dIY.w}f6~-+: jQ2Ȳ5/!^{|߽1>^AI/8leH.6#\1<-u+h.'\|*pvEEӈ]q ^fMk_in"ߓ}bReSS.'7YG<(Ii]_+DMgX"jѽQU]0PXƓ{KmnEpgesfDU[r }jnޮmD/Ã{_O޻ Dn5:Vno8 Sקտ=\">wr a-Vo0P夙q̅:3})"|@-\Zca]/Bq>\?2Qc 'T j5 18?&ʫNp2Yk.M aQhGK•4.׏^Yqxlff2UiO޸*x:n$+%5 5& އw~t^YR̀JݹQg?݀p/[ 8=Ž*YSAfӖ̥ɥtxb/U?T*8#1x6(jhܰ(MwVa)VтrY #?N~#GP`hÞ. j$i׉nCzx-H<':#> 89'T%p) ){3i1Vߨa.u5 ՘P9-.jj(J)=q̔<\ELv5+aUwx|kJQ)†oJF͉v  [}&njR#m>SRJZV+ "Иd d, q73<LVZ,iTfr4DZ_wqs =[jMI@آZ>r'Dq@EbCM%8 pMT:&BFcu 8\’!PS$ 6R**?D}/\D!6q{_Q(Gt6Iߨa:_YM8p0oJogTu4Ժ AshK|>#z hzo}4S'lK.@KfL";hz!hG7l瓩W° =7R0t_䙁icoH$fZ5i5>e įcmn Yk63X /a\]Y0( -\w =q5ʠy߉۝rz փ_p!yp*+d:XTe~{-@kxS8ueA~̺KzWljHye_%T r%%QʴaLpI ĖLO /Ov=#Rwo?,O(ŏrͮwj@G1%0.J4fo;ne,MDT\dCׅo%Re^{Z^]$b{:9&$w- fCܗ\mki$T%=މ៥{UVh8B-Ꮑ`3]ѯKptW+z? esP!:aMT $=z)â0Z&JB\_dJ7Rh袙Z"{(2tᓪT/ RǨ&r}kֱi3zeZİ.ym݊W6\f7H8QFvVA~vMak wk QռC] ק}ى~{&bd N+rM(tlu$ I!0W{2ҠEE %=5bKB&&ݧӀ bAb#U@q/ 4{~|%j2:mhg D~l"gctZ]lSl~3iS!ٕ&zQCYxHvuzծ-dWu]6]y֎pAasiqVXꇹ&dWnȱ)=R.|#@sܔTq$/n!N깲v%JZWk'JF02M,c$+f0o˘Dn3q+~ ;e޹"fG Ӟbѽ-3;}ĵbL$MqcQ Z16_Cd*]%[ 1ځɭt#M['{oqiafDjQ09 i4ɼqؚ](5@kR#T~ء'khhc]ELt\kk- >ܗ |OÃ]kuቹE;{svJ/U u]@/{n{2qJ}ΑSJ,Ae*JQ  N=HiQ2lґ.P͋GvmsLfd Q̚*Okf9jp] ȓCO{U9tWwXy t:M\gMFJ\ߠBsd'mz)4#ͣ%ntP1šq+|,ezaXGpۀ`Ze!v( U7)OC% m|fv9 W%ZTupHz`A}ſj!Je?=-~"ۻ">FD"ih!CA0氥61׌釼D/A{:D~jn $ز}p+?H%C$(so`Tפ}k DьFWlHܝ4` &iID].,l:43KFꖕ)Ls~h (8@ԉwϗk|U^kRd SX}_4Q;&+z?J4eA'nsm$`K2678zPu?VW[/Ѧe0e-IeB=+#(w\*J:u"DA!Ke##&` l6Tc\H䍣 ^mZ|P%Ȩ:^lh'd"WkYA^2uQ)lbѱJWUy`t\-mc$qh3R1KJITT`?3яțLuĕCxc A#f,Xsщe?ڼ}wV!3Ƃ2=b5Iٓ 4Q2bX\7Zue 5@kϏStZT@+@|U;C?ZtCI,&CKqN>gxL"=Cص$꒢DTwD=թyHLıG9oId :KErB}5 fqy*-UM`~Dt'nY=쵊J)qj_Z 'ErR߁Jw7aDUwkGȥ? s,qǃi.70kQ  W 0E[<#HALWIoS!6m>"Kl*V:P[[.#9z " Ƨ츚I޹MQ` O/}h8Mvmw띵}{ j4;l YD#S3VH]1dI֭ dTJ $6eh7%*!4FǜJx' /@8dC$\标z4ZkX,D+ENg(6wƺ2H$hHEqk2DqA,SR==XvP^j{A_ mW"&ptJ[}AjpXMy趧PD|%EbY|굺9j'I6Hd2J^M 9J@2+7OA\ʖ0PvDg1?gvaH:sп2Pc~{;U k.92߰ Q.3>Db= SW}M>qasنBu/-G`V/LDx)H]Á w{կdDq+D ).<d47Q/Z 4v# V @ eJH%N0iF琸yHV}ٶ?V)1vZ*[F 闾&~9гiMvܐge5L0L2f؃.-t( <\T9e6TJ=鈓MQ~P޾b[. C{-hNbz69٠ e˫yhNVp##+4>lSU‚&y6GXHxdDqqT&P>C"ܬƟ9JLόZJUy^`I"xt4j҇t2?-t̫ a-I|{";XsTQHQY>Չބ"5gHTiƤ) pQZ~L̯ANO[/ n{>cma*5Ѐ]fݻ`7)il.܏$ 6'㷕:?Jy?an8ap偌Mqm{:y8 xdj2/Gmpo9P}k $v?\u `>pS :cDVO)s? L.y$u3! 㦽Y|Q= #:A;Y4[ 3WqwoG (e oRd*mj(fKFo1r8{8UhI)c6VgTOz, ⿽Wo gQw>\p}Gڦ&A'D]]Y(nߕQHqݷR ׺,N EX'KГ 2L7=ϝn?!O okM'2[ *yof棳(ZuMc¨.M_1w):/pKPvF)R/s1-9T A:ш@0qkl?h'aJ;&1L$+8FIq$#Ku,\M|46Oye_)~+&yWb;߂/ӎ'\*z)ZRԒlpD?9-iƥ ƺk@-]xKG7]fώVh~_3AƪWA7xH_4NTw8E h(a:vۙBFD o/ny{1K@1ƊC%;m.O]-6Ǜ2[TIۘ WC57(vrJP v/0Fm*t𯮜CVBEӡFp59%)w &t| Ҁ(tQGMtyֳ{3,Dm +?[#f9~bA?)A4ʄ'҆S~THo j:ͱcf1 rSjR{̄[MMUꭍƭ/LW~,):SY WE|r 4zйNj6 teJ+ҹr>`tKu*oʲ 13 u}'ˆ07>2L6n?Ʉe URe3/%Wb2uC %K@;rߞ k1W(`wL笭z&YS㟡ן.u4+ߜZMn#${R영 _&IR? @2mˈ n~Fn/A "'jaTIZ?ߏfAu"dgHmo x0[$ B[+4ͦi(=*6⒟;=VP-R2_>1ෛWMT l,LJ+U'osqΠ- !l\%hԡIڠ9ݎq`M*Iz@$"b3-xJ]*# 6]JL'TC Ck!NUs fZ3 >H>8oV̩:I27 ҈tב*F#>XMx;5;m;MF'O1<7ߠ i$q/K. 8bgγbCx]J\BbP;^vRͫa %~v6Y 9I<~h!lIȃTQ(E)f]@RSn&43:-#w78/ܜuo={8H;Bj5"h< I e-|?g,?v5lR ijNc/6ßk`ITd{B!gKaOO>xcPnӴ8V)Clyѯ&8wbV=2k+H V^U"YݽwSUX!QV˟kp{s{ZtGVOҴ)LW]`ȾNhə.!AiMmE~zIkZ5p3O"x񥡼`psg:N6\ٟmT1i.lԩ)~fE)X[/[oux̕'I!ܗ 2l3dNyJ~^!Qb:q)M^6gvD /WK̜dpa8o/J3wakP&01msN4| C.WPzDxTNAѡ!<+ΡN,]]ioނ+\y!m>kRи9]Z/1l=`NIoYyǝ *$CDZߚs2(L TQ붒CG"oNh3@pG6Z$= )$ [AX|mލr?) czqtfReBW5+l'z'ynW¸Zh+t;UA_%-(Vo}@SJOKtthj:x`MWLKs2Õ7G卶̟ߡ%&|KWpVk]1+Rؠk7+Zq3N ֚06HwdvxO8tǎ:hi648uN-}~? &bZHY%X-C7[Pzϙ V9)b w``{ւ`U-DrόtJSqhڢ5e54tw_vI̍nWi@; INaLtλƼ65VBt,5"6S0oD9˼銻Bջ_C2!_ ܗu 3“5ޮ7fE(Cݬ=6 rm#_5X7&*(vD3tKD,XxX>y=CޘX1Hm7XJ!-hJY;w# )!Pк$ݽϐ19D"oj5+ǨK4 .g=? N&;6UcƸ`(1驁?|9pw4cW6eBp-u\U2@1܁n}X鯓-lӷo7W#) KC8ߵl˨ntD B+Ѐ[&r>$C"Aď6H JFzY(?3 ".-kh Y+}u#.# yidt1F$Gʤ\bvLxAW:$fdϙ=@ 0+#ϒC!H&˅* @U; b.k!)(qǔ@x3-re ɃaxwYр:&~yuѕ@tM%: ޼<:ǖnGwӂF-{3,N\␳t I ^Q3+!CX|`iZIsr SI/B|QLƂIE`p'8VmY #R4Tr2bH7>=|Zڀd"0vaYxN`M\-!T = ONHRs'^Je 8y)|.R[?DջgJZ45 <ݗ>[Ibbd ཰q̈́ aNzMkC`|HkCGєX+>>Bʾ˱MJ9^gl<31JLj5[;_<2X̊H, `a6˵7բ{(|кw=eo`1`m 89Qg"Xk%|yn"P2yr/bm_O#OTkpR(`7K,J(#RILArͭF56277Jwե*AZhQ|]<(,z~G#\Pt;rI0))~@GDSxq9}T:9gWa/X% hȂw܋`%Cnhg)"5?7Vbgct=ĄlT ͪY6ŦC3NN(sY^)RcǑ WVZ)'MToQ"4D=sZzu9xKD%!"50~v1n;Yinf^{5E :CVBmV+gڟt9p]ƨ)U* Y0Q?&ִ )6ep*1 a}Cu_ALтQ >:Rnw+$oVۥ+@evqH*H(nWKHiG g ƻﺲx@F%EꉉcfAk17ۑʉ+Q$\&L%YUk=jo(`ja,-TE(@M%x+g9|sɌ_dW(G9%Ywgx޹ͶY>5u#]JSP9"HD@t) p]t|Uo=f/}*PHĢTbߒ"Њ@L]=N9S>Kw@j@@ml S5ujir|Y0Ĺ23j)auo3ZǶVMt? (lOxܛprng~i&t]W)hA/0oP`VTTgWWBSuZq/zL*ɹ ڋ]@~.e'prAp R؅^5y^{GPɲ_{t8MR#]}mgW뉎(JPZ?fc׮0Zhy*̋woml!Xv|Cڔ ,zXAn-︺}C2 0"~bE: 2UYD`B ]]ޘ]20(sú\3+tm G20[u v}% $~k+QU=b1Ѭ4%ct6@ȃ/FEw[eqa(} -),b#QtT@Ywo(*:M8GMA{h)f="itPJ e@&%O'y ! Y.pG!(^[m|C:k[ l+[@trVXX =1VYewTC,*g`;Xˠӿ|9X0n frcCĬI?< M=P/UYH 9щG!mK0+_0S/E}<6]-wfm!sF9?w#dpV|)0K2cߎȰ CZ] U<5_U<5R` %ڶ(FokWV^`nH-h^N4GDF&j5'ڗ{Iѯ$څjXn+ޢHW=Fks&|V7tZPy2_Ea;|ޮn'"1ցnwt:7I'$lZxg;߿W[bb9/8Bb-s ,yJ& '(Ȏ!3x8Y_J=RstPg;=0[guܝ/?G=$gć${7f/p:2c‚.*u2ٷ2*`@z.wBڥxpX)kfO>6yPM஄I"cfdLWBH*1$0>Opyμ\\. vrdٜRV'uCr;6l1g-``|JvMA9Qާv"ܷω%ZCsyAM)6PBr%a3@P|TB 'Ս!c?FSgeM.Vݰ!L$3᧜wzn6N{wݪġ vw%JQ뮄*Hf#hg{:ZR[HAFu$lc8Ur{# LPOsO\CwY&gT<3Ƌ؆xǝyTCN ,0'{9!rR V(>>W6^BҞPR)w?!*I<.Eh^ll;HF'=Hm:O`;,F"3}ifP}Dg|X%}-T  %9EwF& +.X 2}5|)9Al^fq7?D&m_2 a([”bD߲4j5#ޠ['HIrd+4?A^HpVC6}ⅰLxm5'ESp#s$=~pDlG_|ІNs*)7%4HªiF#MbOw۫0Տ7~/~ s`ퟩ##/v8^ Aވ \FP.8)t pŞ^XJZҾk3ȮdOQ|ߛdE!Fg^Q&HhG|_`44i鶄CM*.f0;ΫTU.?&FTYyx*q2O=)5o)iul2T!a|!֒1҈^Az0!16ݝs|dv,ҏ<I&.ܬдAJ/ |H012L.H]j̸WHvT 5-"3o=:Ljgо3UkJ[+57,`qSSs'|~wr}e70a0Ѥ|YPw,n̦M¹C(3 cz~32n~n`&}v+ VJ }MaoB6?!zuWi$߆,pch# :'q 3S.RVaydqfu *?Qz^^y ʄ JIR يw~~Q]ݺQgoUK =K<nc־X(i*q?5$񆹼$[+Wm\4rkSU>2W, <]`$jP8q$V5Lޱu ,b!"F礪S2'}ce_d>9fḚڏL=elo(hOwCGRZ%5$%2ne݅O@F-[yG{2DMQdneQ~T~/X'Q+-n=h]k3K\6=FE@Ѡ?<;Zaow|uH4͔aq K 8{#j0>䣯mFŨz;kT1LCcBC 1/sAҹh FJ@8Ĝ ߈.PnTN% *g+eؓ& ohǀ0yl|p-}>ĩ[0"gC{͔{v'3Xt6PU`(Ii_mrvXXMP%sb%9H=[C|a]aIӟ(Q}' '07%qp9Rb/W*|^ %iZ[=t.Kd ة3E< nz*h__$Lu]wj6ꡚ(] %R(}|PH48Xh+j)LA_mΝܤeK-~<4$)oSqIڕq+Ey3} [wߔfǡ ٬˗;NfֽUqSs9U;*?'\P$TnswTՈjG]E8B#,C=炂4|ʿ-B Q2nbkv:U{J?u%SQihh:;x8V4b)SM#J1dPbFڊ;B\#pqV,vS+='eVB9YmllX<IJ#iI!f^DCIl2c9&U~g(9l HGXFxWo"h)W޻b&|wHpF(XZ|΀gf`B]nߘ̤tj"&nG0dӇTq3{#A\Oe6QI;/ &~R3@®QHV ! c=Ϡ~D[gab9H5dvU_ֵFbc6w%َ `eر@Rh9&gG= bC^D)*5L{/DSf;îҮ;*%qY[ŗ\ y,Y8p̓%x''On봮!n RqEL,aې֣'jB-*>ZH#\~\h;/|,uC?& .0knCf$'a*"fQ.VL̮osaelـ#)ۏ_0=ih#if~r.IovǦ'q@ӈ.Sx ¢ht#̯ׄ= Q|uTC\/7(e Bް35<'^MUgV2Vo!8R/@p5"I󽶇; o+DGtNi*6/5+|zόS~!2()G6qV4M2h[69seV)t1K6JUm,*nKji@9O5ACf ίٻ36nPb)QI1LAI;?toun CO]Q~"߻ 7`<vcp-x.#&t!\zL6X2%4vpBA*pXL7FIAҁq`Jj}5usEC$0B\F N5ß`gsNt"h zoʠ7^'o) ϗ2yɎɥș@+yan=:\-/Bar,Nr&>B[7)e+9,z*cmC7q"%zœOꭂ]ppka6X=lD7XOOYLN7s: /Nbh禷̔⧹Щ$Qk -6vֆ]kk/s9?tx8pXCgڽr}P9T`4 t:մEc@t+.P\W@:8_C=ZFDmq ϠΐI"%xխ ?yoUe-Y+i;ܡ f7i|@ d@*1'h~gTS&㢯' Exd ۛ&0K->h_Su@".D+xL%C-_^Tj R:mq?xtڄ4 -XZ7?ݫ`_S{HE|? Q-m+u1eJ)E Ԁ* ,M^JH(^JP Sx`. b?9v߀P+*YIQ1Rpt)봋 eI!2>:G{iqOK>q7x*@z#Cc.l_zER`c#uvADH$V:226 nsŖ0WAx3׍EFk+ousMLu&9UH-M uDCӯM>08qh]v'wZtܯ( )r[>̑s.@xn}hx.vVt}<|LH8Sڨ@Wnmp# (~t_sL3٪wyE L!M.ED&',D (Bt KwSXjtŠH|s6h~Rx !WQfR[a\e@Y&L:QMsc!8%-;o##vn6 #|{ p${GaD8t&Ԡذ*ւ3tQ0nB<{?9CB-7'-ߚhQ; a,Ⱦ9Dy R]t$+ wM-kFI!u YTQ$Bj6F6R}M<g&m )O9 GmgjwԬ/][G_-ʙ6=s x۬3 Ü2lZ&{siL7Y mءOud(PC{,;T{ƋTP%-ңk6 K޽=5f,e'=ulW\G m؇{|Y 5( Ej 72gZ%I-- ?f5XLW-GsULA%70Y g$> n5AYiRo"kc b&uٍEO:rͧ qQ LJ~ßJApi.52Or.GQ+xabxqZ"ɡC[FTg 0R ZGcqt;YO<],x6H!w[. /eO֚G[,^/QE((M5ܓ `(i+81CJF ~Lv@mJ3Nyi^'Rk1◊hUC4\lf^MEAk˙? A~*q%n6Xv9<mڏJ ԊɅ$Zb颪6.1_]:+h2ko6{uUp[3Txm9px*FKN ⩅̋:-.B' 9pA ?9=˚kz8R==Tx˪c"jc nXU%Di^.%P黐!#'10PLv!AN9v q-f\, f>p;4vF3NɌC\1YMfWy{205BU8`k2u7 0H0հ\)Ŏ$BB! B$'0b#pt10߉ظ7sr;=rrM@KHfCR*`(VD 2Oi0T~:|ou@<וVo} tY`?iEPCp˨ME>. Q) ҂İЛaލ2&c g ؛EQo(3fiۈTjcq)f,gt͌ YZ