libzstd-devel-static-1.4.4-lp152.2.3.1<>,`[X2/=„l*v8uڵ_WVx2Uꀈ._霿ɣr<>I(3t+01KeǠ<7Fψ%A|pwU9LY(:iy[_b|D#*R ۂ?QGE0)E|a{1aPx}UEԦ:nzNwC/y!R)*qMV4H.թdy`N ggN 9Cq5\]~wQ/>;3?3d ) \$(;Db {     (\p(8 9x:F0G1 H1I1,X10Y18\1\]1l^1b1c2d30e35f38l3:u3Lv3\z33333Clibzstd-devel-static1.4.4lp152.2.3.1Development files for the Zstd compression libraryZstd, short for Zstandard, is a lossless compression algorithm, targeting faster compression than zlib at comparable ratios. Needed for compiling programs that link with the library.`[X2cloud115.openSUSE Leap 15.2openSUSEBSD-3-Clause AND GPL-2.0-onlyhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/facebook/zstdlinuxi586.c2FA큤`[X`[X2]e]e4760850412c3286d0fe4f50978709f4ddebbbfa33f628222a9f9f012a52544cef9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d7825052c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0brootrootrootrootrootrootrootrootzstd-1.4.4-lp152.2.3.1.src.rpmlibzstd-devel-staticlibzstd-devel-static(x86-32)    libzstd-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.43.0.4-14.6.0-14.0-15.2-14.14.1`J@]d@][]@1@]:@]5@]'$]@\@\\@\0@[^[;e@["X["X[@ZZxG@Z;@YY@XXGXD@XkW@Ali Abdallah Ismail Dönmez Ismail Dönmez Bernhard Wiedemann Bernhard Wiedemann Martin Pluskal Dominique Leuenberger Ismail Dönmez Jan Engelhardt Martin Liška Jan Engelhardt astieger@suse.comastieger@suse.comastieger@suse.comsweet_f_a@gmx.desweet_f_a@gmx.dekukuk@suse.deidonmez@suse.comdsterba@suse.czidonmez@suse.comastieger@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comjengelh@inai.debwiedemann@suse.com- Add 0001-PATCH-Use-umask-to-Constrain-Created-File-Permission.patch fixing (CVE-2021-24031, bsc#1183371) and (CVE-2021-24032, bsc#1183370). Use umask() to constrain created file permission.- Update to version 1.4.4 * perf: Improved decompression speed, by > 10% * perf: Better compression speed when re-using a context * perf: Fix compression ratio when compressing large files with small dictionary * perf: zstd reference encoder can generate RLE blocks * perf: minor generic speed optimization * api: new ability to extract sequences from the parser for analysis * api: fixed decoding of magic-less frames * api: fixed ZSTD_initCStream_advanced() performance with fast modes * cli: Named pipes support * cli: short tar's extension support * cli: command --output-dir-flat=DIE , generates target files into requested directory * cli: commands --stream-size=# and --size-hint=# * cli: command --exclude-compressed * cli: faster -t test mode * cli: improved some error messages * cli: fix rare deadlock condition within dictionary builder * misc: Improved documentation : ZSTD_CLEVEL, DYNAMIC_BMI2, ZSTD_CDict, function deprecation, zstd format * misc: fixed educational decoder : accept larger literals section, and removed UNALIGNED() macro - Refresh pzstd.1.patch- Update to version 1.4.3 * bug: Fix Dictionary Compression Ratio Regression (#1709) * bug: Fix Buffer Overflow in v0.3 Decompression (#1722) * build: Add support for IAR C/C++ Compiler for Arm (#1705) * misc: Add NULL pointer check in util.c (#1706)- Add disk _constraints to fix ppc64le build- Update to version 1.4.2: * bug: Fix bug in zstd-0.5 decoder by @terrelln (#1696) * bug: Fix seekable decompression in-memory API by @iburinoc (#1695) * bug: Close minor memory leak in CLI by @LeeYoung624 (#1701) * misc: Validate blocks are smaller than size limit by @vivekmig (#1685) * misc: Restructure source files by @ephiepark (#1679)- Update to version 1.4.1: * bug: Fix data corruption in niche use cases by @terrelln (#1659) * bug: Fuzz legacy modes, fix uncovered bugs by @terrelln (#1593, #1594, #1595) * bug: Fix out of bounds read by @terrelln (#1590) * perf: Improve decode speed by ~7% @mgrice (#1668) * perf: Slightly improved compression ratio of level 3 and 4 (ZSTD_dfast) by @cyan4973 (#1681) * perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658) * perf: Improve compression ratio for small windowLog by @cyan4973 (#1624) * perf: Faster compression speed in high compression mode for repetitive data by @terrelln (#1635) * api: Add parameter to generate smaller dictionaries by @tyler-tran (#1656) * cli: Recognize symlinks when built in C99 mode by @felixhandte (#1640) * cli: Expose cpu load indicator for each file on -vv mode by @ephiepark (#1631) * cli: Restrict read permissions on destination files by @chungy (#1644) * cli: zstdgrep: handle -f flag by @felixhandte (#1618) * cli: zstdcat: follow symlinks by @vejnar (#1604) * doc: Remove extra size limit on compressed blocks by @felixhandte (#1689) * doc: Fix typo by @yk-tanigawa (#1633) * doc: Improve documentation on streaming buffer sizes by @cyan4973 (#1629) * build: CMake: support building with LZ4 @leeyoung624 (#1626) * build: CMake: install zstdless and zstdgrep by @leeyoung624 (#1647) * build: CMake: respect existing uninstall target by @j301scott (#1619) * build: Make: skip multithread tests when built without support by @michaelforney (#1620) * build: Make: Fix examples/ test target by @sjnam (#1603) * build: Meson: rename options out of deprecated namespace by @lzutao (#1665) * build: Meson: fix build by @lzutao (#1602) * build: Visual Studio: don't export symbols in static lib by @scharan (#1650) * build: Visual Studio: fix linking by @absotively (#1639) * build: Fix MinGW-W64 build by @myzhang1029 (#1600) * misc: Expand decodecorpus coverage by @ephiepark (#1664)- Add baselibs.conf: libarchive gained zstd support and provides - 32bit libraries. This means, zstd also needs to provide -32bit libs.- Remove googletest-devel BuildRequires and pzstd-global-gtest.patch because we want zstd in ring0 (due to rpm's zstd payload support) Since googletest is only used in build time (it's for testing after all), this should be fine.- Update description with 1.4.0 statistics.- Use FAT LTO objects in order to provide proper static library (boo#1133297).- Update to new upstream release 1.4.0 * perf: level 1 compression speed was improved by ~6–8% * cli: added --[no-]compress-literals flag to enable or disable literal compression - Reword "real-time" in description by some actual statistics, because 603MB/s (lowest zstd level) is not "real-time" for quite some applications.- zstd 1.3.8: * better decompression speed on large files (+7%) and cold dictionaries (+15%) * slightly better compression ratio at high compression modes * new --rsyncable mode * support decompression of empty frames into NULL (used to be an error) * support ZSTD_CLEVEL environment variable * --no-progress flag, preserving final summary * various CLI fixes * fix race condition in one-pass compression functions that could allow out of bounds write (CVE-2019-11922, boo#1142941)- zstd 1.3.7: * fix ratio for dictionary compression at levels 9 and 10 * add man pages for zstdless and zstdgrep - includes changes from zstd 1.3.6: * faster dictionary builder, also the new default for --train * previous (slower, slightly higher quality) dictionary builder to be selected via --train-cover * Faster dictionary decompression and compression under memory limits with many dictionaries used simultaneously * New command --adapt for compressed network piping of data adjusted to the perceived network conditions - drop zstd-1.3.5-fix-list-stdin.patch, upstream - switch from git tag snaphshot to bootstrapped tarball- update to 1.3.5: * much faster dictionary compression * small quality improvement for dictionary generation * slightly improved performance at high compression levels * automatic memory release for long duration contexts * fix overlapLog can be manually set * fix decoding invalid lz4 frames * fix performance degradation for dictionary compression when using advanced API - add zstd-1.3.5-fix-list-stdin.patch to avoid test issues with - -list when stdin is not a tty, patch from upstream - disable failing pzstd tests- fix pzstd tests - add pzstd-global-gtest.patch- enable pzstd (parallel zstd) - add pzstd.1.patch, taken from Fedora package (git 21908004)- Use %license instead of %doc [bsc#1082318]- Update to 1.3.4 * perf: faster speed (especially decoding speed) on recent cpus (haswell+) * perf: much better performance associating --long with multi-threading * perf: better compression at levels 13-15 * cli : asynchronous compression by default, for faster experience (use --single-thread for former behavior) * cli : smoother status report in multi-threading mode * cli : added command --fast=#, for faster compression modes * cli : fix crash when not overwriting existing files * api : `nbThreads` becomes `nbWorkers` : 1 triggers asynchronous mode * api : compression levels can be negative, for even more speed * api : ZSTD_getFrameProgression() : get precise progress status of ZSTDMT anytime * api : ZSTDMT can accept new compression parameters during compression * api : implemented all advanced dictionary decompression prototypes- build the static library (depency for btrfsprogs-static)- Update to 1.3.3 * perf: improved zstd_opt strategy (levels 16-19) * fix : bug #944 : multithreading with shared ditionary and large data, reported by @gsliepen * cli : fix : content size written in header by default * cli : fix : improved LZ4 format support, by @felixhandte * cli : new : hidden command -b -S, to benchmark multiple files and generate one result per file * api : change : when setting pledgedSrcSize, use ZSTD_CONTENTSIZE_UNKNOWN macro value to mean "unknown" * api : fix : support large skippable frames, by @terrelln * api : fix : re-using context could result in suboptimal block size in some corner case scenarios * api : fix : streaming interface was adding a useless 3-bytes null block to small frames- update to 1.3.2: * new long range mode, using --long command * new ability to generate and decode magicless frames * changed maximum nb of threads reduced to 200, to avoid address space exhaustion in 32-bits mode * fix multi-threading compression works with custom allocators * fix ZSTD_sizeof_CStream() was over-evaluating memory usage * fix a rare compression bug when compression generates very large distances and bunch of other conditions (only possible at --ultra -22) * fix 32-bits build can now decode large offsets (levels 21+) * cli added LZ4 frame support by default * cli improved --list output * cli now can split input file for dictionary training, using command -B# * cli new clean operation artefact on Ctrl-C interruption * do not change /dev/null permissions when using command -t with root access * cli fix write file size in header in multiple-files mode * api: added macro ZSTD_COMPRESSBOUND() for static allocation * api: new advanced decompression API * api: sizeof_CCtx() used to over-estimate * build: fix : no-multithread variant compiles without pool.c dependency * build: better compatibility with reproducible builds * license: changed /examples license to BSD + GPLv2 * license: fix a few header files to reflect new license- Update to v1.3.1 * License is now BSD + GPL-2.0 * See https://github.com/facebook/zstd/releases for the complete changelog.- Update to v1.1.4 See https://github.com/facebook/zstd/releases for details. - Drop zstd-lib-no-rebuild.patch- Fix group name for the shared library- Update to version 1.1.1 * New : cli commands -M#, --memory=, --memlimit=, - -memlimit-decompress= to limit allowed memory consumption during decompression * Improved : slightly better compression ratio at --ultra levels * Improved : better memory usage when using streaming compression API * Added : API : ZSTD_initCStream_usingCDict(), ZSTD_initDStream_usingDDict() (experimental section) * Changed : zstd_errors.h is now installed within /include (and replaces errors_public.h) * Fixed : several sanitizer warnings- Update descriptions- initial package version 1.1.0 based on https://pbrady.fedorapeople.org/zstd.speccloud115 16165990901.4.4-lp152.2.3.11.4.4-lp152.2.3.1libzstd.alibzstd-devel-staticCOPYINGLICENSE/usr/lib//usr/share/licenses//usr/share/licenses/libzstd-devel-static/-fomit-frame-pointer -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:Maintenance:15988/openSUSE_Leap_15.2_Update/34416453bbe439b16127647560104fc1-zstd.openSUSE_Leap_15.2_Updatedrpmxz5i586-suse-linuxcurrent ar archivedirectoryASCII textD0n`rwޛ~utf-88d02a66aeffd00e319cbbccf01ba7346a8b7168423d705ff46ba70ebd61f70c6?P7zXZ !t/ZcGt]"k% Ȩ*ߙk=O"0w_Ç_*zL+H^vd 6V=8`x qW`62|(hڪp|Fo`R${ENmu~ֳ11?c}nbWi\>s)X43igMC]?-*>'S*\coyR'XTe򛡳Rl̥*ve0kp{9( B 9͸3&$,y3W ϠҕWr߁w.(&ڲ}TV"\;j}KgĢʺ# R촋]N4y%[(v4WV0#qb@n2}ec3)qe6 9"!!LM"=.@q .c Rh 1X8 `6`t\IKb*B#e'hohVym֜HrM޹>?O go ,BxKft:]y=ӛjCK)߰PY.XUيHUśjd"uӧlw# S_RPB P9z"+eQ4Y@1( GO]AL|}WF@RkT`aud\V\†2`a?@:&fdU\BC;_6Yһ$AGhb:}W^R$PELL C[˃ϋ~cڪ%c~# 4>&ob>Auy5J ptH Q3Tنe!e3_jB|U"D;4Z-WP6c%ln_"] *tcO_ d)s{Y:.'mGT?yXa/6Sv8ӶaN\JӔkQuHIO:a1HPhærX7 }b 修*erJcw tHR0,'\nkN^9P1ԙhPd tzҡfZµ`DPbF'p:Ț}j^8^*yA{i(7ۖe;``!Qpq\o=^*!]^kL.p{fD+xz^̉{oz'΋~Lv t=![,s.bKZy|֙Xlyrba7ÄSp8~dNmZj0G JdzY'wKo͒T$ʝuGW tNfe(b?\u$Kx{.KAuMCj&i?8qZd\W)W# υ42&{҉vԩZ!I>_qfպutuiȯv񻨤OI8;O-Vh=);qf1TP0dr)㩍p] Y7j&~sᮄ7HyG.cԠ΢b EEœ'!,6^N6n d!C@fe QsT|sX/૤`6bå 5wf-=;c*~~Q ?bAEpC.,Xަj5Dcj%([P3"ByJ!A}p9fgx?$@bitI7~F37P 8(,##쌹J]x/kq)Z~zSSe S8ؼd'|'0MjU r1ri yB!C]wPA*-4jmkW<NfC\CL@Psec\+ij:S)mrI &N Zw *^1Ot _ǁPJ0ÅP{aglW{q^L>6a"ЏYT4 K~,Z-lY @ RЮ/0adH#,Khnh~S&6̐1£R Ogf-8nSP$julNG&w:B@ xh%n[*& *`ԸjHP嘌3?4Y^t wrHkPA!,J;-eP&_ s4ͿN=AG"kǠJҧ7VS5VFf%bkt,v@h Q  t%b:?gmwDT): 10闄ג䛢R=<~- )Cv{؇\XH'&9zI74(sUxN7‹)O .w"3 bmTzD`@yMѦ+@'^09zwMws)e/ײvL$Ϧ/LE*J9+j4ĵ?:lIPm45Dr64J ڛuՅ㰦갮|vYGhY>i=rvaTRsePG Ɍwtl j/WoU j; eG{ z@qVTNb0}g^.T8c)IPOە@U`W &yFP >${N5OĪv1̩w }e1^qc aڈ;jXCU$46@PQ\*u7 EljH= i!u<3S0$Nj8E734Ď/x8e\q\BʱxzS#R\*Ȯ;֧U|pzٜ "l폶>"_.髞w{&AYiNT@Dlҗ8veV_"0O7h;@;;wio4.'πnFrEs<#FYw;cr2얬`<e]UKAk3Nluڥ&Ah]7;jo.))Ag=Q-crNhZ[$_.QMSyc/y3:IoTc*e ~2o+oSRo 9q) '릁Bi}3ZL[WY2=Hڷ&w] X8:hZ'\3bCjZ }(!h!"Q>c0!qNa̕m%XM쫼z^k zWra57]nf:zk-2CkbiH^}57zt\d-8(cNdu/K .<[Q8qٚ) V|?)i RhHᱟW`gn(nj'\~mkpMas/ 8;V((CD&rm^co Bz%.j4r|Q>`:jdUi `e;;T7bh|%&.}?Ujo*>!Wi n[S ͧ=# ,>@ me x  #\ޭ0 jf}g&AwHԷ`pV l*@T,TeWdZ |ʚxX2>dϯ0Q+:/ݤŢ qobeb h螺3"E`ھa\HӂXw2|3yp"@tG3WJ]wBmˮ&mdu"p6~|(^M@NA`,";m/b[,gW2u!Syؚ6J n0T|x:S>9"J+ ": [@Bt[. uI2rU| j #&bOiR@raqn^ pviw3ѬrSLjUF9ҟ5Z,8ATh},]ڊ_:rY̹Ҥ_4Ы>!uh(.|+@\o&m,.wy9MYep$(bAkDkKP20%:AiprbcUG9_XvvlK Vkz j:z0[E;}B.4W4huTcv;[ЖȪc7>Sl7i{2Digb&, $݉z7 ^)w]g'rȶ؝lܲU]|Aub]bmMx&xpN]m;iERfEƗqq9dɔX΢$9!x2jPⲞf}wۏM)R|IA:S.9`&GJ^tH1}@qK|Ǡ2D:E"*;WZAM 2L2K:@."&\jXT4$r6^-0X7*#b8vCs1g]ؤ|!ebT5Ez%|%Wl jg+"Ҥ}aWVv6A)潝mJe7-#742)6&f.dI&HL@`8O[ 'Cz ֟#^$>8AHjMeC䶗K\ $oT0x̑C4>'ʲN缻cZpK[i۳n>CU2{oȽlN_IJBfz;Z6`o/yD`~VT,( ,Fɵ_Pؒ&. 1ͺs~kGSMT9LR[y9qa-/!KTwMB9i+f,DX8 :b} CxQCbzޗuk&vV5Z`,䇷~rYKS|yw|; 5hE##X)}᷎[$we 8_VRN>U֥ p.-ˏNHak <?A%BL$0eRв?5_XVG5e X/Ֆm{K Xx^LsS`bTs &$̃Yک`lCd&)3;6XgFad2tc)qlK:a&7\":C&ߖݟb,Z–3ܘǺza%NM^+&EQ2iQ5F2߁\fYY֝YTm[~qG‚ܙ$ %m4S`.pHϷ/pȿG08d׭!g( G_/D]|/D]-H';~s;/ %GEƷ "+bJyq{fϕ`R@'H);kv K&s6s]W7m+]'fYRO?R5n( FV/"RCE/t ` L~6x_=2oJR~-wkibFjZ͋ mQٗqA s[rut_ ۠E[R].]#=z8HΜocj0& \x=s<w|]Ugig%0q?Zk= O a-~ipO)$ :,2ڹŚ8_拶|`ڣlH-KErM؝,˘.K5@̅% eRg=9^96Դ?&w*8͝}{¶|X8v" @=+v H=>LU5l퇻2{M@ aPwݐGIf@4 9J#9yGէDw$>k ڽc jy<%mOF$DZiDⱳt#|25hqCR~V-ƆQlRز_W\en^kGX`')/:%7m+k'"N 5#ɛ5?8!:((]]SNؑSgĂ[h\ /,:Z950*(j [g>]uB2P.54l\2 ,)cjߩ&w -7/9djѰzV{r+vO0𫓴᯸3.8<0j1N#&qXc;xL*yAG9<1{]2Gh$F'{ +z$Śty?ZZyδN8yuY%S}"5-+Oe@7lv-Zp~a$ap< ޙ ǠA/G#);8<<"v#cv6'U'b)QBX:iTWuųRi p^ؙjNBNjj,Sd {ZAR|| !U81[Op𯬻tlyoon,#음?LJO j*KsOUuʖh-< Q#Cԣg\AMu|rPFิfEnR\@ I}g5XmMBL0٣=)  _eqi͎=XA)5!~CSdEDP T DAmyb"ZKRF\eos%&C@bNZ2T/)`^I{NJ =lq?֍o2F~Hs[\R 7?6h&],hE4Ӑ&6r {P6#T;i!radBU9p>okfħu""ЀB+76t?R7S(4jc0$[~lPOבCc+oBLLZ\Baw2Kh3*FT41{*:'-1<#fζz?2dP@R,p +dI zz*_57zt~R1ّ䜱F`sQɓ;e(O@+u0nr&2KԀ,}[](q)b4E&+Qڣs| ۧ1_pkVpKxXptrjzK@T4C$9H=<yVeE֏Kyޮۣp_/Ub%yJiC5Y7<+ >jtDX 6K#mЫ̣A<߼JN~Hߒi8ytp]`x-XJZLH^¿Ae.1X8g>tڅ"|x#8j…Gvǣ 2=2?^>jg5ҚY "z#{ğO` !CM-v 4A}B,WA1 &tl RY>) ȀkRIlx-O.3b-j=/gS*EZw:].ْ9yQTk<1lS{ y|!%b[W /T=N[P0Ig<%SPф 3 B AdauU0d3 y~?4 4Z?;/翄%=D;De H(RW pLd`F‘{~띛lOwv$-V/ ):e;RWlf|vH,5?1wWZD9BPayaͷv{`豉j76`.-aOpν,p }jNg4 T9ri8ؚL w621Z&ZUhL \GnXi@7Kl,n~)R쿩pD6nb-V u?vU{2Gc}L^+Xf+u`K׷h Te {$.$<nŲ(-v =z@`['T.Iš]WĹG+ڞ+*n ~BV}vo7@'$_L^(zRmgl9v8h gc 0wdP%6^oxRGb^i= EvĬw%>C*fAVJ3?G"Fv_᮪^s}6@jH7). NK4jɠ7Sh܎L P ʹ+#fmnkeKgNc^u<0>7́^Ivt5_4%ilk4xFŰJ#tSKW@a$&,AF̮mbV ?M 5ȣl {F&fmkj֨n]Ujv>KXZg{XlQhJE!QECwvTyR+Ɉ)mU 06F:r&[CGƾK߶L;֍Ì~nPLP3,%~tkM_m"xp͖7)y 5IZe 4üC!6kVfTcGʷMS) ICKsg$)= %` .X3՟/#'D WD.&el"ŝ~Glʼn=*<=IETDSMOSSĝhta,mDxG9+xوKhZγNJD&#Tf\Ij= OzxﶽG`7$qړG6BޅRf1n)+2o=KMڕ[rѓZf%ֻ@!ڡj?pndž I*䐛?OdjLhu>6r`3n*X?{?C6R[ڏ;G' ϜDŠa0:}!|o;n=qRt0dž…┞Rx]*2e1812= %%8m}_pck+N.ZEHNQK8K>/e;7SSyi( Ag4Z!kEx.{(*Nd]sS_%jPU5QW ZȤI`~i=4)- Pf?ar%ҔpôIZ;@ΩE"H)N9Q{pKa.ebCaxk Ѝv;xi:E]h\'Y0(]b~zgoi}:)ժ{A&baty\Q ݏȘOކe^5Wn8ɦh%T$ ܮ8Fn]xFyZT#f)Y֐[TX&## U~ GZmcY_p-QJnx>EgW9GU-u:ΈȭXq4#0ݏYW /X˵xpNR_p0Ć'hLK뼰8#X/Ko=ӭLRҏ! q9v>6~Y_]I\d'lk|#Bq6\$Z;9-?9^yV(F!i2Gg+=jVm>q-ј:g>I$8a/\`mL RC)ti D^;SEsdL? O~1' Z}b;#*P][[?ؑ"az|;b2@ *Chh76H^"e]v.gًH|ʹl#Wr(jahicG/A%m3^-{˰!hOV" RU9!$IS0@[$1Eo.dz`tq[x~DaVojo\|dn 04x'@ *ʓtM~ @(n Zbwu*&s ?MJ[橶񼜂&ʅYlfoDQ}Dw=%i/m ^I ;_%aa(=#zE< y#\sTJŊYގpՔ<:-6`}DSTe2Mt6.a olt8Yiv3p;Tēv{oao$ tJ-QMxUh7q$i`y Ӧ@BT$E"wKM73pɅ6::#`{=ЙJn6UQmq̀, X۷RmO6 =8ٸnu~'ZFkt>ҾؔgR~r[r +TA H׿}(nZ~ 0aQ3UV<C:p{C}?}\J7ܙe*py;%ɴIV ׇ&2V8R]a)]-?d;ŕ?aQ봚֥8P"jz j9*Y |wS_lA@^kle xA<rtE2 浌1ҏFOYsmrO';s2"8ukDyjmt3d&F)5PoΙ*(h,\I .a`--ṋ:ƠY JW P "_te۪ʘ*0P/l TYzJD}@εcSsᄒuNJw2)Tp+g$<YԼQۣ@$%61ҥ37.WI^{z&7`p86Dw>Vx Q'`UYm7XSոvNVS+OSמͰu<29$hPJiiIoѳ!ARQuGHd&=߁Rz*=ty{6>C%;&/Θ7lrJPkߍRi`} K\KL*$9O<u& >rmޞuP\i5RyCxEFŨ%%C t<D;:*e8A%4aK>JRbDOci\^5&c ! u⫌\s$ `DR-Q,`mt!AfahVz.1ģs6x,dfg0.ƾs(_F> %A\R-D0z 3h]{&FkXΣ#w2`\$ }>݊# ^} ΍ b|#US^Q2"}73sTF w"k&Z8N9 3HɘsEEi4|9 miy0fq_yZV@_ˡsL J:v9o,WA-i!P Ӵ*%9*k#|(3"'g__ w,1ZXCm(k#g< 8E)ߗ<v>\˒PBO~# .:d+O '8a PbJbk6[T9@,pЫDzW1B6$Ό0'%z.sm,7Dzz16.K M/*'AIsB_IT=bxH)4k 1R0=/E@;,SR48eb$Nd3rA+&X26Do)-Jd/Pv3/nM^+zNG13(?U ~'"E-SڱK8Q r{,l B"/+K˔C{O.$U YZ