xar-1.6.1-bp153.1.16 >  A `B!M@eee.e\crGǦfHme*ݿ◙G9(' ާ3++%Y@I^Ս/6 $XLix]raK-0:|5>٣;.3J{ld΋0]A9-ёXTN$RcIHXX8ɂ1I{-j A3"{S3[et@-4tֳvlaftFe&e8Դc*ffc201da0b4666ae635471c065fa789c412626bbb0e8acd80ba735438d359300b90a2ddfd617b006a6860501b19bcb3ba93b60f3duh`B!M@eee(DrGMƦ:"1kaz|6imdY-덛z2k{:VE1TsJ9'*j=z@Bȝ8H;,@Ҋ൷_Z@uQN3(-*7T-C@p\\}TlmǁdxO)bPHzGAZpG l)?$$3:-j 47Y;OI ;?<佼0Jc ," ğ+է>p>p?`d   7| $,D P \ t  4L`  c (8 9 :r FGHI4X<YD\h]^bcde flu$v<wxyz\Cxar1.6.1bp153.1.16Extensible Archive Format ToolsThe XAR project aims to provide an easily extensible archive format. Important design decisions include an easily extensible XML table of contents for random access to archived files, storing the toc at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files of arbitrarily large sizes, the ability to choose independent encodings for individual files in the archive, the ability to store checksums for individual files in both compressed and uncompressed form, and the ability to query the table of content's rich meta-data.`Bns390zp23/SUSE Linux Enterprise 15 SP3openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://mackyle.github.com/xarlinuxs390x3\m[A큤`Bn`BnPW PW PW `Bn2864cba024950b731c9038204bf30911674c486c5ac79887de7a3f04b8fa22be60cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195d8c6c7f2f6323d7c47df5ad57d394b341e70fdc782797372034bac9a7b7045213rootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp153.1.16.src.rpmxarxar(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libxar.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZZ%8WH@W W V@U) TPT\@Tgcrrodriguez@opensuse.orgmpluskal@suse.commpluskal@suse.comjengelh@inai.dempluskal@suse.commpluskal@suse.comp.drouand@gmail.comdimstar@opensuse.orgmpluskal@suse.commpluskal@suse.com- fix build with openssl 1.1, just another broken configure test (openssl-checks.patch )- Explicitly BuildRequire libopenssl-1_0_0-devel until OpenSSL 1.1.x support is ported - Clean up with spec-cleaner- Add ext2.patch from voidlinux- Disable static build from the get-go if its files get removed anyway- Disable support for ext2 - gh#mackyle/xar#10- Tiny spec file cleanups- Update to version 1.6.1 * Fix issues #75, #76 * Added NEWS file * Stealth support for any available EVP_get_digestbyname hash (see man page) * Support digests sha224, sha256, sha384 and sha512 provided the linked libcrypto supports them (OpenSSL 0.9.8 and later). Note that using a - -toc-cksum other than none, md5 or sha1 (the default) is NOT backwards compatible (requires extended binary header support), but using a - -file-cksum other than none, md5 or sha1 is backwards compatible provided the recipient's libcrypto supports it. Both --toc-cksum and --file-cksum must be specified to get them to be different. * Do not attempt to extract attribute information to a non-file destination * Handle 6 more flags bits including UF_HIDDEN and UF_COMPRESSED * Fix xar_get_mode output to still include type when mode is unavailable (This also fixes alignment problems in -tv output when mode is missing) * Fix archival of FinderCreateTime on 64 bit archs (extract was already okay) * Add support for --recompress option to blindly recompress all files added to the archive not matched by a --no-compress option when a --compression type other than none is in effect. All prior versions of xar always behave as though --recompress has been specified. * Recognized already-compressed files will now just be stored as-is in the archive without a second compression. The gzip, bzip2 and xz formats are currently recognized. The --recompress option disables this behavior. The xar library itself now provides this support (XAR_OPT_RECOMPRESS). * xar.h c++ compatibility added * XAR_OPT_TOCCKSUM can now be set after adding signatures without causing archive corruption * Update liblzma support to work with current liblzma versions * Show additional information in --version output if --verbose given first * Update man page and --help output to be current * Allow --compression=xz whenever --compression=lzma is supported * Now builds on cygwin * A huge number of warnings were eliminated so compilations should be much cleaner on many platforms now * Add support for --rfc6713 (see man page) (XAR_OPT_RFC6713FORMAT) * Support compiling against an older libcrypto but running against a newer one * Make extracted-checksum/archived-checksum use long hash name to match value used in toc checksum (backwards compatible) * Add missing trailing 'Z' to creation-date in archive (backwards compatible) * Help output (--help) now goes to standard output instead of standard error * Reduce spew on command line argument error * Support --directory (-C) during archive as well as extract * Add support for --to-stdout (-O) (XAR_OPT_EXTRACTSTDOUT) * Add support for --strip-components (XAR_OPT_STRIPCOMPONENTS) * Command aliases added (--create, --extract, --list, --file, --directory, - -verbose, --one-file-system, -V) * The xar header version can now be easily #if tested using XAR_VERSION_NUM * The xar library version can now be fetched with XAR_OPT_XARLIBVERSION * xar_from_base64 no longer adds extra bytes to the decoded output * Library now adds a signature-creation-time element which contains the "%.1f" formatted number of seconds since 2001-01-01T00:00:00Z when any signatures are present * Rudimentary command line signature support (--sign/--replace-sign etc.) * configure now defaults compiler options to "-Wall -g -O2" for gcc * Update Xcode projects * Import into git (adding .gitignore and .gitattributes) * Initial release from https://github.com/mackyle/xar project - Update project and download Urls - Add autoconf build require; needed to generate the configure script from git - Update documentation files list when process %doc- Do not specify debug_package inside the .spec file: We control the generation of debuginfo packages by means of OBS flags.- Call ldconfig in post and postun for library- Cleanup spec-file with spec-cleaner - Refresh dependecies * remove useless autotool, make and gcc * add libbz2-devels390zp23 16150019661.6.1-bp153.1.161.6.1-bp153.1.16xarxarChangeLogLICENSENEWSxar.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/xar//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4e0cc5dbb70a8de6922f9b0380e3b030c1db935d, for GNU/Linux 3.2.0, not strippeddirectoryUTF-8 Unicode (with BOM) text, with very long linesASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRR<̥Iv_+utf-847cf65ae5b08bea9c32bb5860578c0ad1b6243cb3781b196ccbaf913768194f3? 7zXZ !t/S] crv9wH&-D F0rJoI+#\|E#4Ǣ#i쀫ۜ?it_;Y+H~wJB t*0nM7kԲ'&`_\ ?Y@EpŁIYOO O$k%iVb 3V+-TN[`LgՋ h((l}Իr7>4l{ no.k~&A֢0$6`)К,-smJk7q_~4-i1;̉&U˜3e stgFaEC QmjLiyvܵw)@ne:Pd]jUpMDYn.E fQPbgorzg̮)b0\*e8y[8/4^YنvŠg/F䪨k@ ^V:hܸZ#Rtf8u c>rpVɘ,  /iͼg' O Ӧ7/eUyѪݰI?cD*dZeS; I bDkwͺsՌA/>s>2d"%<5j{,3 q6J wѦcl >"ٶ^@r8ZהHnT )|.}ܪkw<Ѿ9-㙍hn"Jh+Ƨ,=CQSowxlJw/jĬak*CW6O{&7`.zΓh,VT^Usf%a4t$ ЍF sM1%2J9-]N"s875#6jdi%FYy25i# {~Y9C~nTa+@}kRk߱Ҩ\t2S3=ޔGt2nJØ:負@)YVѷ^\)Ը( "PRhL- bLu2۱Sc*NهţVCԝT7i3Xb/8J 3#,ALt)JEBحS!Tq\Nk:0ܷ]+OPD89b,xrlAb&7E9SH.V+W&#ŕڨ1{0}@Z ּn *Q~^t Vt[<$bc4^B5SDDu֒/џF?pD`AEb(f\ld.cӻt] anO׈cy -\+x zHps2MkvwQvg6&8 o( 9Έc/p3; lE-P|뎥   4_*cʋd֯ FP9:MB A7,<ӰZ{ N4:ZD.ҕ9ʙf$ 1 M4b'-|棫GH؞Lf_^&H x\MJXG V-R\D6+$]A,:^n@z11*8m @GBEjrןZ@g'l&e[so N 8QވB+r4_R|J"ޢgnUg&TE!AMECPMQcm8zl`vhsư;Xf>Y:9^]'\LvKbMZPv!8K (ݏoΤ0\M(\-676ZN9po^.@+-3l{܏KHMѲitd=n2֥> $K H>k\ #\4z>p-}_޺>8LJk~ohk-x9w<>ㅘVRW(i#ӯW=/>Ȥ! Yv("ȃmLR'e>ЋZ fE5MӖѤ 3}>7SBm"Ѵ~v2LygY8X'tȇfr3`/˳kEA:)ʃYlh-1,1C8׹DglαZ?G1dqe[[Ubn2qٱ3d.ּ5-?tLE0&tA&]t4v$ZE$1 {dBxDhbMs1M)XVMHJM8OaVmM_51=uǢR){P#SSTlT9Ka7A_\twTNZ S;S֢6ydUtJE*b@45UAG=OAY%\oNnv05*X3% :Ӂρ}$H+< M)C AkgiఈB(|=b@]3E#Hֳ"c3Zƫ`z,+.3_l[T5zUxRP]_< <=MݐZ^܍~L8v΍gC'/]NhyA865JAiAk~T 7ʦ wo$OT y hj]]^3ĤۓC@gM并s"ÕKL:OA^J)T#ȓP26.ӉSK<{[Iz;#ݖ, 8nԋfEkj>%'(>ƠKRLiK-?ZlS1gՌ|_,>=Nቿi}K9a7sqK/dG} )tؠft$6,8_cDeܐik uظ@pԤFHhEcNCR~1a5=TrXK~2 lI%s\6@cy z52fA\wh9a=e˛{ΊvMnQ83G= zşa[D.-h\DKC;. I05ծ#hX…Vdq"õ?"-&8!gˇ`ךyǕmé#5 X]&]m6;nha{!i?bvw_bpqG/FVaADAhb ʼnqv?5|o5xot?;CwW m߾Rض[X@qpY.;,5}a>b{le8?I+JT{攉f5we8SZU/P:Sd.ٚuD 'Ex3FBds=/sʊ@lZUV ~Tzi ^am| pݎ>HP)"svOoi潴pQȍsye h|WV~ye37%LhCP55z-1da[F@{fŜY?EWߨu)aYf3CcMSd| Mx0H#}8I1T OA’_K͏ WNCokĤn]~Pf5>[_ήoVEP{M~"P|ַB$Gw3;+Ij@z!e\7bJs[s|#Td is{ҙI4਴/ tאk DĒ6s>ǰȦnsm ;+#YqtXQAH.ӟ8mkjn9iV>jZC$Yh,n_RATr$cwGs@qK}UA{ԡ:e[JH\# yR}G0.WpXBLuo-uX}է ޷1ОvISaYšBӓwD~U`Us1Rކ^h}4VX݊L-JӦ5c~5'&3:)Kn>%PG l*wٓTg'^Gzi;^%Kng3Y= qznF;wޞM]JWUBCZ|2f!M_zdRɂYR:Nr?%$ t`fCw5f< z'gqG~wsV$pʎ]>]W,%ÈccRqۨXuCw E)3I޲tt!|Mv uDC+_/+YRO9E ͽ˸>PKm1˄/%񎥃ʍkBexj P,IOtdatDNQvBpm\{*7=3jHCŞ377-!Mcjv ͸#B#` ute1]iE=$&u{0>bdT쾾DFK 3uU>q۴^Ea:_+0e=)͢oFCA\rJQU ;ʎbpbʾ֒YIvzz]){6m{PwX&~G1QKK:<]Z1gހɖD ${lx4ewa ϛ+d).Pe_~-J1ƤEH{usFlk}c' Lh^Ե@΋M<_R-?uaf}.8Ǹ"/ :A-ُUާ  Ktw5D\]FA J۲*(X uJ-cPy&/6t`L@c]s@ |k5;Jh"yNKRxaD~.L1QUg/M|~hu#T+I?a^ w`@s|A`/7>"6`ׯ^A,v#ʾ2tH&yx3HirBpl<<˜9LiQxG)v5ܵ,XLUMrX&_ m L%s[9zuY ^1heA~8HW[% 0c(B@wrQa'^ Ide! Xf](ʧF|B_Lꇔk`g+E ܵo24+Yj\ڢ)nKYS\%kaO'K&ztf-#k腱~DAiS Wür3˄SJi i @otr:2氰^I06l0m2*HdC?c5CsЏ#/|+$]: nUN8KdXW0WI/3ALe6/2mha_wLD_eؽ @ȶ2H ceOKɚ Oߎ0Ҷ OytɰytŕjCb*`,֯;欎#%)dKR 3_1bŕ!O}gJ E\ğ-q>gTu kgGeO@+ڈ@쩯"}ys;@/ꋒ50)mE%)wzFʊ%%@3m@)T{ >?o˯a7f1uXp+%So_1P/H3{Ł8ȷw pz@de|7Ї7<@6LY И(+3򕊭&^i%(w?)ghȮkw5E\Ej'W;.& ?\}&!Vv=u MߎEAF~wu8>e>2* O&vDaȶhn_uzTv 1xa U#A;v]A2 'Vd߯;vn 6s#* LM'> *C e2 `J2DW\bBQ83\<;PoyOÞIvu)B~¥h:@2)ݟ%^$)߉QL+Wb iIukY=]mEoU4IBQax32^$} la]_q`9Dm ZL/mKVKG Pi3B!5uG' qD9{`sjur nX vDŽPDI7.}q''8ඛ9\xٽ{+r┌0`D[rU2U.U? ǁcCA;~cP`ýJ O0~ְ:Rk/\=hSq {i]8pS"I-'kx giEhF.,iq .n!$?-KXKC2d㔴Oq/snf|d^ͤo#*co10BjᛛFma!wrGC#a .Mm7,rWT簋6CsyHyAk޵Tt޶28r{ W ӂE!G`c L1@CND@<;yGg 架g?џI^Gx08R$M~!}b?ȔdÒ^}T-Z)+Y䡿ovBAP s_$mGϣcpvBऱKșkM&wIXkX.qDY.zBBs W=@ubK? ]OYY -dۥMf+ɫwӈJ3'?zsj\`=q㤣}6Op`,H6GP#k[9AvZGW/$RO(⵳kl)7~(L\w5-QZu M1Jeqa_vz *'zA}RWi_E|gh3@(K?Np_h})\Pv^!{w{PE} #{q }(ڜ-ЕvOJl4 CJ.Os@x"8]=X $8FTv+@g)⊷XWoҺZ-lQƶυw':58 gP:{//;{ܭXbUA.S.3' ՛bLߤ+aA]" :p<`QA=1[DA^J'%D٘lݞθ:>OlKcZ+IR'.e \%%AJmrp.X"/c9eRP/j4< SbbegT@u 6܆ߑ wrF(2_oI)X$$3'!6͉,ukcHvbWG++dW40xˌL*ԕvFN?^-Ua`K(sqiQ 5l7 [kU,qP)[CmA4}4#M๪XRK&iT(ùõŨrN_}n}t-Ú`͸a+V+xJ7b1`9yjx>%!رy]ln%lTjHHv V{r]V9ZI[ut;wH-xג0Xm |ؿT qC.Hfj&K A x0E{5.rKm{(D92owk9\PGl|EǟOazQ0V"O{h!iEWNbd#WM5x@UP/ hR S;_zieP&w!ēz[Jpdڛhon=~x0M:/}#Ykh;̷ԁm|3* x"ͩ舰&UNlV o;4a,KlM{g3vCXC^b& \kg*&`}Z4!&jŀ]~Ja (,=*MBe9B>Fi7w:| #&g e*N!fO|[ꃕ6w!^$B[vkڐ6{~seY 㹘>+<%h)8KܴS P]@ɵեT"éWAQUɌ0I49ON}mԹ)AɃin?`hmw?J3dGa}wa@ %"kx˄at'Wށw4A9r\miĂP9iYY:V,b'ʮWwyqR7"]BX!MrI='=k;N@X6a{c*?\wvc.%UFb0S~3k*+ӅFu[\5Xi{[U"K/׹\W0?~}#[hLxMIYJ9C]-;㨦~*=oSQ7ĭW_(z]*t'R k@L{<aܡFc2;i+5pOP^cWgmkAFdIbA\DϾ6TS]Yqw(lY@`P SO?)[GO6e=ގa??Xiuzu r_]@7x1_ g@(> *{Hk]GN2FG6B5}Yݽ=hqRv+'Z :;ތ"XIz0aj[R 8s8ѦӛaH2d#T9qA"1d%_D.VKNI^rczq{0bJY&v{n;jOG0J.ILgў%Bj-B2*@8@|zZ.4ݷU+y_E{Q y[HY]5SЗi[wlv7s&L&ZZt:+:nbE_>&Pq_V҆Ric"~o.yX|1afC )#[,kRk琑l!fҜcd?UC2s>X)PwW'\IJwifs써w R0B#mȼtgZZ0Ӥ0  O]žQGm>y-'ey"#1M`Ynv { L~8p #W-]@i}FSqjPvwWUzirڳa,L1lỨ$t堒TNJ+U5Lةl_α rB"qF,N\ȳO;MpFGMELh{(RI1J%vz9GW+-Rok3<" XSvaIh y}9)T<'+Xَ\*٥A/YXF&ViǸ߼֦:oy1Wg߻Kc1<&ZjXgۛLsJN_bK$!7L솮[u.z=i-Mh( [+ wk}m;CRyiwx|GS .$ZyYB|#ؽ1לA6P!0X^s )xfiE J0*bA zO_z@Ē8wNmG΁ٽzȫrӪ -3 dl˓b;$<tLGr/7tgLT4鵂gjR$T{]=fo@8&ˍff54]NQ:R)A'=ի쬟5.ZF QN=}n7[+sMޫ*=hl 9rӴ։V>.ÝgFKтk=fLN7Fbߐ:C @)JtQ5Q`Q`ň J_Z:ehH8q1 %a s"p } G)JϡtR\̒_cMAT PfR_oBi->gJ/ d.yB+bU>|mόkO3Y2 Kzͣ<"8J%/S :ƁyqfKGv@ڸ3pqa}GC%>U-V7m;)-VhQ.i731_yz貧Ѩtd@aRhʝIb[PZC='Sи-R^ Y[nW%4o Uӱ`8vWZ^̄WOBn,Ls] /)mrp.N^Wdn3j;HYנqu?㛦0;. &5^v4J8>n6ߙ Q~Fʣ(t '#g$2b ."qj\d6%'oWOkˍS5CX&LK`_! {`l;ڎzB{x33SBqX EQ.β&-~G/5Nh cMrC||`p?Ը>26nu) E$*t{KgA<7dTqAsS"6&rL BBZ_ZdHS `hj.Sea:{'ƕf9}1ݷXmjxL*Iru8ǿѭzfdiOJC~c,(~Uicm4qQb鿏< > %3韘>p}%MtJ1( [/d偊|&`4 zMEoVLbbR4ح@-+7jvN*YA.vWlʷ|xqGlZY5Jfon H ewD3K2s^]<̺Ob!{lK2-$˦j<ΌN%;U_ E)i$V: H>dtȻu#aj#u+:k%mPWOrtAH'7\[@xS<|3W`BzIyaEu[qo3dE*R~O l-c}oN}z7./ +'\-]g>pyc^.n\MZ_UC|kب+ 21$ RL4<⽈Njq]lZ-`wth-_Hs\1n.DF )|CT*j]RsZPn\Ek)ւ\=a)axljw3Ӧ>TIeP~P'u*#AF!A%:o $A ׀Y4$8e<v")[{,ijK:E-FɷPcu$j;m8cww#'~ÈRS{UA(I|#-ZF@X 'Z.ʙ |A9±7NAPNF *d%$ 65c5uIՆ%\}XXyRwzEċzCXtS̫˱UkАDO/m6 5)ߪP%XvnQA`|9.oCH7Eї墨7fٵ<,dK~TuO$[p ıU'n_LI, )8ג a0yqSыDLoKhՀl ]w{gJ@\S9~`RǕxy'υA]Eyg$AqBe|:J%x?eR SV(7+<ЊN':./BWwUJcb-"4`\mMk-oCtaV @ {7r*|t ]=8)a`֛sS܌(Q2\x)M䴱tF%-=)z4[li #sEdgr2<~?f6*v7 ň5y{IXNv;_&I9$Q͔^c}zƱ{+A^B⽻B 2aZFш@(,K&2޷%!EދLh+DɢrWk~qᖋto4},xb|((U;~^#c`Jnmtqz܁29UQS 5L6eX}jC0'F6d׺oTE%# 7m!=Zͧ v ~]f(=$rM ;lC4Q`&9&oMԹ R%Yv#?S$yDN}/6o!)qea+ 'OV0Oɓp(`Mg %D(:F^;AsɒKeda7{?;5 @?u?߼FmDO WSu /ـaOyX(XK 0HV=6ot` Е+e[TC^noh ,sNͲ4HvxNm\{!N.iF&MBgB=OODۚTxťA5Q{1X7 U< @;|*czP\#e2,i'.՞UTG1qy:M 3\cBڏvkM%g$\.6N6kId e8StrX"ٶ(r 5j &u?-sW`Ho)D]$k.!'ANAUI?'I"̒r;FW68qM=P.[Xg2 xIsܫ5pDq~,$CiA\ŁV6I+T|ߥ_}0 (U6Zt')pCwjOFAWwĂUXQI8~ ; řf"B6 zh@\FApWqǫAOoqvlTpSHOC"ZwNZlT?ͩd-&APFe{NVˠJC17#V+)hu-h7?iiib3YSbZPЪiI hKcHI#bP8+K#755b\& j$svvmJygO<# u ncCK76jَEA$HՕW&׈ S@-2Ne?sNAWӫ-0)&FfV{egq)Yx6?zc|Q~ k2M2lv:vXiqb1t:Ǔk_}b~g;G Jkn{g)6A C8)%uZi4 / aY ZȰ{*a-ܤ*U^bMt? p[hivn˂3@S^=zzFߘdj$TC[Lhʰ`;-QfV/{zn|.$I+,E*J#ؿ]`RbB %FDͭz$x|pn]lyo( }=*o EwXC,lwϐG8c|ƹ&QT0 ^"WRԦr_D W YtQ\hg*6d՟a܃ 2Mo/5W)0tʓDWym#LK^@Xq\yi緰/Dn$ \zeԶH㨌͘\/A1le0w\,yk=?ܜ?2_-jߏ2t3[¬+7y&!ֵA:3^qyB+r:.U}fEi!UM,(~C]=,\_lBD[l)Mix^@MifWdH ȼB#Y=7va5믰:Zsa<;-.=@3R /z)54ʧB)LQkMܟ= QxsƷz J8s~ݴ}jtvYs^0kw;M)HH$N+hEϸ`M2|.ӄݚxJYMύtP r-\x-Rny)$\b/$!r~KJ,[BQfC`Y)50sqO`Q@[r^f@ʦJ̀"2 :͹A\l-ge?ڏ6C]dƥdl!{ 2<,3Ԃy-jQiʈl- KE Npzq$?4Jpi'od+ 9ӈ=[{GfnɏV'_eZ`e tⷥ!e.R xE3Y:b44XH;lRrGAp?JƫN?5ZGCi1")_H^K!pD'qrď~c3 F^Zט~8?%~ o 3^|k5!uֿPF;9dD HX1z=IVd[r[ICs!iMv<l`BB fiڡHdA^<7[u}sK煒GO!L-ƒ9 Me#}X|I߁ۋR trی ܄VGU?_~I'!PdXn?"&IbQTW$l$Fd@@(Cńy5@YlZ2Ld~K;2(pz6}3Sݽ-mC]=}egbz퉦IdדV}#̑EJ(q0kg[ȯ_Җdu ͗ wW"W/.,7ۣ",*IcKrǒg\Nt;BY_MfeY\]'ZCyQh0Ɖ$abCT #t'[e|Ml;FYsIm O6 W\?1)>9#8Tm m™ݵߛZV{(Ly{Z)s'EKjfՑa,+Ѷ(C;ߚ9wd߯%̅.,UsѯuP$փἴBߜQ=zNPn!+.Mn}5"*^&W/2xM/PfU{gpb! |Yub}zy/"dʇxEKoXv@tg yfg) MK6VŎMwE{ӳYǨ9H <5KpI7vwE?srs;莡*3@n5rhnIJ>`VV|)SLںQuhb2D6Z+38|M-.rv^٠TiVbUi*乾gY/n^S67jn*ԃ쎅I4@cUnd2B&Y YZ