xz-lang-5.2.2-3.15>t  DH`pY_/=„h' ;\[8 ӆPDiU y@uZEt}G #/@f)6 !ހ$ƜD AUO"qTbWϩl8g,$2/ݮfWחpsO(b-WZ1}ҫ FNSLo%50,zﻏEW-Y)4E{]Vi'z8{T6KI҉Q2ᦆĘ1eb0eec32a3ab78df67c743e65a2a3f2f3d0b503Y_/=„ "u2UZU RA ͳuħtMRWk7 ˭#̮>_eo?_1,$tٓixԣ.bJ}=nX#)5 3o%qx;X%R؏*GI;l(Т{F= "7ktj?z;pc6Z!X ѶܩWJKҗQO~d2W><)?)td   .X\hl     8  :Xp(8$(9(:(F&UG&lH&I&X&Y&\&]&^'b'c(vd(e(f(l(u(v)w) x)$z)<)L)m)pCxz-lang5.2.23.15Languages for package xzProvides translations to the package xzY_cloud113SopenSUSE Leap 42.3openSUSELGPL-2.1+ and GPL-2.0+http://bugs.opensuse.orgSystem/Localizationhttp://tukaani.org/xz/linuxnoarchUg`eedOkɁY_Y_Y_Y_Y_Y_1e9af8bf47983ce38a750475c40bfab5b1fabc03d940fc583d3bb7892ac4039903317b34bed426793082e3edf89c7eb3a704e103d228b1ee403b5427dcb49dd6d5b1131f18317da1099842e3f9e15cd395c3fec09f543763abc91ca1372b64a0rootrootrootrootrootrootrootrootrootrootrootrootxz-5.2.2-3.15.src.rpmxz-langxz-lang-all   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)xzrpmlib(PayloadIsBzip2)3.0.4-14.0-15.2.23.0.5-14.11.2VV@Vl@VA@V?9@V }@T\@TT@T@T@TT!`R@R^Q5QP@P%O@O7NN@NNi@NtNs:@MM@Md@M@Mp@L!LLeL@K@K#J@J/@J:J+mpluskal@suse.comtchvatal@suse.comhpj@urpla.nethpj@urpla.netastieger@suse.comastieger@suse.comrguenther@suse.comandreas.stieger@gmx.deandreas.stieger@gmx.demeissner@suse.comcrrodriguez@opensuse.organdreas.stieger@gmx.deandreas.stieger@gmx.demvyskocil@suse.comidonmez@suse.comguillaume@opensuse.orgsweet_f_a@gmx.dejengelh@inai.desweet_f_a@gmx.decrrodriguez@opensuse.orgsweet_f_a@gmx.decrrodriguez@opensuse.orgsweet_f_a@gmx.decoolo@suse.comcoolo@suse.comjengelh@medozas.dedmueller@suse.decoolo@novell.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcristian.rodriguez@opensuse.orgjengelh@medozas.decoolo@novell.comcristian.rodriguez@opensuse.orgcoolo@novell.comjengelh@medozas.decoolo@novell.comcoolo@novell.comcoolo@novell.comcrrodriguez@suse.de- Install xznew with correct permissions (boo#970842)- Do not split out lang_package conditional, used in sle10 out of support- fix conversion: spell the missed parts correctly- add xznew{,.1}, converted from bznew- xz 5.2.2: * Omitted the use of pipe2() even if it is available to avoid portability issues with some old Linux and glibc combinations * Updated German translation * Documented that threaded decompression is not implemented yet- xz 5.2.1: * Fixed a compression-ratio regression in fast mode of LZMA1 and LZMA2.- Avoid running configure twice and using -fprofile-generate or - fprofile-use for compiling configure tests when profiling.- xz 5.2.0: * liblzma: - Added support for multi-threaded compression - Made the uses of lzma_allocator const correct. - Added lzma_block_uncomp_encode() to create uncompressed .xz Blocks using LZMA2 uncompressed chunks. - Added support for LZMA_IGNORE_CHECK. - A few speed optimizations were made. - Added support for symbol versioning. It is enabled by default on GNU/Linux, other GNU-based systems, and FreeBSD. * xz: - Fixed a race condition in the signal handling - Multi-threaded decompression can be enabled with the - -threads (-T) option. - New command line options in xz: --single-stream, - -block-size=SIZE, --block-list=SIZES, - -flush-timeout=TIMEOUT, and --ignore-check. - xz -lvv now shows the minimum xz version that is required to decompress the file. Currently it is 5.0.0 for all supported .xz files except files with empty LZMA2 streams require 5.0.2. * xzdiff and xzgrep now support .lzo files if lzop is installed. The .tzo suffix is also recognized as a shorthand for .tar.lzo.- xz 5.0.8: * Fixed an old bug in xzgrep that affected OpenBSD and probably a few other operating systems too. * Updated French and German translations. * Minor build system update- build with PIE support.- Build XZ with full RELRO.- xz 5.0.7: * Fix regressions introduced in 5.0.6: - Fix building with non-GNU make. - Fix invalid Libs.private value in liblzma.pc which broke static linking against liblzma if the linker flags were taken from pkg-config. - include changes from 5.0.6: * xzgrep now exits with status 0 if at least one file matched. * A few minor portability and build system fixes- add optional -static-devel library package, intended to publish pixz for CentOS / RHEL, default off- Use gzipped archive to prevent a build cycle on older targets * http://lists.opensuse.org/opensuse-buildservice/2013-10/msg00079.html - Add a signature and keyring file for source verification * not enable in spec due bootstrapping issues- Update to version 5.0.5 * lzmadec and liblzma's lzma_alone_decoder(): Support decompressing .lzma files that have less common settings in the headers (dictionary size other than 2^n or 2^n + 2^(n-1), or uncompressed size greater than 256 GiB). * xz: - Fixes and improvements to error handling. - Various fixes to the man page. * xzless: Fixed to work with "less" versions 448 and later * xzgrep: Made -h an alias for --no-filename.- Disable profiling for aarch64 arch- Update to version 5.0.4 * liblzma: - Fix lzma_index_init(). It could crash if memory allocation failed. - Fix the possibility of an incorrect LZMA_BUF_ERROR when a BCJ filter is used and the application only provides exactly as much output space as is the uncompressed size of the file. - Fix a bug in doc/examples_old/xz_pipe_decompress.c. It didn't check if the last call to lzma_code() really returned LZMA_STREAM_END, which made the program think that truncated files are valid. - New example programs in doc/examples (old programs are now in doc/examples_old). These have more comments and more detailed error handling. * Fix "xz -lvv foo.xz". It could crash on some corrupted files. * Fix output of "xz --robot -lv" and "xz --robot -lvv" which incorrectly printed the filename also in the "foo (x/x)" format. * Fix exit status of "xzdiff foo.xz bar.xz". * Fix exit status of "xzgrep foo binary_file". * Fix portability to EBCDIC systems. * Fix a configure issue on AIX with the XL C compiler. See INSTALL for details. * Update French, German, Italian, and Polish translations- Disable profiling on SPARC due to compiler bug [gcc #54121]- correct license "LGPL-2.1+ and GPL-2.0+" (bnc#770195)- Put libraries back in %{_libdir}, /usr merge project.- rewrite last broken arm portability changes- Fix build in armv5el doesnt like profiling- minor fixes of last portability changes: * decouple do_profiling and lang_package again * don't define do_factory, just use lang_package instead * simplify files section * do_profiling for some more systems- build on SLE_10- remove _service, too fragile- Add xz-devel to baselibs - Remove redundant sections- add recommends xz-lang- Update to version 5.0.3 * liblzma fixes: - A memory leak was fixed. - lzma_stream_buffer_encode() no longer creates an empty .xz Block if encoding an empty buffer. Such an empty Block with LZMA2 data would trigger a bug in 5.0.1 and older (see the first bullet point in 5.0.2 notes). When releasing 5.0.2, I thought that no encoder creates this kind of files but I was wrong. - Validate function arguments better in a few functions. Most importantly, specifying an unsupported integrity check to lzma_stream_buffer_encode() no longer creates a corrupt .xz file. Probably no application tries to do that, so this shouldn't be a big problem in practice. - Document that lzma_block_buffer_encode(), lzma_easy_buffer_encode(), lzma_stream_encoder(), and lzma_stream_buffer_encode() may return LZMA_UNSUPPORTED_CHECK. - The return values of the _memusage() functions are now documented better. * Fix command name detection in xzgrep. xzegrep and xzfgrep now correctly use egrep and fgrep instead of grep. * French translation was added.- Update to version 5.0.2 * LZMA2 decompressor now correctly accepts LZMA2 streams with no uncompressed data. Previously it considered them corrupt. The bug can affect applications that use raw LZMA2 streams. It is very unlikely to affect .xz files because no compressor creates .xz files with empty LZMA2 streams. (Empty .xz files are a different thing than empty LZMA2 streams.) * "xz --suffix=.foo filename.foo" now refuses to compress the file due to it already having the suffix .foo. It was already documented on the man page, but the code lacked the test. * "xzgrep -l foo bar.xz" works now. * Polish translation was added.- Update to version 5.0.1 * Fix --force on setuid/setgid/sticky and multi-hardlink files. * Add alloc_size and malloc attributes to a few functions. * Fix gzip and bzip2 support in xzdiff- Use compiler profile information, makes xz marginally faster (around 1-2 secs)- Use %_smp_mflags- adapt baselibs.conf- Update to 5.0.0 final * The major soname has been bumped to 5.0.0. liblzma API and ABI are now stable. * The memory usage limit is now disabled by default * Added support for XZ_DEFAULTS environment variable * The compression settings associated with the preset levels have been changed,they are now less likely to make compression worse. * Support for "xz --list" was added- buildrequire pkg-config to fix provides- add baselibs.conf as a source- update to 4.999.9beta * only some polishment above the git snapshot I took- borrow %check section from fedora spec- update to latest git (5.0 still not released) * a xz man page (bnc#505969) * fix data corruption in LZ/LZMA2 encoder. * major documentation update * install lzdiff, lzgrep, and lzmore as symlinks * make the default memory usage limit 40 % of RAM for both compressing and decompressing. * fixed a crash in liblzma See git://ctrl.tukaani.org/xz.git for more- remove static libraries, see bnc#509945 for detailscloud113 1499440103csdefritplvi5.2.2-3.155.2.2xz.moxz.moxz.moxz.moxz.moxz.mo/usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/vi/LC_MESSAGES/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -D_REENTRANT -pipe -fPIEobs://build.opensuse.org/openSUSE:Leap:42.3/standard/7d908bd39e8c62c577f4aa7febcd6095-xzcpiobzip29x86_64-suse-linux*꧚#gVVpackageand(bundle-lang-other:xz)?@BZh91AY&SYݜ[@z @/oy{uui}CTPi-njq.`颇_sS,߽ƒ?yb8Waي7#& U[iż)oM\@gh,1* 0q?NsYwn+jᶍ=#H׺8t}>/0e}wa冇|[ lw;K0l Xp(!+ʵs/p?>;plp6{Uc|Mrۼľ:  Ku|9KmS@x^Ê)Qv? dL'5mn0:7;fF/t22rbBmOe+c.>@m?$l]7m賲:Xu\?Kqu4Wo;_F`]?R=\;wyAIU.w^:K K6繿l; bO !^PW Bi1r6oy-g8+R(i[ 7JcѠS(r`Mʗ¨ TMnp5s.Oϡ Mz/Mu!܇ /KM3e0L仱oI2y#ӏf6"@F>wOZq7&jSw\bdPSQi6'2YϫʆWuYI邛2Ƨ: +CFl=G3kT6 'v.d69*ʵ믴\zi ee' ȹˍoҼM2ِ:)pllUԯL (?#bB)WakUYJ sX0s3LSܨ K쥫|fÕ0#8"psҴ_}@VISUV۬ZcMjogy /S#?oiglyu/Ql)nuϕ`Z٪P)ה }֮?j-\.J(g0,-@5UHd,_MqPeU~pY08 g{=sB&Ke\-X-H>~7Mۄ }Ȃ5w{5ܱ%A]ZǏ`~^n mWYRv<>5ޓz8MUU^ryw<6m^kt~Ti>CJG`?3_OPPD곉 E{(.͐+9 Ydf8!j$S76ĕ Qm>wz6šMn!Z+^jU'T |VQwO[M4*H 200Z &ݙ!onWm'nory{q DtUaS$BR9P;WJ ,k%8T¥C%(3TTNȇ!o/u}n#SXx;C KgpEp5=K1nЈx4z)n; ۋ~~{A]]~7mB>k:7)JsP;A *~H<vˏwduL.5V⸏*-xn'nS}Nk-.jRnq~d,I{_5Μ@Li:SMƏ@ | 1ӄWفEUjDyF4#`p(.B͋7ƈEJNW<`)PS}:NF) }}YzY8?)(FeF-Xc;Ϥ9qf4\mHDYP)"\kәq2 l&ԢnU˱c,J>WKcwqӋ\Є~%D͠X@VGe! V3D!lҺ#,9ဲbȪ*.wύ_jtl[o,8z?{m.@Z{$MEi^.!{@ x`7Wt$,܈!3`32#če0Kٜ[#$^VQQѲttqĜ XT 2T$2C&=d C{vȞ}+?s)o5 leֵC18‮;xf# u=ogǨ#MѨI 4~A{{lg^Rm~J"V@mh Hm?§]"N4/èS>U×.T?.\-d,EXXb,0yv;yC~1W!D=V>{q#$"DP}ֵwwwjITH "*H0#N* "!"H ]_>ßOs~5C?oScW^L[o̾GADdPOqt\`P@NqA` D`$Y@R(A"1 O+cCBU2 2D"2*v'$2*$bCn@"60kC"|W8(0  H@ '::}S|@˙brV[PH&@q/=h 3 a' &Mיѐw>7/R3n0:{w(d,5o4-~(9zq؋Y ]\)n?LOƇ陖oO.yiƿN1W>n2ذ(_ۍ AQPawthVbss߄? H AS?Ƕ42ZI։-r_֤қRPSZmjBlj\lwd_-xv7]=xE9]ń/~j;(;>*Ht IȲ(+}Chd) CX"| ~w zJIȰ4d G6 * lOu}mA3]R P ~c=@@iuQ Tٟ&4"?T>4уyA|N҆]fHD"D^ýKy]/}"B$d @AH*(AyUp蝼'F;:_`4Tj Fg6Z2־'zqKxZgzVs.<3vRP0B!iW}_h'HE"]]]W]{p`vP`Lu&vعΧx;Y9js$uTXhuShav&dD+E C-$HWdx#)S)zQc}`,sh't k"eټs XO:2~ЛvEcj')C R)R) R)R E*ua0^i+6$Ĉ$d~0QjO]N7˛_N-+Md>K\gMׄ{x7alDzfu ^EĶ1-q0^n:@C d>sm{3ȎRTѨÆjDU8D$2AsŒ5v%;gHS U[`'23KiaE2$d(XRep8r@`[3@k- FKE8 N厗cNu5@ZZҋEs  _[kBVT4`k)pvNacy6 #ZLiW?3xmC 8;7tx$orY=z|ީ^)í+G 6zQ%/"4(tvfta{ WThBgCM21#b%F0y(N}.jBc XX$vCd 'qov!]Q6so\ XHY})6Aq9=4f6mM~3e'%-yqs+׸v-XRxT_z^pÀ o;|v7-wRAxnFn'O[rNC`*&C)2S߉V0?E}B rx\q4*SָtJ)W{rhżџ{ =$wh((,9u!(]7?[0ǔj)xmS?_Im>g%:uu1rӖ^}VŰ2N Bc9 cV_Jdo@^>9-&5iΖTMvWm:x-5浵T?wkHvqfjl~m7 `CϨW S6u|= p]n7`\&8đ'/ oJEc HdzC /}QeQ Ϋ%4i2ѻXTO^T7:bC9!q,S|'ioa6$Ƙ(ɯ`rwRܽ~-;Ϩֽ=Ev>0䲁}{\ὥu=-)(p;0Y")&K\[}g[r8)mah#!AcŽJjK!62x|؉2fo/a[2A B,sm3Dc?VtЋ)3:?Mq x+,V+0pS0fP<?ãRx {9)l&1m3^^|d=y!0+oL`]BaTQPݔ'*3عx%Z~X{s^a:2Z[wՋi * (L'x9q|Rx˨_jOm`:27 :VC2#`2-t/cQ0l0x axc@C)EXTS:Ղ޷ͽ0لS/TMLcaQC( @P}z ԇh8Z-Xǻx.2t'b` -D찦@az)L*z&h,1S ]g 6l^ռY dK,CP!ڱW؃&6Zb(<p !f"S^|ή(Ϳ}2-tYهlo^OM 3"ٛeVެP'^\ ZDJu2ιSnTb83, Y4ö$Z0rLQ_-/a Rvm}I;GTەCc_/; Np~v4# |""ua~=߇(yqC~>.(gX>=~t-qݏ/j0PYml4"||9 ) `nkNwMtkXNQ.{wxLn"a׃bL7b xG;6Zj%oU sE}(OT)]`L8aI7jb-dbI3 +ȇ`DI8{iG9LI J~+|{Ǥw?-`s}޹j18ЦOI@X "q,Ya{S| YGg_\~WݗT?fÊF(,:+UI !qbU**gQ"YSn[~W1Ny[Yp`:c--k36b$PŊB3|/ʔ~3_?G1ѩt(G;娶r &ӾID~m @.7_ZlBII}; 9cӼV> Nƒa1?86|(ޝi,]YxGz6dނ~K}~^w޽!EdU^֞wPF]_ C'){y,r?4T70uwbp̟O'mv'KJD[j7wKpq28طn<0hrT 2h9R Á?5Ҹ& vmF]Am7aܿ|#%-N3Μ ?oJxsDmwMسSѮ{<|:C Rc`=pnߠXt `u=<  05atuxr,t&Hal2pycc@T([¼{L)0ON+`.u/Y;=_owvw1#Os܇i/U:r.ނTi"|}x,ǠQ+ zܼ&7 \쑰$Q!mÈ9f;Fxb /j@,)Sn҆vP_6Mio>̈́OEhFwssܒ^'SImi:( چ&,0Q °[ d(z="0^ϵ!]wȄw&R <$M`ssM9p?1 'Ůׇ^$l@"`6 ߦ5(4ǠAACa@+J3dtqh::/P$^ /Uaj( ,Znv3'!q;3XiϷy٬u|\(x|ӗg؅cbIs}.c{ǰv 7$-JNA4 i2h9h.6"@i5<.U݆Y:}fMDψq'>IPpET0*6>&\eFD|O'HHHd;NN_Aa:Ԥ-)@Єo^~ՙI28}F-Zfپ~8z‚X?5t,Зb2FMY0dP^MH &dǨXw-W,ԧϧ+_g";l9Oxw̞2$OJ~yktkE!nJ ݉J4_݇Cknon[&٢Og.nnb`AHO9&okτPմKF& >킎w.8 <[I|f(^SOY̖E#ߌjGR7n ǂ~#Û+~aMf0ᷗN[軥`?J>=\}{gN-DϲR`m<=Ü7: f++-&* )>قRN,w&k#.p}\-h:ˤ[(Moٹb{߄;)wُd/̽qn'qo_M.]!$r!Nܽ63&P};L 3lf1aɟ|F9%?W+KD7K57>X7cpjŠy}mu~6|͈\1IJZ zOO-| Hì᧳'nF(uLP~/=V8*k-X,K =AUQ:[-gH u?Po{nuGQx{e90'T<Пj-Zp'C|a{H~7@(vRb=h@D'T}/x٧:SĎxנ^l _8u[0e#Ր?_1vFD F2 Y^Y 9tbC=?F''@ "nWx<`=vneHnmSv&w`F,]zk%t,Jo@ndcTut0?[?g& vf"DN㾵roɃD"BQ d+烃̺: /DV@? )ӈח /R|D  $'w8Tnc2#7w!O߇˥9e1|`8sK-s%̻s0G|G#A p :=)-)Zx\ҋ2${ƶy2ߐ<GQz|tE%ɅBA!/.pqTY*Cq8 0žT>Z/G?=| P@hD\QCb۱ƲZb  q@iDDbD8[^Kw1@a?"V@yT>>TPSBn~@<O'!P7sBЍdL@KKO~Xx;OÐP>1sG,}]EU#h}}!ga7)ii&EmA6ĂI&]@ ށ=P R̢Cs,yyI4Aƹ8jeN@éXfKO ۝+[L<ʣ-@mp5s[.%nȃ_yg֥Ⱥ4T;AeKX\Q@7DڀW?/+0,s4iP*XE0:nm@.0;"ZA.*8MJh]EN'b]vpm(@O$X]K2֠MR`X] {ؼ%V镪 AdR!?"qy B"N'ժ.Nzmn, EW~O$Gm'b Ï:PXǹx>5XoFɫ!oٖ {MИŠg H%P"ƩJXUC $B\-bAƁ&(ݐD(bWZPe\ =G ((-%bUPv׋'ѺkCD~ lꅅӞFdrR|'6{sIiۆQʘ 59 g'g&3ќ>ՓJS;9$Sa ۵ƳS_ Pg%22 H!ꘜ]%⩋Rnr/{I/CͬbA Q$ &j(n[}_gO% dP!Y%d7ӒQ⡏r0{ky4Z˖[!~>!Hc:\Bg#0}l)kyx?|}c5J/{^S@L6*xL,$$Dee TUa"",re0@?NeQmWx)=b_XOY/9-Od6s8M_ ? udhE|A)85 QQa @hHeq~'k|WidR+cg1ܺQe=l'|n*A(ąl∍v"šY SD"b!#מ7Ň}6vZu1YIdouW~hH}-?j" :hcnwKMk{ zNr "W2s+n.U"VViS)N5@6E=-~W GKgԝ>!DX0wwd"i`AA: 82ƊΰFY##@ (&&'"OrgƁ^e@dP0MOuɸx_6n)9lYjź ƑEI`F,O,|On&ֺeņ[1Ixb20H꿷]mh@HO&fO"Hud,|!#dYY`'¯!JTOkz|Z^w<DD3N TF C[P]`TxFl zT=JPzڑdʨb}x]0_wt!əQD;?O}&{=~y~Ae·U,* {9{!㐉׵mu0Zk)d( c0(€*"׻DPaˢvk}Os\MmBцT PNmr,þ-!ĪG9m}q eIЉK% 7a8+Y7 wE>{]m{Օii'{G<4%8׷/wh}}6?K/G/`{=+`l$kQ*ufe:jEQP$Lr^C`z&h_C>/4ŠT*s(#Ld FZl?2NJbHŎ/d7ȹ(r3Dy\ oTNUp&5އɦs]4HIaET eOoQSyGgvze'}|ѕk4{< 5B* L]y> }萑 d7zB E 6Z'a!0"|sJNQuuwq4笡Y[k}ZSoS]r>seNY-T¨# &,aE?FW0'9 P` !! 40Q7P aF>UIj/|}}K]Dꨵ>Z6T+`Ca!c5Fmos޿gXȨ RdC\Z~vUob&mit ,!{2Ȑ^Hȡ;(;N7k|rO?ǭk(nT,lҾ>N/.h/6gw&|g7pHm:PP$'qi) $||0/|}Rg=s6l ir[yW;/ 7mAHC &V9zߢk;;b$1X%aҢ.ҕ7ttZ^ZhoCx}6(A$ RIO.}^¾kާZ8eCWzAx|Epi?ūkB^OT$DPϋձ#3KC273mZ`f ]օv1E ܮ-1)m[nzZ{yEx~a)+h##/dͮ9cx !B40VDs67%C̝׹>ûҞdlpmD?M/}rםWoƆ 3eo Q1@.}Hr.dbɂ? o6瘬Nʴ@G 2YD P; 6cFEQPXRHNT`N}Cg+D,uK)CXߑFiVDedsb&a*2݁Nv,~[4r:oE$B6~d +d8Pp |^Ay0xuXhWd$F\cH1HFT#s{R!`YԖA ucEQ47KA=4 "rJlwp .sH~˟D3KŌk̍ vl0}B{.u]+EC0>+0$0Ltt4@lM Beo10S5ynϔ,$7X]hM.vЛun/ێ|7IY <X,-4}ÏW2@oc`7'6s26o~:  yc3 ;Z̹.xӤ$H0Bp ~llθ̝ S*Z*D5(@Y.ѥXB`jzgJamxr:ߖnn.w^1D+xS z@y a}sѭr)TG Jnf(B 䪛VDWvbu rUJDBshBY"%Vs M*g5l} 4G TQWhl.zb)qǪb `^$FM̸㸡93*h0ŨB, )NM6ݞ#Lk5M<8<+@1oY[W330p1ЮTY;*M*!L{ / ~ZAjI=T$:t-E==zm :]"/̧dKTbQ/_*\͛8:,d(Ch>M 6Eb\3e4ູNzhCj&OsEΎ|Pm 2~eæT2  >|OW%K4 E Յ* ,Ĝvnxb=8 s !G WW.#gl9zCXj26P᳖(0Q Q``ų{ JD7AGt h BΔE;Gp܆6Pa0\ 'B*}S`LeVH"+dPA?}L,DBG@٪8 @D$2M:dP'cJ0>uz'"3,N2%~&B]mIb'Rs6IxlPĮtzH֠_'wxhH]=lҼvlk}ov)r*HOFh|}x; MeE@0`nF67:3l _gs<̠Tid>̳І)_7H" S뮣 rp {N hSfNYH,EI܆kdșMc02T뛔!BX.q/?'#wGWnet&(3QuOF9}Xwf'h1 󇉵8b[ u9i-2շSl꽞_Ѫs!3mW.lXct(Tc[>h4 Z0m_#RيZզ!4bŶhZS(6X0-y`W6GVQ͹bFj;Tθ+sʱGDEd[Cstqb[6M'f i F\{[ķ%E}i]̽N]$":M)=xP>P4cC-Ts/u@Vʤ) BԪ _(!ֱl\jtΆ. Hzvq= c"ݧ|fR–Shy3e jVwTUƛJhWtؓa C$'$դkB$H[17*C6 cjj%@(&utvRT㒈e#6NH6[=[g^ t]PnvV! gHfV9 O9lJ) D+XQ~C0zbuK=?3o/Dr΅(ZKd) DVMJB-n4C_#N0Ij Hfμ`zC`4҅V8!R!GQ( K}jF ́PRD"$H!YHd`Oo7{'}I;$f.3 8F㰛oEۋ jQm IB1H;F.(.2-ǰRŅDnkz/M#E$n[˳;ˉC?@3X,8!,f/y <c8 ݳo`9 Azh|F^ OOM9 +XfDM&51~8ڗ AO I1(T7i#'X'晊E=T2]3q/9*X6}rƋB(~k΅PBndϼ: 0+6_̧$9)I%I V_o=; 0<{53;ڪ.oidEE3 kEBoi3^\,LJ%W7`#!D!?^ϵ:[GZ֓2Y"P0֓T@ c7 ZxCP~/@?e8{&9HMRٶ.7E5)-Aᩳ!"`E!<0%4AtRT?Ez\ 4M3Q v(t ~ gb6n{&NC=p  a tIuuq ,u7RFc=).FJ\Ǽ@VN1=vu!q.!<`B\,6_j^D!ƀ [ P P?`tՃ `( ~5k{C`v `9 rȚIlCJ) uh"D|E zSſNEW O &Xl6C4`Jҏyd<^(.  t($6 SB7CIFBАC q_{S.tAGB9:."ؤǦSLuz->S-VHKl>~7ϻj2NeY%.V6A n;Ds7|ꥵ@C X4I#e{!aP3~P;$JaH@PNH8ʗ/ΡlLb#fT`~+l, r(Hq^P34\y;<RXH5hQ3NA(ds'^oƉԣpD@8ad1D,y ~ %+Ѐt' m5\H0BP#v80vvL@inC0̲YH  8F8M]ݭ}==#+Vt"BRr-󿲤wLH`j{kP$xޙJ1D38ZG$x"accPļVPOBD4Z3yq~5\siJ#,Z*Бӌ5Sq7~;ueE`\xva3`R0"E/) Bp45Cx%!HL)IZBb4tAB2J3OMC}o pRbŠ- p7k\[E7Ғ06ꆣ*Pntل]70i=yr", u  q ӔZ2/\vv ˓#]JMI_l@: )ߏjrLe{tp2WaBși՞. Oi2l`Y) ! K/1BV|0qC\P#l6Kxs~HTI&!*9 Xe%2' +6(dYl!mCS3d Lߵ`nxDO  =tP{.p}!UJ)t[D؎!uxY,_:\9[7^7ڋr;dlco](3q߿y鿭g>' syU/DNr<2Ȕݣ*b> k~- f:@fJG~WՎvDxfr;ķ:lH;:TU'pmR, )lG~Rߞ\}\RbKKLt'fCVkxj *D <,>c0J(&i,`PiF*up;>M"ldǺOeKd8[fM/L<ڈ[oPE,=p6xH"J qû0\*6!`Bra}ݴo:\z سMB}0C3?5~/Ib' t> < `  5/s\E3p=ä2b @;ڡ-&!!qB1-"bf 0A 6 LxϦH gt_4٘| #rB}Pȁd~}v}86KIV bMFI"Z[N޳IQQ*GƋ5yφ2E:8T} }I[Ř5pjb Gc!S=Hgǹ@$F$6K 7C0827Е$.@n}!]Y(Nݩu&@\DSݤ&t^%{6BdS3 8Vej~ 61l' 6WLkIlHnE#A! C ;b?U  j MhȾ4(*:uݰy34@6eR`2pqeniw!?7FfJJH=denP{v&Zznp }G`wC ,4CfXTi OTv=a3Td Nb"($+sej :e1Iu sޥ\yhʝNDX(8 Y2"d% #)0HD ! B dC,bt m9f+ 9h(JuG,[D6-D*D-l,-r`dAMuhu3dcӰi$ l)ų!"Ha)q}f![&J($ eΓp%)&P53_cuyDM,\/jP*xN  tW2Y悴Al@ hj;,7RCHOv0@t`@*àӜϒݘ#~Lv !mq!+CǾK)@< p2^ w^;.$4ѓTx2"QCAal}~Gc3"*`9̱nìMP/YL w\H]E,03 ģĆ4PtZ.46=rZH%!xg)7l4N!c,ӌAzNnTC# <gG XL¸.Apɪl:rRn2?rDxjyt{.'9x"BH(a>W*vUC;\u}AGxaxt6 td ROwۧɄ;CJ #Qi6z!M 5}S; ,H؊pSL%,=ȇ`v C $Z (h؅;/|@~l 1nqhmu#!8H, e ٶb`&:"# 9r{cࠆ:'T~6i"SCk!F@;4- '~D,0f"b%"AĖk4M/`[4j d+$@6pˀZɔdcLQCcEs`8YXU$HpȑHe3B Ga rLba4~\#r~&y$>? |o51cxY l5=;07@^@6pWF7j.BHF2Sp  t.Xp 9EzX J+: GA֡4.p& x;扼SbM7-ٱ0 ul E9lj \_ 340;k[8aߞ UΖO=nX?.b;W.lj#D:Idb*d߽6\8j@,"A&bRqsPs̰ F AFg߲PP@L&dBd DI\+H$=0%ON$NDQXubv7 D&hu/[LA 1s"vT?fK$E%$%"pI!Bbm jBQJJdD'.Idh8[I|]׽9s*l:Uhy|,<`20J:*ճW\hkY0CTf@:aYՠ.D6cj9AΔ:H/އ àfQ.4ʼU q)@ -  D[ iv"hߍcldۘPqO.2Ȏ,aQ2qˀ؎`_ےq1 yicdޘݶѺY&)&`qSrm04!Եt(\hHB+Y`%vK0Nq{z@'RuuЎG: A=I>sdz=v.C-oLWB d = !]#Jn`72)F3MXw@{ vI" D SPxf)cvkJ[q7""隃FzȖ!ċ\`|P:GN/T8):ۀ ])OT9 8gL017/ٙIM!#tXE7Ɩ4# (rXg"H;Ty~?3o* Xm_;տ[ ?+s.sܷe#b=QM-EG\%&92\t1lwQElo:$TL6#o)(,^HnE0]9 9ų9jj. P27g̺j/PY!-Li ש kly ptM`&A=wӳ-m>x`W#OrQ1bHⰘ^P[{]fEJFÕ~ 8:G~G.زK%(ˍ|4_{';HI/ I7Ge¨A@Vj |2Tg:""1r$ xGt=9UҶ'&)$6u I|W88 遡 >ٽ@d!i3s(_Ɇ`/$w۩,s2eȠ0 VH 8adUK` M{ ֤AXtwr$ TD53fx5K٢{{羟%<}Q71 5ێ!8!L9>1|- }gV"b^cXn0Bd;dC2_L 7Aj\]s ~G8! WTۀe \ɐ($'em9fatqq(5 a sB&m :M۲w~۠H#46P]H b,M^

eCrSp I* I R doa(E*mp^R;j=|wl4yD: q`a En`լ?\cC#rXBX\(ָJ02 齰pdX?4COIF:K-K}[Rb"ih ;|T\2Z\h"#!At L'G E.?Iݻq; pNssJT=MP\ݒ0R8O!*B z 4QHɯybe|H2VVPQRd_tal?~9:Y԰%bӧcڹ "f˓;,и"lK{k Ʈ:;N%clѮ!'hj+e\j#`=FNc<0!ǁ ܳE7ĝO+|\ut;z:+#<`T s_ 43!o2X2pv;S_ 5Hu UZuj1+`|S;=2 @ȀyӋ k_5SFOKO67(CB^*cW&2LF\d9K9|%dxlx$JGv$/B^Bnoi59$`bAFbUa.u} [t56FӟZ~۰͂44YD˻l]O jRD@?l(`Q| a_zn=XRm] ;Qmt3 jq'IqaE`(,P6{rM8[R BDc,=(zۇCR|3rDCFe51nl:uɒk:tbEAb'cFZi2] npgq9ICCv,leJ+jwXO:zRS0g˶Nw;'"dHDϤ d §wyj$0bDЀdMӱ)QPB)>P#XJ]\`X