dialog-devel-1.3-3.3.7 4>$  Ap[1p9| ˏʱ[Ăurh`=KgÈfc':Uz}Z_[2cR^oь┖dٷB(ߐ[DNONamaXvjMqG3ټOPYU];)BX$?`תRe nqC Gc2 Z-Ds] '&3}( 仒paC(s}rr(]\2aU5P2Ҙm3b87d3539e2d9470ab7a8d6770d0d5cca2ea2afe8822db62a8b4824dfb37f7762a8cc61110ac1a3072cc05a8241f268eb5d480c0h[1p9|KίIEԤbf.Gmtqmt4MurNxW211oMlԍ45Y-1U3s5#H#%-tiՕ"l@w颤X+L3N'υ.. ]*+ /ؙD/ԬKUe]9jh Z [:wB3F$@m*;oxa9^?>=wՐ[99 /9r=Rw bŐ[F >p>.?.d  A 6<Dd t   , Hh0(89$:F+G+H+8I+XX+`Y+h\+|]+^+b,Fc,d-ge-lf-ol-qu-v-w.Dx.dy.z.....Cdialog-devel1.33.3.7Menus and Input Boxes for Shell ScriptsThis program lets you use menus and dialog boxes in shell scripts.[1seattle16A%SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-onlyhttps://www.suse.com/Development/Libraries/Otherhttp://invisible-island.net/dialog/linuxaarch64)} ^ՁA큤[1[1[1[1[1[1[1[1ca643f725fcf5fe29c6ba2cc59375afd5f757d73579ec60b713c3103e88a508f641940d85688cd235bd96740a0a73df93697d9bb004c817e9137e6e2715d01136fe295daafdfab4be52b2371edac44256abccaf5122d0ac3c4fb05fe55ec1b518cda1894bc0eab9c8ac92c27a66026b0d7e5cdf30f7cec6a6a512b12dbf5120e9f7e75cbc365cc48e1b87d3ab6c697bbd392c3f70104d91d8c139316e6e4e419d4bde89c19aa1f1e5abf01c3ab93ff0bcf6cbd157c125ee143c096fbf6922af7libdialog.so.14.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdialog-1.3-3.3.7.src.rpmdialog-develdialog-devel(aarch-64)@    /bin/shlibdialog14rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.33.0.4-14.6.0-14.0-15.2-14.14.1[ @Y6@XV@V +U_@TE@TT+@R@Q@@Q/FQ']Q']Q \QNu@LZ@LzL,@K+nwerner@suse.dempluskal@suse.comp.drouand@gmail.commpluskal@suse.commpluskal@suse.commpluskal@suse.comwerner@suse.dewerner@suse.dep.drouand@gmail.comp.drouand@gmail.comwerner@suse.dewerner@suse.dedmitry_r@opensuse.orgdmitry_r@opensuse.orgcfarrell@suse.comdmitry_r@opensuse.orgjengelh@medozas.dejengelh@medozas.dewerner@suse.dewerner@suse.dejengelh@medozas.de- Update to version 1.3-20171209 + update ftp url in test-packages. + modify test-packages to use recommended compiler/linker flags. + improved configure macros AM_WITH_NLS, CF_CC_ENV_FLAGS, CF_CURSES_LIBS, CF_NCURSES_CONFIG, CF_SHARED_OPTS, CF_WITH_LIBTOOL, CF__INTL_BODY. + update config.guess, config.sub - Add patch textbox-file_size.patch to fix bug bsc#1094836- Update to version 1.3-20170509: * improved configure macros CF_ADD_CFLAGS, CF_CC_ENV_FLAGS, and CF_SHARED_OPTS. * updated hu.po and tr.po from http://translationproject.org/latest/dialog/ * update config.guess, config.sub- Update to version 1.3-20170131 * use DLG_TRACE macro consistently to make "--disable-trace" configure option work. * modify buildlist widget to support option "--reorder" for to allow user to reorder the data based on the sequence of selections (discussion with Paraic O'Ceallaigh). * fill background color on unused parts of buildlist. * fix a minor error in buildlist which let pageup switch columns. * change several calls to dlg_trace_msg to prefix with "#" to make the trace logs more consistent for parsing. * add samples/run_test.sh * further improve performance with very long command-lines by changes to howmany_tags(). * modify dlg_string_to_argv() to convert escaped double-quotes to plain double-quotes when within a double-quoted string. * modify makefile to apply CFLAGS to linking * modify dlg_string_to_argv() to ignore escaped newlines except when quoted, fixing a problem with samples/checklist9. * interpret $DIALOGOPTS before expanding "--file", etc., to allow the environment variable to turn on tracing in that process. * improve performance when processing very long command lines, e.g., using "--file" by changing dialog_opts[] to an array of pointers to the expanded argv[] (discussion with Lars Tauber). * modified autoconf macros + CF_CC_ENV_FLAGS amend the last change to move only the preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS, leaving the residue in CC. That happens to work for gcc's various "model" options, but may require tuning for other compilers + CF_LARGEFILE workaround for clang exit-code vs warnings + CF_MATH_LIB quiet strict gcc warning + CF_WITH_LIBTOOL fix a few places in configure/build scripts where DESTDIR and rpath were combined + CF_XOPEN_SOURCE add "uclinux" to list of Linux's * update config.guess, config.sub- Update to 1.3-20160209 * modify editbox widget to add a trailing newline if the text has none to ensure the last line is not ignored (report by Florent Rougon). * change mouse initialization to look for button-presses rather than button-clicks, for better response. * modify dump_curses_key() to show mouse-coding in readable form. * correct mapping of mouse-clicks on the day-grid in calendar widget when "--week-start" is used to set the start of the week (report by Stefan Vogtner). * integrated changes from Stefan Vogtner: * use Gregorian algorithm for leap year * use mktime if available; calendar was written just as it became standard. - Changes for version 1.3 * correct --infobox documentation, which said it shows an OK button. * fix a couple of place in test-scripts which referred to $SIG_TRAP rather than $SIG_QUIT * reorganize dialog.3, to use subsections for generating navigation pane, using man2html * add "--week-start" option for calendar widget (prompted by discussion with Stefan Vogtner). * add a limit-check in editbox.c to ensure that mouse-clicks outside the filled-in text area do not access past the end of the array (report by Stefan Vogtner). * update configure macros from ncurses changes. * update config.guess, config.sub- Update to 1.2-20150920 * decrease table value for minimum number of arguments for the widgets which use --no-items option * update configure macros: + use $SHELL consistently, deprecate non-POSIX shell + PKG_CONFIG may simply be unset - fix + add option to allow changing ABI version, from ncurses6. * fixes for two autoconf macros, CF_ADD_INCDIR and CF_NCURSES_CONFIG from work on ncurses. * build-fix for NetBSD curses - Fix typo in previous changelog entry- Add gpg signature - Update to 1.2-20150513 + add configure option --with-install-prefix, like ncurses. + add --with-screen and related configure options from ncurses-examples to allow building with ncurses6 test-packages. + update configure macros for improved coding style from lynx changes. + updated ro.po from http://translationproject.org/latest/dialog/ + update config.guess, config.sub > patches by Florent Rougon: + fix two bugs in the "--file" option. + When the number of arguments read from the included file is 0, the code used to just skip over '--file' and its argument instead of removing them from the argument list, causing "Error: Unknown option --file" later on. + In the alternative case (at least one argument read from the file), the previous code used to do '--j;' in order to "force rescan" of the inserted arguments. However, control then flowed to outer blocks where a '++j;' counteracted this measure, causing "Error: Unknown option --msgbox" (for instance) later on. + modify escaping in argv.c to be more uniform, whether or not the backslash is found within a parameter.- Hack around bug in libtool as it seems to be broken in shell function func_lalib_unsafe_p() as this does only work if a file descriptor 0 exists.- Update to version 1.2-20150225 + modify gauge widget to keep from erasing a second gauge widget, e.g., via the "--and-widget" option. This is a cosmetic change to match behavior of dialog 1.0 (report by Jason Orendorf). + add configure option "--with-man2html" + add configure options for versioned symbols, from ongoing work on ncurses. + update configure macros, e.g., for shared libraries - Changes from 1.2- 20150125 + suppress highlighting of character which denotes an abbreviation or shortcut for the OK/Cancel and other buttons for these widgets, which use abbreviations for the list shown on the screen: buildlist, checklist/radiobox, menubox, treeview (Debian #775295). + add grid up/left and down/right bindings in editbox.c as synonyms for field prev and next, respectively when handling the OK/Cancel buttons (Debian #775294).- Update to version 1.2-20140911 + correct malloc-size for change to prgbox.- Update to version 1.2-20130928 + fix a regression in gauge widget from 1.2-20130928 changes; dlg_reallocate_gauge() failed when no --title option was given - Changes from 1.2-20130923 + fix samples/inputbox6-utf8, which had depended unnecessarily on bash. + improve memory caching for wide-character manipulation in gauge widget + add dlg_reallocate_gauge + updated configure macros to use msys changes from ncurses. + update config.guess, config.sub - Changes from 1.2-20130902 + modify makefile rule to make the ".png" filenames created by groff predictable. + add option --help-tags to allow scripts to get the item's tag field consistently from help- and help-item button results rather than getting the item's text for the latter + correct manpage discussion of DIALOG_ITEM_HELP versus --item-help, as well as --help-button return status + correct limit used for --hline option + do not print empty "[]" if a --hline option was given with an empty value + miscellaneous configure script fixes/updates. In particular, add option --with-shared which builds shared libraries without a libtool dependency. + add FreeBSD port-files for test-builds. + update lt.po, add fa.po from http://translationproject.org/latest/dialog/ + update config.guess, config.sub - Changes from 1.2-20130523 + modify ifdef in arrows.c to work around packages which use the wide-character ncursesw headers with the ncurses library + correct workaround for xterm alternate-screen to work with/without the fix made in ncurses that makes putp() always write to the standard output (Debian #708829). + improve limit-checks for checklist, in case the dialog is resized + add --last-key option ( Debian #697607). - Changes from 2013/03/15 + update zh_TW.po, add an.po from http://translationproject.org/latest/dialog/ - Remove dialog-libs.patch; fixed on upstream release- Require terminfo-base and suggest terminfo to have on many or on mostly all terminals valid line graphics (bnc#826171)- Re-add patch dialog-1.2-20121230.dif: Fix problem with moving shadows during terminal resize - Use a /etc/dialogrc for openSUSE default coloring/shadow defaults - Re-add Korean language message file- Update to version 1.2-20121230 * See included CHANGES file for detailes- Fix libraries * dialog-libs.patch- license update: LGPL-2.1 See e.g. editbox.c- Build with libtool using - Add devel package- Remove redundant tags/sections from specfile (cf. packaging guidelines)- Use %_smp_mflags- Disable gpm as it is not used for long time- Added korean po translation file (bnc#614248)- Enable parallel buildseattle16 15351279791.3-3.3.71.3-3.3.7dialog-configdialogdialog.hdlg_colors.hdlg_config.hdlg_keys.hlibdialog.sodialog.3.gz/usr/bin//usr/include//usr/include/dialog//usr/lib64//usr/share/man/man3/-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.suse.de/SUSE:Maintenance:7641/SUSE_SLE-15_Update/4c76fecfeb50e939ca6053e786ef1f1a-dialog.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxPOSIX shell script, ASCII text executabledirectoryC source, ASCII textASCII textC source, ASCII text (gzip compressed data, max compression, from Unix)Rqhp9R[utf-8e93af93391ea988aebbc6d0c0992d07e757b385e3355bf00eec4b84f99e6f5b2? 7zXZ !t/F(] crv9uãUp p+q6Y"qC]MYPz}>jɿ Lolə7WխK)IW=B8s`ZDny0=s]I^w  Q *mhX ;pT@1%r}2O7SiL/: j!xӲVub8D*Q 6.ݭʴ/f^96(п0{o&*_а Z0&eq%[6WS=PP!a:s<"1Ů$"xtz6Y 0]b${jK$[ u#rBP@y 0Crw ը?OAWpqT⿧v4?i^;Y֦n#΍7`T3'XL 1)S8@ ˖ )mTԥf`< PӵP, Q,տ^iu!0  51x^Kudo*Eɺ OIv:(ΰ7By%&-UxZ f'ݭz݊'41`p5 ȸ~uO_O{">^^Ysn TR[Ŗ?dوh|Xtl7#/>fr b35M>a":@KKj5%8JAz뽎5 W`7SD9 j}ͪFcpz}ꭠ+e!6!d*{#n{a5D<ɻn8~ 3žza *EO 7+^S^+!:eq\M:?&S$^nC^,;mUA%Ӳ1$'= K  N†fxf'!"c3ݸ;g10Vcʖb.@zs)#'S{3L *ĭy7_gБlO &8aVBؠӈ1'ɟ{S {(du0[-pAM:H'ThcRUɶTW@V'ԏn~KΪ4WKC͟ẇp神g%4':.R+׮G2mtv 'KmqX?]: 8UndtȷYff;oT0sVTu|*9T+)+S,NO< ^;ĩn9*j)ne=Cn[5nUpxig:y|&@iysx' ](\2dj-=X^ZZ8xСz;{})>i.ߝ#"8ۙ0)%zRo ^Gѕj5OpNH|,oz0 BJZJΣð3TŗtMkއ'w&uɆHc+ }*4Fè*]bq A`ptkE,M\|,6=Q)CRޑ+̢c bwR'!ZR4io|auCe݋ŷꔣw\ωP"[S+&X׊AHW>7c+Q]aJ%",pAiqNird=ϻrCr lT类_ĊOkw{Szֈ6VL?%I.}9^8۞_KƐs6<ۯ aφۮyd$}R*Tm۽˞pz(w\,#"4tP5PKGm7;'Ob_?G _hDLN(e.oPQȍ=잛d. L:P0:LKh斪FOʪ Z?}qL߲b?cT>:q7v]ckd>;VCv@R^7N92XhU56 T4d|:!X)iWȓ6R7nW"V8UXj z!j,F|T9Dw$7e2=Fg*"$Wh\l6I1a4RҌрZ2oα8'>ƃJt".rbSц3w,|9]s{h'*7^w_!: iGI[JGR׫?}ĕb5GM9]*gʞ(UxN`hщԯF1x@2{L)WYO6CUH~$穟&3Yha7-=lGf_tę^I"s2f/_ w)>:^s*?FqB.$+g6yE7} ;I,";Ќ: c2`Fm&)?Muh[62T$0*W)=vfuA 7qH$ /5Rw7_ &dccZWzrm |/ܹzi8]8o Kð*Lnn}q5Ķwp lF_7{)hP#&8WK1 [s<–Qi+ +h6)P8عlteR\V?*$A'¿8"t SI0 :!pb F",~#ko J&ŕ}ہib>Rw`<'6}TcMQyy͞eJ6f=ƐA_ܔ#tjߢ:Viᄔ<6Bt&JrxDkNùo}m.cltKjNW>?6 !(_FpfΦ|_ZXO/^Yr| FTCJRn*V|=%WDЧ_m99& ]UeH 5Cluי7t}s)INc~tVSTsJŠ˫(-2C5E3*"ԇ h #Wժ]Tz# q"'G*AB~uvw͂0U=;Ci<6*eH,{=%.6f"ZAAX@!iLSWCddzS#M(Ԍ]:xZZd݅ nZ%uIr ,ZFel7 _t|#pvttOw[9w^^_3ApHА? g*BES;++Ŏ+_b鐴E1 lU4 {%1Lep[g={o(ճtZx㓱nf ~A'|~qp4q@ ,ĨjgJՈT'lSԏύ @ oOղ]qL¹r\.{_TiBxTl>AqT4-?((~ݽ8yx!+Ig#MTV_|mZ߲gE4.\⅀Z=n0>٩֛2@Zb KCbVܠ&9ԕYHH@,iWmI$e&}d缳V2ņQkJ#OI1C4PYFO+,a@ lhNƾO6(0*]ew|=vܹ8cpn濒tH%K5|/Wuh~j;t|K2UTސ -0`ףJv@{VƴRH#+ftFN*tҀ&U{UGZ{v~1dSڼ!҉<0%[K5"dd*c@3/|adi :[oK*{%dZȻu'ȘfK]"ŗ^}Ի);ؓfWCComȣƚBAҬ9̏1޼IG1p "vŅjUw7s:+1Q[^|v߱cz-%3P}; i5?dA2v "QdCYEBjBd؉i?2%![lA(h8ιA%PS_awkT{]%8=57".Ot߻))+P$_]ٍ~:{Xzˀ?C3.|Ro6]=Φ&`k э MT߇y`nWKlT)a|4C~DT<N$TkݭW˚,^8rU^&q= {YZѪNn T6⾰z0N <#@0–~)S4 (xч ƒ_1)[xY?t`p}j+}磤`( Wt4 M) $h@0@Z ѷ!fG+/ň)v¿2/Г=~ө+Jo\b%0B;^BQ2m;OXvkuqaJ[hjEt 6K)d b"+=OmZm@dU񧚥3S$Y ylAWr[2z64f|# ^ֿi!BuJu{--rz}'+qGcyGe[;dP~ϿqWFcuχˠ,Ye3(}&4Fܤz=&|3= j(tœխg~koj5w4E ?TԲ/yxY-zΰ4EQbT,| A\ ClUȖ%u~sxԔWLSe5RCJ-$\d)dTKAUSp%MT4 3|w LO!kd&={_^-PН; z: ïm0Mw%}/;a8ojv,T]W`?]o/ECH-eihm]zYͧ mGgfBam0XhjF_UB~PfB,85>h A+/|Ay h_ sG31 Ps?Fz:jcZ21,ӂŝn/ѡTͿ9cM'G{US/ldUK;hÒSN10R3ܡNyڷhyӵOD0Pע"'ˎ5QuydLjVB.qU.egh/\CYe`cmt#ey;>2Zo:.J<]Vc]ac=B3\E2wQAL*eV`J &hMQ" 3-mX؁e'87T%O#/^@=T['|5Qm8oګ}(lԓ1<=(@p3( /r:: m&qVD $B+ ;AϩT9=C~{_GWnt ZXg}]\P+[)~9LF)b` d3@,ܣY4GdU^L @t{ݔ~=gTl+`E:3JˠaZ 5O3q;[9ț 7xO~q O/UJSM?뉒7ޜ#ƫ jU\.kQ5CJ+n"ъ9]WPA(4t_5\l[p4D[ŲO͇I-ԫ.\-h0LI`R|u_ACB;U~.( $}&ef#_,R_WmzU.a jMBLvQ Yꐒhx|s:G^YjǷrF 7W8'z\6IZa-p8YbskZ߄/,MmBB]4#/[եRH ulXQmϙO3d DFeIc5>$?IP6+wL/L:ۘutkTPݞ77;ne4X̠NtygRz%4WIn]jrU-4(h!N6I{?;+s5˖7Q=X9ߩ=}m3g҉V %N)Fd)>:1Pt<6M?ՁAVG SDSM'qWqC#!fOK|tXغDYܓ F5߰g d!!xRD%G@l mSfB/.׸*;4n`ZHai?^fCCLqU {*UdW 2WR[y%(%Yp!mB⨫:ȼ`-]7wy@})/1).![dctqտ%{ǖ*CEHC.jy@N ]GЦrvD;Ÿ}&Pɍ`(D]vqGW;E!g`rH`2{O3s2}pa-_Oh/1e'^]>{WkvmRM02Nߥ8Xm8*pd)I͆pJ< ]\~y7~;;EVRR7D|?O{?zm@e#n4j6u'ŧUXFڪk8A 4ip$?(ғ Y) m7p}cioȍb Iw呎t3JM69u,vCcxbܛ1t>fklS?$g{=f]$X٫[M*"t[gZ Jg,|Je4z9X.>8w}X=MTdY5m5OW?z| 0Ws\EUzH ]C%`>mQHnvezq8}Ʋp~`T6yQPB9p%z(=7ىqJ=u@e[m͘ǐZ y^((l1vW-KLcJA(\j#2"zK#L}^)1xgv6?/tqld؛H1%}8e ='PAq~* r}8_SN(](e o?EkX5r!MzY UL he#tiƕq6ylFNƃOtQeizOjW"{VC 1>`9h5< Dʰ*lʱ|ꈈPwmoE)%z}Y!yy}ldã\zW!'jH<"%uqi_*F{.K3  ;I4QaͶNY*K.&4 \FPd_P^s'S{HLj16L#5̷ v"ф +,x0Dc`a /ȹ_J/e> AbjVH8#ZpF/};< ꮼMEefX#*h؜\>+LR? ـ *u1yc bt +`ZxE?t-&ձKwf76q~*_}Mq$ٴЁGT+~$NaWj<C38ÅTW6ez%/ߠ.U=ۣwSwҸP^+ʓ×elO_ ē71qV/&c%(dUY駳?}Yl=n@-gO.;R,=D[n! GYz/ cJ$|,I(J}wPUS$@&$$vcL=c7IvGqgUፂ7U(ꌪsxRT)纔Gu?$C [!h ^JYVI{2?pX[cE?)rLOoǃms [V~ˮ'u;8STA2&>2$NFD/ͪ N cnxoЍ"?ZFJf h k}UlQƎ6)G>huٍ' qmU=Ǎ'>FRɑkÞ韡:8es\)D_xgBo 䖯b!&'%Wd Ai:^\I? < SG d>.rx{mxB}eCIF}E;_'o6mYi%Qy뻟Fc:ֿaw]x#:Y$̺[Y把ku}.ȰT)Ü h RYQ'!sVTs7CbNC¡^9vdFGvˊ?m6x/h[0 `9ĀrD!фV~ 5miZ L^.r~ @iC 8 M:Os`{cPVRBOħy}OI4SraVN :>C` =aM *_1_rkE]iHo'Ug?=OCS,\f^p2~7CF?G%P[ F7D?8ƃqaB3Ddzw  t4 M7\$ߝEp_٘a)[((+6cN+@ ?")Z$;] \$G֦0Y?m-Gcn59٦%nE/T ;[.1`(YkN-50\A`]l$4r" X`PlT<^4׮uALUL܇gb cC  .jqC2Ѫ1OَCXş9 ]ćTbKfL'݃L17X2k8"jrK?MsZI cA.=~qN,2],6wgr{}7(&(& qEuiz$ʝr.77ؒ}gphi7$N#䝡kR ḙef S{ē\ 3͙bgyteկiłk Y;(!F7nybgjj A rbLQ_d;"΅]^(ƲYى O/3B'RĜQ3ݡcvׄDX>JxWMowHгGhH*m/~`.󶱌`:udر@ǧu bx ;GIP$9JfF#.oWtEa/X-3^VU1ĵ3/9kn&6Tc HtG T\uۅU-/,Xww9UaXP ;URaMK9qxm!?'.1ʓё$xj[|'pvGpGM⻱H3y 04x{e *bX _o!a$jkN?CÍ{jeV#ڿox% {|H5=Ed-౦qxLHV1Kf BʐqVD粇{ 5y) &6|89CB_^Vxý?>P@f'piO44xs?FXijߜ0D3iKQuX(Mɧ#wU5qj,# gء%ˍN|0DYZpq he2n' t2h}ti$<]'O}Sg̤G"ð9N bcDR MBŵL.x-]rRDZEݛQٯky)HAfonT=ȆT @"K\gG{y׉UJYKHnQ9DNu=v$ʓ,ҔzDsZ^˺o?MFXҸw<,nM2'0pU'眪vDwZ}Q!O/_[J95D#1PGI'-}Ai h$7m#,;R;W,ՖOgac FG$`Ռ3Ҧ N}]|(JD6۔g.g)/8O:m>EgZA}OuA%V5˅aI%aM^^-{ok'¾\Wh;h04S˩TVR~r7a*讇͐^ Ts7W3.(pjAQBku'kkK#͵yvqy%ړg,+ar7 ,In:BM>M5HVBèN9D$z4lt܉"x|G6瑔\)5.Ю VeKXL/LP57תOito4_RjPķ* ;h9UH^4ʺO!]륋uݝS"0ǒL|c͚ }\OUfxpIhQx]Hm]h[z2NJGl}R=}rAd^hF %:{΍ <1WR qdkWlBmE-~ak;i#~TH&jPj;F|6j^_i%GbpPPUn qM}$'C[OxN2#2-R2Hk??7p6R m$(%k0[Lq9%D|;DYeP2G=\"aZx3 ANu(^3DimD `<;*=x#[<#2~z.ZƸ?{],B84BYe`<#h[]eaG*cWod!*}ƛ֘2%e/*0Q/VJ&OIAӋX3~}9/P+Ŭfy\ cTqoGZW€QWa.kh@a42z6Z0<Lؼ6Rk1h㶟{9XS?/!g=R_"HoEt۩sfPU?kEN꛲ RIn;hǙ:.0f&MfxSڿτ\HP0NCE(cigqIfK̓b[S7.޼Sߴb7ZFG MfԀl7'Ej*vMUZ-Odѫ?^í0ɗTAN]ݫ;Rsk6t=eH-J],f:jݗܦˎZvdPA6^Fϱ-M/١Ǜ6򺓍zAg.exP4/ˋcUd;0OOZQ2F;ؖ:b^T`|i0v] lsBBM-6*L;OE a E]: dɤXgN4 9l䄾aO2+B;GF;gd'Q4g:uP*Go z [O@ґ>׃}#m2rZyH7W 4cVK<p!Vye &Fygͤńza\ iDaй?2ބZ{1c¼oc>q_#Kpv>*F5pl֪S]8Mxq`9K&yNAute~:'zeDs>X+uΊ%[2" )D*lꭒ~ L1jTo0--1…JK`&z"ّ;bl t(io̓'1oFqNTK[o3+lI*0} 2Wteaي )a6Q'&bf9щ7Bw )W'!KR, PGBnzXVQ]mzVUZ2̛I- bV?+qm3~IJ*C } z%kTpB9լ.t~/PpR$">);Kz3vY_ 8KnUofM+Jp(ݶ@ :Ѝ&L6#7QI]ik"NC#:~ #Y .{c}057#հ_-KB9MJGme<";Vݎ a+iA촪UO+qi3\l/rtNoE"N?.(Ogf:d ))iNmaGRD;KM87Vr5cwkew~ezfs@u/*`Tq㤹?>3?šMk1 un @T%Ds74 6jt.۫T"O(Vx3S1o-  g/(usW9ʸDWY~:%ɚ IN4ܧ n鸨-ҥ0q!%Rf3Zii۝'4%Avу  wUvp1gIR )׳Q1}"lşYO.z~+ B3+sxȢx4DЬqb%W R9Jz.WľE 7F >5Q ib"=Y}̟%Ja9kEއg{WTXi!2,98͜>3g@A++G/U ranAOZ*XIm#Ybˢ(7d"՛UtnMc^ +sdFmyKtW؝V=7O9+NM eF" ,PZ'z;#vpp]. h$@NfvŽq(ŰE$ P V& fNV ["Ҕ9A1cFG2iej F GV Ǥ5&7vxjCB$}5.X; g3uiE}UQ-7~0seENi(25@oծDj4\_FU$&?f! ҏPm#Y;1u>3kD2gIBUR<_7{YrNz"9W:e\jRG z0VgpEeU.H6 \ϡMUCD~j){\\ſh{W;EqG9XAK)rVnGND6^pF; о|'n 1et)p`Q'~p\u4r Xٿ DzmTkZ͢ fyvׅdV=39|Q%ۮBUKc| y`_Pu*vqD688,ļB8d>Nx8q؉ q I5("QI4Ȱ aSU>ڌset7Q|^IgwlA)Es m%4lI48_jE&Vt>h?՞ER!袆QL.V\9^l: !}_W+dw ұ,:'(XA)aY|ĬP9tp-.pdm08f&qRB"Ð3ߛ1k($[]}Nq}êZWHxXLQvXt죋%V߇=A1$ǽxW'vI"K><[xDY繂&.xw'Kq8Nhc.K$=u|0[K|ɻ;ЖX33#PM!9sC#)3 Gec>\)ۍζ$]Ki2l1DXotiT I jm>]R/nFᩫWcDv1ks6J$\S5=E=yRMWw0`/PP\%1ATB5f7 y+/,0< \rHL*[z i{yEHm 9Xb~ U=jT& a#v#3m{O Ĝ=U*ntEâlEW;%g/LjAL;+W'2ߓ&jڱהobЈN;Y9N44VoɨJ)Q%5ˊK&X{Ko) /ԗy <ւ^;Idw} ŎsT|O8ͫn Gށe2Y Rn^j ݩH*'RQ* 6Rtҕrjyy-i+ !'&{ֳSؓnyҘuTZ`~"W,4W ##Тqkg2 dM$orXxTF˺$b͢B-^HuOI|?~D}WWh+]eC9Wȝ8#G qDzS 5U{u?f%Z{D> 2ŵCS5`X^Ad(lFgV}zgP"_SȞp:b}ƒ &0.gn<ır$km@7{ZbŕPoStcTJD.+)EjcsP+/](띁'VGUgyڃ $ *ΌTLh~?`b֜0_ Pgηd+#ns*?>bW)[[ ֙P  R*6QB tgLFܛ3ң.`|1k>̀f(RrCtX$ xk6[Dl)arZϲ̊4fYQZs%l{L+F7,m5#OCu t!Qm]I1Gs4Mn_4䬴Rm{ųEkv;)P x6,ԮE뭳waȨ`i{ j1Tu!2,c(S]"s"vucuև'G]7~5vƟvF YHR{+MV7 8.InQwƣs`ey#7ªM&Ϝsx [-0 р,#_]7f8ShK$RtJ o ?8c| Ģ&mҀ{T.W+Sg__yKHHqH ؔ4kC|>:/&E(fdd9T/Z+2ɋx(,#atIW/AJWօmh3cf+< `Y6SѦ4itPƜk_4X?1X@V Dƣ PkYwTT~guy{f1<\){YNj!|9 dRloK%UtN;4Q+,h_< UZ. <8"Kd"@*|2)g[X:jl~o!N&X]x] PMJ[G A *S#r,ςj4uu296=\|g*@cxGu$#:'!\ SRi- LB/2|bX258p~@_Y=?'p3Qy77^Zx邺|8p=Z$u(vostQjՀ~b2 y2ZP( M;76!a[!:l96UQ_<<@s)_8!ˎ5ěY^4\tmZ|p$c)oX;`7/5wIkۜ ꋷ)8kfd*3/2dWGv KŗM|y!iNF-Y/e/{RdX7TK *5!y!iub{ GGGc[@"jE)s +?CNn%IlW 5ώgq~}z?rY-"kCxk]垫L88D @ӦgvЧfG Ey򫖷і>0c u}mXD{v<* Yw&kY4Sp+Kdב"'$ nH Sq+ګQ2$J(wҗ^K QSLX!::9q yq;7VC $\nʘgbd-^6l1fyf.:,1JuD@ץ@>:4ue>gBBhޤge#?լcwX'``앃WRlH] 30.>EPMw#J9IV◑4㜧WI]n`,33'fiqRMH7Xo-Naѕ|0`x_ ҖRczN3.h7*9|Y`ϞF)4GܠSn* vC\\򡫡pԷi_x^g|A&7ڪ$rŋ v9?[DZR访-q Zm*AA0%Lއjߊs^/أVsM&mT( Bwi}O>+ ݁W "**P. V5k)1zWp0R@*45 a3PgI%{3._ !̥$C?>b.{oLCNl֬&M2zZW뚐N' 4gxP,?/cM {Ac1lG1rʏ"0K!аr&V Ϙq? 4KRb=EԦôJns)N{T M'>ӊ'z|nֺnoElrre-ʌFE_y̏~," j+֩H`9܄ f7 zqhrv$<V;Zuwf^!%D$7cphcG %X]sz3'BG gHbFn%HLY%sN v<~Y'F5l)rXSIZo l>ιV˟jn}PkWrO#޲V'DH-v'@ R@'2KK/Y5Һ7%{X:VluݹI`G~s$o8+j FnLٮ 3.l ^~?V2̓hw:4 P <Է%6XMH<[].ЖA)k8!UNڼ-XR?KJaw#o 7H&Sfnz֥39C6 \u]=õˬ ;/كQ0 ُc`Dk¿@ֺ' E x vW[`:cdc1 vʐIƵRZYkI 퍧>yG\hQlk1nG߶kCZT>eJ5&&qF8ZmȣL@ދ+AD]'%gP$uin[Ej/!SrxC X o<7n.J~|u[Qy״N< (` -AR"U]mhU81;28@e UCiY)& 0Vn&椇 h(E$P.A8:q`$D1ї͂a1Y9 @j7Odf9k1lO!ZO81(L)I-qêYnA\Rm+9 {5N %Ǥ*byvDPYoXA|CeDM♩lڢ,žEd!`dn;Ў`A.p?G{Fkm \*d#yO^}ybϋn`/++q}bXzBKO"e| :G&&xwHQ ]%`bJVLJӗ4θb ާWhtdbL=08M""WmǜkbB=Pz^]w!6'7u_ʐ%IJgW9-_fjwR&7(ӛR}=*AmPݮ@dؠC51/BkK[`2bzgw4Ƨ6x|p`<+>Ҕ%D0vIGp)F/ Cv p a|=_Wo*2ߞz-Oecp]U_ᠯ$tx &8[?)8$ノ`''Z'1(ZCmkoqi{2'f'MX1|~[N!#6Kcy ՘Ӡ<{3/F!KKm̎Ss&ꤝ)t (C2+zؿȫje1)3V:z]}xM4ǭ"mꚥ_F."u9fDCOKIpY9Cܟk= ]YѪҁ&oâ%`xތ~Kk怺tIh`v`;/|AI:z7$4FÛqi x?-, M-,p]Wˮc$Hn;&z,ɞdo՘!2~PbUT2c46Ѣ3/}}J{0 }{XSaP*#iքwql4Hk$0bXnbGA?x&%3@Ϩ:ެ8^΋WL0ZkdpՌ!4~\#G0"[cBTvP)(anYC ;sC'gMUzf KUDm])@S'6DXJ T8OM6UhϘGGlR lRM_L[f̱j[A |0.Rz1faWdY h(SUYո;zEs-- m\0((o;[vMۋ_ )D{r僉T&P8g|dXB| Xq8I=pXC0DEʌ#/>ȟVoN y>ԂT3}Jzѥ:ŐdL߰/C<Ҿ,;Ʌ H̀)[K+N{e ISp$\GveQX͠?a{җ/,_Pљ qK6Yq>t3<\qplm]Դ^ C7@[⊋\&I7&v+.Шg%mt̐!S2÷&9A ڰ] ߍ%[ݡЇ;v,Rinhb6~.L*nu;\=s~1a{40ʻ] ө Yoլ #8,G9T՛]jNQSz8A PSVYt:Edt OUՉc"8pVqam Bx! /$esJ$$ 1YoDY5D6a<\gr?lC|T3 шbӕfd)C gȯS@5re~~)14MV B~, sn}͐#RwȇEpdUj%ٷ¯*ǰXWaiZYp7"4W:L4klc@D~ YnUώb|t,?u*A](6qPxA4zb>ȱM,yG !H>| "<ц(NAoAFNۊ}'3O$P}ZU5׷cI\π*W).{BŤ&@D잺/y ejs?~rVB0Je eDuno^H!wvJ+W"N [~Z8ND|9S 4_Qb`K*Nٟ~O`2oKU1Gi%ϢcH2F`-+aXvLj6J+_q4o;gCսѹz:!zBFCR^0l"4y[6adZz3OXG>+M~70g"M{v̮c</4ة>X?OJժ%zL@@8,k.)Ы )ʄ5/*4u}p;7~au5 eZ),&8?ϚXf_p7ɱs>ϷJCK Pgx舒.;z1 ,oLp/4kSع{7C57Bt&jf=judۏ-L7S@o1C4[ͼ.;T^a,#-G BZfOcA67ۆpAR?94ߧ.z!*ѱcf8!hJjjp5 i?>?r +IW-7G,aR?,Ƕ'fXĊkMFAwׇgti >&qNz$&ǫ~Vr6QLo% ќ|GAh:ד]ĥКYUIӄgx_M#㟋}kzSTiH5D H9w~~6 LLHgZ$:fǶۣ9W$jȬ&" 7@_D3<փ >ay.u us$khDL`Rg]Ͼb*tI_0nV:̊~u/ x9u<]eSwB:Ly "/"vj{: B*yhL<$Y,s5RHTQHˋ ^Pv6v+ sFV\ \9[2zqa;MmTiwիGi%'UXu۳<򩕐o{)>8-ɪ!1JQyr,vl6m+,a$*Mơ\ڎ6r$o $ alH=G]+8u6Iծ-vfNWjDr0: \/DI -w('$ݞʈA[z8H_ԫH<%:t5_X TV*.DE0U߹u69-*K'L=""`DXFʠܡJd{Ч󈄢,sjy#7充07JO@]{ձ:-q. ҁu% /(."l Ҡ%qJ|onK;\ݶ !b )&@Ho玵Na#E1|^e?E/$+jZQEVBwkv(Mڭ E٬H,}qy0d-ZcLOkG6',s*jϚٸ= Ů2=L=ny./nJ]!}O{PK.UyRe ~,n_S<Ʃ#lkd"fQ]V!iKtr?62K<'L^5cA QL}xcS CyQn#}B(Y<@h5>[4!-?~cSH pÒM?,>{w\ުűq-N5.".0 doG0jfl;i{XFp-kxmd\ $^\~Z+ܰ)`pZv1}=" S ꏩ6BY8hڐ9Y0ۛle*.3CnSP}KF=VJϒ+0C K㌮0UzoeP-@e_iynԜ..]W!et!,|rګ^Qgm hJʾI֎jhBhtX=<ӋFV_ яXd eA6U!V`gh­J/|R(EAn5:hEDˋ Ā6ycqm.}Uo:v}c#IDˑ؎N'*S]7O6H TMw2߹jo+QDNJvv)k᤿\-/vf|>f`ƻ'%G(u%U>!c hо;s(0ϕ$:9@8d;Io`x; j-y9UR¼]2"8Qxc $Q y'S=oeZ DhL*`HcHee/d&}Nf ::f"4 ߽fX$o):/P5rЏkD#N%  < )Gݜ$Z]3 %;Jh(].?*;"jH=JDzv"X>}iTD@Sfte+cN0_?oԭTN/s'zݒrM WqFŌdb ۆUЕLz,Xr;zn rn[oAcn8r!(~G8]Ze7>,PNHG wYàe;WVh+!E ;..v泾lU,xUQ8v(?ֻQ _[ pС6` E)d|^D:"ɻNfJ[E.ŜZv ϴĿ\׊VjR` #V_:w$[O>:r2z\6|1"uKayB^L̸K0(CȖqpoo/)qWTOޥ_ƨ N˝ `#Ul{/k-Z`N_W`vLqNO.9d£!Y6sn*ǔqO/fu+|3ޕv[Wb)*L4K XB` 衝!nO!t?Q7?'e0 gAϤIHOګ7yyCn`hl YEp( > 3I؈'Yrism1uc1fLR-#δᯘt*|yFRP2 vHܣ1b ~ޤvܢ\rc8 YZ