xar-1.6.1-bp155.2.14 >  A dk^I%z FF(67V%Œ@3R;0 yr$#>}?`9[*i'n4ڔ: :nFdI\_F;CW֩ĕP\cѷ{2x>f.-u\-]-0r=c^КErKs)΋Z.s;Ho"(+YW-J6C!]U0պhBՁM}+P6Sm[谦` Ƒ"G ^ \2w'0~ @ͱǠч+XqL 7,!ÊݒI{m:ES[">r HѺkMX+4yƺE:i˺3"y|GQD/]\1Y$o0Q#aOV $0pe: CI1SaٶW]k{zW,-)=Z3vl9Jx'x(`ZF ^L]k>iHAIWb2895147e949fa11674a919ba44f6351fe03cb87623ca150d6387962a3aab162d9c6f888f3375a7ad78f48c5491fc4e0778ff2c4sdk^I%z :wg.#kI@FKR%&ˈzꜚ|k(QF)i1'd[hoBw$Pox@B&ﭢ&4R>cR8$*"q:*;.3?#Fi$qYE(V]K"GpBJx*OX JgvԆ4-2Tbl/Jt3TfN̜Q?]YwHTR!%وOz[uC~f%X'i_},i"ݪz=@J]7 xK~dTtCܛkݒѠwem%B# 9<&.&V#w..$E4ng&ՙ*_@U, sA97YbLJ#'ʀYpכ|ujD.29,V}5UCGoN[pk!@osqh>p>?d   7| $,D P \ t  4L`  t (8 9 : FGH,IDXLYT\x]^b cde f#l%u8vPwxy z 04:|Cxar1.6.1bp155.2.14Extensible 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.dk^ obs-arm-10mSUSE Linux Enterprise 15 SP5openSUSEBSD-3-Clausehttps://bugs.opensuse.orgProductivity/Archiving/Compressionhttp://mackyle.github.com/xarlinuxaarch64X3\m[A큤dk^ dk^ PW PW PW dk^ bcc2097edc485facb04fabc11b7f20d1a6011ee0648a2d5896bc11b937aed24660cc73b006408a3520b8868da204aa96a1ccfdb785fe70a753055f4fab1fd963f4e4050fac2d20bc687e349b545c4c60b2884f8f16a0a84292dff8454adf6ba54eb632f9f810ff6078a8ec1666bf0775167b21df36205a47145ee768d21e195d8c6c7f2f6323d7c47df5ad57d394b341e70fdc782797372034bac9a7b7045213rootrootrootrootrootrootrootrootrootrootrootrootxar-1.6.1-bp155.2.14.src.rpmxarxar(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.3ZZ%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-develobs-arm-10 16847580271.6.1-bp155.2.141.6.1-bp155.2.14xarxarChangeLogLICENSENEWSxar.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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/3129760c2198f0c2546f6445766238d0-xarcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=24120e8a0642afc2e23b8d51613e069a4e9c215f, for GNU/Linux 3.7.0, 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>?o/ /Xutf-8a9707a7d4de4c6157de10e93e3f4724a2552e933e338a8111fd76930810e059b? 7zXZ !t/qgQ] crv9wM-G "5[ Јop,HID@}ٸ$fsoȚv u+vfUW򞱪m^-;0эqP|S "W"TY mxNiЌN9nX<ɞ6 C-i1xk s~pnZoͪAin/ xL_1 Ey&G2ҙDIK$ *Z2/g9"˭"x/TeԻcTodQ얖|zSCݰA^7Ev,zإe2fg4m#û14L >E,# k[Rv8f@̎՟(>O_DPf@pĂj%*}@i^1o?b={}sؼXF>'Ԯ5~V25+3Պ̭ q ZΑg]v1X(|GWsDAɵSM'7Ty8?tPQſ%IpGK]Z3HVX&RuѠAc8=^%)#Wno[cp;*09/݀3eY}: ~˗y$},h#9\a/5'Q䆨+~K'?^.i0[3Ec>Ao ʜ %1Goϔ,@4ǔDij@N{I@g0*÷ s\5 n2H !:wNaqtHmO2<|P(\ +3l'0Rt&҇txvghm p󅆑##}S%AZ!sO!Yd 02G471~_z^tQ %kY=s} ,rk5;(k"vjge? ~^{F4}Ch6~8f~uvVyiG/3iƖύ&G 2 57r`~Y m8tc\Q=%L$e?9kƵBW`@!N LhFg:ƺ## 5ա>5enuO}mt+i@ڔAs5zBV[ C{ȪEV MA #Y: 2_Zڧq\{$um$;d*=[ʼ7F|km&$4R .蕠SaN])|>A+MT)@!`lܕ J_}]s}(dzln 5a\T KM;{ @NLJxd@f۾ 5E"\q%̊ӓJZGLXe`d/4']֘Pa2jY8f J!8~(B%T/}ŁK-;!hjqvIbm]jٚ9 MåA&B!v\Y 2#.uh0]I3yo!n:g׵5et bov!*:# u7j{}?*Q;\sji;o}3Ѧ X:131CoW=#yN#l LH0nv~(۷ρ΂1S5|3@Q͕rf5̵F{c ovqZcx]ᝎ9E 7SY驽l#wDlL;1R yͤV:O+0)◓@k.9YܑUv.+8:" 漑<>s69^N(RRo!d>h W:'D{9͐4rO{mpYpN>bI0p! y5yDen%^y)?9 ^B9ka?D:t]/ʇ1fc_ژL.3sCB\LJ mZ_֪]UneB,+i/$V 㞐_T<6f80%Jw(/*{ŋ<訑ŎhU9~y8> Q;U~IO9^$~p.+QO"^ˍΏX: H|fɦOkv?oM\V-v#j i<&[^\Ywz V yYqo˞ԐTji ;Ck*aMmr8}zc5qbI>≵yfc7+ELbX]7Yի{ " ҍQN\X';08|E$d5;NJt f ϋq߻_ M\N41}yX+0|̩b`1 bK'jʧ)N"6,,Rdg;WLM^L@bɝC5)7kUeJVh&9laY[[􉃈/Engn{$ާmdfNj}*4s c_8UQ813;h~/qR%VY%6SW9Fw>ýVLcck: f IU I#hÑơ2^ΌW-ik7icmIS$k"X M<^?YK Ü)iP la/Cx> XNN9Fm\kM w&PX9 qa$V׾4/?YD?.@͡c3^]b=hi'CXQTKۓ"u7`~O/|S| [)'8|_4C\&-ݫc԰ϑ'}>~~ صi?z@j(>RoZ ķ9t}|e@rm}܃XG`-Fd;2>4|> 9YL*¾Wf)d #N>0C/{e()Aߕ,\i1%<Dϼc;FkOh.V U^K׋8# KH I1G>7_ǣ|oq{L%:̅t/habB _\ uƣVYFHd)<4fWbә#y `ym=Ǧ v<ɩ9'PvڶN`=Mo9u/ @-=j, n>ָv,KbDj7D{zlI 8?6`Q+a2l)Oko9Ll@XˡRhNnh`* X˧ߝe۸;r} L\INIztv:&z M.SYfY;4GsBe:-sVSk䑈ȬٗV@%9iKN+) oeVBMwULdEJ\|Q%g{.{\ݝ^zs\@_2y>5&VBejE\H}{\m?Bi)J04-r.Ì'7,Bް}wIP ]j{Ԉ2rX1Cߌ" NsW,a"\6@>C=!x7$}ji!FlTn#,sa.(b!uv^UQwҏ=oԧg xٵơ9ˌ նA9e3%Z9:U\B67yesbTb{ϊL(5#& $*1?m>6qpWw1{0Wu Yfҡk~:Vs+TE*4/mq(=[/VpJ^j`幯sj0^*LWM{IEez*TKhw΍8#g)4+TMO4~aR88?o0Х .] _@`m@FJgƭg& lm:x1\|?<5/ K4WG <+In>Q J<Z7 -?wTaOBM=z82'vT*-#"!WaٝȒl}մ!BbG 1mȥ羊'$>Ӗ=MK߅sHd^zw23N܆WJuMHr7%]8 ȹ殎G/NIc4')GOٱs>y#dnI-9%- }|w0°$* Cc@dz/0^Þg$ӄP%ff賽!8c9`nw+"u¯ 3#GbSNڋcG.=x1Q舰EHwUő,Ѓ Ɂ J .Z1QMy+ȗmw̭ۡ_{zrg3g M`j}뵯'$ ;Onz86իsfUBw']BW%^o6/P}śk<ەдqq$9dTDlRJhp$, +fF4Y'+Rab;I4 .V4 @_=O_0͕jfP8N{ȋZ~*"it[3V']d~vXhv!, _%b"1$z/ *0z(*PBNmԎ2Pœ,qW 䞔ęb"ur@kVGG pN-vVֻ/;'*"ٔIhzrqb7tʦ@.BsLxUJP[PC$ ?SNuF|]^XVN&-U{WX:nZ)۶Ow6Y ifLْO<7$<ȱ?7. XuqzS{xI, Fx~%wJ.A\W;nκe,AQx\u?=jDExU|i.Q(Uq0:, Ε (j݄^nA7 hKP<}\Oj3&D@f!/c^Ŏt1IjݯA]&/kdtAkyJ=iu 2 I mg&%G=\mq2>I= @7 Kþ~t4?xMbDZޥK`D!Is3rNŮ qJ(gws9<P@+ }6|=u;63qk]Pjv9!GڌYN GMharWĉ lI&DF]KLpW]p'UebMZٷLi%yb@ƉD1T^,k*SvǦ GB b㏰XAAbqk{}a]= rE-6>^\3~SMdyQ-Nbƿ3V*࣌tA2m(] B7?Y ԴbkE%4)C1'VC{咥ƒx xd?E{ׇ+>kP㪺c9P~,HuC-|㡷UMN?5Io|*1@*&W~LKǩyObԷ] w/22a\0K+nNk@^X,+0N5mټƄT q+exJt6S xٌP'qnx~nAYlx_+I8N*InxLeۛ IsS%q s LxK/-By *x]kl arSet Bku¾DA5Vxoz[Oκaw_Rgf"%WFT`9Jko}m%<#.b>g)Rf~Wi`V^3y"DStMQ<4M6[9Т|G$L4e \uc[۫~8ʸk(ZX Vtp[f6^/Px}:Dr,1}Yp2]mm14]YG&nw%i2| 2 Ȳ@gՀ]=015 %JYrIh@M^rdCxԳ@֔4X Ʌ|icCVި^"Z>bS_ (4"L#~CE?1)u@X5VaRxOUe8ۍ>'ڢ9UG[Ek)\,]BƳ^M!@A)W,|k2BJdtz} Q.ʧ&=XpKEWc@ .lK@C|/*R oNR3D_QʴÛ`~=;i-/.Fͽ I EI.e.S1C!f!Qt1ѕ_ vc3a"7u8%ÈL;wVkdpu0:m˺ +<ʖM<ɏV9;r4`~Ie6VYʘ5%6gXp@u`ɨPl!!pqOս*# m C7~wXוǔ*֜( K-Oj6wzB#0؟E?=DkOpk_mx?ZaDS>0?&^lXL2x>UsJRFIo44"A-OA-l'ĕ< BMwPí) 's9TXnej oE`YG\lu!t:aS/K-t}"[;. QVBl2%x`jV9/*((TS]6%α AҶ턢*2f9hEV sq a2.섗z}PMrym;X %  y5 C0:%~ )2xaDr4HMKs~ c1jbk֕pjft|lyzrs=n|am;;IѕI:NQ6!' )*Ҥ) iRUtBr31hdqJL(z(hE4"5YUb)@BB Z Ffym {hYG WN d5_(&lEPe![3&ϔ9 #T^ɾ3^i7 4@/x6{!eGz Ó M`Zgɢ,d 6Vg71:q.NYB2лB!~-N]ak}UH ! wBwrakKu{w#&UZ}N>xј֯iO\4:hRfN3uxeC'fkEC&akTw~)M_O֜JT%k-0Ջ2nd,7]{$7)mO>8W͟fIwCiHhoD|82M1vE.D *l. !yKrD(ld\~\'*JX2Xe#Ilp(Kތs2x ߸S'^ahF 0S(ۂb!隡(Xh3+(=^2Y C<+  t>p+}|h4ZmȰ\ڽcpX=D3"D8;v5&υoEy>^a8Bdi ڿbPpSo:?&hbK21R#1{[VfPA[zp''X#.R t{ur4 €3o="X ^7i[æ'@Z/"]#cn'烗d؂mnW$X0 ;18EBR8MBB:B-:'r ::H$#N` =: =v!>CF+Ո$|aEan>sCM4㙷R*E[͹;Zq]^Xu{<Z{P}]c?^!1n#V!r+U d+;a]Y>Ҝ)vU jn<(iT#h}K<cxL*8c+HM>Y"AP$Yy,-}2A~la"VDv*76u dK\\Iޠlxlb ֥(ߓ0[5:U~sU恨/Fd!zg^!/<5S ccF\ۂyKIG¿;+sv# $u{ev`V]ndVYB`ԑ[yk=+j&}ThETqr^KydBПl]!qSFJ!n>"K#Pj:cu.XhwEP=ʆZiٵqF&cdYo)ϰI 9 _L8zXbw٦bL:f HNb&-PH|Y+ΰ +5_8GLZЮ"+IFVcUx5 k>DsU*ol YctP T!9<װldPy 1n~z ء3%QᷟtqT"TZ+*fw9`{gYxO}?@kac%NP=K)Z$4 :,/e«ir-eR7'~xY^'5YLdLq1˖u1Zb$ǩI"xw,yhH fq?; 𼉍qb4r'iyqNf,.TVW[Óܮ'R/rz1y+;Ȓ)XD=XO |Kxq$K6Mw@di<69ٟ;+9eZ 5uI<јJg'0Og@ YkD+^Y{m}r.rsڄL9rߜS 0xHqmq-bZԟ2kv0=hs_e~MmTzt9N{nSo*#jҪuxeA܈嗿9cPO?sVPjϿ`Z_w^ωVLuܠT&E$yFiYye;ݓP\}X Մ)gfx䁔_60ҾAxGmh"JpH 9}S!0o|1;+ ( 44/.T_x[Ta17 PXm8~Z۩/l9R:c}^F'\KT .AMUT7 XsiO57?}G(DLCFA%zSp&~dv4[^%đ͑lbP2:i:qxU/z|s  +P߉o6B H))u8Ňn#W(SL5P6×HA~u^!{Ec3,-7_[ 9J?9a.!gHv9\Zcݘn0E< /o)*+)+. [I5.Dqړ|B =>xS@T(C8.ūF@ X1{«PpV7MPW8"EQT!p%5cn`X=(8S'nv~>yǿd Y|!(B]:GBCb+,Ì$[-CSxOƊ,uc5œ>`\]Bnw.9޸M3s)h @WéUiJ2N.ƹV!?5!X|d$yxEo݌8a+T`L+0*WY뮱Yxsp oLx ݱ\hؤ)Z!crGNCV8`uSƦol|aAs־}_ږ&aD[Ohy!ڕRqqTBϖD0!`À}nBO $Juڵ fN.gE{LyxkۏΜ#*LQa^OOqLNK=Lw( ӗ Z|L\:>ņESJ>h|$ħ^5> NҳKJoV'%[O$3f7ԄO40,!B:P˲Œ*GEJ 8/66LMM6 !NI@~y 4b؆4rwƿ2dq1Q~V<}&ISh"xa(zI74w9uݽ i ̹mC1[y~BX\UtYoad9Dả"ksǃp.fg817, fZ#pF-DFI~c[xoAM.'?!bQkpB2J0"3< l?ߡ/|PL 9beg /pU49x };t~o3xhvyMiei2%4{4F\ jr 㳎iz e,3$씏ª̆߂@Lv'D {jLYmz`$,x@>~G,WSL%*uMhVle;cV+fcaqtw)pGHZ]Jb6fWJII,S?Z_t9XTv &w`%f{0R/s5D1)ͣAĵY(k oRP0S)2_~P;Q꧗$" WOF{.4h' .m.6G9u0FD @:fE#OZYBG`9'0- qcsؠk9Jy`IWS.@|6+ƀ?zD,BmŽL P(C@$,g҃]袐 #d?"Axˠ&nmr" NRB iib9xnAGxٳ<'v"F?=셎Jg؍X_.A43K`[<p/&aRytH@7& Q `ij`v6C`r#)qr;)\*K0BGY-Eu{áSꀀЕZZ"ۜ))E}4AO(k9];EN/9px)!z+kWם%a:tuE )\8J(ZGw*A+n.Ի^9fE1P޾L/J[rHuâ7(w81$_|B}\h6幅+Tz~΀L XW⃩2u֪@NӊR K؋4qu/9[\kx8HY$Áޮ+סۯTC^ӜtTo#Cƪ%/4}@a~?OVå5Re__̂΄ ݐ㞑R2Hy4D~23PrςO6.2>2KowlܫLX1 ::r!Y댤cAGg˫_o= t #ZRM ^4ٽ$$c7-$+|#nX p0wiB"|a5`PNlwS>du0bmDwi 5ܲRDDi~Եgptc\$ )-Po1mA}DKf s;zE&K>q޷Ky)IdB0 'yqxq{A^(Uyܢ@.d!G2%I ?osӇdz;#HC G4+Q- ThzѴ*N~r=ap{1ԝj.~zdnɏG3naĞ2EXyߤ^Re# 1g|NƳ1orf[oX|߬5%Ev\jV0 'pI.85PWʧ@|8S* hK%N '` bICUz&4SMSAZ{l Gt4^9qǭ3E hsZT+T~lo]\ ΫRGrivj%ߝ6W>a51teO}(j~VI8bk-_-wIRfģD Gv+X 尣JMR:7i&&R[["8txo{LȐ4#@"7@*butv<~z~쉚5/RZ42ÛbYK e.y6mLJFkH%[c&/VH,5A\ybD b}S30:};<ݮR✠X21u.ZոTC%gA|vְpRuz2 ڨem]tw_s}üȬ9 F$')r>Dj)Aaa]QN:KƠ3.+fwtr uo//_¦6uMj#~h(0nJKaqirr;w3N"in! Rf+c^U;_7h+(Zfw6|!}o`1&C_r,VjGO_$@ڰgY <-w:u!:nҬ& Vm1 {'+HW G㢵Pi9LWxT[S@C"j }Zix]K\M/_ ^rT80xceߓdy%ʪX&Lb*4 *iSU[ǶccQ48x8*|&:#fIr75һKƮxyi^sdݾ\֒E]U1G!0d\y g<sr.Cp:a`&<{\ANmQp^}f wV*/͇ꦀMĻW> p]&m؊\=h0k!LmrD-SngE.\^< Dexi X(֬qc 6zo7Wa_AdLbgc b2)J9Q\-1VכXBJ搰BR{DhKą}WT*ϲepٙ"1.9 ?d˱ >Y]Ea}k3Q}E@ӿIO)͚a)Be򮮭\}.0OJw&6*t2}<9hH o<=7R81L/9K„EvԖIN:\弘XC&\qH u-On9m D 7ׄ}sܡ\RgBﺊuW#B#Z ?R%Ic&1+ũ}ȘN5=)>V V{`޲b:-JEPQxb2fiky ~n:6`d5)$N*B Yd8O{YhjkT|ϤHU܋= 77.F/m4MG9Q\EȴbB O8 ߹9 cob0' [W{FSpQ r]if0Za׵/W2ŞᐢݘިdO<\bZ8^BDŽZ V??QkG/­.¢l/5y+ȳ7Rkɽn1п~2M3BȢ7z~>X9<| 8rW$qrgqU {rq5FB vDN_W| L&/ȯuƧf{:0xe"|ɾcz6܂237p,©˵; ]o[cRb4dz-43ZZ_nDEY/Y;fAV7Vf&? UѦf5)TL# GS l %/%0Z^pOijY #k*31s6F|A&1{.QT4y 랁ӥ΢ǖ=V>5y#T ^4k༑WOcu9r?.*oV$VƉ",іNn:om|5rOX5ta,8VǗՄΥߵģ2u2$ AUX 9iT\XW 柌&!R6BTc ֣ )JJ%Y>Nc]1eLOmPz)}RNNso9z!VGeL8?[Xݷ-m{%!H]3Mwo\ƭ9LrCr3= -!o6i~m~_ :36p)ǟ!n]!u9C?(@x\s#hE^95lGCKDv=)9y/fYe|@ WV L0\FgkYA@z8.sz1WXio)#qF+xʜCXڟ `G%:+0~Hde~7de_T{_jξx}`8^<#P+JIP v-'z̄,OKl2|q,@):woL۽|fv H?X$"omƅJG$h[x5$""HqCNg@Hyx}~mɐkr)o:ewi!rJ,8p%mקb>L>zY RG-WiO@}阚:I3|I pPeL_d>.|_~fϮdJe$*>H>MEj4FPŁLSAɝب,Nк  lm Z7"%\ g'0c8%7zSmCxxp 9 ʹ}?%Wq,*ʢ+]#DrNB~5`pzS:faΠFVE3]%% >trulPeak;S/NUHwL$Dǂ+"| YZ