duply-2.0.4-lp152.2.2 >  A ]/=„$մ fO]%xO:2kQW1Mz %V,Zn< sϴub`3>KǤ=C#~h{Otm碉#u-Mxd^jT׹iIm 2ZllUٌI`~y[f<(6dA,UD`g\ɮ ?~xLo/EΗyC’|{885d2f0b0187010125c61f65ebd2242029e4470e109ace518619769fe51e2668fc8739f9768f46831ac0498dde7343552d433d592]/=„<ѻ20#4^&_DM]4ͱ'Anq"jf(ȑA-SQ'L=4K ol5\o[#.Jc#^m\*l/M/7ɳr9t D𹯙-RJFqVli2JqPZ-ؤ\WIeY-7~B1!5!,,?wr0żqQe:2!5m8^d-zEG¾t6ҟd)+STijZ>}mOls>p>'?&d  F48@DW`m      8LTl(8 90 : F#G#H#I$X$Y$\$,]$@^$lb$c%d%e%f%l%u&v&w&dx&xy&z&&&&&Cduply2.0.4lp152.2.2A 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.]lamb24dopenSUSE Leap 15.2openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://duply.net/linuxnoarchYMFA큤A큤] ]ZF]ZF586a2014003079deac941b98357df061fdd25c5e0f01f99aec50511b33038d6c824e19bbe2e7e10674480d972d6f6a817b3121a2dc7397445f5639571e1b3e4a8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643rootrootrootrootrootrootrootrootrootrootduply-2.0.4-lp152.2.2.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@jengelh@inai.demalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgkruber@zib.dewr@rosenauer.orgmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgmalcolmlewis@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.lamb24 15689966222.0.4-lp152.2.2duplyduplyCHANGELOG.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.2/standard/73d4287a19b4b339c16e38e09018e53b-duplycpioxz5noarch-suse-linuxBourne-Again shell script, UTF-8 Unicode text executabledirectoryASCII textR,W"'uTutf-87177e41e4a5cbd36e1864ed6a8313066bd1d436cbd9cf6ff1ed1c1edac9b1a32? 7zXZ !t/𯉠] crv9ug KL5u#5xh;"pc A%{kwn3/#T*ԎE] ~nHcf&ɛpUHuCөNLF8E)LvޅJYİE`cѥ:/r~+ ,c@/ dW￀umh'apvrwrH2v?˛L5eV}toORLd5 qSbLkB0 8dUaDc|/nZ7icZF%R䬢 g] 0_)/m΍.WqAMٛV; b<7 ~\t$'UtUͪ@jyh6(IAP0c@cNqIhâ"at,mK{>,Cp(MnvCVB: p=0J ߷~f^ԁABC fZ/ج^?88wA6$&9O~wcj V5Wq!V0QjOqtoPD%]c>5:xe/> (,Y7tڽ{~#ؙFkr_ nǎ*-: ,*ū9euu}Gӕư~ڄrP-հr*>8٩wM ^Ntҗ˒^d ļkkQL>b]5iePvu+JvDG+ќ]|6< «ٝ: m2y?wp9k uUVG,5veM3TMi_zQCfhMCy/,tQNEhu]S1wlƼ*>naHCd1i% y&w<ԵǮ}gr^RT5f),'?g# |\κ .O}+/PK1T 3.c(7plZҝ$V lxu#rO#dd> 8o{OE\J7WVY w̐&me\6@,7ɣ+Qx@M_9~Ҟ$#_+/V.5QnYyRsHeRWĭMxSPJ#ҩw|" s.<?i<%EU‚T!mi\e7RLF3oPiPecU]d2F:$EH3uY,p ?:4ff+>Kr7_9;ܽ} 5 1CbݢWI{[ͯ)RW3^EÒdWhy>fE-QP0a"!5W ##)ބ|NtNP(PEuFCC+o+'U@n"t4X[NprŀY|#Kۇw?Xc مјmVR.½1]4ɦf8i\}0 A%G*Ce+ٟm6b5 u`lDy'4bJ>yFfRA˞QGU{gr?U9I(?m \2c obz}u+2[|q\G>!uOX[ғnu?Az uB+/8jrtDn NK;x E:"_A传wO4 "8 W$Fۈش0֖+ `yu+.(y~d*g+9U)F喹럈Lx| #5!:5j_3mX x!x) 'Pً,<{fVXVD07nnZ(!xda"O1dv *2SGUXn_Fc_ٝ#DA:OtZ!)*iCsy <vZO!#*cqMG ݞKpX=p%yPz/#s2q/_ WFs oz-dKkSo>ܬAB;h ZpQY֪baѵ)g0lceJn:/alhrӔ=? c<~yelhcJE[城-jtaw TbtSf,>JxV[GVcӯFBEQcпY>@wɌ=oŸBָ8;o+Kϸ!q!BԊtH+oFe!!>H+]/uv CKɻ뼭]-NZz@V'dW$SOE JT*_8AjI(s _YzZ=V5Žjȃ 3ׄtg5I@.˜~L{4_pG.^e<!i{(ѰXS`-l A骹m^KAB=]y%G뿇'Tx͠H VK BWD#GEN_.!L>kdzYY-rNLsWJ-uDAzC)lgCu)\|uV^С8D;O_e#x.pHm!<Ԟ'#wֺK)@=0Hs(7cprG~ r2>unAkE Zq$t)z$`_"VѩZYsr bFaˍ%oY&+%CO.Zth0,^md*47 9fVm fa|7fyRT:T{UcEuORҮd*, aNTiLZw=&lP+ Y)_z% Q@_ O^>u>u֤Sio(-& L'xKOYTi=zqʴ8$Y.HqwF!cycc JŃAAZz4dd4Qt6}~:\xy0'ժ MD8HЕݘ9, .>B1wRln xu-Z饅ؕ8+~'Ȩk͟c!#9D&s=OWJĻ-=w|L{MQV.#PHZ6$7ϙ"P+efqB+3L*$7]5/ +CU<+Jcʚ嗒yDFkSE"3nCtLWkģXI@`dNt~(a #ZKb!e׉^F{O[r߃[ZžmH*zwa/JFǡtt}`S$sy}D ~A/ 0^C 82ozd /AI C+ dR_O5ZqFYAQZ>"~4hhwqthnÜ`Vf [ Z#ES\*q;Bh, C'|f 6<fmXF]&C,VnT[`N=(kn|?E@n]Zdksrx4!ϥ|q_\2g'}f%Bُi 4\NN k|Bc(a.Jc-bj뀑ʳ|)nꊴKd,Αʻw2/ TOAf.(!E52Y LujI≞$o{ݞ&U~A7vl]OeuWjt~w^2&̡q5|ś loY]9]<ѣddnd6kwWγ^ӓ[}Kl[[2pTM@{/Dnm}RJo IBۦ%E9(+EYd;"G%dq_WiηV-}QBL]J/̙DRX?غF`<^,'2o_̫K>kPr\bm5wML9!T ^O #'ƷR'SfEK bSrDl |SGdG0t5d5h% <XPJ>nV帤"I3篬[#Q8:LVFKT,)t;>sa^WsDD ]=Y͠E\/r8tEɭ*mQHPs@,v[HY*q!7zP1bi=yV23A#3\ hҹkA䅣ZZd#=ܻu]Q! >Eo7'[&8 =CeB4V=`F?ȗ:I5(H6eT( %R[@/7]LWA!WL1!1-6?=SȢ090=p7W R(_+. GeT\9MČ!'MEy;leLnnk 4YvՇ o@ 4ȍs^c .Hg:\׽$Y5"MNR{դL8t]0&\ w5uQѱ3@wym>e SŶrS+5!OB(VP*D B$T0"63Kج>ĸ5iS_h)\)2o4Ϛ_@9[XePȠ!Hx(+dC=ƙ/7_afoTF׷)-ͣ^~DDN8BmGd?r&[IY'Ljug+:zQ]߬`]*5@|ΫdP^E-]֜4:0<{ s_,Z7aهo$ݜm9, cOc,v/]Yd `Z–?"o 7>.Ö8vꯉ =aA]IX8,g ,Wncп=OLiwb7ݻܛ"a'$3{ם9#bD@_ꄱMY#I/-{$U-D13NK) M tax hҔ8-^1Ub5s{N +6=+[5]ӏ!$r亹qO02 n4 NǷy^7)`(x~kH<>j2O}#YDCŵS} 9vօ~+^Mf픲P m=흛7픥+giNQ[*TRd3,P1DSĘL_!T=)iN+ꆗݝ<x&Giq'jߛ2ӳ,~3 љ:ԘRzM͜8XY$UЁ8Wp#voeeOaF-OI'J؊ĂH ٶ%HLrWU-O\1C݃xQWߦKnP?:t.g]@+K Q}Uz,t5. s#z/~lƋa +TO.g:3 ĻMXQp*)Q^bƃ)uےL|:_%rehf7Kpwo79W# M%4w}:'/7" W`5W?{q^c"A*FlC(J96 %vj ) 841wW8v%ep?xziUtTxx^ڮ,y3W!ڜϱ .MQi)Q<yϾpva8pn{Zr;wԚUWhHnFhAuh^m8LT8S!=eZ(=zpf2J깘AXb)yy*̓a+Җ?1{U+Gk4]%6@*2ZPW]CvrFInmĨ?aA^ mW)>V+b[hh+cӧӡavayrj Zny6NU6`zVٸD{_2FSnӵckp~RI:0Tq]o`e#8pnV8$n) StN\mSNCӮ̈́ްÇT|BcՙM"1 bڼ~Ԋ\(le6}F.]/2š!Җu҅}{^s5O r{ FehLS]M?6;~ܣ &q,)BD"-0`^wt@],NF W(?־SmX gc|þcnoP,FYTQNj6Efܭ 煰SzzX$`k$IE 1@ۋi@X^n>^Cy=>|sb-Og~l矌R@?dR%ڐl#ȃm\auNjvAZ7tBCssV#1Q)>ѦK[5, Ynlcrt GPŮJh8B'yFXmNHyP j a@27?Vt?Ǣ;*)).VkZr t |)#r,GIo6oE `d?5Ws}7 ?)e C ʧrQˮӇZ^)ܗՙfFxT ZYj>+"QL>rY2vR} Ϻo en:ajSN;y)`OCۇ#6{r`J#-cTBE'K~MZXNkPJ:+dV<;07b6B!&ǻeqc:_v}1&O?J,^DzNqyM W(5*|0Y"7sOg0-I5/OuH2g {Iu1$2% 932{ɇ]",d~[-0礿`#N`ovb,(Z2Džn;+;Ex6˜5—si?Xa1*uqHď Ufyo>,E54nD$XJ-G12T i i&1rCRBj%o_^ӓ+\'Q=tVt D\(6x#q%Bm?aKV㟈aׇ\72mC됼#dP.. /gZTsz;zOK"ȇ WU*,2q0|&1hJdiCE[W:';uZpusGpF FKe{dfrK,8)P&[hخF*VA+R+W8^ۇ:Ujc"sn<,pP,) N|\ ŞkI]/x<(:/j[=Tϴ=|әI93 =.gލ1Uگ v`>P"-X\bXIJwfQ]Ԟ,J4 {ki_ 3۞o[긼>^4{uGx]-B g Iu!!wbk&e`;|L#YyzX ,NW|=Ivr^ɱS 6!~ @=Z P,>,)/ '%S0`fAd"YK DWȃH ,Yo{Z[Mw׊N$2%9\I g`s -X9j[ʥ3U/42XM?b5<yiK Y]쉪b(Eaϟ6I0Yc'YV)nGc:Z[~WXKu |`S Z1pS,WX\S?9x_y"h*RrR4 Bt+i P@G~^`P2*6lE,qfyO HUUxqthk\d:0hmT'%!d5o܄4aZtH_crU~g1d2.: stL>o. x!z t=P.r3:(l`{uhQ@:D :Bm4Bik(}"1{~L m@9-LHF|tU Ͻi`>nv_<%ZJ>8jˤ|u9;;ۋCDk 6|k| o73 Jp c[+UlAW%VxʵGuo}嫨𺤭U(DJk,~BT5N/]lY8@sTߢ$S0nעAl)W۽K$r2;~ WAGՃ _F7$u C(|{ j!Tԃ.u{3WW~a芧d¿d_nAaB.^ID[,Qt @@ʞ%$do*YWoݦIجBQCZ=x%W!ܮW;G18r*fk6qGAӀr7PRB%']rs3W\77:(6 3'x-i̔3/~p_ `f`Fuȩ<]&+<7"%U{{*a4Cz$McV!(OZ醑$Dް廒&i!ˑz'O bnOA]B(l`-='~~ba2ڙΣH$h2jMXBCt@6 b\1})9NhlM >5xch!X4oqʚKPx/vLJs6QgHV4ٟr]Y޵a|f mngaQ$^Yf|%pdy4s<7sd VTe-r.> ŶQuʱ-Z2)ogk:i3I]Ɓ wNOr_Ө"T!w)ْؿ=֯d~WpmnF V5 HnҬ[< )@:q.]<U2DWPKi9 ˤSe`ޖW@Ύt׋0&{P+Ut/gPGT͉LHؙ5kE$B;O*cP~/_Yb"ު+yN/>ip=Fc<S^%JZAĚm[G2˖|D,:u@y&N>m.^_uaШ$$ LhAi}#UJ~#آ~wn7y.Av@z3 fi , G-eX,IndЋ]؋N@{kk<,nEC!wz tٛ*⯾I1 ꤑ mBὖ$3꿺^ =aaEC'u36XȒO~s#ȠxyI˻J'(ҁ7=FmS6\ઉP=sz$I1ĸE/8zq>']󏝁TrD}J1 K-!z1) y+åx՘Sy> .pBC:q@i6tJ(!Qp0xWۭp6-e0Ep8tQ ]W ؞ uαfֵ)@Rp_(F̒IAm^bƃqjOc+ ڟf4#%U#M c74z}"}J>:sɱMpAǑن)Or osܸ>-lB$nw8/o!xV^ y脻(B?d_h=[Nl3@ :ٵN&S^8-U>o)٭ݞmr3 m;8#"6SI61 C|Z͠T@<x!(i4|I@&Tkbu]D tqyj[aǔED/)s %;'my/0ʇmW6(‡'T=ȸ [Œ2#paTEoNPY79)^pƋCx6/{}nՏM&-b?4kJjYu] JB{06m*^RS3p5FTJQ> τ]N(HgC .ySySd3bn3Z\DpTD [/՘#/z9U,fT.t.Co9F;r514u"TP[9/z2U2NF(eF/Čd' ~}]xю+]I8R7)kW4}}l0ULR+A`~Tm[q%DWyQ8dAyP]&!A%:.HMh'6_ZzyRG @>@le(WF^?-& ~z)xuW{[)$%O.lJY\3LiSGgQ8.aDrfkfT-Р\C 1\^J yfHOz4/.)~82WR҄*wbnar̬櫈7 /uJMϙ+%E'j\QG?Zd1ʛ|Z$Bj111g [˶kw+7#rPn)w"9GÐ˼1%pD|u &Vv3-8G [Dށِֆe ,0o*,dYa|\kLc$2IZRmw_bٴB{vgGKfS]y\ƃUT7Z%M,rB Io6.z,JBAr=u&Efv;QmDx-7&`Q"xm Mk I:nYnǓ'đzHU\ǩ+0zat&ll%,@Z5Gj 6u"WbiX)?Ay+ޑA7Q~][ucENƟQg= G9_ ($9͘254&;,afw@'7LEz#GAde6w}Q6qj_^iրvB=?A%Ͽ+e,("qP[RӶw$(^~XQ4u':-e+km]y0Ik9ǁ-*$5ߚB-ɍmI8JۏSv Lvn*h\gKXԝs=-dm7Hr4w\2S./~) V}z#JloBE W /1\_h ak6BəlOBM3|&ҤbVM򹰁,W2zce% \A/BC HԆ )d)B(P_g+5TER|'rm.HԘ*2h|4n 9A~ң|xxAnH0nTWahzVE|5)G$~v؟ki+<$_m5y/X!Q?DhB=0)'[To9U{u]e~]E}ŮM;Rw &g߃vcMT Mqށ䄐l"X1f>Bч9&ţ`O:/nr.bcB/w^D-;9F;Nk w ˪"}ZI چ{4Vhqgʚ؟}ԇ[_"nmρU{Pw*:ZF1Ρ7ED᝽PdTK2]rG>/ߘ]kF赉0b<5biބl JVaڏ@iuZ_|1lՊ m^&i|+{]?8x>׶J~AbeÕĖ4G<ڃgJvn0eђG,j6ebZn{]idf'Hޒ[ ~2 K𿧗{,%%Έ#d&xکMP1͚^Wl1\2\ڜq_;(*+tYϼup^~~!L?|$H^<[H'DDH-|G VqWcב}O{ u4/QqaԑG)X w0!XPČ1*HFy##-G{e]^e\e7W$lwH S㌜--g}vR*PԊ8̝{bߧ96PĻhI3>7 %->@F&xT{}ͮ\p̌Fd%X *6^P*sF $JybbA+5C@XNUr)F-Q^O20vq^B꺭V'E8anl p;bY#CVU\'MQ!vK"~<3j?}"co9~𩋽|R9DkQd!dLb`|jR3 P=޺:A䱣h.N;oI\P¦U` P-i43 3BAtdɜS9p6ݷ;㻤^J ɦg?vq\x˪4'vTʃ4Հ[\u +8 TcKiW;6tܼ'"Z=K8\TH.o)/! !+< 冨0bI-hKofʰ/^$ Vن J\uyP z׮ %;zK#(hq"0TŽ 'L7oC=*IPDKSRT@`eY&򟂊Lv,5Vo0m*>wQ"A5mԕf)- N X́vD&<3N Ce,1P"*J-dO qG㌶[' d^hV}dn]# _sn y_)q-5]dz_CX5 CKh$&Q.@'jeF,"7F`=!L@oٌTf#x@_y #Ń> J?MR:;gGW(’",u=_rR=7TFX'KCiXPYAg`gC.)>h5}2G;0WZ뮓Np2lovkn؉cA:9;wU&Ar3Fu )cn(gG v7$4|rKc_PؐxmܬxzQeQŴƥW4C1bH < p#sM!|V1HT} KxCF_y ɫ<>2}Y!9B/c܇H&9_hCpP]%Ҷ?<.:99LhWˊ0$ҏA 6~Kq'JBKqW)&jGo_v}WKb3+4^;$gw``^d[|M|>`L @z,jkP0#RCSN/V! :c(w釾TWSf?x,J߳ᘉ]ʒ/ 8coe.7,xaGqoٞ{pZaˍ۬]czi> .6`Kwe'\ui u6bkIXr9kL9u]&>0O:,?+kVE t~pLOiѶ1q%a}% f5>:땛MRC5>RF} nv(O}_>̰[S8W3j_3s8-0hpUv >%&>-6zK|Q9^i֍( Hq*,l)LqCcx, zz&@LCa2:vɈDCiy;em @4'}yfhĆTEw+F<IC `+&\e]}Kܵ5?'^ 큡;%$P.n>=h5I[s-Aiv! K8F]@gSДiiI;W6)ן@Gm8`݅O ڍr Y D1'n65'߱OQ}~ٽ}^C<>{Gx+#:LUɌ/?*{qi' 꺭'36ٺ謲֥ɏޖkbkCە֑CK {V5+)U9<~:x_"(뎪$Pڻғ?\R"#& =ʳ ]f73ktNrלy7%/YCOgci?4F,5%m~9 )[%zn,Pԙ3]C./Qn$s%si_YJi*9,_XaID`73!z>yZ屡ˏRnPkW;,Y9i9B߫ďi3'ʕiT@u?VF1{<  ˚=\lxrhA_$spuHd.2 2٨ IܩǥEm lyQ䆣֦HPN-={oH6Ri:;ӶVnʀI/ܝ6ZbM_<\짙gt슑 u$ސ7sFMaDߪh*uOA{In S]PQ[sR>c sm_ʖnX'4=jEY78[ry평KSYr2'ϪE &M)L6;`$8EC 0hM-!,U˥q^+<;z$`LAN#fa A#6Cv xgozC?@?<#{,~~ULg8x'jO[|5s>EMa pLCxJ585y9|[MɁrFC8Ek~YGU 5m<]\@&k%+;rX5~c i9O SY+ei'c1X1`4'vg;H\}ptٓ9mj^K֬6)蟱Y|Sx1ΑՅ %z]?2#?MHp>$L긕mBjw3G]\xxfʄFir.Z.PwFZ_u5~_YhZ v'&={E&R+6T5Im DޘapRCVC!V_Ndnk&𪻭_ (\R. ,i`Ƶ\~5I7&JAz-ёӔl |j@v+_~# JS6o 8gbh4Q(L]ϵ836Ge a7#<_p4m,B?6 B[G hpٻ׿ Kyr(K}qD eN֯N~{(%[{TeZYYD}"$&Cқ{ D_Dԫy5I'mXPJ]r{PEH}Mܹx\'1o")/K5oYPkPpWq6bt{zzQ/;%RTh*'I=}"Tp B\Bj'[&$q38#J>U[L()%?/@TZsi ۄ=e*e33No1yHvw0͝Ž#'[z#;m`L3Ǫ[䓧ᬋv=L)AaɈű. m"(Cѵ%=CJtsD6Ճ>ryt ,#d-a A„<՝E঳3(%Ԣ% c#1[s:n]@z$# \/d'7,#M$O+jH;(5ڤK 49+:!& khIaz0LVGp1[r@5P=369ͱۣ @D\qosj yۂmϬ{uF#,b!(kź.-g=J(襬+xbL?VYf믞@P]ŲzW1dצeIX+vaBupҳ.f2YExE=ĶX#b]&jV>!ylOBqAj՞f SL[^ڱT)C\ B. t \J`h4cy/\ZB{f֕azrl[D""Oc~!O,9Td锌js A׽G8BJg-n.ԓ-V7Ǘ gA)KQP<=QgK?2DJ=8IJW b¶Y_c|~5`apXG"cAf z(slݺbJj%)7D]Pћ/GFO0@o -m\}&-@?Bka2&ЭlJTݱ&5' *^4eLS,*a 8nW˗Dt*z|7u OE S2krRhn?jq\_JH\u} wIV+ kh\gspP7)u~l@1A/-zZjY{_ց:&Ѡck1Ds$6VM.Mu>" >.)` l*gN$\審DDtC 1#8,"S\/UiQrPL{nlX Y捓<+nuLɤ$>^эYV>A,1þV| 9Z[ 7pc5YA+lUj\63Kmv6>B@#F2,'2*QLكVG9¡SG 8|Ia)eL%\6bK-MtPE;S;KU˄a<$nԟc'yt YyWW |q |ue.m'L2o}#Uu%!VY+ =8;ǜ!ޯdo*' 1>%2*|_ e]>q~5h ޒ0.Ǎ|2!&*c© &ࢫkN@;h`"UY )d :8a-MbMKHz=Ca9Q+ -A1̌*S#Lp|!x8O {$yvRVgAݸH*bN T&٢ h0 vr37-lc ta8$,skQUӰڽk{Z(K[:G Fx@ߤTs*  q|-kgif{\(.$S՜Id8(d4ީl+ 2T .p]q?w+.E|AeZYqΆfcq:$DžUB(+7E܇ T.: WͥFuy Ee.*(*c Sմ?+A"iRQIT?I7BTU,> VRdo:蠚hBP9'De)!6/GҢ(zDG3#\?-oY ofଊ9J `s1TuI ?{E@qs.C)^cA`,Աu)(2I=6M(Q+NǬM,@#lQ9a\Ki϶Oax#dG{vT]E{?N=]7XlX^lQfz$t^Ӑ(>Nx^=N J {[b%1抺\{1_.6njs 08 9R+Vp\Q5~' Y:iI%(N2KY|s!5& >P+ IBuWn{/%W0pݛs Cض(](RgkcePR tvco]k$,f{kCfy Kg3#lG߄CⅠd⫅5:ƶZ HFv,G R_ Tzt0u5Jtvwㆻ<&{ u*P]9 ," C@/* 1 T !OX\+Wqn|:[X u df֚ 뺌*/ T%6j{)t2 jG .w2yVD} M"R\ڧts,C, !DOw@gWf?/UrB<)޴YḜS\˱}FvR xK$*ɽF *yٰ}F,4w338wBg s'SޱG[c0VVw(+2ĪjJ &k[*) $85{HS5Kߤ^ ,s@n6zc#0OB;t{]F@`o3"1(3О]{E@W{aRI8xF%Q+a-w ZHsi}9XΑ(KCOgEŽ' gF;qx7FnO$.¡_ϱ5~:@6;3=rq&}N H ⅃}RKt!!T4ufQ7)>NYz^ ɡdY:D*q?Oc@C=M 팃U7FK͓ 2ikc10wmOl )&[@ ~0}5xg,͎.[YX9v;a"_bR=lu,PeN1ͧvQTÐy7VS?5ԫ𯛬m6x( 3^xFK c @CSak93:ueSӍ^?)kUL]ݍdi *&K"{I7tG(}h:'<**\5ƖւVHfF5IG"$;5H3Ny;vqDti䆩L{3oқ~W慡ySSN *͈lpA gB~0oφf_ U-|:])雩e.SJgc}w4*Ф9,))$ MgW(%G/ClLIs͡_z8ْvrU >$W]U ,!dMth,J! ՠͨn`إb短|k`R㻆<>ljG㠈/ tB*87ΪИ?Edr# 4>~ԣOTGΓ? iљc+ xq7\MT1Ἲܴk)k?3 [f  3An0o8uܮe2;KWq v ddS2 Opqu:%@{4opkKD;3yCj Jȅ y "blKn*t~"m֔A@70p.BO.䝈4E (~G46s;尤@Y~3x0aax.n~t䤳Xrn=")§@-j= =GTa"si;>VY"JGcP-ii/jT]?Hxf`O`45ڽ$FC_oGp{k0EO+Cl:?h\#NcJN Vr^ ɘ!/>Ss`ߠțr0De1c@pP-ifxp DzڟG@ўk͂| 0wPx»2Hrnͯe2e*Uf-Zt,qs6Y;Z*nHe+9QlgfZyNmhNf2Tv-ݳlwFo/ɑSjPbJD`&ȖF>Df%xXM1brkilyUt'ʻz 1;ҭ2NX铃UcJ?X~fT֐V'6TWX"OnD69XЋpiAMp)TyF7Gԡkd}9yA 7Г4|p蓂{l1FfPyVdM#R&5!2~k&ҍO<9EϽ̙F=7f ,poS2-Rpm2`ܐ49mCݜ-20$wF5_K`G> PsEUl7fq.❤6ZTDsVA Ypm .K;FM0 C?~N7| L%HDiI芤 V+x ך~Ij1gb#Ϲ"JH?ӓ{BC!Fɦz%ϏJ<"ٿBQ|u}[U~iΡvsEZuyl.dwΟ> Prp0~Ů)UpYQW2OFVp:.Q8:13q]E)qW0$x3nGWXs3}+vՂVmBG'DcN:Nc.1+v/w t>Px8htah mOOQieP3j:s `W佯.X`Yl҇@$@=[H}h%菃;Q ;$ طIIOi_׳ˋ 5^iް α]8B[~:aX[rAn;]r.G݊MnBؕm5۟YqzwXi-.q ⰄCL/ )>ErM] H,]MR魖F/{.Y'QvOcycA&l6^Ls[\,@Q:QZ˗Y9i(tI8KigUI^?\{my7kj ZƶBɜ7m:*T`<\x?V$?loMUkrc1{'T;aJL/K2|nt9f_3`7'ax]}ltq_!)>ʄI!.p0T>"ɩ kA1܀88T/=dvM^<1pL;gZnɐYժ#5莛|y#s] M>Eqc(tЙȺG@lkh}i4QAvRRK*>a4LyO? 0EbSs4Gu *η>z~ZoW>])n`duL~7ȑI u(~[PHB6ر]-\>)DȒH;8`DH] & lO/_%`#B9.])^m~*L/bF^8攭4:8ւ*b@Up&}~ݺe~j6i=3|(PY:~5 3p`1rB_+ܧBϼ3tIlˡ^2 3:jȂZjFv}$/oU\Xϒ5Qo͸>*BƍP6NYfb|YF^[{Gj C*:'B¬S+L6]x΍-1 /Bo9vթ/>T" s`1_U _^ O|X( ]pan{Pɽ "}]L;]7&Ri=(I0ܔ(Z}CmB+ v7h$7mS<ݺ9ұhwAE+If@w~~&Ќ3^cgvM/>u12eeִMQዽ<(0h؈Ԝ2 ! ]ohGN VUj~E`D>zYODrjC$L`1};MRa?lAqoEE(Z /5 vb4uSȺs J_.$O& <MCIVRseс#D8rU!s8@="e.8/~j3kkBs-g۝qe^6dɊeiɃRZ\m=yFi*WcwFV7p,!"P>+rosV:{ xZvP }+]]Y8J J*AX#yZqAce-w8S>gFT{#ej|ˁD%y2@v_U9ѓ5XF9tTAFXq&@e',{9c. 4nzmM+X`ree1tHmz&8Lӧ`: ;vVھxؤ;nl J$Mgm􀓕!t ؙ"DWgRLF3m 8&aȷzp)3m2?i) ]QNX JN>~|!~kj#a̜;2xC yfP[n8,ozZ1F]b%~PF/IwEsw2kR~O tNR #Ț3<h&CwHv2%zA@TТFC 1QX'&FmǢ >&GrM2hjN1"جeATZ@gȄQc0 22KEXfX=(axEG= ?prTV F|TnǡD|'C~؜ (֤ *.# }0̟\Cn|&2VfDe+Ƴ^" W@gs$ꢢ|gqVa9T(,yZ9h6\ݲ V?:1,4ԁy7JƨT5q_N.#yD}8*jӎ.Rc_BC(!N?k2>qVHY{$Ÿ/X8%k4+ݱJk-. RE/ǚ~$^Y43Pax(9"A#A P /=?u(O"*qiy,S<M9b|BBG@=g\$a@Eh8Eg:QOdzy:*lm*#0Hzoo|"miӛbK:e'=ʀvϫk(F}ԓ j YZ