smenu-tests-0.9.15-lp152.2.5 >  A ^r/=„t șFnOJypt<5!VAgVgG\;A+ǘ\!"ZDUXRAp} TovڌJ䆸CDoЅԊ*#q 6Y*}zo|CHS%3 pC-n: ~*3(tՃ=%BdH'%/C-y9"Z\;>n-Yi_"8[UP9I)f07hxt`}71a3e66e36ff61e14eba7c1cf82a7ab96f003a881a0282ff48d77db3888c1829a51d794fc3d1f37e3302d044c25d111ba63327a05p^r/=„=% , I R#Dle>7-(">x<^_E3m=27CcC:rvA#]gxΥ>0/)YcX'tNcj~?T mk˟h`?~D`N~1I"]2Ƨ 5R{o{ ʓǝ~,坓W=շ^^9#-U u LpЍxB)uR/F, 2{-r>p;(p?(`d  8 $,D P \ t z  ,<(8 9 :> F$G$H$I%X%Y% \%D]%\^%b&c&d'e' f'l'u'$v'<z'((((\Csmenu-tests0.9.15lp152.2.5Testing system for smenuThis packages contains some scripts and a number of tests to check the smenu tool.^icloud107Ismail 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.9cloud107 15896298010.9.15-lp152.2.50.9.15-lp152.2.5smenu-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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/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)nx. vbutf-80dcf4186ea513747cf2b09c9df0f6af53de7f4a844f82edae7633f68ba6b4940?P7zXZ !t/{] crt:bLL 4iBG. ,Cm;$jDGbt}Ag0IKr6@#Ay3FW'.zYfuszQaƴx=B0vQMG7K>˨"q)SP"h:>U-Ǭ.ւĽ٠f GdVnmvO ûq͸U9 %cs򟵗8aT *TaI-zɣ_/̹qF;)ʭYsjo뙗Z'#PrlU@˟A1`~ t`b?;RZQe4i-K =>@C:fJȁEזH+MI9Oa_CXH-MDJާe :I 9T=SϽG11z@Iq%`u9br^1?x b#O k1!(0us -A,l//oɍ|IJ"41/p :ܚ(gox@"48zDĿI)2B(!ٽKY) q͍ZOSn;^+؈X*0ZfŲ2nN}IxTQI/3Zy yҪYg'af$kejJX\?eDO>ԶG<>@t^XI k:85yf~576`:E3ad0xQi@ T'DL-3ubҵitaIi̙]zeVS7xz1v?"k*xƷ(}B!Du/xltQSxg=:2^GMuk-uLa# K$Nfm/>ˌ=8eAb%b}9$A,a!3{[b@1_W]3do~2wGm> hGBY .7$k߲1B3rМ 'if#V9b 8Q'.28UJKͺ E:_-`5 DZ .} %Qpd"9@2Z5^FW<t;38FpAFz;-ˡn7HkWvp×;ovZzl;VbDK l|5w9~Lm* :!xbyx-FlNj=I0?{5XDUPŞN!TCd/*h/ [.Ol@\L6fm9ZATvGc]|]E͈Yf gt d* O@(\fRYFCA|JiĠ_%g=sڤ +n(61pSjiEn'm(kG4D,0B(*G\"$pFoѴؗ/*#F+!Lvne ⭍lw106i}nsP6OZ&dncsӢm"p[kwޡSgi k2ޘm3 d^{f8fS%w(E{^z尵_̍lSU92J4x{y1V_jrкβ|VR1'j%7a_Wă+ɯT`D;ن ^_`*w 1jHWof.kfi؆,F<uEiklՠNYTĈO_u%þ6׎e*2j9)!d`Z8.e'KmCAT<:)ydK+:p&loo7H!+z"+Z>.U*"*5ΑgmȈzȹXlZ쯎)$i11K=wGpx2ؔg f0J笄'c"p4Pآ4}KљJ L Mc)w]TWZfR;Jj~ENز[fݾ2DPR?ֺ` Ă IHť݇IZ A" R:c覗+y8nْgOwtqş@ eB_0 |YxXEGs'BDc TKca}GSl&Ճ#B^L.hٮJ]_"bQ5̏+HeEh_V UJRKEĘ[( tDשT̿:S)oVCi.B~{ԓiV0 :h'P 𘖸r]yYHEMYfD MY\B-ն>cR7!>&3^Oy*фT{Cw!4KjYHRw$ΜZJ,>XWyae Ms[mWH'dD+'n\hJK6M3j[~ES{NE q򀦈hJW#{,'EX|_4\T0YijUj3zzw^HR9:&d+.mm mRCqh?äN ^zǐTR6)N"z$X\HS ϳi; uZp(G %=\*@eG-CV F_hu":;q-9g/BO=b2{KaWF0r!q!qo I`#IwwHK( L%(S{h&EۛdS"JLDm@|)K\6G/7;cB6c$ l>8`t̗5j /"d#ѯb9WL)J{#MHS@M? r -Ǖ4NRf+f 3 'SPm1@4Jݺ8bw/ȫ/-֐ d7:m{uO SQ}S.y~ KV :>C P&=1TT>xgx(5T۽Xp-Nd [3,w'HE ) T!5c8fbVUDe{Qe_WOxa1ޭԀ Z'ipK+Q{i5{qW!$Zś,e o' ~gGH䴔 2zLuPϊ͋N3 L=9o0[3afrIՍ#NYsB3H_HyTE ΁f)-fMEdo:`3Q˜\l9C2_6P?MJC
jruhf)bt i!Ts[ч)yˁ}6IDӖ7/=pa0#go lUrJV/ErW9?SޣS N 옡=C]cآRb@Q#JXL}U9vN敹8&gy %C4 @gBNhʩ䣣^OWM֑nր,;&hnx't%R;pPD;qFM k~%CLnZ4tMJ,uܩPE94 Q:1*.tZsYA [۵Q37{"9VruCIJ0;f\^à丌vBE~Zyӏ0~(& Y>@lt=LUBZF2&{0.9Eaݷz,,4)ֽ2^c:]<^WZzW鿄ђTR/sJuCԈk0#iaVr}ql3t b^/!rzT!Rs: cxrR}έ~ҡ} `|g=^nvx `bom `g"Te]+wn-5 hDxD~ybo;2NWH>lY TI/ |` 7ߎbC)5@X M˯ z_w^2Jkڸ !@^}lT4%il%ɹSm]n QD#/qa#%z fHÝ@LTepJ87Únnj{nO)GW $ȖHPڎJ0yq\lh$7Zeae:s68WN+{`I'nȶOQ ߰zMɈ_\_"tMY o9o7Ik:ÚX<kijq~3 ~>ެ%{T֘ߵk\u 9/gO0 ʴ&rHV"39 #0}{c ɏo8yڽeX*1duN2d):=Oj;^NuDGHr2kn4~^,\uw/A R޽7-Ok)"FwY~O}m a8铽 뀀cR6/4V\RkiycgiL>9.Ilw)=qy0=jֳ3>.Fl]$h$ƅ i*T>nn5"}Yi j2וoZìF_W͙}"?,_5oJY:WK!w+::Ƴyw_^s峚T g=q&wLބXΚD> Qډ:& (bojQ(AcjH-Y4TM1'}/;t UUe1W@*=ӖCj{0uL ĮφU}[opdCa8njejO0tDy=9q:'b>R@A  :,AChn&4qn|I:)g pxTB ۋC0-UT0'(S(U}Av!wzDl"iM*̋ P(8(P~yKr_aQ%cC[O ._V1GlN`j'f |y躱mm-PBzG4n2pŢr@d 6rЄ71XIo~Xʂx2F,Cjl%!,i|J(BCw3,\$bFHqn5'(W%yW#5'N%B0J֥CfRBn)f]FٹXN?[R@ İx͚8@d1‘4_!y~e`sn={EP^$J'A%16{m#B*}ۻjFp#`O-^qk.flji>N(sdMCm8{tG4d%AD̚ᐴ"^=ErӱI #lsJOR# `QOB :#™Wt[ ae݋+sI#WB^Z3HNbpkG:$#=+:bLw\"#ݷ1HXcKKuA'7.2rqC$R^DEֹ#+#VHyK)C5qE?;W1dI r-3D. *&YZx]pЖ4`K.kJ P ?]m~x*`|z F {确/g8*x Čn^mݨ vKWk|SZ1 9c1@6v3_g~8~b;! 530J|BI+5NmK%3+ %DRUfT9 Οpe_vY}ʈ}-pC-( iB>XUY W ~(ʐ$NuѴdyp[ºZs8 !鿳"ٕ)f$LF~!A [q Vi˚Ny%e>##o#>1&G>qM<9;|1#2C̭?(rܚR s^>4yef&\d<ՂޒJw[܅_(95т`'V>g1tlR;:m,w2KC *, .Am-;-+!p)^On,;WlvDuq]sbyj4s@|?=;u$xJ.$>TY.y5;gз[\M1U;DPR'&XB@t?ө5Z[n$kS_?S67 >3vQB…LN}Y Y뫝"6p1pSTPc9>,PBq1A.Ej$1q\c[N ȂmȀ 9-(,;`CC39Eipi@ qE|FpDKFJ̊UcƸefUjBmyAkaJ~valywIԕ ?Sle7Ƕ / d"c6妣 b7э|j3n.FF{MX|1cʼ+9doY%+ŵvvhԠlVuƍOGq9]gt@@A 8t/*2ʓ{1-r! cq _pBUR}Zti'ԅ=1k%{^^H^STUWnPHMHd/VJwCn-{QpMi݁$+pi/Yoi*4 %7࿍_es č :jj$Yk|MN/ngŻҾl1u S{CJPH)'jey`Rf 7OVHZgHF!%<.<"AAWUlAI{+-i~O]U;m$p7Q}%i^#`z> Aޝ2DbWq K^z9Y)GNΨpoƎe9tZ"Zꌡ̢b[YIyR"Q8JNn㢖0F{esJzX6 [ ˹!<3FJFz7]b5>-*{y.IR%8T+`lJu1W ې~V"ze.ᄎdh]][5:5Lqb6{8d!)f\Rk4@UM¯IZD1ۑd>&Dhq|ں}s۴n%Bd&Tt)o'7t T4W?R39R Oj,3)q,XVm+/2 {fVNh{wZjjNAv\D(SSD*Kk6_'k.%D;q`N$t㮰9~C")?s=Ypa *( ܵB[2qkݾKB=au84G}" . p}oΫ'54%TޏLlI_(u]9-K a4x^!є$Yٝ5"~V6b+ChaϛN)a]|wDP`gADDߧ&*6r# b{_q=YJHs+Y/tv }qjPo.xSHZxNx 8gw-Qc!;TC'R*X`kbVOnd!%rQkٌ%U6΀Svs !Hnd팯4a?|6{9+Ӵt~VZЕ3,礪@7]i@P#?DD+r @/zN<4hOZVFw,Wt͚v^ع\{EEv[s,'R< v^MzmVz{nk k~Iu3R՝7v#T1$g7 ŘV:|՘KPΗ84J#[ w$fS\<?]^ˇ;w*?̞Na>$w:`o}TBJgD5s0 V\JiLs9.G&V,& /x(CHrܝ0Bc&6Ɖ0kP\㶶F9dJ^KuO:Z*wi?ʣP`=<3hr,ܖ$f*"u@Y]܊a!MLfr pfrB{4i?4vXf;QtP6ydp~kWZqi̊{1,ܥ&mױD jMjvBܴx'I.xl Frҷ{HBpA)[ѽ7X(:ZJLqDbUcDw*46y^;pD%Waq]ʰgu61?9ƛ;e$!#@,Tf,0 iAI@|iKyʉt&&O"fVNiyrY&,XfvrA QFC/ϩ6x|xzhem+X諊?#V}Dύ\ۃI/DCo^wU}JzMFJoak+],$nGm5k./xϲoVA#Ģѻ톪EQw+Qe򸚿lx zDL\`rpxeAdqUy3>.ҖC' 5iɇ< Am;yYͽ~v,Pb7]$N{ov$CO&( *^bX +ƒƲ0oV"Hȍ^4tԠDî HOmz`6Iu<͵,8|^[a(:vl  x 'Q5~OU<>nD=_50'.Ag3FPʴ:3-B'D#C֚PYX^۩ɯXR|4rD獅t~P̗FjV38b &]3{L}˧$WB=-R=&ֿ04́ ]xce9)R~S:vfͬɠbDpczʭ$rI[FۅBʼnϔ6{ I.р+a9*94yݍjP^HGcQŹ`+ ΍kXBB?A*@tܖ/ ݞ%%'v>jLvy a.(yϣato ~5~-5̌>[.CɄƻJ1L0zOfwcoӂ07Q`G0 Y'aL DUAjl? 2=#NCZ--o芢`D}?q{w=;#H7K˥2G?pi(bC'Pr8ᴲblsq؇=QjVwR<d3+n0XA=<,MXhLP#.>*=7‰Q8y׾ 7j 2d:r :QD_VjlwOO_.5D K-Ȇ4f$\N d`L~e1oANÃPڶ(g <]ۤ:i[ן3,8hutSJ䝿&_ڕ)\Hx:퍂TD 'g#_/I1TȥZGJL|~lYQ1+{eDQRY*#(exoIԀ␔9Y1Z5k| m>hH Tmmp~ պF%;gË́`~VMaҚGOaen5A܏K~BrsxxMtP E WY.U ⩤.9!eV1v͏{2_pN!et2UYے*"#pCq&Əl2/ҝ[uGt}A v ~JJr2Ζ0 lfa?& \5'6 '3›f _'6I6::%9ad8I =|5rmΜ@|+Tǁ#5(Щ)LJV(fJIlOxצhH+nnH&iNkZ?cl#9`82ԫG%h(}+< .cYnQ!-";ɉJن%DU &w=<}hS-+!"qLf*,7k50B!CW. vK afq eN0'g6m|;d?u.6l5BKIc=R:YZTlSAh/;;ӊ DY]2|hbg/O'+H-/k):h5vfv?̞1a0>5D/lK+u`O*uI6|~sRtEmFUTY򁯩PBoUոsQGO[Ӟz/9Z o/b=|e: [?#$g*qƞOpf>\ckTB[.P~U(/R KBU@G{0 c5yl.yqrۆ9C:鰰zɰW i:sxM$kNe@7QOFT3rïogq [ `!ZB͍<Ⱶ"FƑ=h̽14 t:Zfܗrv4#BBtHQpÊg~CS1 iA&ۥ7=֣W=DbOav_IԆ>`l|[/ӻF#29H-e埼#{QoLbgfq0L 6qTiT+C!x T*R5|.^$y`QqP!;d/^UNUGbqv0Kp–bo^iF5{:ey }BPDI #ZSʆ28jZ`4FZ+,XX/S=w 73c 7p-%Bgvqby-Bǫ%r #CSAUę jyy)$}aUxj;'g>K&u89r8QPR9"<*m- D} ŎT_^~7n8 ^_Jnh1dV%). T y VˈI_Y-iEܿYhH G!$ӸQP._,jb'qmC#Ȑkv[ߢq@w ő{z:Ƙ;mr1?ۑzncN>BRhǸeu_Bʙ-K) <4h=r l0J~ %>C$dsN~m]¹ Y@؝.s^,8TJO@E6'~B)K'L!L;=;.KW!.]FDBnLZ\Rπ([CG@©[[M 3}ٓmJkx*ʭDO 7"1-gSU4;鏀p\ߣ{@;Z͸=!> EJ0b/gDׅU``H-Q; {OQ JQ·;dTsid(Aq<[uwE'H0FOcYzS2?pX'lkƺq?cǂͦG6"9!*8Dk/v㦂y{nIh>;LsMNi.ê[v| V|#N-DTr `Z@a˥t杭%n@p3zd^ zIN1\8ckD/nFjSA)ɲGu,G95z_zCV =DOk32^nIthv;Kz\OA:,s" ePr60lU+c!ot(BJFd3]3%AcHPK;PVW.ЩrT+'Ѕ7ppUۊJ i?,By W] 4Ltc!M&b BL>e]cohw]"G,Z7jpZԃ`tkkL6DT~nL3k}0htbWLsYEcQ8,>=8;Z#CI@bhGrO~;U&O OVЫ_/ǫ-w-PBOaf`*#Jq8p&%ʲ!t\ߞj~cQM.A5֟O64 9Z G8m$Tr3n !Uk7U!1?m#=`Ia AS!s.k4dG15% ;hucҖU#!܃/UEBSd֏Da@( c⽔}'*~r5f|'Sñ(E^8 Ū0pNeE?%~үDc7Lq!> M;8nIB D5a(B`$_ջ ]+# rNwv>s$R̥sp;7 -UoML98`%vCcmCi ,C&1gr8v}74ۛd %HjLD}8JV96F:okV|,-Yq{*ei=s^cJmʟ WBsL's>mXV81+ܳ\3G hvs(Lg)D܌lt|݀Jy\.iā3 m ukc9Q0TiMIs\迥`?٫/ sRUzVHY@}"I ?zӳ)bS⫨; _) ;y7)o),~џ[`V .yN㠇ZۦW+_UDLGxt`Z*3Г,z\뀢. B.jn4Jxr0㝍"{RA)B|"ˆ{:ĒT d(R~* %Ǹn;g^ݒ9Y\sX (JϞY(.5R\ߚV La\oyx1i:tkѩբ }ِH!3%ϡkS5.͂f+j*521Fh^/,P96F<w蘠Q lx K>kFQ^6:C <:V C;z(67DA<а?@W`nHbvRI<țl%0z ^c3U͜c!E~~YWUw)  b5wnR$ts#n;ʴem,/uY N<Hm8'?w0̊"9c]e 3嚮8IɆmچG?ˆtY%x*:qqT%(A˷GCe,j n@fG䋄nㇳ-H2QU:˟1_)۳[%أx ]T0#Uy?*4#Gs:-kAuO .CTSU=ml<کM//،Fkfu lw`qLi.bu.q+ E7vXz{[+}o!bn~t|! Q W# ?LA(ZZ7lwc4Ħ#V]o_/8#{Jmf lm%02:mNn.zeҺx+"2x{,S#7 U`2"X+Ac]rZE+fm̙x ꂤ 1?g;W!c'uIC n䵾]/mmuF|ckL._մE :[ïZbp۽<xJ[RRS,pF-3^PUdpdb,)͝~c+)Bk בq~3~- 0˱_Yـ9!a"N蟚s83^OvNrk %ò-eBy׫U?!r lr h2Q0ܿ阮év |0YYK8m'&h4_V?~H$?=;t֒}R){vު=K4`Qh/I՚8De d؛\"O{0 WY4UfF9Z3\yphG$(/\38_\#X^6Iղ57ŧzmKEx kROc7_)ל zI= K "!kا|o(C4BaYl:_ʊt0[z geRsKu,)q P6.:O^b j`|pGru̗`7 ag^(~s>UEmJ迤3mÀCwl?ؘH[hX45tܪeC|rϨckƨ6h2xnI.sk Obҏ/ӦQ SlI!|eo3.L7ڄ۽iai>?y'ݞ;k+LaНQA"ޯ 2SG&BUQ־M U*$Њ$\Fc#%a\|O^81I1&£/lH@:%p~+Q;k S+q`lA^ @ ݬJ2~LeFwDs+U?|Q\vgP\ΏkV&]/"hpMsE6$hnA.%%D{iV yX3`~dGbNؚ0iaygd%r"7-/7S9ϑ*ŕ9X}_*T׭8d.ݸM[kFSb3UAv\#w]6+nD 4jL:Y*/θv(ݽg@O`LS^DiXj%2Ɍ-8bE7NT4hڇ< ^>ACWi$_W-<;IXR_K,B 01D}4 }vt/珼‹8j [X蛨5o-kA}Δ<+~ {<F8I.kڌT[/4yV2dg>T  %wCc<0q'z;ѾC5SI[lQ3I_hV:HZ:Qj$B_֗qӞЎKF*Z}GkLgqnԩܴM׾zEoڲmPG̍u'ZD$Men=t>rDLA@)I8l37!֙$O[7J-QKsTBɾ2ED6ov.F,<|kyAycm̉j¯'ƪX0aKa $")?.I|9G Ҟr_Sj9s?-Sol-͠ q!G M}dc/ծOK|Ew4I{$E(&/y1ípk}HrT%Rn#Z _݈ Nҥ7Ѯsߛ|W9߾weD! w}"lYF1lj1*{BUjthR%soGv$;=%G0R!vo×$'AEMA.Ŵ\B Z},'Á͂Ṕ-Z/T YUj_a>c1!\'.Kټz{ʎ7xN `ȨeGNÙ ˳>MOFHH3PepTv;$T*qAh¾֦z(I/r˳)]X_Zx Wq.&luMDlrshc.[!đ1Lh$K1 Gbv+FC?MLLhihؽ[T$cWVs v*[!18dY',ʗwjܾxa6?ZjS'7 GP-b˗TvHi0?_N }KD2?7nXOgӖ20i[6#bQc+\B\ҡS+Q9ԄUTK9Iuǒ#-URޟW.[m'%$]{C15|`5$w84شz5 9 .90 `{֤h(]5HƂtp1%tirR/mQܤ=eWASt0&޻`ø%d$=4XOEvBA<-M->W)n[Գov,Hn-!ai/4uZD9>7\!CfU߈x|@ZܡL~M`@H/ۥʟ 9S ! 0Ft 8u[}WXWUzK6?P_q)((5)?=h$ y9o* V_MXY 7)覡ʳ~I)D N_]m:YM ½d/L; t2ϰB:[okS"v DtQJ-a*X[؏Ky0C +؈`qf<\l˂B:ǣ RHa"- 5=5D\*2r*:wg8zq p.V tE1{bmz7ctmU'uH``8!WQ3||PM '.H<~޸-oF[ cXe)M*l)hLzpP| uFԍ ڂ"I֭RX]  Eif :0{bIs*NDy~cAPQ;܀-ˆ:FW9 &0 u=!rQ@xlZa=W3rדW7K<ޒ {|6b&ٵJ;ܪ=7_63FC=ґŅ;3pFw˺v/81B~F4ԇi!=\BFIST9܈?0eMl0ڭʹjWOjF4mzl5COYI8)&mbi&Yݜ_򈈼Y]e7Ll= Ҕ#MT+6{ҷ_,s`,z!fɇ 4u3,E `}sRo |ZGM3;x3i3Adz}C&yGHJaXn6}NIT( r>Obn*m%]`SLUO'{m *ݱ~^be!"h,6IV.(ړή=L<4&6Y )>9i+T٪zz/tǗ7&wlXwX.ȟӞt'tпG9:0OnΞJ N*nZ37c+ X@ZIq]U? Rm-pKu&w>46 ȷXLv`\>f~vH`]vla59pm`O'ܡ a EhKĥzj4}Kc"$HheSvmض{*?0*f-o}0fItys, PUc9l!`{"M#t"WL.4,ww=c8>2,{XyT! l?z܌blHpNaOv Axc1m$%&_MIe][eLfm6BFȷ>kUtWMdlrMj >Mf,"x'H?F`YmQic:.5NmPǪN)J[4.$ḭb:/4|0V!Nn$iiGUtܠ~Y~&RW PcR.ӛUN2J#S96 *OCmL58{z6CDt{lKV5V{ÉXs.k샿ꘆ&s{Y=LG3o-X*sƸq+AA~|aS`CxhiQHȹG}*O||~H{l.vagDAP@cVuF*fhN\J}E $T0 7et4ga[H9iFiS7bHj>m-x]J!q#@Eq9عpPG|q׷[d1f8/5\J6Qp%Pֽh9i(oJ)$YujYݤO:\3KӰB3x3ڦ?,It\1jWǐ(ھ=!WD44*A*`G"j0Zx@%:rSuÛ 9W@47dc@C_eHz^]+8`h; =V idl,#ü"Ev.O0_,;x~6&EΏ`sv0SDODuk#dRŏl13DPLښWd8Rã8dh)8}J™SHք-kꂼ鶢TOe֧ToM|%K4bXJ!O|JBmJ}li-Laұ2&VW$v7.Tcܛ,!zwJ^\s٬JfmȥtXуybW\s*MF:hO+]{r xcF#jvAKn' 4E{)ESFq Hal 7\tE"ڠ`Ӓq yTP w*Wv^L >%Y=%J@68otLEė2RͩFa*O#ܮ M_)/&'vwkG!=sj@U"$b٘+ s=NPu^ؤh|=\t Yc XDu !$]&LNTn-%b(26ȣ햊BYĻHg&Z3)h`'3IVrے)c4M/tAoG#zn}aqF_0RqNP`6;^I Y7ZQb)eO+Ku1ZuM*tn8HQ..+m:n3Z?L v9c1$$ f"{mW[/9GQP5q~VoPJkWØHJ]aF =Z!?e~n}w̡$.vK=w˅nJ2 ن41wkw`CkCK.hAZu/ꖢ5&,H310٤#iA*+@$zKlϫ Vp|̾bxvU4dD~4s;>-s"VӅ4Lz./5dN[:Y+菋FW s~*r8zHy?6+au'!&l;,#8c"uSo̘vvI-oww2^,ނjDO7zWK,%-]=k.aRwۺs/<Ŋ0@# ztsU;&xj9f_ƅ>L#YeOfN,iS2hotF-يQ4A }%phYCGxB@wΩI厯kGCHXr-JL5;ef %nI}fsy>eM?wYڻ&:E %dS7Wm@iDm\R(aS9Q߲>QrnU=ȀУ7I\f,w8m2, ~~]P 9ߍ>s$Н~|A 9[yݯo\R C 7[:KglDKᝩHah0T錋4eӹna@\+8GJ95 Xc7fo/$PZkW;۷2WkƶBn,瀞!5G ID_n рDC^W0͜fי>@}ڶ1':TT^EOcq:_9R3KuyäNQ`%[yXg.{MyrE]MhS0dq]x߷TAv?fT‹ ?Tz긾)Yp}Kq set4Dw:A)@OU> >!R3xr8:Q$"B 3E83V=~BtY!bzfNi>b\G_b,%'AǞq"CqJfdhwj <ۓHR!{VW3DT #;] ϐmzڧ -嫬~HnbΈr\C+`"ʐc`?K-K Hv.s#cܶ%)[Q' yG&=Z'&NbQ5SYfQ໻٧%S82LG]h=Eє.[Ɖ'!^ o4]tW8ee}&;_,!VsÐls5\ )GjHDl UTV򦲌Fl2s)zZȖ(`4wgr o>ʕ#tCTݣg݅@AERƷF*Y0u`{D ^1Q2R)ulNE.I%Ǣ0?9?){$ǤvYӰQkŧ/;,&1?A-*bӅ+z_áJ19_iD +޿g&k 6N`DWz-uO7N0,.iP2 6׉6ڂ6u2c@lhD )7ђĈP-q $BY✔.ܭBӪzD:ʇhG}\X Mb+]TBf2 "lj,rD0|F 4!D*_m[je '@0wR\Pt/BK>>E'y!g:LFoH9X`q4g5G-O`PyM#_,N tSoV^|Bp|H֖>==İw`Rؾ#:ؐvq[t3E/ 3ю/ͳKXϽ\%R*2_;y&^u\fP| d~Ӛ@oAcvZY8sm?]EiI/VS32O߃n蔶]IIi8Pg&7,T6}ej{Q5[5<979[__Ozґ9Z.҅ (Jye{ .Q5~sh}ڶ9dxfDJ;M]UuS=;GiUdTN4 85t"= Bb^ #-B2wgܨwyD'j