duply-2.0.4-lp151.1.1 >  A \N/=„S۟K2\ۯ6R!QIG,S@uFLp7,|`oevOdkq׺CQ V"SRY׌~"=Do]L;łxH#G EvY*&gX+HCR>H>\_+#HV7qN)MlBBE׭[Ώϵ=P=C{NJmwMa;~::I1aEfjKpԋF{KŽ1>p>*4?*$d  F48@DW`m      8LTl(89@:F' G'H'0I'DX'LY'P\'`]'t^'b(c(d)e)f)l)!u)4v)Hw)x)y)z))))* Cduply2.0.4lp151.1.1A frontend for the "duplicity" backup programA shell front end to duplicity that simplifies the usage by managing settings for backup jobs in profiles. It supports executing multiple commands in a batch mode to enable single line cron entries and executes pre/post backup scripts.\Nlamb16dopenSUSE Leap 15.1openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://duply.net/linuxnoarchYMFA큤A큤\N\NZF\NZF586a2014003079deac941b98357df061fdd25c5e0f01f99aec50511b33038d6c824e19bbe2e7e10674480d972d6f6a817b3121a2dc7397445f5639571e1b3e4a8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643rootrootrootrootrootrootrootrootrootrootduply-2.0.4-lp151.1.1.src.rpmduply@    /bin/bashduplicityrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1[]@[5@YW V@S.RQP@Pp@N=@NNu@NK@jengelh@inai.demalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgkruber@zib.dewr@rosenauer.orgmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgjengelh@medozas.demalcolmlewis@opensuse.org- Ensure neutrality of descriptions.- Update to version 2.0.4: + Bugfix 114: "duply usage is not current" wrt. purgeFull/Incr. + Bugfix 115: typo in error message - "Not GPG_KEY entries" should be "No". + Bugfix 117: no duply_ prefix when ARCH_DIR is set in conf. + Occasionally shows negative runtimes, (deb#882159). - Changes from version 2.0.3: +Bugfix: "line 2231: CMDS: bad array subscript".- Update to version 2.0.2: * Bugfix: never insert creds into file:// targets. * Bugfix: avail profiles hint sometimes shortend the names by one char. * Bugfix 108: CMD_NEXT variable should ignore conditional commands (and, or). * Export condition before/after next/prev command as CND_PREV,CND_NEXT now. * Bugfix 97: Unknown command should be ERROR, not WARNING. - Changes from version 2.0.1: * Bugfix 104: Duply 2.0 sets wrong archive dir, --name was always 'duply_'. - Changes from version 2.0: * Made this a major version change, as we broke backward compatibility anyway. If your backend stops working w/ this version create a new profile and export the env vars needed as described in the comments of the conf file directly above the SOURCE setting. * Making sure multi spaces in TARGET survive awk processing. * New env var PROFILE exported to scripts. * Fix 102: expose a unique timestamp variable for pre/post scripts actually a featreq. exporting RUN_START nanosec unix timestamp. * Fix 101: GPG_AGENT_INFO is 'bogus'. * Fix 96: duply cannot handle two consecutive spaces in paths. - Update Copyright year.- Update to version 1.11.3: + Fix wrong "WARNING: No running gpg-agent ..." when sign key was not set. - Changes from version 1.11.2: + Fix "gpg: unsafe" version print out. + Bugfix 91: v1.11 [r47] broke asymmetric encryption when using GPG_KEYS_ENC. + Bugfix 90: S3: TARGET_USER/PASS have no effect, added additional documentation about needed env vars to template conf file. - Changes from version 1.11.1: + Reverted duply's default PYTHON to 'python'. - Changes from version 1.11: + Remove obsolete --ssh-askpass routine. + Add PYTHON conf var to allow global override of used python interpreter. + Enforced usage of "python2" in PATH as default interpreter for internal use _and_ to run duplicity (setup.py changed the shebang to the fixed path /usr/bin/python until 0.7.05, which we circumvent this way). + Feature 36: Support gpg-connect-agent as a means to detect if an agent is running, used gpg-agent for detection though. + Quotewrapped run_cmd parameters to protect it from spaces eg. in TMP path. + Key export routine respects gpg-agent usage now. - Update copyright year. - Add ChangeLog to package.- Update to version 1.10.1: + Bugfix 86: Duply+Swift outputs warning. + Bugfix 87: Swift fails without BACKEND_URL. - Changes from 1.10: + Featreq 36: busybox issues - fix awk, grep version detection, fix grep failure because --color=never switch is unsupported. + Bugfix 81: --exclude-globbing-filelist is deprecated since 0.7.03. + Implemented base-/dirname as bash functions. + Featreq 31 " Support for duplicity Azure backend " - ignored a contributed patch by Scott McKenzie and instead opted for removing almost all code that deals with special env vars required by backends. Adding and modifying these results in too much overhead so I dropped this feature. The future alternative for users is to consult the duplicity manpage and add the needed export definitions to the conf file. Appended a commented example to the template conf below the auth section. - Changes from 1.9.2: + Bugfix: exporting keys with gpg2.1 works now. + Documented GPG_OPTS needed for gpg2.1 to conf template. + Bugfix 82: GREP_OPTIONS=--color=always disrupted time calculation. + Added GPG conf var (see conf template for details). + Added grep version output as it is an integral needed binary. + Added PYTHONPATH printout in version output. - Changes from 1.9.1: + Export CMD_ERR now for scripts to detect if CMD_PREV failed/succeeded. + Bugfix: CMD_PREV contained command even if it was skipped. - Changes from 1.9.0: + Bugfix: env vars were not exported when external script was executable. + Rework GPG_KEY handling, allow virtually anything now (uid, keyid etc.) see gpg manpage, section "How to specify a user ID" let gpg complain when the delivered values are invalid for whatever reason. + Started to rework tmp space checking, exposed folder & writable check. TODO: reimplement enough file space available checking. - Changes from 1.8.0: + Add command verifyPath to expose 'verify --file-to-restore' action. + Add time parameter support to verify command. + Add section time formats to usage output.- Update to version 1.7.4: + remove ubuntu one support, service is discontinued + featreq 31: add authenticated swift (contributed by Justus Seifert) - Update to version 1.7.3: + bugfix: test routines, gpg2 asked for passphrase although GPG_PW was set - Update to version 1.7.2: + bugfix: debian Bug#743190 "duply no longer allows restoration without gpg passphrase in conf file" GPG_AGENT_INFO env var is now needed to trigger --use-agent + bugfix: gpg keyenc test routines didn't work if GPG_PW was not set - Update to version 1.7.1: + bugfix: purge-* commands renamed to purgeFull, purgeIncr due to incompatibility with new minus batch separator - Update to version 1.7.0: + disabled gpg key id plausibility check, too many valid possibilities + featreq 7 "Halt if precondition fails": added and(+), or(-) batch command(separator) support + featreq 26 "pre/post script with shebang line": if a script is flagged executable it's executed in a subshell now as opposed to sourced to bash, which is the default + bugfix: do not check if dpbx, swift credentials are set anymore + bugfix: properly escape profile name, archdir if used as arguments + add DUPL_PRECMD conf setting for use with e.g. trickle- Update to version 1.6.0: + support gs backend + support dropbox backend + add gpg-agent support to gpg test routines + autoenable --use-agent if passwords were not defined in config + GPG_OPTS are now honored everywhere, keyrings or complete gpg homedir can thus be configured to be located anywhere + always import both secret and public key if avail from config profile + new explanatory comments in initial exclude file + bugfix 7: Duply only imports one key at a time - Update to version 1.5.11: + purge-incr command for remove-all-inc-of-but-n-full feature added patch provided by Moritz Augsburger, thanks! + documented version command in man page- Updated to version 1.5.10: + Bugfix: exclude filter failed on ubuntu, mawk w/o posix char class support. + Bugfix: fix url_decoding generally and for python3. + Bugfix 3609075: wrong script results in status line (thx David Epping).- Updated to 1.5.9: + Bugfix 3588926: filter --exclude* params for restore/fetch ate too much. + Restore/fetch now also ignores --include* or --exclude='foobar' - Updates from 1.5.8: + Bugfix 3575487: implement proper cloud files support.- Update to version 1.5.7: + Bugfix 3531450: Cannot use space in target URL (file:///) anymore. - Updates from 1.5.6: + Commands purge, purge-full have no default value anymore for security reasons; instead max value can be given via cmd line or must be set in profile; else an error is shown. + Minor man page modifications - Updates from 1.5.5.5: + Bugfix 3479605: SEL context confused profile folder's permission check. + Colon ':' in url passphrase got ignored, added python driven url_decoding for user & pass to better process special chars.- Update to version 1.5.5.4: + Bugfix 3421268: SFTP passwords from conf ignored and always prompted for. + Add support for separate sign passphrase (needs duplicity 0.6.14+).- Update version to 1.5.5.3: + Bugfix 3416690: repaired preview threw echo1 error. + Fix unknown cmds error usage & friends if more than 2 params were given. - Updates from 1.5.5.2: + Bugfix 3409643: ssh key auth did ask for passphrase (--ssh-askpass ?). + Bugfix: mawk does not support \W and did not split multikey definitions. + All parameters should survive single (') and double (") quotes now.- Remove redundant tags/sections from specfile (cf. packaging guidelines)- Initial build.lamb16 15486485832.0.4-lp151.1.1duplyduplyCHANGELOG.txtduplygpl-2.0.txt/usr/bin//usr/share/doc/packages//usr/share/doc/packages/duply//usr/share/licenses//usr/share/licenses/duply/-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.1/standard/73d4287a19b4b339c16e38e09018e53b-duplycpioxz5noarch-suse-linuxBourne-Again shell script, UTF-8 Unicode text executabledirectoryASCII textRn4 _Z utf-8f86b1dfa0d810602966cea4d79cfe63954ee3f51b9dfa2e1121ff7c3333ff448? 7zXZ !t/𯉬] crv9u=%_jR M61rL`)Lb[i0հq Xڨe]_d31mJoϛ3DOyj.X= W꯲-D( ?LXa:B o8 о"24g+،5JMFh|,\ ȌLB\za9M_sZ-XimwQ}kE\aJ⇍jBYLH̑3-0]T~QpS$͖uXr}ǜARsI;ϼ05_-_L|PUQ&_h2jzi*G GO|IBYT4 ENf`. < MP {3V˖N"FWzW|Tt;Ӈ *uQ.)X^G%C#)[a6RX~ :#}՗JzP>x1[mWl\'04:\|kt|\Q1]G] `)J|*R#W+qIuov +WV iOZ.B;q<"7!ܕjw&+OM5."~<a-mua%7ss0]6IT]\vM(X(p7"+)J\WN'V\ۇX 6k7 Y^&0:*;(c-@oOIPqi7i#|Ks1#,9G'IݑˑZH<\&dQyJj!TPҚ)~63z{RtKz<&Vxq(P"K27*M+ʡV)ٻs$2v&<@uGBР#I1[~R\Q2kp<>Hy/u# ,je&kYo:$U)k۠V C?i@< ?ۺ'_j`οkTʝO0%՟@BMQi{, Vv h::ka]jJͤoVxUYB])=k YjIW`GNK}.w /HkCmF)g1w[¼;a|qmlԬRdD9 :n3{| zYu\ ZhE;Q]msF$ >Gm d.Q 8-B`fѢj_y4Y;d[=ߨʎhSևC9֟U=i @sP;7˱+kq'@ĩi)@ҟCJc,0&v;ʼ{el8cF{epzPG)a/& ;͵Hd$o})AV`|Aܢ]Wr>O{(asĝrZqeͶN/,/I˜B\ v Uh/@f hBV0#WzQZ h熆1ew @|@$i4ՖYO jH-##ڧYRjb+Q%)w]%]x{jQBѱ@Pa廡4H =4n̓ ~6@$|Cgy5o!bP2Q떻Ɣܜ:Jyuaq)y2:Q{R#:jdtGj + D\̀Cuҿg T}/=x< ƢTa2IR)OFMz_ Q IfVd=?Z!ɢex5ܒ;q6KA4Grӄ0L*6d)RpNz+9}v/LuY1@>lO=sqA]E tKH o1$K2އVkl-=@4BJ1nؕ@r8͏Tji$dW$L)vyNΞZ-m^$A4-Wɗ/:CA$':,;WHA?` ׋p! N)òP Mݶ2Xa-}=̇ 4ks$C :5O{YFdMWH8ǂ9ԁjUHgNK;L"mNOd{9Uԯ_q3(/q=dC݀`=\.5 "x\UfˎPd^RZFk=]WDI(_._f)5-DqwÝ \݁yep!Mu}8QnRTWs5;[`gXxNuh)s@tF%ˍ}o1`5@b'\0H}c8|ټӣ$hoи^d״VW+>r!6YwB GDV>A1c[}RvYxdkw({@ڢ>1M)t z<NbV,\Ϥ<ꥋA/" $|{v0) &t8z@䋒"i$er78v~L~!k yQ&" y^hUN5:8FjC#Q5%vpX&1gbFy3pQ*UxE?)dqw3 LYd ` *QO[ !{U[g*$p&8868{q Ga}![ƣs&-( [b˕d%ʠIC92?a %!M>I'RR8UƉoL¼ AC9UyົV GYѣMm&'sBGFa_12gLIdEKI<%*Z:ĎE# 8<.q;3)dSbݕtJLdڸY8W6_/Vg-l75"Yshh?- _h_t=znx .^mI4І [ c 7*6n`w뿵5b߂={prFX|8= .OW:Gf24,.R:ʎ||Pz(7?! P>)[Pڧg [vMo[ԢN8~Gv#`Rnxhu.sIlHCéܫP~Hx4R S䈗KV#cFpOf-6|S;r>`݇4;Wm@$ƒէShiՐy(S>UX/r!̬3q`J'nCХTs%7L2> ٲTMU_,h!/yAҾL23M2'XB\JmX L4k*3lxQ\ջI8@]ʹ?www 뷚{iSЖ&ݒ6 (%w̒7U m!eNf}ݸ۳IO?nT} 4=u|b;0`92a,LŐLϞ.}L$,E*mTQ/z]xHIA/V# th,(N$W&?U/j_0'"/ugA_ȯ=ΟMm ]<]DpH%c#w4Uj3j S{npLP_d=,$w\Ϫ; K7}ʂ-T6C~e!z8M̌CSV}N($k{։ ri&yB<\f]OSxb. zOHĖ%G'1$=0=mYF"E64l.Cjsy 5"j#>ٺ$6Ews{1tQ4nnk\EfUKKzC5a`o>^\Gbfh,`5?Aމn&,2j:iǿu#)zPAt o2.dzP!强\$W]"!eh8QߣJTu;Ab;Y IqM>3d[o<#M[XdiH/?X=Tj 'E4f3QnOE }ȐckpqROE\FEub頷H1r]zN0$]|,eRDw yt$ovR`x Gig<]5#{C)zHxv(`i`S*iWj=:{s7l'̜apK.ACTz1njO3~} SΑWF|-e,a7\ocxo@($"ìOQxG`.2ߺ!b1xfɈ ,oQ,|ô`0f,% bǖ[ [pu˸pIx^zn_E-}o#K!v6̉*@| u{|(ݒv~~=K8Bnp`]J&yZ6265 nX5WƼ#~ۇG'i1X+Mpw"[ gQYA?Oyƅghzn [F L6+/9£~}F&4 >VL&7?REb':}U{Tٕ6 BN,a( 1%EYGѓ2R2/MGNA E6pS6yZRS|hzk0=QsA*)3MB=Bek ω,nE 0:}Mm[$Cn!Z9=uKr*,AofP4# ̔|y A\4!IkOrބ@ }5 @2.YdT q2h-Sz |,'$fs~=[D|2~Kn?B9m6;cd6s*y x3=y*r.< KJk VEkb J1K :"rٖ0Pm!lFp:xu:"~ϸ%ZAR uՅyĔ!@8?\7gr-G`*%Ϡ|pkt )۪xM, VYɖ QxaA-]zFL !ɤ g]ȁPV_< bhlUoz'8pSa)[#}1)U',cEi?Ls=o@’NP8E}84|pY+Ǣj~7 myZʎ"ȴgpaniR#Olg̱Mtsnk!$ I%2r^Cمr{*ϮF8v-(llr TۺL sDgͫj=Q\BovR ͿP}R0W7:XOGP2۞zlq7DP/KGS4`߲9=$$K:_MX!#X|L 1B\V]Rƫ2g};Kxn'Rp_9)|`~w]pWrfk&ÁW̵/KrmeY[TdI| 5;>^ HFz_@U#'O]Kˁ"%5H|%6sHhQaP N.96+W?lcUĆڡG^:d!UޫaS fm ӝJ,gg`,x36]]0X4B(^4Jܭ!E1#untOy$bz\vR R3V($<$ 12.$ 剔)L=ߥ.L $3O7GMjy%|JO[Yb\_ Eb΂`/ }D|KFCx#8؆ TF ^F>Q9uFHFF;~wcMNB2 }93/kGxwV? 6.nn,.^uE=eF.Y>`>BܐqO`TV !EHaˎQޛ|24Q}8ִ-Hz?"A Kg"h'>w+PXoFْw .|YG;T3X&_& wr4Bn@ }"]oS֯P. h67z# JugVp򁄷J@AVU47=NCG| 9_g2iY(2 E G t#(t|u6189%4P/V;ІBK*&H Cb)Z?r/Ѱ`|dH @d)N*;߆S^;X$^p L6\5npJiWmpҤa3gdmx ku;|8$/ =4xO%dΫdxݭj 5jѾpEn:c4~4kecF̼9zZ! M,Kb1ZݙT[&c.͑1vjY5˜y\DZM/Fv66rqAm{.טMUJ+*+X'588uU?fyh h gP6tP5bP);+ 3c1Ɯ'x(HC˛f~52ph>H^03E\/'h\JEIs KLv^hu*)e@Xh,`?y8͹K'Ѭ27q,/9"(,o"6.AèRƲ(S# $Ⱦ?~]^$dl?8+ H*y'H upLBDNGkMcd \5NJ8fU*MZ:R.49K|w.`eUZJ!RH86&HoG% /}vR914ѷ67ꅖt)4Wv+qA]7={gn/2Joo|%mHVZ ={D4k&ٝRxLs+Ry!|`T+D4|?.>W7=xtG,CT;0CM(w-LX6Y5 e8AQ72gNTd)CQZ8%#E!;*Ln T<}EX,0v[mٝ-OM ߵ0@A$w =obK+,tewM#0TR_sg4 o;!daLH -WL4J͍c5Oa34p "#֝ -_Clͧ pc~'#!~Ddy<ˡ^yC@}2\hbyEm#BYAmaxR :Lapkikb#;DŽI4D(+V#":ޫ6v5K4^ c,\Hd#N sz^d@:'N:@sH1qEb̦f= pkX%=ͱ@4{V'2fH96[r&„xУqd>h<5|{ei jPMMlƉ L4rMR-_YȇLV6v2#&Ao"X۝;)<<4X510:݂x @yzA,s3حhdX[ro[Y"­scsogV~A2eo5I9UdcegܮDmƃd}=*$-}!0=Uki'FJVs/~H!6TH`Is'@~Apvq=٘?cmWcz#݂vyJAWi"a0QԐ K]Ccu@rou?[ujTC?l$T\i_j`?ooa?@q$Wį={QeKj B&חDyqE 5U|U g$?xS}] `7 t"Yl&2l2IYP)F 2޲dψu of)&"H́s |.⨵4@#!["!r.W#7iz5Dak-2_.M/֠;ek@h-ۅL7Wug}dPQ!u>c?T:炪̺^o)f /s\O x=It]ye06Zd%#؁W}gI$1sv3M$$)O}ՒNF(hj YHD+ioB2_儧;ʛ.qGh:!%?I}-ݟ,+[hL_seyR2H^mof}㵎SZa'EyKYGx`G%Kf%{&JFQg! =&d3sG}Zfj!.elJ[EY)o[r;aI̔4zٶ]MȂ`NJ5+AALpأWU 9`ѻ,x k^'II xhHy{[vG:HPɨ/}Cînھ)2|q||yGuu&\Hߜ%;9 ~`UTNff ǟ=ԛ272+qe!nRuͿtiq"{e2hIRE9CܖQ*w*c6S5]RYP߶0޼,DŌ9tM#8@k@˩fđ%D lbH@,g14f#K6q///k q] h_R:ʲShL_ISUO8Bdg0my'jAP(|F7!J{-&\!e։؟ǵ6Qg3 wÓ~u/EnTE?3c#G⬶;'vR8f ~P[ NGO3L%ݬBnG'A -+)c(GvDgw1)%JXU-UsdW&%_iuu[OtRxW1P~3DPu\$oaϞx }Nh*U# ڱqq Yx;&^B!DVNz*g.ʢ jzݧWړ-G̐䯐YuZJw. g#^Ǔ8oiȒ="iڗSܒWgh3ˊبsCrWBnUN%ZyCRjE š,--0Am{s\3 +2?bb>crW9 @_H[¦keew;]n2c,!UMC5C{N ޟO%8#RC4y ,9)KY ߽wiQA~B*RJ QP~exW*i*=ԓ!"Vv㨉6#zj툚$ָrZlC:ݧθ|KC5 TÎr >**A v[GJ|"ۇ T3Aex A y t &Cx}~lt)uߺΛEG*sLc<5\B?|."NK` f^-j/v`BVВhVcG$&ZERsmbcTyU: & p7c_&($Af/Cfޟ: C/D/]>uLѮ_:*d4} ee\{;)8Z#eз1l[c9w_U~ъ -J? ]_/'/^H}ܔr\~3Q>ԺPx/!#lxb|q ёy[8qj=*Cl d*_7rȕ/fKc]|Hm6v^٬qp~{v`"%h$#Af+\َ19$.ݫ+ ]bξՐUΫc]P]j~aiN0C_aʷ^zk-Y^A2N(IPS_KbfJJG1W’=RoU8EJxbX)n?2 U7ڔϠNQ:Iۥyțun?P;R5yP>7jST_r$[ET _UX^a'!AOt]RYv%ӸP#wZfr2uG>M,0|LEȪߎKʬzMf\0.ÛIML F]d/m٫?΄v4C5t"jJSyo/ 3Z]$A;Dp}ܘ$b%GxbE8*c7]:tFAqr}ʃ<2bxvÑF#Ǿ?Jx@m <㴨`*e&ј%LaN.M:n7c#_c ~a:KplHljӃ`MWZ, dR]NqAbDCtvqxܱT3UCfv+ݗ#QO[?Nʍt:r3,2ՌzrJvąP:{7gK7Z3K"Ⱥ}Nf ڔJzI/F1I-IzSVvv t74vg/ڤ0?O1RՍpu?vR=a_/,!u *j +[XE3gf_'#b^٨VmFݾ NEc@׳zكBgg"4KIr emW(dv&/GīɁoW4Hz!([9ɰɷЛpRXm[tW|ôF~aJ̿/ .V|Z{7*fqӥ3N!A#GWTi rJ1;-c>OЫG )i6])m5_J_.A7ئC-=L}=^t;=0WةV_ݠ'=bW"'#3}XmIY;G6~R2 %n<$poRs5@ƺ;o/b$>fdt|i]x Z͒jp .bh:+?=ŀwkeB GPb׈~;~0ཕ l9a/C=Cz)(PfsOaLl"3ITN3Pu\6d 1&no;ہ\6T@,S]AhǞE2 ?a@g"i{3΃$fV͓Yc=yIԧ2JӫϾmY@a>7tݢo0GߍYKp/?oVdWJg{^Px'`v@Oa+Ʌ7-C6+<)SWӋΛ+lCBWV^}ʃC$p`NY÷I259@J!HX͌DȖjN9U%Pm|`R }>WlvKxsmay?1٘I,5N" ERZY.JZW((_5yXw]~xO @]qz@QS=$@>qWSo1A T&;GURJqt2sېNU"f\ G0ܲ\n:+`Kj^̋}B;6`UsާV[iERWa͒؇غgJQX//~iީzφ gM쮙yԊ=\OW. ?R7o[򫱛VbY_K)q|w4k6zǟi"BL#ѤY3ߦ@B/~BAVgB(\9 >rdL}-^, W:*\CXDVn`:z^}!3|;y8ug]g}pPCE -#DȨ Gzcf4G*:vH=vҎ!!U fEauօ?o 6ߖxzm_A>IkK?jSմ$D5mzw*Эe2b/q /ovF{hy' x]Iؒ[%:vq ɹ?„6 |{E}\< m @᭡J!~a\*,(^'Q}[U>U'}m=t!9>Ϛ_Nח YCxU-G9IwcSa 2]6(4Ik:$8@80-zcH4FHil d#<[[Z5_"PjA0 On%Iĩ|#Xh1L$yIJVĄ}ug!O_Z~Jh@ fYZBK%Z^^p Ze~t+n6Vajέ M[P_\li[RKG`==˺Xzq(ҥg0< гx^Anz˧y;JGvH>%RBwp'N-Q Lb([oxVh/b S?flfId?&%CzZU}'ߛ)o5J MHb Mwy:.~WGk9Y9~h^kĒ,!Y'Ym´V':H)W ?1@ 񇼾 'o,6K*:`_%zf7 `#zzD6g7 d:g2@j_l?Ƣ]<:{ʼ0ΥhpUb7n4Oxd(Aٷq,iCTz:˹,Wܙm1Lt.(N<>yK! 6"X|rJg-rT|p'̴B_a_F$IR]B2= ^Hq%5B i9"v3^dzUhhW;'{/*&b[f%9$T_q-ړm* mJӷU멭D)kF B21߾} '"U<950OqPt%ӓDLM2t >vڐ7 l/ϺK |p<j]:ZqmX멇jwWY^){>`ke~+؀h|Zt]|+[yz  f<|yD5t1 ~pyp3JfPpdz*2Sź6~< TVik!ל.5.@ln0L>1mn"WbUje|9; B켲m%7~ܖ*dJ%uri9 g ᙛgOU?Hde|/OH9 n>$C$E[Ii^jѶEywš^UZ~Dz*.22>8d(qC)qw`qKg624--ЈQVG0̌Zޤ1­[*_d``KM0ę6x?57.N= ' !rOi"ތfp8D5GmRDE2A!8 3yjq?GކJ*&6wؑ1B2p'5 Gp;opLr@2 o._G 0#wr-- \=ޠw|y3S/.E]?42;PFp/#TAp-EWq=x ru6 Sr(wDc-Dž$< ]Y!S"wǰGϸg|\Ưtknr퍉'2D}WHFa BY=^ IA  Ѐ) Nݩ/DVth7@z@Km*W/oCQeOc'J(a5Ҙ:e6&{p'Ì+<疼C Y²!(;(c8,̉X_XMwjKJ-rՠ(PѼH%ނ2f)bX}iWhs_xLpZTӠ Y5S$mG_ fD1Te8#6Cn̹,e6Omz<ۂ܆A.K:S ՟Anaf%81˖k,UM#.n`/F^IJ[gP$Ơ0~{Z8h䕄4xYMvgҒ& k ':Y06vʜq$)EKwљ'7eGB͈woS<#_%@4Tt}}BY;+С <Am5+_rl)ۆ5l! s/ hkBcYe4F<~r 'QO ]qBeH2E@H"rWYLp(Pטkd)5/I)H=P!{eWXBCpNbҜakrk"Z?%`5 ݰikCl&ڽ>T)GT8jhPKsӤh [ bc{b7ʗsai#T"p4ft6gJ!‡CCP6î!]E+2(R7E;QD{R#xJ6#mAL"ZOb1wkWi{U_l5[:u-qJ5$l>pLY9rWV؝}*gUfG^L ( +`Waci0ώeV^WTOGy+ ÆlS=}ʱ nYD6ЩwI@rڻFKw+Vv+8ΔƴYrTgnv,b L7ق>crhEh}_8^CTc/o僰VV b˭5G!۸Cr~|:#=TċukJţ6feHl|ƾ$C!Jm@:I{2ۧ,L[KiG }X1J(ɲOTCO4-9tf μ'ỻ$RGp 1LܮbKm&SD\xرycy?JUTno5sd0\mA7O t eBĩ+IKv&񾟟TvvcږE'OӤ]S\4!ڤ|*:r hulUGʿBH Bo$4gS W[И=/ 퍜MC*] cX$XCnS|o9QKQQqV[~?H 1x[F< sʑЦJC_6oFT>#I2d0Y0}%B`&-4ja@25Ħ|Š2][0w^ZיIFGU_+mQMȽ/:qM,PeiE.7ynZL_J-jDuZi8 nNiN eѡ})%Y Wr)CCy<@^J{٪w8*=FuIoA֝-Kzfm[f,?[=;ድ4~*h]fOgs3QxK;Ffbү+;Ea)tPYcmpDmVkꚍo~wZP ]LaBq5n|};t49P9Zua3r4»՚mj=K񟿳hamQ7\ eL}8k+][3l}vA:9 q l/u:6uɓ*Dq'!'f|P)ti"&vs}|fī4D^F[Nªavqh Jg [DOxJLN L(g.x[-8fXtE4yPnoU}ͷP}Y 5S(`0qBFɉ&t/wd,E}S| be0ScCW|91Pש4E*Iy+ e0PP5 Ўf7oRvGC- 7&L [:-(G< .W왺a:rux'֢vQ۟Cw>5uːY6"֨]CvqH|,*jHaeYxW 5}Ll47xt:ƾu)hnTLӡQġZ~ IQSp||zi0E~>QS0*}_;sa^ާq[" VHQ_H-[4+YXu0%4sɃ y;8'l lL !IYF 3@7#ਁkzůkNV*)0C =B R>7CQ*r֠VEpP%VƝUUf;To5>/ފV@L r366XzWȊNx.c &xaoc4ӗIX~HnߪW[Wi@Fph)nbh(|סipqN0g460`]GzlaɕvJozi|>mjq+]i(Mz<C18_}wσ8Ց;аB%![2# JWMxj ~ H/U9CPm"zW>K]LKq _utx*M?~xV bH7vt<[c+W(;\~21bNqoD/AiW BA`sfukGQîLpk~2nyʣ`".ΥPTVDetItH9 +VH# uf.wdS<¯m D<}#mWRQI}F_[Y-3;}6p۩^ ,F=:hfM i_{X} H$tH`wA*(K82o7c"uZA*{ !7˪c&ܭܮlf EITZqgYӹ}NO@S]A9bAQ6_CTdDwvJB{g-c7/ԬBvS{n ƫJܻm38 wLΛUFMxm: *N[0#͌#Jù21bROA&=J!f%*.?:ף^QqbhB"A(WRaP&Y{<7]js {&halK<哙Pm*i{}`hX@Cj gWM>=Ԩ5 (1.F|SD{lXJP)>N>oc@mj{/.8CwgJJL yB^6o {u.ʶ3 jv7(ƝA4]ƃs-YAԀLZw;z샿ә^&e!"Jn6 a=NծTiGa#F;G #2$?-篳$yN~};kʲ8rty돝/ [:yd]j0*%ƿ)bbjm aTe:)S=l}Ws%̙H="F}Tf*IW|a8f:v9VPԡdAb/zW0øA7 ޢ:g KU'W&5T4[C"PqLGt>R âY4IRF3/Kwpi(7X`ykW[Om5 TX*~̌ ^E9ykʑ٣SO:N|d.8oAڹ9;J]B({j'y^g-O˔ xɼ/"(x-xrhׄe3SPG8Ƶ4Gn,0么 e n=\e< P܀y;UCr)5eNשN68CI:rzDăKn>5wH Z*PJȮ/ZwMIv3gجy;rOַ{܋5G.'Ym75:kG@Dcc4(Ѭd1X_BM!Feϩ"р{cL9.Pn[MmzjVp1nI NP ^ |`fFt*2~Ķg=Cd*ؗ5*SuuE>OKY7??ͽ"zFC'Qui%X"Mq8%]?44,8 ,&lߦv(h7hC0RCKB-ym`UTNħ%PhJb1 ΌJvC:NRj]Էq^SY־ ܓ-#} I<#pXH)TSo`$<2E/]*Vc,)vmkzabQ S#^QCu.Jnz2ێ~iӻ[ȞžRyd=kOTE<1ܺkyū.nJx1> rB'V[937ǒJMW+^/7=PY&Q\@Vİ?R[s'iFnP?/u605trŽhiG)Y@LQ#j +$5v׼re.v2=f_ FmMyblb%׫LCT1ϐW0|&vŠ7|u#hu?ɃdIODƐVbLL\d 4OJE\C}0@uM/RpDTlno:ê}!T#h 1p<ngԘ*] Vv!#.'gh[\*o.ynńSAƚH&l \i,οkx`*9Xj95ʉa^5˝;;Ǧq(- e öȉVIC{ CQ!Gip,s, ) qX}Ÿz$yEΟ0) k厦T"{\FBKhŢdLg'uoM'4j=;ɍu^޻㋧. ,T+/l~ih%5?S ~)g3Z'm Jۼ=(l,mI򿀲L 4ym= ܇Z5, 2irdB;EA-+rg P5`Xlކ軡ÅBu:o9d Ŀf5}el:({'rmJ4[CIiڿTKL՘ۀrA1] W FUc#o,"DL&3?DC|͹"iB=WBQ2* b 'Oӵ!X88șyg`4%\FbȲVFԒY뼣__H1A}N`ـy9d!)za:B~YQȐ)znXl㞃0$j@k"**p{5%늭.9srf2򈞔X 3wIyLCӣִ)1=;o^=χhjnT'ryX<лL\C-)1:01ҕj=ñ_ARd z VLK9CEI`.1zƣ|֘u^.+yN[FSȋEwakfO: %xsw7uUTq?=%X>h21*\O31P\N b:H*[#ć!.?w$8 Swu>gIF.ey>{%z-uN4ưEd(J(FO:mAsMA6?>E-I&Y tf ;{MxxiYmРeh7QXuo}Td_76bQZ `xb8Lo'7{anDZ-]i40tͳ>"/]INXC]Qh8SM&sK_pqq&ߞ qfj'Lci.l}`@|c6Z) |k"5ӑmV#͝$J,MS #ڬAQcJ [پ4Yma- in&jyE)=n|=m% Tr=|o}\9 r6}}ӎnDl^S>M@v.jv5a}+"A a隔Jr[v_Uɂ:,iN]L6Όqr-`%C\ŖUo0X#38[I`#Z7#A0 <ә?-̻fV-"2g}kh/^H Tgi7AZ4R6ApI%5D:Ky-ѣ0v#:~AQCYRFiv&~G!c ڙ{~@I Uᰔ'xt܍ρ@C^-.|"t*^,46@W/!e┄g g&Jۋ-m;%4/8GWݏ SDŴLZA<м΀+kW7A?Xևv#nvDQʹ?Iul${G.t>dʟ5D^#5Q/MI2/w?ȭٲb%W"憪n9/i@ AɃ{Tk.Ec o.pQp_4i[~ޤ kd׵dm"FmVH(*m{rJ<Ж..dJAP ߺ}BJ'_p=6UCcD18R-Z89\`/ܚx Ф;y("V\f1)jV8ɃV ]*S9!Wl:# (")˔5JU^}/heR!`V~ x{O^ho^.G5MU¨,3ZL0-VH֌~jt?c&"aI?/;:LGKJA 9ㄱOdŵ@4vZ(՝ӫ`#m6f;SFNJ:fdMjB )1K3CeMzXqxI@Pm52 ^ _C ԨeÝ~ur>4mCc-6c:ETcIilg jTOQ>b`N3,_Em;B]Gj3YV9 7Іi5\#7P+bQEEݦVm*|݂!eJc[~]'s"8;dƓ+_v1lJzEuPTInU[ Vggq:kٝUuwsLL[tI\Nkh_YO D!A8blm> [\X%$چ .7WފX(X^ `u$e##'0QՏI[#GRPHqI2Jhga!8ĮCsL ":ˋ~?7XC$'^\+ P-GNA\J'3E}cB76|i;Pd>¶ ac[ :VB ɘig15ř'R ~2b=c~YXјHޭvQkp;QdSOe _T&;⩊=q Y<2z[Jڢ 1n[gpfoim oXChPınE(l3`0by_32FR1sA#vWۣ +el2\&F\t O w5HFavu2b-Go?p:N];KJ5 74.Dsv ~PJe"6Q2ӋRmh 4rW8 2Kָe '1 2|ɸSs#:#qaĉQ)ͤb7\!X,8\>}$$sϼZI2.(̱Pu%.)@#ߢFny y咍0N3)l~x*TH906`3j[~xU.^4V+V,e"ER7I8P6P|)&S't&oQEx\nݬ3?o yed3]-FW_ui3s#_ZPܓ86+2,e6ğ@kmfKZ.2Qcz,Ň":.pjFw`LFe{(#vC D[42H6"KJc8 aYy*w ,{\"QhD&;4?l\cfI,wU`To+<ڛ0Ϙ]OƟN=tD ):<9symihgO3{ L2yTZ`?rvH7_*LOkY#%._w57 0ݗ(BݯI)Ns+RI"s!<J^BWWma."D9 պ٘Q GɃ%mkj,I~ڵ7hj"wsW%$!72t,X  ۯ2p"KpҞn}عu{il>OwpݘP:nvlA.CO}L W*_Zli ;(giC4A`C"JR|%0g%Vp^{4)+\qM"}*BEݔ~-]HtAxO=%cAͅDŽMu_ MB\s:mlF:=+9ۭN`҂qo*ꆞ@-NpEqƵތxC&9E#ٯn t  UϸS @,0bG\mI"(YϘqrpZ(%%_rO/dOf ǻrx