dialog-debuginfo-1.3-lp152.4.2 >  A ]uǸ/=„d:b m p a8ޜӼ(k,怿a2o`}Ai|mLl.ʺhG\ȼ[ t!@ ʘBu^eDEEcEHpH Pkl`rmf2pz=d9 B ýerΣT#YpA,?,d ! F$2 L^            ( Z  $(8 9 : F&G' H'< I'd X'pY'|\' ]' ^(b)2c)d*9e*>f*Al*Cu*X v*w+ x, y,@z,D,T,X,u,,,,Cdialog-debuginfo1.3lp152.4.2Debug information for package dialogThis package provides debug information for package dialog. Debug information is useful when developing applications that use this package or when debugging this package.]uobs-arm-7%7openSUSE Leap 15.2openSUSELGPL-2.1-onlyhttps://bugs.opensuse.orgDevelopment/Debughttp://invisible-island.net/dialog/linuxaarch64G"XAAAA큤AA큤]u]u]u]u]u]u]u]u]u]u4b35cc4e2f6ed0a674f30f89573e267aa0d80138884aedaf5756bdaf28966963c84fe70ad817fd46b0799026936df40b9ec4ba89e8617acbd92cbc8a817c1bfc../../../../../usr/bin/dialog../../../../../usr/lib/debug/usr/bin/dialog-1.3-lp152.4.2.aarch64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdialog-1.3-lp152.4.2.src.rpmdebuginfo(build-id)dialog-debuginfodialog-debuginfo(aarch-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[ @Y6@XV@V +U_@TE@TT+@R@werner@suse.dempluskal@suse.comp.drouand@gmail.commpluskal@suse.commpluskal@suse.commpluskal@suse.comwerner@suse.dewerner@suse.dep.drouand@gmail.comp.drouand@gmail.com- 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 releaseobs-arm-7 1573156267 8047753522f19756aee7032037240d70d3a308ea1.3-lp152.4.21.3-lp152.4.2debug.build-id8047753522f19756aee7032037240d70d3a308ea47753522f19756aee7032037240d70d3a308ea.debug.dwzdialog-1.3-lp152.4.2.aarch64usrbindialog-1.3-lp152.4.2.aarch64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/80//usr/lib/debug/.dwz//usr/lib/debug/usr//usr/lib/debug/usr/bin/-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:ARM/ports/d744660757d7e14c0678380c9bcb226c-dialogcpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), BuildID[sha1]=2c6e4402efdce4f877b384663e92484aac053412, with debug_info, not strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter *empty*, BuildID[sha1]=8047753522f19756aee7032037240d70d3a308ea, for GNU/Linux 3.7.0, with debug_info, not strippedPaY $;qdialog-debugsource(aarch-64)1.3-lp152.4.2utf-807d1a223479b098cebf776c7204111955137bae846b2d71664c02634677aef88?7zXZ !t/+Y(] crt:bLL F8l^3ϿO-a?(A1sá.idl$vI2TUn !$qqP^ǭjCY^;R!oy{sTg໼@#Z';Ja з&qC2_e!A|w7Zt]M?@*p$NE*JnGNp,PHAh$/UQ7h 팷'.&&6YR ԣvHhJ4;HhNs6G&Yj Zhyl&zedѪ~>ϘF!Żo׮5FO[ن­k/pT3$cOX$#kky%vcȨDz1//ҪOʙ_]KP]-CF)B#̽x-}e4Ŵo_nFAO1aQFskY !,_o@$ybmWijr5V8"D@zʈͦoy ؀s6$_791a;Eo}>a( buf~Pb)'.ODGЦzq㯔.:ȕ]?N# )* .83!K.etZ{nS66VcY02M`TGݼ8: L՗. BU\YM3s}' ]JoFNv|3s4y43oP345`"}0 L|I>W3mWT*CX6V#ou5[(>ś5pW:c%Q,Se]Lp=`/ (zy0H fktĤU5GX e @ag 5+*c(r%t*6$@9|_ aLl$cSpu`4rXJ)mpD~)7\Ϗ:Lmfn2{z|0qQ#d#[ T >nWôĞ5DxꞟV(PZDQ9CM;DRUyk>:vQME1xeP1su9mc 4A彐zk7#r pJ.%>rAxބЛцZb&qF^yS 99u>2s84!iz3n2+ lEl W<{aՅOECU (Ht W$I_Y@N=j_%#WLX НC c-/bTpy8/?TBV:3S. g+]A<pL}7z4٪]B?]bC`[!C{5Kf0<ͱ鹣W$ĉUv4|@[Dҭ}8)RǰgLbcD0:Ь(YOe}jd qI͹(yG7༻=[X};M83@Rm`n׌toYtmBe0/hcʵ!:p8oaC/0'<}:zUtA<śܖye3:yJU`I6=7Irr*(왁#u4_sqt1/ޣcIhԻqhSQzQٮ[ٽ(χn .0cnʘB5!vJk˹VCYeAP6leQi CZ}-t|xQyz5wգIN 8։d$M0 -PzQLbfiKcReXݐN5;6W/_ӄ@m@Pv 1 \G {fd R$i!+6&mZg5tvFY1١Lb%3 کD- d;k)(!)Rl(A_488 Tv?ZQPMb;ePȺ`vsqST =ZM WhNX 'ؔ!\(1E~Uhq..P.Rɯu7p^2%Qߗ'%Cc 0 V85-Q ДeƉ`&n->^+b**|s7ޓz>.U2nf7߸wg Y5!^> Xa<.n;!&~1jBgBbXsRN3I7iXpx<oDqL|1~X&>Pu{=flx̨pLN᱙L] hi89vYx_Lwĺ)}bP؊䒻-5M8$7e`W8HћD_8}xrfڏ* c^xGxʹX%rkS"XËsˠo(%]QDsWtGtT"zU\"v*8}ӢK>NeXd+9Jˇpt3 #15msݱkwSde܇X2dܥ.b0w2UGPfͭjOtmRñOc#)UĿNLrnGBߤ[IwV65f'ث*U_KS<*J!q#tP1BG:zà wƇO}ä3(mWծb󠔥{ _8h.sG~P D/\3|]ĽlR'JٓI$B Deߐ>l~>۠[gmriUA8\Gی'?l`Թ3 8@*. cu%07HܼPEd/aǘ/"EFԖ,/BgYbfIΟ7%=wA#(Xy +[{,K`h$<~]!k~w]nH&_$u0.@ ˘,NpK`Lb;5SW/ePZ m9Gzəۦ+WJKccwr<5&is{ūaQ$56:C{ A {g[\Ѐ3qXg"FiKOljlvP̒>XSc pQ9S.рN,0^ޫ=CQ% y)Z5Xcᕛ>'#b~~!#8aE}UFw-{{(fdQ YRF,oҹR@ pMINJo*ۡ@o-~{8@n6 c)ָ˱b%ot?pL =W3pw3M@#u?Ydne=Tty}䷯'u>Vk=*efp_ E#]wdb.pnͣnB%1QCK]q"{ r-[YZ@CS.e.'{ꘚM #ī^=΂.@E) K>x*sB<^ Ht>8q=M8 q/X"SMVY(7f)^DP4.M].L ^pN|]Y[`70*##-Te3iTʉJҕM~r?GZfMq}dxbn$Ne=\Ɠhy?NO@KyZ9 lǬamZn]u~::Z3ȃHyz8{ jg|A I\/gn7ƲXLtR"k_ u1$D+;|HGQwjoW /q3 7_PB?%L58ӀZBٿY+gb.H Q,+0jpɫt\vęGdW/'/?d{ ^]wb\"-Z!,ji6X|˪?==3{g;kQٛ)s_TR# wqhE W^⧐bjQ!:z^G›:$uR>;!llFKN.҅H' E}@(-:PҝJ!p)!`ى,m@>_]zun)\GV#ς) B p(<*`ҵ< ZcU^{5r CPW"?иiu S>H+c5{]^C50tC`6>fͥɝV@zR?z{>W6QtG Z59)$9 ڲ`!v4;οï6F>XlZ"ޜrx0˥邑} 4%* /o >IIPdeEѸ[Щ~_̙ޤ[ g${q9Zmvv-+3b[h&N*DbVKe,u>OTXf|J;HX*4blv]¾Ipl9mx&U1=8JE)8Zkvs:H[iul Φ"K p/\2t3UJ⮏Y[n^X'#-DSʍeEVz3~F7k$:I*n/<DtF>:=Dk9IEczvW2Ӱ@56G-e4^= ja,wр_8 i&Vq XT&*ZU_Z~^2Aˋb8XX'k@7d ;V^;>5osqC칳Enn9an55Qc<3Km򙫭@ŷK G z5܁&"Cy[p0v@3z.u$IshyJف$xцgVd" d“kk.϶ſ.(^st|p2=csiEowu@mOwh&L8s\}9pܘ?q.IL_{L`klz̏n%,WFQ 4VVn!+ʯ=ƶǿ׋,a9d2FGw=cJ9V{&<ϩ Q Ey;~լvZ$^7ޟ[K6_Z%P3.-̌n(r-YVŮsbA(Hy2m0Ml*cO'_W@a~VKc#˷_P#u_"ZЊ^J(bb" Ce{Wٓ5>?z+h UrK9]RDsO8VQ6.ɉC$&l뻽?.$Mmw}"WOu>Ũ6ٌZx9}Ss[g#9,QGP` 4pOKj{VhkYtT(BU:$+ث&bIO- h讼WpyT[# |2'Մ]"Ήhoj-V֣ vmƱ&Mz0O2S+P(Jp' k K:R?O["D0ڈBǁ/p=YXym D9?Q L ,ǹJٍ!ġJqݷeG z泹Tݡ'n17X$_@$FUc*-yˇGǚ 4`A9<}~^+ q}ytkq/OWU;U_2ngbFK0KI$ld[p/kEY*dDs1ٔg%~`<%𾺁#E*=EyeFx:i818Q\ً w4(o75-%Uī%) hy|)8g$So1 jjAmے c| HqKr^0:[Z4,D=ccgCޢfA۾iD:Zsp} +rPzފo\՛-Rd/2&2PT2b3Kih f, '1aq ɿbqQ7$] tc+^QU$téVcoS}%#d+1`xg]HKp.LZ- \߼oAˢY*q|I 6X@}z5䚆2;Iێ@K'x`{\eJ"҅"Ύ&>!,)]eƟՙ~ RYں',]# 1/l뀁᳠JOm)}вvʴ/&®W &llk70c'fܥ ӄᵋE/ꫳ!d@[AWAj4FN9,K/nt^Ew`>/|%^^wG`7>]`v _ioYCD,NM 2e.J:%e+qH.3%#.OaoUn"y C+!{5^:)KHl²"}|HU|hz"omoNW-]nmVd"$GR6BjNEwY_{ygO`Ď9j)-SG^%*/A .ۘsoj ^#aW"*^ }Ed'/L6y*$&N=~G blIKP3 buM_[ØBTJt*_`oJ7ǺTsܚ[tH?ةCRp -6` .pk{qwCI" ӜH.X;'E@EiRɲMrʶ =`eʏ~Ԁr!qL1|NyXfށXh$is$`X|R d0Bj?kH{Ms49%ar6(>M%_7݁/ zTbׯBdqEH-C};`={j4Yq? Ag 0P?ֹ̚BK4 ,'gmgXp @̌u ,`R}=ufWG"s7r4w1~*@LLz_7eb;.7\҂-7l>>a'M+7xV](.Gy}ޕN^ I -܆Zi| pTs:(yEDrEA;ӽߒE Vj[RBs7]"rbcPU~^jP&f! 7@M1SMdB9J6v˝tJ:DLd+ÆhM^xZQHWNOTJ<9'B.Q37u}cnn-Vh& -= IQq306dj3V9ũ\1z}O{&Ve#wo.@e;8, gn??6X*Գ<״{l$/KA;cv)~̸_5]LʸAC޸WpI:iTd,:S!{ o3Km 'r!2Q!AMAȑOJ]EnhLn ~KJ`j$s)(qo6 U ,hO㿉{\D"Wو9D֭6cubwJwh~Oiš=j17YM²Fƒ+$!~[}mF//wf}/uqZXۤo8H)2u{/O--miƲc;s<;*hْUjǩծRar Wbr <%,$XFϭW_ ~iHݳI'u0YzIAуxX0wJkXH̍i n:drv5=U"t!Okwu+m{[ 9'[*YvԾSTWsu!iZymAy )?܈X0H9Z;4m_&S$@sZލX] Jnd`:w7 Jpw-f".yZM.eRh|zIo-zP03O/9mYdwYLWaZWM5S;r/%.ﺝd3#\NuNBQ#/,Q 4s/Q^:c5#pfDm oKkA z~dݾ SRy_:̏᪭z%?|eŐr=ΌR =(4 IBTDK] z!B<סH1d6l6Z> +TwB ,smaUr^4dc$M22't p i^N򳰼`GPм=JkaH}:ot,J00"dz אoyaHU-er ~>ͪ*m](R.9q*YӁ:Er 7$tua#-OP*HDRoUރ<%י@}tmG JuǞZE"s+m9ezu1"A#;ʍEa=Pm\sxe#nى*Bs (2@~F_C*k}v!ue%ayK2L+$H\&D,{v0)ѵ.`tMSf}7{ţ@m&z} $~ԭ" cDNj̓L@Yڇsf" {ڈ n D&xs&+3 I5!S.3f׷bl 7 勹p@D hCoy6:L8ɠ 趮^c;IBy]KUJQ y,j}T#)unCKu?8-8dV>vZuaDC'"rϹa~hN`#L_Mˎ$=Ct xg_o]ayXxY1 c>i3 >Hg1!G"'BL4W :*\W\HjSH'fR]08b)W2>Y{o͚ʺ6* .|Tz$Wvw'0X%{uCHHw^Bec-(^2{Y^A/lʅo p9mÛ4.L[Kݴ4*U(֜Kqn.N+$-=CUk`&Nmpi4|Z5̙Gz#tӉb>1F鬼_0fZšd߽vr'Jx:D{܌?`w=4[:;nqA&C_&r61Wn8M.Md]i(ei};#=}Tw1$Ĝ':2#sriªiOlҬXɌ v1';i[ƕ`XұXt酛NG6^@4f׊9( P"Ϊ OvZicUb۸Nj4:8Xѹ\"Eu$YPh?M1z-W8]0yTjBZgYZ)a-3s`@l,53y/! Oq埜q): 7cH}dػ /'f箄:Kـ%~X!b|ϘWq+l` r1'y[.^lrȼt{_VKaDs:W<:J(σ-WGXw^pҨ" ].EizP2T^vA_RE-d<4/*w{^S#SId|f*%^}75hE%L?E˸j;)t0ĚG,~-F~=xg@>^SA VІ5ū`x5DL[$21dxKI|-&y?Pؿس:'BPh4FQ-L@R(GMPy=CoޭN#"(oGۇ26),E]{m- t DGXJ ]@V)c9 ,mA_ HxlmɲA6 R*.3\eݰ1hXDzJP_O8U &\_¬j}Gdro)Imbw FW.+KSFͼ2W)Mծ7]O$ mvPba'jF ΃шApJ3j#lO7遈$IfND " zHIk҇쥻؆7AAb/˝UAB,mɈ[tFH1Q@:I6i{7QǙ0%M a*Y$!?0<]Ud(i6H~6O|޺"?8")p_8xr;!ẖ tLsxt +)N(g|R#uYU7#B:qy%UHLDM~n`+#,ڼVs#oҚ8b>a"V>@wMF9f}'7  #Wj)1-s bL0e|3TL6h( [d&Q |n|ղ˽Gl4E9cﺏJ(oRa\^֏'d W m.khWrS!ZZΓ {Z;|HF蛸uz=6THSxv]' Wo9LN^N0G'zC$x7n6+rռfM=h,:Y> VhB 3 [ xQy8UhLm?Re9pLC:iT3-WԔhOu i77|`^7yj~r`ⲝfLI&:j ݨ8s/ ;;g /j2G / S:M:mܯ*3ڞN/,ƍlNE2DzDhYhgu-VPwpQwX .S ߋ r'Pv^ K( DNV\>'xUv.7Z[ ؀ N N6(bۯVVZsl= F U,aO `Lfw&WF~[^"}V1ہ5Fu]'ǘct{$"]תI`s,fpcuz9fg}dqJxGks#xLElM1I**!< qJ@[ꡨ40TD:G$KóCS<"?Db9`ؐϕ"P))G Tx IPAނ֏J"Ay| `,v$؈!{AҥScׁڟ׀ԋy%!~5Gofy[&wU_L՝jb>%'EI@^(qq,@ѾۻlXu`9茎ϬnNuV[7+xe=s_+pǜF}A 9= -oDÃc=iMeh6B[y ٰ~$!Yp/ i &5J4ujT T6y c ?lwbm0IǜR <%V5x",e,pcm64Qq3dI=:qWv "G=ԫdU.T\>l#(U!XGaG MQ7ŠGb|?<ݢ[]rd'G6I9,I\:j26+Jb9>);Bm$>$yV曇L!0A0mR݅P%:{_sk|;]s8V҆!T6?qU_\++ 7CK"O_le!FI(DŽ(F2*Z4u@ʣH %3k݄j6*1C- PVT+%nY-{ ,H.{#<&ywET~] mFNd?UZn=Zю1XTIW)=0ˠ_DKJO$wo[n0q}=*pIv/MYN<Nj]7]t$a_ɮ7p3 Z-!3:Wg>"XDrgtz`WwxъY{7F.+q`r=>EzR o,ӗE9ZKcw&iˆxM ),yȎP*pa`M7 Z$?Q_::rgߺr-XzQ(wYvu_j1'FEXp[BU-2zopX#p}}%g2Ȉc6ťbʏp `@:1a/tD®e<jCsCa:CQ(jڷ@Fj^@bzxYԧ9Xd6k-V,ĚVblb#0='ckl^*GtN] >{-5Kޥ륭93YϘ{ 7k4VQ7fӽhJeU3.7be?U1-t?"]@F܅MrMCrWȚ3ɽw4Wd>7i`Ti= MtJ0vW^C&|PXX>sdIMO5!k$_zCt6ouYnQJG/eRVw?+##ӭo&_`3 СFmAr 'he!A_YF3]խX=b1#A}"$Ꭷm&'ZmvC<_+(W_&6: YiAL ZĢi4Wz ^I12c'heg&AGyx1h'~i:B`c6גn`cO`(ɛ?s0+xY9Ғ ,ɣH*pjCڂA۟Ȫ4I*Cr8 JNIbhMX=:|>9~=] ͳ>/#K0XFzp!e bt؎]Os:9A@#k[+_ދI_* o6t-LOMt73]t(g+" 8EOs55),k~ټ 9=^Rdb{'[ 8bEyl{[! VtWDL1"/Iu}Rc#ʃ[m}fq;6 6iE,5na4؎ []/(evJ^6F\