nautilus-open-terminal-0.17-2.6>t  DH`pJ:/=„]/`vE;۩O\f\ڢ ,#GtTHPU)p!<ݘ̘+3plnq9 DBvIF#%Mga W$B^yM |3Vc N l=a _~4n,+$Ls_26ad0ab2586ac7d4ced0a19e19901b89d2b6c46bÉJ:/=„no oz?3n[ԚN~HEʋ<H!cPd{PG?9(AY]R^CpS/o"~'U |(A0# Z˪ę<1M3QA˫"m.ew_xOhG߻=oA\)f^ЇA̝ $Bem"l䚉kC-LeQJȇT96\ӀөP>;&?&d " 9 -iot       8  A  L p     l  ^( 8 9 : =h?pFxG H I XY\ ] $ ^ b!'c!d"e"f"!l"#z"3"C&Cnautilus-open-terminal0.172.6Nautilus Open TerminalNautilus extension that allows you to open a terminal in arbitrary local folders. Authors: -------- Christian Neumair Jbuild32openSUSE 11.2openSUSEGPL v2 or laterhttp://bugs.opensuse.orgSystem/GUI/GNOMEhttp://manny.cluecoder.org/packages/nautilus-open-terminal/linuxi586mkdir -p usr/share/gconf/schemas/outdated if test -f usr/share/gconf/schemas/nautilus-open-terminal.schemas ; then ln -f usr/share/gconf/schemas/nautilus-open-terminal.schemas usr/share/gconf/schemas/outdated/ else # Migration from /etc/gconf/schemas to /usr/share/gconf/schemas. Can be removed for openSUSE 12.2 if test -f etc/gconf/schemas/nautilus-open-terminal.schemas ; then # We do cp instead of ln since /usr and /etc might be on different partitions cp etc/gconf/schemas/nautilus-open-terminal.schemas usr/share/gconf/schemas/outdated/ fi fi if test "$1" == "0"; then if test -x usr/bin/gconftool-2 ; then export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source` fi if test -x usr/bin/gconftool-2 ; then if test -f usr/share/gconf/schemas/outdated/nautilus-open-terminal.schemas ; then usr/bin/gconftool-2 --makefile-uninstall-rule usr/share/gconf/schemas/outdated/nautilus-open-terminal.schemas >/dev/null elif test -f usr/share/gconf/schemas/nautilus-open-terminal.schemas ; then usr/bin/gconftool-2 --makefile-uninstall-rule usr/share/gconf/schemas/nautilus-open-terminal.schemas >/dev/null fi fi rm -f usr/share/gconf/schemas/outdated/nautilus-open-terminal.schemas rmdir usr/share/gconf/schemas/outdated 2>/dev/null || true fi F'K.nCA큤JJJvzJvJvzJ~nJvzJvzJ24b335fb6a12b4e2cba194df29de6149007d830c6d0ebcc0cc4c2a033d7368fbd32239bcb673463ab874e80d47fae50469ad806df0f0e1b69bb29b0cf7050ad6bda9527e14b7c1b107eb5f84317a6a84c02e6f2576ecd0e6b8bf2a90b806472a3e3512ba650a7a6342f0a5f96dd6cc29c828ddefaf441a1c5925ee5a74974769rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnautilus-open-terminal-0.17-2.6.src.rpmlibnautilus-open-terminal.sonautilus-open-terminalnautilus-open-terminal(x86-32)    @@@@@@@@@@@@ nautilus-open-terminal-lang/usr/bin/gconftool-2coreutilsdiffutils/bin/sh/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libgconf-2.so.4libgdk-x11-2.0.so.0libgio-2.0.so.0libglib-2.0.so.0libgnome-desktop-2.so.11libgobject-2.0.so.0libgtk-x11-2.0.so.0libnautilus-extension.so.1rpmlib(PayloadIsLzma)0.174.0-13.0.4-14.4.6-14.7.1J~@Jx"Jv@JJMIU@I=@I|T@Ik0I:i@GƢ@GJG@F^EE@vuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.comsbrabec@suse.czvuntz@novell.comvuntz@novell.commauro@suse.de mauro@suse.dejpr@suse.demaw@suse.desbrabec@suse.czmaw@suse.desbrabec@suse.czjhargadon@suse.de- Update to version 0.17: + Fixes - Remote SSH terminal: Work correctly with non-standard SSH ports.- Update to version 0.16: + Fixes - Do not always show Midnight Commander item for directories with local back-mapping, which was the case due to a wrong logical expression. - Changes from version 0.15: + Fixes - Properly append terminal items for desktop and remote non-SSH locations which can be mapped back to ~/.gvfs. - Offer Midnight Commander item for the desktop, if it is identical to the home directory or n-o-t is configured to open the home directory.- Update to version 0.14: + Fixes - Use exec() to replace the helper sh shell with the actual $SHELL. This should fix the close warning message people encounter. Requires mainstream testing, since it might cause issues with some shells. - Only add "Open in Local Terminal" item for remote locations if ~/.gvfs back-mapping is actually available. - Properly escape remote SSH paths with g_shell_quote() instead of just nesting "" and '' quotes. Fixes bgo#583120. + Build - Various Include fixes. - Actually get rid of eel dependency. - Drop nautilus-open-terminal-eel.patch: fixed upstream. - Drop nautilus-open-terminal-gcc.patch: fixed upstream.- Update to version 0.13: + Features - Only offer to open a local terminal for remote locations if path back-mapping to ~/.gvfs is possible, i.e. if GVFS was compiled with FUSE support. + Fixes / Build - Fix double-free when opening terminal on the desktop. - Use custom SFTP URI parser, and get rid of GnomeVFS dependency, lp#333462. - Remove gnome-vfs2-devel BuildRequires.- Update to version 0.12: + Remote SSH terminal: Work correctly with non-standard SSH ports manually defined in ~/.ssh/config. - Changes from version 0.11: + Do not depend on eel anymore, because it is linked statically into Nautilus. Instead, import the required eel terminal launch helpers. + Explicitly depend on gconf. - Changes from version 0.10: + Features - Respect terminal lockdown + Fixes - Do not run terminal commands ourselves, but use eel_gnome_open_terminal_on_screen(). - Never cwd() to the destination directory, but call cd inside the terminal. Fixes issues where media was prevented from unmounting. - Do not weak-ref GConf client. Fixes crashes and assertion failures on Nautilus shutdown. - Change "Open in Terminal" accelerator to "e", for not conflicting with "New Tab" (lp#304647) - Lower-case "in" of "Open in Terminal" - Compiler fixes in get_terminal_file_info() + Build - Depend on eel, gio, gnome-vfs and recent glib - Use po/LINGUAS for internationalisation + Updated translations - Remove non-upstream translations. - Drop nautilus-open-terminal-lockdown.patch: fixed upstream. - Drop nautilus-open-terminal-gcc-43.patch: fixed upstream. - Drop nautilus-open-terminal-gnome-vfs-dep.patch: fixed upstream. - Add nautilus-open-terminal-eel.patch to fix the code to actually build. - Remove AutoReqProv: it's default now. - Do not call autoreconf anymore.- Added support for translation-update-upstream (FATE#301344).- Use sr@latin instead of sr@Latn.- Add nautilus-open-terminal-gnome-vfs-dep.patch to check for gnome-vfs. Fix the build.- Translations update.- Translation update.-Update to 0.9 * Use GIO instead of GnomeVFS. * Add GConf key for deciding whether right-clicking the desktop opens home directory or desktop directory. Use g_get_user_special_dir() to determine the desktop directory, and falls back to ~/Desktop (#468955). * Use remote $SHELL instead of /bin/sh for SFTP terminals. * Use Nautilus extension directory from libnautilus-extension.pc * Fix bug where an empty terminal "exec" GConf key wasn't handled properly (launchpad #133837). * Reference file info when creating terminal icon (GNOME #519111). * Depend on Nautilus 2.17.2 * Use activation URI of selected files for determining URI. This allows to use the extension for your Desktop bookmarks. * Also deal with "ssh" URIs and treat them like "sftp" URIs. * Use open() and cwd() to switch directries. Should fix troubles with blocked media ejection. * Translations -Remove nautilus-open-terminal-decl.patch, the code was fixed to remove the warning -Remove nautilus-open-terminal-fix-freeze.patch, it was upstreamed- Add nautilus-open-terminal-fix-freeze.patch (#334400).- Removed bogus dependency on mDNSResponder.- Use %fdupes - Split off a -lang subpackage.- Prefix changed to /usr. - Spec file cleanup.- update to version 0.7 - Remove unused declaration - setenv DISPLAY before spawning child processes, unset it afterwards - New and updated translations/bin/sh/bin/shbuild32 12561830280.17-2.60.17-2.6libnautilus-open-terminal.sonautilus-open-terminalAUTHORSCOPYINGChangeLogNEWSREADMETODOnautilus-open-terminal.schemas/usr/lib/nautilus/extensions-2.0//usr/share/doc/packages//usr/share/doc/packages/nautilus-open-terminal//usr/share/gconf/schemas/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/ac53b91f472994c5b10040d038f74682-nautilus-open-terminalcpiolzma2i586-suse-linuxIêTnw9gbOexport GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source` INSTALL_SCHEMA_FILES= UNINSTALL_SCHEMA_FILES= if test -f usr/share/gconf/schemas/outdated/nautilus-open-terminal.schemas; then cmp --quiet usr/share/gconf/schemas/outdated/nautilus-open-terminal.schemas usr/share/gconf/schemas/nautilus-open-terminal.schemas if test $? != 0; then UNINSTALL_SCHEMA_FILES="$UNINSTALL_SCHEMA_FILES usr/share/gconf/schemas/outdated/nautilus-open-terminal.schemas" INSTALL_SCHEMA_FILES="$INSTALL_SCHEMA_FILES usr/share/gconf/schemas/nautilus-open-terminal.schemas" else rm -f usr/share/gconf/schemas/outdated/nautilus-open-terminal.schemas fi else INSTALL_SCHEMA_FILES="$INSTALL_SCHEMA_FILES usr/share/gconf/schemas/nautilus-open-terminal.schemas" fi if test "x$UNINSTALL_SCHEMA_FILES" != "x"; then usr/bin/gconftool-2 --makefile-uninstall-rule $UNINSTALL_SCHEMA_FILES >/dev/null rm -f $UNINSTALL_SCHEMA_FILES fi if test "x$INSTALL_SCHEMA_FILES" != "x"; then usr/bin/gconftool-2 --makefile-install-rule $INSTALL_SCHEMA_FILES >/dev/null fi rmdir usr/share/gconf/schemas/outdated 2>/dev/null || true /bin/sh?P] b2-@Y(e e#s(mB{=E#3n EąD:=Oy,I#dQMnbnЮ\}(R5Tá' wjv+nε>!Irf!0(A-lxF 3#US`?m}c_ae3>[kXwٜkUL5 D^_#x wy Z}⯏rg%oFp{a5}P+,Vw @vSA~)HID4u"kF[V=끏Kx{x:) hg)]Ĵhw M l` -0Vxҭ\vPqُzHxgY#Jy=)`̴2"˅'ʛc4 VNѬ\PI]J "^709IJ%5Dumq;xd?037Xh_sN8]Gf<{,uA {-;mWxHnD<<\ăe?s8JVtCR'CP賏G]t>^O9>ѣyeH]$(tpxV&$lY mGvݾ 7H_ν6S]1 }-%XCs ¬j1=*4_^c-PFrU qK?b`l.g$֫Z=ȊEFdl0i܀Y,3AR!4yx&k!QWqTDק)5Q6Ӄ~?.GS@'s ?tܗ[r>=*G}sB hTKڴ[WUvX! wn=rDNl7uZnΡ,ܦ@~'w Т<ÙS6Rao1(!-R<ؓQv,+cM:Cc&F76Y>C6p͟ۈe~iȂnt 9gc;攣E)({vLWicQIgUP%妐%ףl gSm&>hӯ,"G3~U= nPMm- \; (̰ͮ{~>W/!FhGج?𛅠d1Kp%`h ;nǟr;Ҫ pEhV/yl|$%REzT)BʽMӏd|o0LtO<}^#fk48-T+H]qt)rU.ՍMxߘv;^rR =2%'O1ęŃjԼ7P,X0WW/!nm<֛aYH.n# (3 X:Vƀ6ΜNUa82Ȓ:A4{^JgHg*֮I6"4QOD(~LA06S;d2e!oȂs~u "-J=-`db4jG(8nG-XtwQc >Y?,IٷJV,>̾pJ61yv_*>T5:L-k"^<]&Qx/g ]^ lo!1*%))׼{Cu\Ct89qt}eN_B+wQ,/x&Zd焯AIz=Qc`ǺǘYѺs:@y38)x;BeaMfnwCWNH4KdE' 99LW DŽgm6BhڕbG2g>*LM1Pڝ3D^v".3\95_f8hbG f{ e3_r+4ENNMS NLS6mQiywq]3!m c$m ;ZۙZXTn8ԕiB<ʼh2wWlIČܢDaDY+6l)}6v:&e?;yɢ*BWf\MKIRBh!͇&plFxZJVq]->t/P 6;J!h&^UW'ѩ](rXGz2VzB5b5|w֣FkjX\!lx5:0uv~RV2U~dMs իFU4OyP`q[CcQW> _z୦>FVtԼAKtkkn=_(;1&3O?ƿ2ay^yV?/WhbBׅ} k ҋh_u 4-^rV:_nQ]?ڋ]vMs1‚Qgͳ\?]Abt zA(Sٵ `&/c,A8aS|Ao A w} LBn)&=W0xd^dQf텋9N;,s2qNg[xͿPaW1KuW 2"0ƸS1\.ð$P)3tCOq$ /g@E2sW]QNlf y-j\`Si5 c7D% 2tV\ A/0jH^L)UHX@J1xdĀn>lNǪg\\yu%,o3k_9m 6u+N_9ΠH f&.àȥfMq{>yR!bw5Mgw@wsXƪ71_f" NVpm+Q]υv#4Q":\Rx?5 Vc7g{ B/~kS/1Xb4H@`U*Dz*cIKc85N[X ˖J[LJ v7U(Xl\~ IhXCm,_b]~Ȝ"*iPYiX] &,Jed11\W&u,_|ap>8d1A }Chv7K td>Xq ҝJٝ2(o wQBЦnn֯ZҲ+٪QmXރ, +7y)N,i-pZ9&-1p,MdMSoB@n.gpt. }ר>`a{5jl:]C[{ߊx>4,DeRJx r!?G:P=ev/c6$Zc,U6"hhXjhAaW@c`D'b ZK S|lγD(=}6ڭ|>Mj!=<#@llI<̉VRFExjqƛDХ\}1v #ldq́f۴!J5s{v$k~:Oo`O*E\m"jX+lk=)ԇ|8 ,؇$ ߄.§?W`LH?!xY$d\O@>ML]Fv%*LĒ9ʝp1yqR|mӫh!N?85@E$F8Rɤ ?iy` oRu%vpZ2 ?K6^' O[k1\A g @6_RB*#UP ('pr0@H E7lIE%/O@N + dd2hjK(S4[#GO t粬eyYG>nBbKSt5ف"ZFʪ[ aNIE-:q~ճJYx âg1"U.ξ{[H9\>=PRj^*%ܦKŤn⣙bZhzH$1MdA,[6l~yb l* !+5/ UR5w,Bjs۽6I#*7[Mڋf#Ӡ(?R\QDB _bqyY񘳫 ~r_EFVy3iXLO~+XpDGրl Ջ`+jm '۞X[GxjrNn{5׀7){^0\gp4fUYZI+,l1bO1BR)!3·E`j$` i+mkK ct>uVf֎Z~ѣ#Ƙ3v4 _: >/|[^k@k[⼇h C4mՔYNKJ)wU$h_n)=E^5:tj22I5tІzHtvv#DMxx ASS-@tnp*g#Ew-asH"d">[1(\esmY4>Kչ2X:t?P~XZgun j3~.等 [AP?4 +I&uSui2Zh;8t9"~bH1N:I~ܳ?_(2P3 }%Qm5ԖwbHg̻~ɕeަO/w)TTdQeOfjBչ3H`+N3't2H.^0kC aG?3:P ;ˮ8g۟˳=x 'eŨɆn7 8RsaZML_ J{-Vu/ck.@J,]&GD9-aZEBg%6#Nue6uK~D˛8 A/6b穬e)cHlk%k: SyTa~bq/Սh;eܫOo-MP8)Ax#5iIs$F4%#DKѠ0_ Rs> La#ܝ.=48pmG5<3`SZigt Q7·/`JgSms˽'Tͪbl4h T_URQAs"Cnޞ8d |†+>lcS@N饬>ϥiq=+'@6]񂊴"o"X.R[ YgPRtEhݙ>0 `~n!"XFk 5' %cjE$J1b}0Q UnܢHyQ!4^ ]Ɣ@3G+iҮ ++F' K!-S9 Lϟ3PLjkD|߉bڳߚ\鈃Q87[';:X\8BqH˴L,h-_inၘU!ٞ %9LuA &_@wORE˝k-d*X=JF=yܪlȔg U2VQ1Oh Be %oRH(]T3xD,NnaW0!#ќٲYa:u8b`f?a =EJx/ 9LS\pdI;,D/;#,#Y~wЊTgMIהk?+Ykjf ǔMnq0=L4s>To!꯭J/bfMD" ~|p @r}tLp 6 q+3UEu Uk>o=x_B DhRCa' 5ʀz9'DwWՑt}]E2f0 dZ|s8v2߇-?oy5?yyFz/أ=c-,^%ɧr%&#'b 0 yR5tu g^]`bFn?b #AV|;l$c/%M6V$.1>_XA2 #@Xn! rFZbV3 G/@ӳA7\Ge#諒29q7n,m ev,2Pj7 ۾K:::0lda+ߝp2sIfX~jЩJ2{!g_~fwyS" ST Ψ58΀= VBKvlXc%o6\I)'`%V!M A-:BR1\ry3G*gYli|rH&'<5t'pf_{*頜6Sz ݁s!NPI–;|ȅCUjYg}vJW8w-R$sZ`8iaxB.XVQ&|~6/)DrP9y'+5>U,۷c}#:ujCȧ; ?FTԍI"tgRݬpJq!ۋ )f;΀?a@4\("E+$#*Ӆy'|`r" )B &tb =]3 u./OI32 6MoLƿu9yi=@;18{;S}=Ee$;z^ߩgm&CJWaӞgUK#^d'Y)GcCC,{'U%͑cEy.^ GF ?՝|BeD|P| P18bTPk!ϼIzԻY3{QBD`U}ETԁ72S#춬\אX }tS|T7Zk[GX8R%@ ALɇ􅃢ޝ_SRָfSi?'GenDl@ ݛF7J yWG3벩VKoC-a;֕R;1gwH|.Ajӭ 99xrG~ xPu_3^G?bȕu%\δ5,rf;5.V{Jx/6~s U1 3OK7cQ' p<[\iXx7'~[lqGQZ*Ԛ !_ eTG OCW2(s$^N+L476`*BËvh1 Pfysfat/R+'b!`4\Z.2>`߬wVtSES.={H8o4> ]F(MFu \AGyR`kZwmYݼ:Zߩor/nBN[+}&j`C6i 6~"p^KLN-;z;Ζ])X8R"/fqvU`J|ِڢ}Ԫ%<&AgKؐGZSkK: |EI.OO9❮p5%ez`Hל`\ v<][ňEjojGK`m3Ìvp7 I:;`U]$Ty`. ([3~9 >5*fvUqoR1jTzk5ۄIޟsgC;|$!]M&i $%R/?l͕jS>Q!=A0KXIn(6͛UBl맺028E r>؄mWO=_V( yz&<bk-ܛ9 iEn%?R\9P#.5a=X ޛxz^D/ДL.; FZ2俄oX$243>@`tS6E7JHE\w_P_ʑӫwHl%W $kty;`;OR0,sRYB+>~%#Y*nO%?8WV@qݎ@7NyBJNW$"gkRth3FW[}PD\Y{~]\haej)i\x]Mp*xh .<ܧS2'V6dj;?R$1h9pڴ\pv W{ ɬH}nJpS%l5܍״+Z ZtikћFo`(B'Hbpv4-~F`yrto`Wodc>:Z?ŮꀥeܜfPui})Ii_ݵa:φBKĀڹb܀BIK-$OqsotoVe@  ӬI5v8?3zEկ~Y]hP@hdn滛cc-R"vEr_x LSTMs$|XB2mK:*V0KS9RűHfgIK +6 4O;Y@ͿJq g7Zɋqiu ȗSROLPAvV arvq}&b 7apq O;֊NeНvL4̩|7 ʐFa.g~CLLQG!ٶ=mzP[hRTX69x)4h8d$37. PQpMX~3j^O]E^޹l%)P;=nqéOɒb'n1_%^4Xߊ ~4vbQ V'Hk-hs֖+OL yVqoq#]XSZ*8D3q]ֶǰ7^siCL]%Ib`LA†ُ0ZEwnv{ óTF{]AQNS5d`3${o`{ueM%7*rvp\ΰOŦ"?Rs vahx5NXD+bO֦wfʹInP 3{n\iui+y%yL "u 8 vѤzonRffzn4RN1h.^$NNm4J4(Hp,{&J2/un5E@뼮!hxyrDi,G;tiJf() BcbYL-7! Rˁa*;uu%at@gRĚ?| =;–D9ܝ| ev4d`k Yr+WhZaM QuZr pr=>aLcob &z;aCerv,&^cy]R СkCUĽbc7[RuA>#u9!ȡ YJ(}aBi;#э"䲣Φ ]8}uc\e=pfw69d2Me(^ےQRb\\^P6k_8WJ0^@3v>~:xۖ5k%_lo`b/b4h3qnCZBz}/\,WCp}z4P_d>WInnUi2XUviZNv*lygi'C_ !6U$X\/1F ,834+p vFSYyX<\A0YyIΐq4c9%#묡: q /d_T `Y;X53X:tvK@fy9VH/AGGUSvAuMQriJt_u%Q1]S, O{l0+V|`c}1ّ8T1"d{~[g[ _JF^2*wHV3qfx :MP4?0GyJb^Wue-\`qOHTm6vR>|!j;@ yJ`ivHǀDhR3jy|ݫ/0 !sp"Djeݝ9Kl\$ Q`c ;68&g*/V Eo·~̗'P S6h.7Qy`,-]D_;?n.d{Y'8V_=g<!z;){%36IlG(i!Y|4GP"ɔW:OpTc|fY}b]~pc"]{$睏_*{C|=?DEH1Ҥ1=1]{[u~\>kN3k&$DhZj/`,X 8E,+Xwe?qԕMY`hVq+k ^@ֻa+9OM|0.S퐽X ˿,~ic֊ G$qXoc=\W @{CoPa`_cCF%$.[wMօrx =<!J' ;nOUrP={b>I S9"]z=zF+w{/ o-`: gLf5 _ɐROPm: WyxG(?9E*gkw5{g!eɝܖ]ߔ:ȦvQܰ)#1@&)כnzqQ,8#4qrJZ*F<7AtȞVl+Ԫf}.k~|39oͷVG?2|@CI Ț*FS,sOTk?HyyCqCNPo4@WC;9|Xzn"^Ccw{ˬ]%l n|+d}E˹ܲ&|,Pů{ *nqK*]HPjSji(`/C(8cj=߷ٍqjܙDylC &C L:Ȇ+a(Hu3^#I=ojfm j~(;(/A^\ 8-Qt|pC-L|x Gg\͖PWwVɨ}bŬP-{Ꚕsh_ʑ,5b˩N_`xs&YV f(ٽz[rS9]عRz9MIDR װ,j2'.rs CD'[$;@xseԌnR,}b+x?#d(, ZF7 K#RC2]+-*wxֻQ5`6qF{ҹ'<=X_2ЅFwhaIUǘ WMB%}q o;t+HbDo>/E!'EBDmXY4m\C$Svخ^,s} JXAZW{2'zG!PImx%O qR;03Ɂ*J:^5)Yspٷޓ+>(5lөДmT6ᤩ:*g.jj%$ݗ?nko$[!/¸Z6?R/ ud!E/FRd>-i}hkR29fp'S7DŽ7ٸiN(:H+ ^ "@J#zM#kb(~dUULhA!nkE 9τ^o$E Q+"]K#دerʴOlïe^֦0QO-BEaG5M> }hA]$k=D)xnk1J϶^g57Dk6y& l<!V\~N 7ӢʾuXOs㗲Sy=,'Fh-Px0;ST,n`vK[o^eW?##A{Iq^SvD#4IYn4;?NhtOTȱ=wPvfjZi'UV1%ۦELN ,%*a 0~+?Rq^HGilù\88ߢבM VdMTѶdOcL!-mqArVG\sK#GAٰew8_kueRHV?k4c[ ~fC ʙ~ժa QsfXB\A[/a62S UBoYawXW+v:NY Nh[tb9]eiBޏp0Z|=Q2-oQP+Ssaцm0b|}z_lEP7Y^\VjS2z9aNv߄7П ۮ(ș8tO]2ژpDVr-Hl*GW+3u$&:RYg&F&LkY$H.gP̗!Cz֣:t䣸io}~y,M2XU.،>]AW/O0 {^jڃCE&i!ٺhS :jgf-ezHxC2ʥn]3rձӱI͑I Oq旊s=(sq;;U%oUI} t.qWwO$$-z,ltaf >YYȯJo=6چ=Gy!t߾M^2-Ք(]T,aZp ,zșLU]+{~ۨX29a譛R%()%$t.dņGp+Nڴ*ia#/yvS7>膭,,52h}aa[5kp? r+e<t gpfs:$ݺXVMlCNyEMJI*dF+`q|)NbL)O5QLS-񆄔{ZN/,? cwCзao?Xyۤ#@Q\nZؾɃ@@^Q2yP;ĥK?˿ZkBZuXv$o)`=jʌ=bh?XfJQ0Jk4 ev}!4s5_axiv/ =8 q 8/OUS+ B|ݦ'lʸ JtRiTh66Wƶs4-n`,cVw7#OPRDU|낢X 'AJVxGvGC\~ģ㐨Ǵ3G* +h{L>3SX[*: 1Ml_fXxk]F2NϖCQM7ARpXW1;20U6#iHNjC|Nx%3^y1? @&8?R5fvBeՓ0]U(dS#wZsnp[WJˇLJG3lH&^8l:-!rޤ 3gF]5JQC߂"8 mR# s69! Z1OUsH%5.(3\iXsWXy] AoO Q6Znڕ~P>#ϸe{'jWwSXbUUr_;RNN;2g'¯7]e{~.7,Ͼ"L!PwZ&g~RRZS=CMګɛ1\`\O_%O@\k ÑFK1$^|wo=P+(2 ^,\ֳ.:罻+Ez福 _(09K :l?B">jZ߼}h&XaiopLmEr8zaBޞ?OA]{C4ŊjЙ FO6.ϚAH~nϡ^]TSMBT[w̢L:O!2+i2gY4,%j_3(Ndum/W.@ЬfXqL*7h3:2bQV'0-Ʋe-9}tc3@l28ն^ʋy \gϘiE09Ͼ{G0qi>в _)c|&_d,H?+nгv9g~1C z*kwP7)7D|SsvT31F'].QvLN"=^WMjC"%(`BLWUkwRډVr46HE)'^_ ASTχ>ٻ-GՎGr oڃ oe=]*N/!n+O-nQ<68VRXXvI0dݾS6;$϶DK\\eV/y?+ZP fRraDwJ~JI!9^:Y@dq9-,;0ߓokɺ ^Wb.:]K}dGf=_I>,xy+R)~L=*i3`j  'K8r%ٮGM3Fx:}]; ]l+M@|f߆~8׏ժ84h2Pջ._]0CztfZA:JH )2;OaGܫ$&7V3"D/^hk'9DH/ۿSFx;R/m&UtEfZ뱪2^cvzmPX>KK&,@3~3 nP7^Մ#^j5FVR+D 6G6Mt$mܞfڵa+CKk#jbW1KBg{lddA^d2u_6>{Z !]@F5ï7Zp_ۼ>78Q1 d(Gx F'yO\@(Ɋy\?NvrM1'DV[3OWVKcvbY}NRэvs\VS_bv#GrcͰV" H6si&v4'I>5@)ۆ\ǖ{h2Ĵk2`S`=O"Lzi9P-Ot숍Fpyt--/;MN ͣߗU y;$xP9FJ顄yxy$1Ócn;bGHr(sRr#^=EcSCy/o*7v:$1s)̆&2SyՌ\a`OF"C b.gVƋ]aXAdCGp))bAXћ7G8l#cP͈YbBPu|jKL$}:;h#C̭Ǩ*J:Apr-ZjɊPbq6Nm"^NZSsXJ͂oc{ۈxb >{O5+c~f.Q~k X _c$'V4R#l:67Pn s)d=cųNSya҇2ZZgYJsYpRg iP(,}h(͞έ~2bu!6cMtnm7W (E@^<8Ԭ^ p{ܧdL$kCKxz8ў񏴹F `+@၃nk;@b#࢑ȿI qpJ(!+ݎsooϣr68BvU.X~M f #){L$F2ʏ&nRAK8ۨ ĥ%1]34^m|_@kX́/b D?`g`XcdwjqN2Th % GVuY3*ѭTAFT4I0/k{+def6M[4jl%uq&Wjߝ||?IrHŢ.- 0lT!w)@5^*qy)Lt X]YBB:iCπ3#o6V!}H>lakO)K] ~=2-gWKfƃ LUsJEVW;F adj2!XX;/Vj"lRg<+TLYF߱,&n O&K"Ád;6Ns(Q:Y1IVi Vģ=(Nd,X|mg6 jċp+_kj;ߞ%|aak40;  !|QV߫\ۦe?;vF5eQmbx$ /Xt;}%'z+ħI+ `=ᴖey=bt1nDUSx2KUaV4mzƖU3Ztsgu+f,LqGqJň*QgwX>_ ɗSȚrdV6g085yP"Cuu"'yU6Z]:[T;Y Bzs[Z~ _[+f?TrU DJ n[bJ:(Ehb {i;>\F N]*(}Tvq~Ss;``E/(ax eV+cie,76XzΌqL&;WeNkc@Uu\MS.4WO( ;:=(D08JEUTT= .bO~W1> qT|3Sk|IXpٳٯ]ot;[4ww{w.ڳ ?q)_V/IoUq.7*T¦Pa1Ӎ[tֱ^)⣱z{ zTۜrpċ4Z{fkNI|e8i,7 M.: jɆ-&dE歎.겞2-MMqWcJUKђ84I.{Z18_hp iYzHn^0L.\k;E$yT5ab^HggQJ ը/N'eYi|hWO-8|Ay$VՏ.㛭ݏP9օVC.xrO4 ;|r o[;wɥ;loc OWƯv{GV3e0>lQUXB}PiH ⻷p (Mh0 D,:W;.2 Y(gB\D j㊆~KNWO"A {2r_Tp/A=CYO dKϢc:G قKc֧* .1X0kTPxDJR/cؤÌ㼏x\("vVwCc Xٚ^kgkzC LXNVQb6lbiTSt)ҫEԉJ3E0B޼\Ds> sڎ-]Q|)Y][UR͖Ԓf+ qºfe#h]%"^cjy݉.? TP[M 7dDuҥ VT_ۈ}QdIxFZ|࿎f`'AG gC4ײufcMxRN~{Ico喝.G%Z˗b 1l-.wVua3+pYF8RO4xΡ)3U\y`JKq h2PWRGR1d>.%%)4koF"(ǬĮ7Ct =_UNycgmY;865wi *yS JB0㚚i$q#KjF'1(uF*NHT-ǓDz(lo\fJkH_ c#ʢW&v$D[[vfB`@ QЙ‡#=/(߂8}Ş%ީJ6htU>yB|70Rhao#n@<2$ MS(1c!5z{::(mf5A}ua&^;@ఇQqiMXǦ[ ( 0Ijm_&4k%'n]p"1%PbM3bK~;uNJ*ZeZt?ːt58m(*=Q;-r,A% PHP҃ܲ;&])ZA-wqN߸'釛,;hu~8 E@j*Af4K* VbPv &v OGK @O5K94K r|dl(ZwK^՜ j\ϖ2"Å&4p6,Uw(t h]/fO?4eDa$~IA=5u~kzV~7!9YuZs`xoEbN $&PrܭŤ%5'cR04zJ ctWɛP­ 3^)w#ך RV><T$`sUyn ߗ -RvX7װ2}4܃|X_Lj!!%f+m?)FxqU_&=~dZ#8x]#'pJ2r`̰+L:N_;xUJ=VuDF_CKZj r'PCx)pP: qv +خ;.Hl8}k8&3Bd Oȟ/TrNŸZƪy-F3 RMMYD=v!kŴB9rN#FIh:Y,MSL= fd1>12Yi-օp6% 8СYPTᔯX)98XT٨yMe̓I?UKw’0"rr3hTya/D}@b0^*؄`[^ rKE7eeƚ'3q鉛«K q}q @U@cSvu 7nH )#HfFdhsW#