CharLS-devel-2.2.0-bp154.1.39 >  A bx#!M@eee/#{W))r4Į}>>(OPՍ !9yȵtlތG&q \fBbHL T7DzCJ5L<4Ew>2=f.8Qs-S5f3Z-b`[UFx2N  zz*΅i@$i`p9#)tN=)?hlݬ*1gb3zh^gI$3Ru(?8 %kT+s[# L3866918c72ec888a772ae976f5d4eb1b97a29e057dfd4a57c7d9eafa9d05726c8f1481b5556aae685c6d389670cc6b257c6da6a0~Tbx#!M@eeeo?esL+>vLt5qZV%OtpS} ׊vYatǔ8! u-cyo!'g瘲*μ:T1vOH$lީؿ-cw ຅hIFqp*{ p|47g:yj ߋ~L*([1"G'!Klb{9(&`<%U !V٧\/"-KU£[-Ѿ'+CΏ {&ܜjv~,ɶloBC0`>p>%<?%,d  A| $*0|     s@(A8H9h: .FGH$IpXY\] ^! b"c"d#e#f#l#u#0v#| w$(x$ty$z$$$$%(CCharLS-devel2.2.0bp154.1.39Libraries and headers for CharLSThis package contains libraries and headers for CharLS.bxs390zl25HSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/team-charls/charls/linuxs390xxe]UaEA큤A큤A큤A큤bx_B]_B]_B]_B]_B]_B]_B]_B]bxbxbxbxbxbx_B]_B]bx_B]11e2f10b42b9209bf3e5564e1d18fbfb93bae39c3ed6e2127a9c6fddce0516a9ce667084357c6811e0a022219239228abc6acedefcfab0afac5916e0ce38ff5afc722ecff738fd6f5617819f25432c7653256df7e8294ee4bb7a7dcd94d17eb9c548d7c5ab61e112c1afb3ac033cbe6373327b97ef855d5bde78d9fd8ab4236752068d7d5bdd82c4a31e12bc205cf36ea5ed3aca1852b992e8595a5850420f90f49a15626f9028246f1c5c1aa5fb286ef9bd2cd7fa3cfcac51bccd72afff75d5cf42abdd6314ad531dfa570806f05d650ef06c63a0d33c764d18f4f4fab975b50064a69396b79b3a40bf1a8290c022cd2b43dfd7603b5c5bf6cd7ebc87f6f6fa659e190f856ab501f2f0db5a6ba9d94a4c4b9c256ead2200f969e79d24df1e90607d4f882eb1fc69a072261c7724a7673cd3db9f7b86e01d6c149a5d344c82106a0d4a44375cbd01ad44202fad416c6ea4cbab80106bfd9262e35c9119abef7865f7501b5c0ef2e32b6d4ac190a92e604d908eb00ba865c205e732971273cd61ef3d400268a1880d31f164e22dfcea0575f25e32f53ec14c905efa3ef16a8627e293ccc327ee42f4e723e73aac39b23ffc40655cc6f8baec5c046f2e7d093695libcharls.so.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootCharLS-2.2.0-bp154.1.39.src.rpmCharLS-develCharLS-devel(s390-64)cmake(charls)pkgconfig(charls)@    /usr/bin/pkg-configlibcharls2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.2.03.0.4-14.6.0-14.0-15.2-14.14.3`<@_/@Yg`Ycl@Y^&@PpNܲ@NؽAsterios Dramis andy great olaf@aepfle.dejengelh@inai.deasterios.dramis@gmail.comcgiboudeaux@gmx.comcfarrell@suse.comasterios.dramis@gmail.com- Update to version 2.2.0: * Added - Added pkg-config charls.pc file to help in detect the CharLS library (see #76) - Added standard CMake variable BUILD_SHARED_LIBS as an option to make it visible in the CMake GUI (see #66) - The PowerPC Little Endian (ppc64le) platform has been added as supported architecture * Fixed - Fixed #21, Building with UBSAN, will report runtime error: left shift of 4031 by 63 places cannot be represented in type 'long int' - Fixed #25, CharLS fails to read LSE marker segment after first SOS segment - Fixed #26, CharLS should only use the valid bits from the passed input buffer - Fixed #36, CharLS should remain stable from bad input (several issues found by fuzzy testing) - Fixed #60, Visual Studio 2015 C++ compiler cannot compile certain constexpr constructions - Fixed #62, Missing includes in jpegls_error.cpp when using libc++ (and not libstdc++) - Fixed #70, The C and C++ sample don't swap the pixels from a .bmp file horizontal - Fixed #79, Wrong JPEG-LS encoding when stride is non-default (stride != 0), component count > 1 and interleave_mode is none * Changed - The API has been extended with additional annotations to assist the static analyzer in the MSVC and GCC/clang compilers - The size check for a Start Of Scan (SOS) segment is now exact for improved compatibility with fuzzy testing - The minimum support version of CMake is now 3.13 (was 3.9), 3.13 is needed for add_link_options - The Windows static library and DLL are now compiled with the Control Flow Guard (/guard:cf) option enabled for enhanced security - The .NET adapter has been upgraded to .NET 5 and moved to its own repository This has been done to make it possible to have different release cycles. * Removed - The legacy methods JpegLsEncodeStream, JpegLsDecodeStream and JpegLsReadHeaderStream have been removed as exported methods. These methods were not part of the public API and only used by by the charlstest application - Added pkgconfig build requires.- Update to version 2.1.0. * Added * Two new C++ classes (jpegls_encoder \ jpegls_decoder) have been added to make it much easier to use CharLS from C++ * A new C API (charls_xxx functions) was added to provide a more stable ABI for future updates. The old API calls are internally forwarded to the new API. * CharLS can now read and write JPEG-LS standard SPIFF headers * Support has been added to detect the unsupported JPEG-LS extension (ISO/IEC 14495-2) SOF_57 marker and IDs in LSE marker * Support has been added to encode\decode 4 component images in all interleave modes * Deprecated * The legacy 1.x\2.0 C API has been marked as deprecated. This legacy API will be maintained until the next major upgrade. * Future 2.x updates will start to mark the legacy types and functions with the C++ [[deprecated]] attribute. * Changed * charls_error has been replaced by a C++11 compatible jpegls_errc error code enum design * The included C and C++ sample have been updated to use the new C\C++ API * Improved the validation of the JPEG-LS stream during decoding * The referenced NuGet packages of the .NET wrapper assembly are updated to their latest versions * Removed * Support to write JFIF headers during encoding has been removed. JFIF headers were already skipped when present during decoding. * SPIFF headers should be used when creating standalone .jls files * Support for .NET Code Contracts has been removed as this technology is being phased out by Microsoft * Fixed * Fixed #7, How to compile CharLS with Xcode has been documented in the Wiki * Fixed #44, Only the API functions should be exported from a Linux shared library * Fixes #35, Encoding will fail if the bit per sample is greater than 8, and a custom RESET value is used * Fixes #51, The default threshold values are not corrected computed for 6 bit images or less * Fixed the ASSERT in the ModuloRange function, which would trigger false assertions in debug builds- Build with gcc6, fix build failure for Leap- Fix RPM group.- Update to version 2.0.0: Bug fixes * #10 - Fixed the problem that "output buffer to small" was not detected when writting encoded bytes to a fixed output buffer. This could cause memory corruption problems. * #11 - Update charlstest to return EXIT_SUCCESS/FAILURE * Fixed the issue that DecodeToPnm would set params.colorTransform = ColorTransformation::BigEndian but the library didn’t support this option during decoding. Misc * Updated the source code to C++ v14. * Refactored several API's to make usage of the library easier. - Removed unzip build requirement (not needed anymore). - Require gcc >= 5.0 (for C++ v14). - Removed the following patches (not needed anymore): charls_add_cmake_install_target.patch charls_add_sharedlib_soname.patch charls_fix_tests.patch- Fix the SLES build (%make_install is not expanded)- license update: BSD-3-Clause The License file is BSD-3-Clause. Also, use SPDX format- Initial release (version 1.0). - Added three patches (taken from Fedora): * charls_add_cmake_install_target.patch: Add a cmake install target for CharLS header files. * charls_add_sharedlib_soname.patch: Add soname to generated shared lib and install libCharLS.so. * charls_fix_tests.patch: Fix tests.s390zl25 1652089631 2.2.0-bp154.1.392.2.0-bp154.1.392.2.0 charlsannotations.hapi_abi.hcharls.hcharls_jpegls_decoder.hcharls_jpegls_encoder.hjpegls_error.hpublic_types.hversion.hcharlscharlsConfig-relwithdebinfo.cmakecharlsConfig.cmakelibcharls.socharls.pcCharLS-develCHANGELOG.mdREADME.mdCharLS-develLICENSE.md/usr/include//usr/include/charls//usr/lib64/cmake//usr/lib64/cmake/charls//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/CharLS-devel//usr/share/licenses//usr/share/licenses/CharLS-devel/-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-SP4/standard/6f4e4af8d5b865bc851251f8634b0ca9-CharLScpioxz5s390x-suse-linuxdirectoryC source, ASCII textC++ source, ASCII textC++ source, UTF-8 Unicode textASCII textpkgconfig fileUTF-8 Unicode textUTF-8 Unicode text, with very long linesPPR9,nӣDZ$]C$gutf-843071c7f9b61ce18f6fb4b6ff43a40e23d277fc6b9c0912188281d9a817a29bd? 7zXZ !t/T] crt:bLL ?L82M]d? uA C ʌ#,2s ]Qbܱ;/ k.IN(֛xOEz|m̿{LV>mSw(11:CiX*\4ڑ!#k]Ύ%%gV6Tn} ܯDI 0- 5_¡D{ 8 ZOwJPhgkg`!fėyDea)jv+qtm.tMO=ϋ~E=YY{d[d=%T2#r*})[Wl#}"I5!AiMT jTi 5+w}pBf[7TŎ\u(ir!<e^z|{A N uSkYxj:>2| XuRVmH1Ei|9(-4W SmxwqExCZ`)B։b*{!2@>|.Kn=h؊R$U_i7A(`Q7ǨZiUx]w=TM$& KUm3-%sPXe_ +JLwc H_F]Xhc{3o΁& V xr*7+]5s*cF>x"1@R瀌#g:Yk^bʌN'`eh}:̪! yr%17L~9՗L6i5٫`4ɉr>/U:@Ӻ>jrl.:nrkNuhjdPTp * 'bCh)Ʒd|tGq&<Xtʝlڴc40r x@F@ gYr,H- yr:[^3g$?F(&$x}lq)r ̨u|v(7r+8^I)[16#i+¶Q KH&wyuWѺfUchf}_lPD1%7;'C`T Da`D3`C\ -.dxSN1:Lȁ],qI୸)A!)4|v<^ V \۰$ '4PNzuoE ic(b!seT ΧkDtl>8XE@DR6 Wہ,{>?鐙8n:_!pQ5Eff D!1x oc-~by>ys)5AԽ&_> r7Gtu|5i3?g3N?̫ߟNce@cweB5Nv6V~E H{չmGy!r /*иLBPS* NnR290=J|oDkxzz6d})qlK6-aY`o3 M}/C :JIB3$<۔fd=x8+U}j8A|e )M *# XIEG=!'+7`$,bރ>歠>">>@ ~px,bXWEG޶z545 $Iӧs!Vm9ދj>$D ه@ٖURHֱ(uWOh(_Ittv]x,ҍ*B71*|hrB$aЛ~JN4_2uKA'uYRL4.  'FLK?7O%rCX}ø i+rQ8,vTjQ[KTĔBpD}B5-M E0S>h*Wf Q@3u gFSyPMfh% )|h?WVsCGŲZ`@Rx^H"><&TLI~ Th5I 򷎓TVd[ijC{a1fMiAPw̦@y-^Pa̙W*?޼n{zv,+X cVt޵$/W 9*EG=|&)[ 2MQ/VT _ODJVfzLqhN:{qBi#l,!ny؂n)\^7~{92k;XɴgiR<*^߃V<)">F}5KUE1Iyjj[ڧ-ŝ/m/o0Ndûl:MD]Nوvzhv17,r'LšV}ZBQK1i5scǍ9u =ɛNF ̈ sئ x4̎'Xrd<@Xfg<^'/BSa{#HU`& ;Ez sp5t/@p=O>j%j gll 8ۅ,5I >RUNUw?Z 9 eˍ[vy)z*Ѕ=X>t ]z6EЇ ?]0UƴАP c+5Ho27.LpKއl~o={Gic)PhWοz@1+AGd VN. poMam q7>8-{'gAx #RZĠ өy=,GT &<7ld Uf<^걗ܭqc9r^$L~JZ%f`fsQSR 4D{IE'8wy6RiQ ׎ 2> ^!s؟2ni-fr[i- d .rB ޢjW߈AN-'ؠ( 4VC5R }ڢs(/VJv0:5҆X=hl6Jz-`2Y. V-sxQbPTYν !^xdӢv`nF66VX$ڛeEdmW>IXP;CCא/jSz*dge`D5w%du4[t&Q89 H-]4~3zqꦪ1>~0*֬)XWS'dpm&oV Dq!Эle"`ƶ6Ǐ:rv] ěc'jwd!E;lFpg6F>a vPEJdZp9`)k^K&%mhJXV F 6p]BE쎤 W?$ug3wW&xdSxTCjGQW>?t7]GL_~QSF(@.j~%Wwf2GJ  ) } 7TKQƫ)jMO|VRt w$I,Z%A  6Zç6# t=0Fu"7[?0w셢+ zM4m,+* KzŻK{ irPs1`z_vn^2*JSl."V|(O V2r_ԟ<$9vSך%W#tJ p?RQ26PI@ea2(K1;X[So-G^>-Y蜠1:g.\NO3KsoFotZ].s )"(,:߰&((03Qb?Vփ{WyRFf1._hѼ*5ͱ#9(;DNAJBVAm?pN)e-f/C@k0kFDA>OʀX/bhyL;t=wLq,-d׺qO׭: y)Ż?z>+2R>|0ڣ:''3 gFc$yEHJ$ʼ'R5^9#q煯ieyR$Ƚ[D%Gv*(] v7ԡI*2Z'+TCR\Fay*)h+\?Taе*.Q:A,$`یWE|e7$#_&=`Z)"lOz=ϗxjjIT>7+E{A" ?y;L}HϙaJ\:|٢лX ,I`ŧLo3c鐱 m)f)F/ܽ0'C3t /c2'@ut&RԜ নJ S`0o8bqv*:{G^n8bL6GMzBX+SO#$_ uɇ<8&,B>^Rm,Ɠ[o;OZdt)893nmJ郞d>"x]3Cq+儯O>\ߗRɜi@ .bԚ)eٸ'b_Y̲)61|gSrɅ{=sV=O+k 6Y&۟ȦL`CL;F 7O$I%ST6a"sZcLzW]7~yHG1o@XzT vu3*_7DhqIEIGZ{Ѓ`J$XHܲڼ1i}dZC>PW)^t,ZV@ѩ4.ںSvĊ=_ٍa X'eF0Wk$%zͷvmrΩd.tJXKw!tJ0wDӸ*JtJ 8tBT)O|J)A!QC8;꘽\ͽBKx7*teHҖ y\J«U%OSv?(U84ADYB#F?v&ڙX'Mc۟4"M{>kؐT?,©nw&!4[ :Q\[Jy0cXL;olPRQ|CPwlBQL^W-zѢfrl&|ɜ~44O!B$C<%%5h|PLy~/ߋ2f q Ovإ|8j3|\'Z4KeOm.rmO }Bt)&q> OV,<7$/1U&ɠ hBDl5q沔Uưǔ gWյ1+:(uL 6Ԋ*M lܣB'yN2-'fg1N]=M"8p~pB%S^͏l jšjs7h .,ǵL7?00CTYB:JOsu4ep#yF:8 ]`k9҄ O+#+RL%d)kh>`GeQzh5ay_tiQС/kbݶiP`^^ ~cf< Ym8 &JUyM7$P $sy0%+[2Ղ_%Cp hO$筸.\4HܥQ6 ƩB:A孅O"=櫳ɖc[X~?L9i-32&d̻ iA2%|>V8j弈h#Rz_ W` d8 QE1L߲k|KzT$ewΆZ K\NQ_~ۜ:QHRfu(E^5[_4S.awK BE D^2D VfhP)-g  R<etr+~,h (ƁZqsoHWou>I%wxphMl;L5TyfSTq-X1O q,.?,8{-qyI-ټTQ"]աx tG'8|0B\&K%ևXVlKޱ4:rZaQ8짪|SV3(|4ࡘ|avٹ"c;?3#·hlM_$GR5y x%}BCͰLsmO\]/OC,XXp^>wA8qGt?>`>+>2̍:Dž^\u:Fa}a Ld9Wy~EY<< ؏ZIAXo'v Y7-[qXA~zuBQez3}n.z*Z4!hJ>4ً!ǺNW;eMܺpT-Ff=y^x@w<_mړrGWrB+jÄEkC+}KxzP8eݝFt>^Q)?"HIǩ_Pnr%uZ=*cO5oX1j2V^X.|v5̭{9?:4)eu4̼,mHih %De. w f\q _b$2R/dS;OdO,#n&~$ؓUS^$ڎ.ɸeK["GpfF5QH97/l>(Eӛmg ahqh>9ȩI񍆩 EY _"o,2g3\Z5ئj;*8TMi厜7t;ŒqW_> #/=IO0k܇צkrE'`a/J*_6V;sOx(sbN/rnRMeֶb" `_530<CDtemIBKyJ b Ӧvj1i2{PaK/%z;0G;Mcu=; f /S[>鶀|gI$W|h`, rϖCKby$U-4 i,",qI #2-ՙvMXEuId[$6>|&eTAɫ"O< eȂ,b]/[<qADm5jwyvE#Kxm)Yp&p <8luO>ؾ8l3_ {)rV<%٧|Th4.4rܾT85)A.ZS#|?j+y*Pe)եa k8*Ӵh V=n&J=|hpD4ӱO,<\13ɍ@ a7'a*bvcy v=]}+ӲG/NlgUʸ#A lD^79o»1X> 7GE#YCNlB4xVMZH$vuOmAnOV}?z,&吏uZ: w6Va!jt`T{ o {=Pb|Z u݂zM&ɓo/+H*{w;ER<oɄVAe桖^دaY!|0`egw 8hUȱD"&%fg"عa/ZS?f/DpLJ9]pefZME̩]T ,$ o;mcc0E2~N<~̃`ao'wigJ >eρP$Ioqtuމ; {'S`BN-\|EeA({$ 컭0~g՚k^BHJy^;&4vuLk;ũĥ۟VdM]Z5%bbM1BziG~ y[ҸcL*24+#$tq"FuPIqhPmGXӿ\/|u*iO3&KMӝ5>/yYezBִ=/]K2qǕe9J@=ct+Y'#|,nYj`&s=X ][ T)Y3=^Id_36+Tlt2RdMh@Gl^XYy=Jj3R%Bv,]C!kX/rW̴o5OӼﹴ&Fs iHY\zLڝ]|<|ĥ{쉒`os| si z'Iɚֲ^=S/W5B R[ ]dxdf\j#*ڟ}>Fۭ>9KD2Ⱦ@#o?tZ K\3 `+%ڐmq`WC~-ʗb|sm fp%g'@e/1 {fAorf,?/m}Wв[ =^MkGvdpQ̔ NrϽ6[ڵYݺRl#msX$閗'rc<<,;/ڳHuey{-do|$2:e $!G.(( 3r3P;RmP=;0c2+8)/n7JW׵o.vEL!ص*1kDhk'ؐ8个ZYEhoe\768>%)yOA#M%v nݚ3cI)t@4xqzա7R@Cc^:W,B޵ʃ۠du]Sn1 Cٗm(Yn*?>P x ]pZм{   Mv'פa:8pqH,drzh.MQ34TYmdT{qk$˿:™ R8_cP I{~@*DmebdN$.%$91lX{dMrrtL1,|rv ^3@R|#jr\k5`.Z8aN xuG'NjGH<߯M(|x:1CyJfJȉpD۟V?%Ɖ&hJlM‘3@􅈢-%{⿒p7V!˭qXU(^uᤲ@{daV_{}s)A厓ʣLd7M@5(-Ƶ3'"#DtW#ǯ&$5OUhAvfUsi[MfJs2CM"L#n##i*?\r^E{\<_Wy3P}^1NIX 蠟mON9dtyd7J+7H~Bm/nQqfɣ_iϼa\H1:+sJ-7Ӝ(BK\/TIeב}]07JtiwY)iUxƍ AtTo]h[Yvc1r$V.V@aO]nig'77u)IW-#{-+3j,TĶ|O;p!< ?+SWTϱGd'|]a7? #!tfg^&?l_oAcciڢ 9;hoQtBZtL"C"Lxh\ޙTv7էjy"i>VfD$G>aՍUH2iB|׆vF ̗/K`r/a g#yOK%cG LI_B6^aF/[n^Mj> ZQo)yE;[07I2hpx5Al#7>Q{N,t9N' zN1]SvT!iT9Tק%)9k E`~AyՑ?ƝY_>ܩwz_(m(t1dd8P,¤.V=o23ڍOLK`{JBS7= co7{Ku6s.v:!8;'zK}C5FᄬvXH3:-Xk6H*)b %lЌ o)Փ| j͍F;lVm2 d0Zn$ ߂N$^%ME)Rܢ{p}i&Yxj+e!fk7GDm1PO4'R6Z8觘gK~b!o[l*:|7,0.~EN/WU; 9DUwqbQ)08\ UgU/ RYfzhB]+W_1O|+D*S5+0U&r%<`({%@?yk;s~T7VJU;zDL~R@,8 bLf&$>f )bo(-Vp3S6- #yskiy#F3?ښm0+CeecaMy'NZ/WmFr`C6pA Dž`Vy^=;Xas8tѾ΍ƿIau;ிu:n_nԲf}C!] :4iJ E0iZ#t3\?sБ5NBJ¦+oWFޜX#q¼r i6W&]OZ֬=&c{-Qpxys\mp(D /SPajA=cǸtT\xJAȢtxB Ч35tDǧsѢ7S>ײan4)pP{߶>L_[U ΑT%sn-MH+͒FR>|[Le(V!LTh?]D ǽC* t?Hv[ ;-n5\uuyj9ELU?HeLЩugZm=&G' a El BO%KQJT3*Hb$%bQv yGQ,1Pb/Db3=mB 5 |CXF(k3e=\%2s7 +iУc(s\>! ߨM-f8H/~$Kf$k: ǐjDR++*W <:)0O{-a\M}!/xsjً4h:!I@b "k'b^x=4<@xTg=(zAq7 %~2غň#$l9=1?UM{fl\hLEW>D2x޲q㷞[^AWB *]pԃ4q{P֎)*0vD;wヰx*S31lXĹaQ($;$)rbh[!l?֮z0hi}pI2 s]|(Zx  hXxbt1KhA`H,=$b1|*qǀRj1k NM52.E#Mn}t`33";%-<{/y-D;9%ȭ_$7t(({GoW\%K&*tiiaX,*?& gu"tK[RtWaȹ0d 2Z(Mx@Ⱥ%3]U-uP_֓K`fJ TZ`D->h *xy{tgy G0pا+&1~ʺH ѠkORn} \S dc+ӣe*E>_po”3(l;м>8oa;Г$sJ2a?) ¨,/ZT3Xds`Հ m-f/%!`gI^ ~k] TQ_`%$wTbz.Ӄ_nyqۻX?GE5T1^#>[MBL)H:~Vr0b]тj+i|)Q&vbh2w.sJl+6*6 ѱKal Zȳ@(mEB5ZNn-(nOZ2f<7nPi4nxOĨV.9QS xi i$ #(|0wýQw_ql[c Ůյ dŋ(+ͷ~Pl@JY>uTDE'לUh zmZ~[WkAlseMz$)!wtGV,Ᶎk }[l܋@il8'5*&CJjyVvdOZ& fM[+$J="4RK)ӀDh=_s޲TWYX]4\5v+Z 6?S{i.xCuTŅߞ_~ᶁ=:eHt> P˜QY{R[KNǙƉ:l(7X6Ó怽BpnKj#əº aơ`J(y޶; ,&4>iTo Pod»CL]pXo !dj/Z^9`guf{O澦Lh}h/.چњ ?XLDVLƅL#7%Ҫ6=yl<<}7??ab : -k'kb=A'l Q_|[Q?~+qЇ%'5H+x@qVWKcWxb kR`Dt+`徠Occ *6V(y^.0UM|G/>De!)ſyJK "LMTm.aG':ڴVG2oT?s1`Yʑ\ ~[4QH ͑ nuwl[E9Ӟk!u?N>.9Rfulg+SFXa&ՈQpջ[=q:^̔}MF2ݾRɹplĹ}b  pk%s?A8zIE/4SĤ̉u͓J)8΃aTY6z=X}0Aܴ !ao֥mP^4`med!>ع~FͦpV?IMLHB<丫:ԹX{]UbE ܓhqJ-ķvDnlo:[voD!lTQhLпk]>S ~${%Un<6 >9x'|a%!}VwÀƟ8-  ѭƙk㖦v5kwB,UygSp%g˅y )*ⶤѕvʾ>7!0 .aq L>H%P؋ab Ux9S,ӑgF O9i.-4ܡ@@JL%x]Tx7T} FȁP c?R-ï0;˭k 'NIJ!,a 0>bq6lJp33Mw{2L{'8mu; xk)R!'E i;]k hv)D3HAC~+r+ @&,St+msK|T5Ѓ{q-4TŐ-h'4$Jp-0 [ 3!?X`ܲjc6!mBmNQ,ԝ_t3̾"4E''@ {ܪf#n\&i;ʧׁk$-Y(I&E4|lV*Myxlt`P!!پ){k}T`,wlAhv/C-j,D45;ëKlP13稦S0(H0$6O}]xE6o8: