libmpfr6-32bit-4.0.2-lp152.4.3.1<>,Ƽ`*/=„Ff5an:FgH:|=a!+T۫; Le}ő(Ig\B]s{Ĉ0AXfc|LGrċVJd0[rZC=\9n7)%SeHxsL(N7K7gr%  \bgŗi{ΌoH "x ?IWQZsƔDqٯM!P\ 阇g宪GKp9eKSd+e>>0?0d # \(,?HZ s     08BLlt((P8X9:>-G-H-I-X-Y-\-]-^-b.c.d/Pe/Uf/Xl/Zu/lv/tw0x0y0 0H0L0R0Clibmpfr6-32bit4.0.2lp152.4.3.1The GNU multiple-precision floating-point shared libraryThe MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library.`*old-atreju4*openSUSE Leap 15.2openSUSELGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.mpfr.org/linuxx86_64/sbin/ldconfig*̡`*`*e7e3bd3b644b4eed8f271c6da803ba3a3f221853be3e28757915da98acd02d19libmpfr.so.6.0.2rootrootrootrootmpfr-4.0.2-lp152.4.3.1.src.rpmlibmpfr.so.6libmpfr6-32bitlibmpfr6-32bit(x86-32)@@@@@@@@@@@    /bin/shld-linux.so.2ld-linux.so.2(GLIBC_2.3)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.7)libgmp.so.10rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^@],j\T4ZnZ@Zz@ZKt@Y@Yw2Y7X%W_@VV`U@T@Tq@Richard Biener Martin Liška rguenther@suse.comantoine.belvire@opensuse.orgrguenther@suse.comastieger@suse.comrguenther@suse.comrguenther@suse.comrguenther@suse.comrguenther@suse.comdimstar@opensuse.orgrguenther@suse.comastieger@suse.comrguenther@suse.comastieger@suse.commpluskal@suse.comrguenther@suse.com- Add cummulative patch mpfr-4.0.2-p6.patch fixing various bugs.- Add floating-point-format-no-lto.patch in order to fix assembler scanning (boo#1141190).- Update to mpfr 4.0.2 * Cummulative bugfix release, includes mpfr-4.0.1-cummulative-patch.patch.- Fix %install_info_delete usage: * It has to be performed in %preun not in %postun. * See https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros#.25install_info_delete.- Add mpfr-4.0.1-cummulative-patch.patch. Fixes * A subtraction of two numbers of the same sign or addition of two numbers of different signs can be rounded incorrectly (and the ternary value can be incorrect) when one of the two inputs is reused as the output (destination) and all these MPFR numbers have exactly GMP_NUMB_BITS bits of precision (typically, 32 bits on 32-bit machines, 64 bits on 64-bit machines). * The mpfr_fma and mpfr_fms functions can behave incorrectly in case of internal overflow or underflow. * The result of the mpfr_sqr function can be rounded incorrectly in a rare case near underflow when the destination has exactly GMP_NUMB_BITS bits of precision (typically, 32 bits on 32-bit machines, 64 bits on 64-bit machines) and the input has at most GMP_NUMB_BITS bits of precision. * The behavior and documentation of the mpfr_get_str function are inconsistent concerning the minimum precision (this is related to the change of the minimum precision from 2 to 1 in MPFR 4.0.0). The get_str patch fixes this issue in the following way: the value 1 can now be provided for n (4th argument of mpfr_get_str); if n = 0, then the number of significant digits in the output string can now be 1, as already implied by the documentation (but the code was increasing it to 2). * The mpfr_cmp_q function can behave incorrectly when the rational (mpq_t) number has a null denominator. * The mpfr_inp_str and mpfr_out_str functions might behave incorrectly when the stream is a null pointer: the stream is replaced by stdin and stdout, respectively. This behavior is useless, not documented (thus incorrect in case a null pointer would have a special meaning), and not consistent with other input/output functions.- update to 4.0.1: * Improved MPFR manual * bug fixes, including mpfr_div_ui, mpfr_div rounding issue- Update to mpfr 4.0.0 * The "dinde aux marrons" release. * MPFR now depends on GMP 5.0+ instead of 4.1+. * API change: Applications that call GMP's mp_set_memory_functions function to change the allocators must first call the new function mpfr_mp_memory_cleanup in all threads where MPFR is potentially used; this new function is currently equivalent to mpfr_free_cache. The reason is that the way memory allocation is done by MPFR has changed (again), so that the current GMP allocators are used (since for some applications, the old allocators may become invalid). Note: Freeing the caches like this might have a performance impact on some particular applications; if this is an issue, this could be handled for a future MPFR version. * Mini-gmp support via the --enable-mini-gmp configure option (experimental). * The minimum precision MPFR_PREC_MIN is now 1, with rounding defined as in the errata of IEEE 754-2008 and in the following IEEE 754 revision (ties rounded away from zero). * Shared caches for multithreaded applications. New function mpfr_free_cache2. * Partial support of MPFR_RNDF (faithful rounding). * New functions: mpfr_fpif_export and mpfr_fpif_import to export and import numbers in a floating-point interchange format, independent both on the number of bits per word and on the endianness. * New function mpfr_fmodquo to return the low bits of the quotient corresponding to mpfr_fmod. * New functions mpfr_flags_clear, mpfr_flags_set, mpfr_flags_test, mpfr_flags_save and mpfr_flags_restore to operate on groups of flags. * New functions mpfr_set_float128 and mpfr_get_float128 to convert from/to the __float128 type (requires --enable-float128 and compiler support). * New functions mpfr_buildopt_float128_p and mpfr_buildopt_sharedcache_p. * New functions mpfr_rint_roundeven and mpfr_roundeven, completing the other similar round-to-integer functions for rounding to nearest with the even-rounding rule. * New macro mpfr_round_nearest_away to add partial emulation of the rounding to nearest-away (as defined in IEEE 754-2008). * New functions mpfr_nrandom and mpfr_erandom to generate random numbers following normal and exponential distributions respectively. * New functions mpfr_fmma and mpfr_fmms to compute a*b+c*d and a*b-c*d. * New function mpfr_rootn_ui, similar to mpfr_root, but agreeing with the rootn function of the IEEE 754-2008 standard. * New functions mpfr_log_ui to compute the logarithm of an integer, mpfr_gamma_inc for the incomplete Gamma function. * New function mpfr_beta for the Beta function (incomplete, experimental). * New function mpfr_get_q to convert a floating-point number into rational. * The mpfr_dump function is now described in the manual; its output format has slightly changed. * The mpfr_eint function now returns the value of the E1/eint1 function for negative argument. * The behavior of the mpfr_set_exp function changed, as it could easily yield undefined behavior in some cases (this modifies both the API and the ABI). * In function mpfr_urandom, the next random state no longer depends on the current exponent range and the rounding mode. The exceptions due to the rounding of the random number are now correctly generated, following the uniform distribution. * Functions mpfr_grandom and mpfr_root are deprecated and will be removed in a future release. * Complete rewrite of function mpfr_sum, which now works in all cases (the old one could take all the memory and/or crash with inputs of different magnitudes in case of huge cancellation or table maker's dilemma). The sign of an exact zero result is now specified, and the return value is now the usual ternary value. Note that the position of "const" in the mpfr_sum prototype has been fixed (the manual was correct); user code should not be affected. * Old, deprecated macros mpfr_add_one_ulp and mpfr_sub_one_ulp removed. The mpfr_next* functions should be used instead. * Internally, improved caching: a minimum of 10% increase of the precision is guaranteed to avoid too many recomputations. * Added internal small-precision mpz_t pool, which aims to avoid the overhead of memory allocation, in particular. New function mpfr_free_pool. * Added configure option --enable-assert=none to avoid checking any assertion. * The --enable-decimal-float configure option no longer requires - -with-gmp-build, and support for decimal floats is now automatically detected by default (similarly for support for __float128). * Updated tuning parameters. * Better support for Automake 1.13+ (now used to generate the tarball). * Dropped K&R C compatibility. * Improved MPFR manual. * New MPFRbench program (see the tools/bench directory). * Major speedup in mpfr_add, mpfr_sub, mpfr_mul, mpfr_div and mpfr_sqrt when all operands have the same precision and this precision is less than twice the number of bits per word, e.g., less than 128 on a 64-bit computer. * Speedup by a factor of almost 2 in the double <--> mpfr conversions (mpfr_set_d and mpfr_get_d). * Speedup in mpfr_log1p and mpfr_atanh for small arguments. * Speedup in the mpfr_const_euler function (contributed by Fredrik Johansson), in the computation of Bernoulli numbers (used in mpfr_gamma, mpfr_li2, mpfr_digamma, mpfr_lngamma and mpfr_lgamma), in mpfr_div, in mpfr_fma and mpfr_fms. * Test coverage: 96.3% lines of code. * Bug fixes. In particular: a speed improvement when the --enable-assert or --enable-assert=full configure option is used with GCC; mpfr_get_str now sets the NaN flag on NaN input and the inexact flag when the conversion is inexact. For a full list, see http://www.mpfr.org/mpfr-3.1.6/#fixed and the same section for any previous 3.1.x version (follow the links in the "Changes..." sections). * Microsoft Windows: Added support for thread-safe DLL (shared library). Tested with MinGW, ICC and MSVC. * Limited pkg-config support. * Autotools: Under Linux, make sure that the old dtags (when supported) are used if LD_LIBRARY_PATH is defined; otherwise "make check" would check an installed, compatible MPFR library found in LD_LIBRARY_PATH instead of the one that has been built with "make". * New: optional "make check-gmp-symbols", mainly for binary distributions, to check that MPFR does not use GMP internal symbols (experimental).- Update to mpfr 3.1.6 release * Includes mpfr-3.1.5-p9.patch- Add mpfr-3.1.5-p9.patch with cummulative patches to patchlevel p9, obsoletes mpfr-3.1.5-p8.patch.- Add mpfr-3.1.5-p8.patch with cummulative patches to patchlevel p8.- Follow openSUSE Packaging Guidelines: do not packae static libraries: + Pass --disable-static to configure.- Update to mpfr 3.1.5: * C++11 compatibility. * Bug fixes (see and ChangeLog file). * More tests.- mpfr 3.1.4, incorporating the cumulative patch, plus a number of upstream fixes - removing mpfr-3.1.3-patch1to12.patch- Add cummulative patch mpfr-3.1.3-patch1to12.patch * Bug fixes (see - update to 3.1.3: * Better support for Automake 1.13+ (now used to generate the tarball). * Improved MPFR manual. * Bug fixes (see and ChangeLog file) - drop upstreamed mpfr-3.1.2-patch11.diff- Cleanup spec file with spec-claner - Add gpg signature- Add mpfr-3.1.2-patch11.diff to fix possible buffer overflow in mpfr_strtofr (CVE-2014-9474). [bnc#911812]/bin/sh4.0.2-lp152.4.3.14.0.2-lp152.4.3.1libmpfr.so.6libmpfr.so.6.0.2/usr/lib/-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:16127/openSUSE_Leap_15.2_Update/a14ea07ae376e7759e34180ff2cd2c87-mpfr.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=000ca437de7a1fdf4e906fc8f8ac1829ae977981, stripped PRRRR RR RRR RRutf-8d08db03f31c86d6d0fc6871412023556f88a89f0a2f4cfe0d68e94a9b5f6e8c1? 7zXZ !t/ב]"k%{&a p?{U%hi ֧4JSyȔu a&ԨpjE%JqO0SdԆV ͦXWa:hz5^U70WģmywLd^s7D7m!ZBrޮ}qqxG<'~r\5|TvPv80j˨q (!𢈶q8Y\5j|t辪"rdd`+Q 4ϰ7Vh'h1S Oݜb":M'_| p1&zN +4'H{‘l/-tL8.<Xf-WeIRBp5 饟L9i8hbqhϺ[r}sH?O?[ϭ_<ͼKPW"*][zB[δ˟?4EJμ,ੂ>3|n|mG6)fm[~Q{l/_EYAWi{0ZUY$60vb*> N[ZWWm;e.jσWs)Ku@[J3k7ƺuƋ̢U27KSj=tyVLwŌ홳kO/UlY{ 8$':sS>b5y6\T iJK!M2+_N^s]F~+%p<5K͢p6$>_@_GL>ybң Jӓ|war2DB"mQ7f_;wl6w0^(`_`>^ A;؇ha0A-X}5{0Y -kk=cZ'9)~@{0G髑Lb^faBw%"L&vZ9]G/K;wbn~k8 2Ǩm*qtbud;6p$Í$ePb4p{{KF70Υ&w!hKRSCuʺrTھKq0 bQz3_䆶I(:FCk^E 5L c8(riF!}_ 798Wͽ섓B8ؽvmTs'?X)ȸA˳3S|7^]dZYV7nޒI\^zLttBYO'm[>x=7zeFR$V;n9v>ʒ>c\*V^l \T,i(\/DFo5_)ue|0&@dBy=| N"iBD~2_lsELtOcWEVU 3ަ뜗V壍!w5P"uӤ/mZO]T_as eKMPtWgr=ExZ6`SK#:8Z$^v-٪_y}oos|>76«)a9>Kko.PI~*A.Fߟ'<G Re>Ł&3\U }FaV4""sJz;&BݴuފҠrּP1c9qsw)|F8b"lNhp[AcAXiTcõ^ClYK %^D$gh.G/%/? G,<]+(pꅕGI6,9L7t1ƔM{/舸8٘݌gnQN9U( 0N {qyY[B|Ifi& _BI*Rrio L{NW!Mg4k)hݰ!ډr `hhA=5Տ-<-Ct T[_w4tU9XWRs/J3(,E9P 5|kmOp$[h>] {.C65!bPE|I_iqN٣`#q.Շӝ.зa $ X,[k%E&VC>X>aIC܎ Biv'Td313qRCAʵn6xpCᗏV:feyŏaǓ 艮?-t7Ij.Kғ h)_V>:I7]&)}hd+y嵄jP@ , vmv] 8ޞK.B5 {(|v?6NGД'K1lݲ"&yahW#uO O4{SD:IxE<f$uW^LXdǽ4eϖkz_xR:_[uI%YѡE!5/,^TZx1nQI'Jf.Xm$,A_Ƅ2SX콼+A@Qa\qⅆbL]&I+ε++~NHstg? ٰ#RtiuB};16$j,`I?>|!f}DSԘyW||}] þA>s jWf*%!1m" Yπ\uՕR!s;).}mȑ83h@ /1h*?'('yhWA dN_Ņl)5q𪕪y^VrtC [!Q/j߸sw/,\XTR}p h5ޡKu7FB5V$eq\&'{ř[Z.7O3M q#N< cWduUX(#ؼ`PQvjэAq *&8mϕtvĿ`U! B<4IXZ.p'@ytƉhg -sy.^lB%hG( z@fZ:I AG6 t\ MZ`xoz%BͲX` U  ,D5?i|'*盷"i!%ǂUHapFj;lbܵɷm ɻ)ϐLx/yAH|)ad[%_:<}\Ld`9ۭe,+>Jn6mlԪ)FА|,V=(OSx׉so7Zzj#+WI[+ߪ Kvֳ߭.u Z;6DQ [#h±}߮ga{+9Vf&\ >7̗WMz?~id|˫]a_8z=`{-"J@}Zt4Ƭ㟱bw?j0=Ϸbw7F}6^\zNj)J@ok+a1sFP'^+'Nھ{=8A")Db{I'Uۖ(wVe'Z7}Em^*n$2z -Ïqwso!BT铯GB3%Ըf*b9ٯJtSFM Pp [zS6;X<뉃,T_=횈͠L`v)4 I@ou` FJa+p??ua0{ԟ8b 7ۇiK7`:-JYEy=Ƨ"6R bX~ μV7pl^/y< +pY@cc<}Pʻ <)UMf:z Iqzg~>|!qĄ'Fh> %wg!^!0j&vC;Ebօmj2Cs>;o@EZj*\DڝZI YL046:Q+Sڐ渮rh(Ȃ~18fCf_Gl ]!BN0G zY x|QH{@ %gĐV!l{[/yt5 R1:ט>qK+ZtZiV<;mͶZ߼Kfxh#8yA5>h8jM_oտ5$LoKobE&4`)wI@RxJLDئ;j_R{c^_.)[n" k}`zg}ms!StNaPPVV-  )y0O2a!j@84U@:l,+v:lD,;ҡZߧ{E6k#?Siw~_R=ƣ`0>Q2 d8/itP=C $*N_B1UCm(>_*$)hBmBL(fO; _5*EfW$iGVC׽b$Dtj;X PdlA`$ |$N6p !3\tlF[]=c%mƖyA/eGsD;A% Ƭg$'ᯑ31eQ!  *_/:2+>^ $Ϸ>JUzVnl1*I%͞3jy۰uߋRPSM剅2ng blDtH  nWǺDGVਁ5Ơ0+ kNLɌ5Ѳ?UJ,ĵ4{˟&ʨf6zUoe_܂{N%&i# rp@,R-&!C'ɍ1J3XҪ s> j=),.{R|D wEBG},J!B*0`Fbz cYkp3fC42"-G:eѢ մ+g s>_Va8 oXcaiktzԛe|;.*/$ h4\6G_^ן^.V4))WDҍ;)V|,(v6oHY?)VK!83i8]>d.Ҙl~UUwr'޻=ǂ<~x-kV.4U˜aO{7qο0iisVo>7rܑP+ùEO F-n x V;u-1i 9(5o+3";myI vpf/qV@^X"p馺i+Y V-:U}BTE%e3 6U sNoހ5x [A\v\ԇԸE o%]~t UޗkӎE!P&tKsh4 o}a>T@wksL燸-x7?9([[7vqq#ǶdD$ Qka[NN$p3ƀN~{T68WԽdmagR}T@"x-1ð>]tV Y;@%yjdμZ"P2*Z8 Va@6P{xaz.e_ =7{έ^ E./bEh6Y(C|15 p I/X_18ʳ^ow\؆W5qK6{6HGc4&N!Yv \v9/ x䁜 VbcGdf`z2r24~r.uh/E³ͨ1fQja%~U6[g+0}%9`ޕ3kk+YM1b^kG }c@a[@zbeD+r-T}XiLMJFy1?v)]n0<Ϝ+p/% ~zO}%;@/ݵDs. E E~Zy4$_$F>"]\Vb"[YIJ|'6 .refD qxѧ8`P2iVdpuXL rBkPw1?D,hp`duSO:+>nYہ`Thd*IVp ΄,w#\כC9(]}u&Ԑc?KΏrX(=4BB(.7HWX46׾^䴗pL&7v? ]Ԝx|z% ]=xI!,C0{9;o`*Aj킗?x:cU[YPaH.GҰhs3<)%w eMs| MZg"S)ԐBر~ ]9'jn m'%nW/v5z4 +Rn؊0Ydi#rߡGRJnp;XCXA3!A_F>bK=wMBgfx:]*)f "CLB -X_4?[P%UK)Ds O!הx IP6-@1i#U*ʨEm) 3myESj V}$kcFd#&*j7Tt5[~!L.+uZY%igͦ|DzxieZxb`mP^{ b<<J{;=NRFJ;KUi[/a-j|:v]fת7Á (p}ڒz,#NBHSPA8} kD}2JZA ؾc_ 7lJ Nl49 Ɩ8" F!h;q2%J QԛH46+9E2"V(}^:0>x 7O0pn 5?d[ؾC CojE1tØed>bKsPk*ؔ];@0(U_¸V)^؅܈wHB6 TĆSE6Z6k lsU:׳ O"g0L;=B'Ν ;#*(TB[CY;u6$ܙ|sZ6!&q@ӰR&mDWq7tylvp\*șL56y9hkkrhl6RTWv}qxK&,<;Yy\Ȫi2Pi{R4ֹj@%QʥPT۴E/GSqơS]vUR,>ѻR%FTZ,e!b'Lf$ߊOd<@:hljȼt~R2/36w!%P4QY>6M-l}!;hR|QpOE_e6sF,W=aU_ yo)vj#s:]0rD-20GP6lѽkn!v?N}?rNԾzib}RXVbK.۫~GmDy"yx1sah6K]5"P i3ߊFɏ)Jy%}0-/T ɴoiBz!.O@M!t ^px:#8Oe7z8YEHNHӁ1B`<+h,J\_Dr*[p MSZLťe38@ޭO"Zepi.Fo\4G4.`ɟkC !l8K_| J1օ),H`iLucIn),|{7n|-&ȴl$Px )N( BHC7TaJݱ-ᇧ.s?ME'r͖M|I9Xo/m5.lD60"Jo.!qM#Zwoku@ǒ^f 5S W^v.EpOQĦ9̊u]?F%|*l4U ҔC3_r\40h <| ܿdlh =/p{R=Tli]<`߸kVZ"-e{GP0^lppn:*:,0qyJ15Xq]^=q~|D:/BFR4+dIf从v7d$ ,,<~bR_3$iAۺ> !ð 7"ʝTzQy4w9k%ℍ gS@UJ/rUL>~/PW{iDC@˵ X;!,fgC ΀'o;sAHJB-޴N 7Knip!#y C&ptdel?YENU-;E֓7l;c,>vXޠ[}vz7tn7r}_K5AX{t[UWTrҥ?iC Vʼn( ;k,Gs?UƑgn2N09Pm͖AUXFzy_TEW|!k+[`-#bNSgT$?etrљK% .`eH kٳFzgrLx?,+7ѿDU6uGYJK&T)4n $s=)eš~մ͏:-B;Sѧ̕~귞xJQ&P8Žq7NZm$3r"85+ĎŚAsw?ʫJWN,iAɲ$i)4,y4:ѫ)ɀ]K<?AIp6$"f@Ŵ#ab$}^{| <{ {Ulv/Q-(^6ŪG5pVC g|5M3 xԺ/ gm9^(U$6Yv˨W%F-ꑨ4E/u^eMu'x8ZA7@KnAD?N?5ݫfaDcۛF%0Dzy05Xr/صprj،WbeYJ'G$rӱ W"DkR^ ޕ3D)^M;g{8EM BEOy#`-]]:F1e}O)UOqUtl<`Pa?mn׈/3%""X'~/uzV (ma@ ƍ`FT 772kLaFnQ\({FLfHy9_鵓I vДm&۽I!^j cYE:uL`#QCqS\1Ԧz׉i;ݞ׫5=/ѬItH)=lkʳvmX3" 3~ og6eu,UasD-3:nЈ;mXByBۯr?at(8ЍMm;ش@)~~Ƈ(ŏ} Q~6$jT0Yk X@b#S~Bnq6l9΃-mfJ:5S U 0=Q-\& R`ښ@S.D+f=gn4;l=& Bڻ O"(j`GLo&B5!#'kG>D9AЛEX/ Q~-^GTU8vuo۾o"~# pӊS b˧-lךC$ y~!72 WyVIOɘV OYv 6EKOV@: y2Ĺ܀ Nms2Tؔbaܿ#H(PRS>8̀$G) >f)jpqу; D1b4Vol9f8wlޮA aG/aM;&nu&VxMK=? |jMJ3vhYE4;35ֽ΃d|]buڲ% >L{ 8 @ a\֋-Sm-ɥ?+${C27+Z>!M/珠 /Ļk?&H(fGG1-j ̣-dLH;'uuh@)_ckU:s:\ʄ𰌴Eݴ/!Qݛlc% }[tٽN²-IS>VQՒ2̌G`A |5g;*]&lE90U:ӫ#t4$໕ScQicM|8* fgB(X>cW(767}!ZU2 ?hi[>l~m;@tz00ٚ`X$r:U&4 9`̭lחVpZj\gܞgd($*DIUC**.GvI6ʷԁG3zp`*Y :YO@' &v۰b0iV*m7RvHWK{ܶhD4xDd4iy1.L!t ciw>D6 c7h.)=!"GENJ¯̮&d`8pgSN78㛑C-T=$R'9R&ΈMO ><x&P[^P+;I59_vRWr]JPc^MPD̓]|=zRKv@J-24lcN7ySoMHyMt-[G> DQw.}$7Mǵ_cjh:, aw BAzs b*ut+lTJ/cJ5]B[ӞJfhQ9|!ypݰ ˾{ƍ?sp*#^',<ټ!VE;4]4zd̨R֠wN &7vO 8 跋י=c"߁w f<=Y`$!_&DwAb<\b3yXVwRܠ>LdNu|-7U?/ @}g ~sE,4Ll/ý୲~{6iePO͢6kڰ-5IhM"ԔhU-~Iqc* a맹\w&r:Ӥ%yTLL?43lFB<<6Lל#eue8sE( ^` VCJ@rãD?]zi+9N)5 F_?ѯYB/#<sѓd7.|`"Bv\K\8I(:v'mj0Z2>/`m ږϦtnX|W(N/`6hܝjDH)6Q_r]뙷M$ 0+E39ۻJWV*k ]61Qc@ϢGk\w kc$R}̨CJ/'ܷxҦ/D&_tߘ$p 匑覀4,SIw1i ،X9j[9i܌ 1oq- T bI7@ݹ4I`[EV&zc+:+ehE曣,Ulğ24mJ*)WSaA#[6׷MXYXU}XlpJv.9*bO+%%7.DN@p :v;\׳:`D!訤,wrB!:v t c ¥--եgl$V7bA2ygHVhqNYdz  r _ͽnd_=5/N` !(NT%a6e}u\J+o *xj e#~ܯ){ܝp%fdׁbhfFET%I*\.l/ w><. -[w+ Ȳ/FτѶҗ5/\ = Z {h U)Hz\~?e7,{: 9VCT Dzqq4sXHC!60b {"o S(oF"Y RpȜ1:xફ\Qq0g ;/2-s3ꈿikMUzNjg,{o{iN`9a~ΟXPK%[\K&98LtSKUқ? ǥgd_ewC];e+!"W6Sv 4V[CQHPcYNȱJW6FF_(ٙx).WYb8`2Y+U Arn`1gjnMHt! :*E)R 4/{iZDaͨ|$= e $;+S\BM4X .?. PN8?BPf-&gic+xW.KSذF-)%(w#()J"]Zw%[Xr&jjs!uC::0NZ"̌$KfZNN`Ef} L'U`\Rd7%07 ކű<+q`N/Ax܈ '`yQC q?qJ!7 *Xߊdm"HK)s!a t+mC;OI鯊p>Ǵ]m@P˱JwzdT'!FIO7N^" &si|.wKY<1Pmxaܵ~gVJ H˩oA=m>ކ0߽k؛1sl_"GlI0Vly'#< 74HkcMnn.lMu^5q (ŸztB^,/w Y8p5t{O&Awe#mQ"œTE&D~Ej ,4|x,6 uGSÜWBƻ=]D8s0q&)鍥߅{+Dqo0~S8DQ= r2GvS#'F돲iHkyO`wF\ˬ1ά 7䯮G. s_9Óߚx:+i+uзn*dfR3I5u`İ,O!yM} *>KjV?F% :݆*8ϙ*3jsHn0xGB=#Z17˽~\h)^ν$'Q|CaN orڎWY+,JF`jm2~OCmFߌ:D"2Ăwz?mChU\6[UdK-yHjYL9 }Vm/98<ɛX܎!(D ZNQ'yw'9+!'*X C측q@1FܗMϧ'kD5G2izkk+*[Z`{|=f,[qjD]\C:3' a bjiD>avRɝǒBBmMˑ‰AMII,ryJ~ty$xzkFq2oT=.ge`xW52X|O*>caTnN``ojC*CrJϠuѦFK8$|LVM 299\ϦidYKfgNw>[VHx/'2:"$/]B#`SX:AeT 6Sgɞe'2wAVt1ޙ+y;>)(Tr];]8ho':Tċ1^IpΥ;wiĒ!;xxX2m^jf.WhRZn`oBPli˥>gc R~s>Sķ\M]gwclS1܏!b(Rك!| %ٌ}%+~w7 !-<]^3퇐%ީuΖ`3mPIWef0EGƩr!CuojN@8V d9bp76к)>zlRKYcẂ7BVc=Lk 3ŏÏ×`rX}WP%tc+HXCWM+ >=錹o[_> N❒_3%('J z#f܊P=k}v`\LidN;VU |Gk+Uy~(-]5'hkF|5HT^.4g.CN~e/yOYYri=Z|mћ筪h1r-r75&祜X<%drM^ 9Q?r2ۓ0@ߥ> 誮PsFM6\Fb?tߑBJ `g=,s}&8oBYl T|.7$)amSʢcEWgB>N6Xd`RF彲tNATV+VA+c&US NJɕxNWnX1wAcZAaGQp ut }(*:ra[nyF[); hT\@ TEuzUcWY^!sQY&|:}'c;·p0/wgw;qDg1nP\04uT~M~ I$c?6wh2}؞(X=oM7d+j_ ڦC']îTsa5A4j73SF9{P0U(G^'q<@aM|jHC lРv"diF܋GS&Y@VID'}goQ~%e^2s*Kz8r3h4doM)R5M׾uZœ6G -c/*h:KY:bP,.ݨH?ٌG o" [?H#SQ/ܺ{2QOUzwLTX Fज'3HM0w>y eQn*S3;^EAT<`,tϚO$i L<*6!رm^Ž!7 = Q;3fD%ɝN ,˰"跛>1,rLGq4MFH-U@Rh01roEH= @]eɲ!3ߒ)c,< (ܽ ], exCfm {ӝg&~5\Yѣ4@̌L nJKLl_hqP2y0Uƾ4`#U&b3(.ճOJ*e.wi-"G!ENH5JVA^{-2vcVIp"W/ɢOOR=D]kRq%JÜbD84Es϶`IFb<(0=8ĹrfN}U]h[pZR6o'^Ameرߕm6.@1L'=D.d_MW|'RYHvf_.k{= _ aQh1ǥE~b3 xU ņ~&KY' Q ~#X6ѡ'уr(0//r ֋b'YM:WK9u" _J8-Q' %,w]0y@ oj,_5CD؄>`~B9es2FK=\5Ml=hYuF?;}[ݑgɀSWoۥRӤu_>a!12{4f0b ]*sp$u~"]:o)+&\{fD7ln! 0)?zC!b'םEogAl ,V7VPڦ#Q'{%ly4Rfo>y>~@\Gq=n LnU/*{@X[s}nXk%jR{ej# #,{g__.~I8\uGy-qw6gӳYX@cǓq X>68my  2(#S9$ANͫ}\?@1w~Rc }ju!eGfg{ٰ5$ۛ_.SW0 RLd2ΰDHg|4 Ņ7+ʳ-^}ͺô~Hp= ^0xz (dZCǓD z{=PBy~1`ȑ]+R@e`ҍHpRM`1 i gf2P~B-ROSqz=hN7{*e[㢅iOLP%'W&47 lK}NαζEzjAP rNt;vEpc/7]yÐhr vӟe;k(Kl" ,)~CӾu@Qs:!@g{nJ0f:Д /؛h"Xo, Oi{軏bP,sT'wՇ'KgbLރq;_=$ ޸ Phnej!}Z*Ys6`70H3iQ*":~ ,=ܭBg_sⷃͰY.Q=#6G05I_CS.)@nD=N":5% \da fDƃ& I~+JP«r"Ep]pwB[ӏXc.6_USː4]?)* ҥ_ Yde~u p\x 3Ņ烽2B&of7 -9M {?-$J4WB5)0uT5k{ Yk:;$0ܻ}< :K-o4@ {Nn|mz Hi Вǰ?8IjQlM>(0^x.9hNQA=W^Q gNQE7=ZMb恴 nV&U5]k>R$Dh /V 0hTrr ZumH5Q(>:SEWryδڜ{a^9xuđW%< ?eoԻ`d,'6TV>9w[7c*2wل7aV oGν۞x;SLNG춓4B8 DsDx~4=8ډ1G?]z\ $#VX_cGkcP͠8N;0r1 ^Mu}*K{26P?SAhmw,JM,Pv%ǐ8k`0 }ZW<+%$fB }Y-!DݯIDbY/4gYVDR&*;bYjahj=2Uv[1p+z/ %OֳaΕQ=&Ab}6;KUf*(04W?ü1%qolQ!T*{1!ߟ9#KekBgByS,| j!(U~I- YXZ;I~@ô+aG폳b Whmza/cuU#lUtPAR%y @[ |yҦb˟80"(ѵ-6z΋xpڏ {hj .ka̻d&@~“2]9%P03.M G>Q=jr٦(V;eDR o>$T x֧ՈG>W ˳4FOj&o)7O@e#lF_>-2Zs,ϼO).(!Wdi<`L _"~p]#":tdKI?;A}$KF2!ܧDFR%!@8ܽBƥ<(epxUD7ڒ*Y'`W=wg`| 4;U>2àQ5O˕oR9øB0Ayz~Y# ү,8~{1P//|8L/tFf&')H8NxO)c:{\X F7Pmi =OUh9d,/:l3 l4tGnq1RD g+@XaH#r7wpusYE;^+?^ ZSiJ{A RH}}\CϗIp*hP?MX#Pn5fphpfB'V|F/?vȁd?{@@,\N~#%ʂK) r(` '}gsyaVV;0,Ѥ#NO-Sv?e+>/2獆 q]d՘VRYAX#U_#pFjtj񞻼Cr19"e%}snX wId8&6h㻛u~{``<ۊ Q[b?WNYXz:F?ucȌdAqb-J/N@.kY;;J-r3֓qreV:6v>$&< )Fy -J#DQ_b@'m+WD{Rya|V,CIq phEZxmVֻۤS٫O "-YJ+KC2;>ыO?2]] x[P Уfr}5{/.7b6Iu_L@{V%Ҥh({",˵s%BhB[ChfBObT ǫFoϊbuc.Iqn]$+"!s7㛸 㐨QQ+¶݊k858{X*,xGQ~cޏ?$Wnp*q)8O)o [j'"Np-@t)}fT}xC 6@2A le gˀXES3a30kd߈p #(WmQP.-3z ~l~T*^\C8GX.z0 }5_6#d_=)~[ @o3II͘pPzZV%_[k7Q|>F/  L5ؙMo]PK-nX8L!) vr*^ˋs5Yf6h]?)sʔuz"JÐsG5`v':UC9m?VvMNhN5P ,baR o @+?cjU@y6Ex3 ,E'*sH^& >́}˱YlFsul #qyp_`h M2X;)NR'Q_X{%kϊzv6C;$sE%G[ůXitPHO5;w0H%?KbxLݡ8Xn_w"p]( I5W \ Of:cI*bd>[׷oF lĺbzd@biL^Fa fr9=u RMoTT;~,uE$Qaw !qy>Tʵ_ A`P>2/]?yw2,^;5gz%qKP)Q[)l"!jb6o鶅EU"BAں7Afc\ꑻ.$Ad>'(̕-߹tRhCJPXfgꔤЩ #LbXu}jH@1aYN)Urɯ8 rGyhzSbEهdqLȦ'lr:*ߝ$ U(GՅm*5Io{ZpM?ŨOs'w{uZ10f🼬a)̾@^'J@xx ȝcޘ1r- #[7;3IdtUfT-L1Y R|3NmE+pY=Nf, _#7KL.$ۋ*ʛ%by=DA'$&Aæ\Q(挢pңMN@e8(+X 0 `^.;b)ʿR omh8!1噃-om(HK n'xo0^SxCHޭH械Un߈m1u.EgNT<0W7 /RUy7n UH5c#m0"j۔ʘn~!A/,۰EP1 |d3pGHTgx „e2zJ8bWc˜E-q+>n 0 )vC 6ez02حC+FFA?ؖ)]KߓEE杣1AS~.n~QV3ӱj] D7#YhwBm es$yXV?#T}:2__hpdtzl B=?`1^1AÞڣE+VvV/h5H?*n6`yS̺J!eWG[4:?ᨌ0ZHP&^Ѕ?!][sMqITbچ3hX᷏V(噵[l=)r6e9M Qool^49H%m-uSڏ`mA:-ٴ3ހ{h;%%G7LJZ}jT{SJ< _\:8Sy":˦P~V!Ă[)얷U3HX7#F>|.(O8QVvF#+H  6'GD1dKM'rF pa[q*\,`YW2rနdpv,ح!MlbH72/l( i~^}CsDŽiE2k FPs̴wh~! S~N<}!yRu$R6Ex$ըZOЧl-iTJWc?2?Z, b2e_T}[#WR>g9J3G+}k6'd~NB{I_ bߪX!g{krR"+kB&(bӊKmu{'2Rc4R-;٨F^=ĿDs גf 2@UF?vk!'.7>LC'w٫RreS߇tթM ،@݊(#z?M)ogtE^t!̽u@X9Ccgqrbf'CDC+@͊+}UaFHFdrV rn)郹s-ox|ÓNĒ+Ѧr,Va W5d1í{51\=\`,VBu@lQTHx 7/ m3D&P7X- Mţ\NS5W/2)+;m(֨Oz4ƥ)B#>)TE nڞxLmC2Ưncb#z|m Wr.c22^~TG0JC-;iGř'TIHk oKz XRB,%3G[2>xf"S֌,D> x1:jHYa1|/}DݙV,!EZ`$yL>!C"$Paۂ!xI!u&_$|621n QJpZ{~pUbb4]`e?_ԜXٴ?uMy9tb]Ey,t,ߜJIrHzΙlJ?C=6Đq8K>Nco0N)=BJ0\'w c!wLTDJ.~Ia\D?Wju[~:"g|[X 5YYi1 פe4Haۭmm A|[2_ǽQFeqQfAF*CTцymg!OmtI jp%_>~RS% ¸GFj]CpU͋IU )H$S8k]Z*zM:#AZLOq vsUku³}[Y6C&Z.i5;^s,brqAȗIj&^R4G=WkLOS@*Scw(,3O,l|qlȱ(n H RNb`t$)m4|sWt3&KL)Lу)M+/7n̩ML`aov *GG*=b0_' L պ6),?.Y٫`L -#ZvZipk# 1, r'+V`HFX_"U9S п6"AO纱(W;Bu3>8,hOAykyUKQJA~{5F"#bxC"z]i̻Nc>z #; l%"g %8Abx:LC2{10Uo&0܁W!! #SeDG 3U;hYBҕBofx"_#`-=2I9h qJѧHM*1 QjL:.NS :Ъy9ҫvsiI,\$xTcpK41ZxC$n5IpYٜrB$*S,IޚC 9_~W81G@ 4Nz$`%_ׄrjaf۩IK*,:5/ةgOG`3WRkKK[ 7-.[:tZkb|4]ҫc/=M 7lڤG)j3KV2 ; ޮZ̏;_pЉK$| f'/cbtʧnL}[)i;WP(mJ cд/ǵʺa2VI e$tD `{NVMPACy`@L&HX4&[2FE*V4(0;#SF$:, $#.ߓ5I]-zcf1. ^dV(c9vcN4OM }Ֆ-t7?@u5Q. O>6/tmv0u4/-fk Ive~.QCX ~H(&Ҏ~#a7(FoPVWeAχp2,aR"K#ND9mo0n0GN]:3m ]Z"}1zmhT\FlJ;U:b(ZXr4<~ӁTXT?Kw:k;eib>% Rٜ^ͭ'vʬo\T$Imʱ8F/5wٺߘx/k t>P /RAy+2o5Uep<*Ϙ܇'D.|8s83tP كe \^!ZɁUS6yv^7}/"L#8ئ^Y zfgrʁN]e )zĤh;c}Kq>F`zsX>Ot[?@  uROI@5 oڑ4TߴE J[-{wZ(xBMmHm< * %z|GISM$GP#?ۍdP2 5] ye E;8g,UdI0P7|?l%:|3YB {Y\h(7TbƼ<ij׻!Z"Ѣŀ5q˼7֦KV eBV ?PzE#݌~#g:]W3!<.*vApγkdMiȅ>l_V{D%4MZ֫1E:] ҳ0)B!?CىOqhDo$ޅ["&WRf$z6U4KoB~AI4E4Ϧ~ș_QT@`Tv=;>);޸mM rL+*Y, m&ng&u"$YD"-Ȗg3EZJIR|KHIeH_Wq疋**"_OR C@/_Xm\xЂzO:#1&Cf:!ݟwM؞MyOCΨ(ܚm1x ~!r@q Vd>l|X*'۠kx@o E<&S``B) &3escm`~n~J%ƴdRHdt,pTl#ѵ Imdpq->u1jT(L0N!eZ~E^~4:^X`EƏƇFc_Yo_2 ԁ d5qJ(]+HFSR6͸"jִ—VyǎG?#0[[/塂HUf֟bZLQ1 ʸ̸ T2}ʗg1ijz39ׅśf~cCux&6RIvд0lB$na&fOg0/x7UgGOW6]v@AxlܤVY_i>Έ2Ai:L+(Fk1Z7`yPQ`7%odHVrIwZn]\q(^> 9㬖o'EW 10:%߼}#e?$Rb^G?f90ئ+ƥ^]@sgbشH) =6+ޭ >lSh\158#A1[A 5N1YMD.i^ 9WBPҡn3z)r'D f[jj<8JgN/R!r0qUH[q HSC:)n  Bn枍7_/BS,`ϋ0&jDȔHou$a JVI36>3̆CݪR!.gk@0JplFb"UFz%QwZǴ!֐j AͱjJ{L0k^&~: P4:k9|==. ؠfD }[^l=W*rPP з@ ƈC"C9iIbI9E/*p!鼑j$XUI s;zq{>tr(?2V#6aA.| .8|FmNU03c<* sDf"yvQA|`6q_8j}%ƞ{BQVhsD81P:|4~OXщk`GptMoyJ;Hkj U₮jX+X-w?a9h]6'-vko"ݣ.C"ԝ> kz::k `ʿ'UZc~-C4a]ۢ fBFA,0aeuPJ]Q& 1}%T3qf6]@S".|ï5!'¡ܷtFT=r%Do"GNPΘDhsp1Fո>a]IV6KB Cw3g\OOp{8v; -Cb1Q4YhAz _Esy7 "lS*YMZZO>I=@cqU[,a-Gʋ_"$)j:wLXWTxD4+tcCP{-90.CgƑ't1+pRHS' cyx\m sqpRuE 'g7`!i)0wu~;\O{Mzqrd0s x99'|΀'h-wk ?oܳpY(eS տq8[\xpz,`؝G?^2A C~gE2Ym, C2ƅB"RdkR'7N2fm(qKT-G~ts ڒG J\*#4ܳ\ E j&2f9)^o_l 7TWZz?C̠l;1[U2IebNl-<¾h_+ zmSG 0!R<iiIɼS*?K!F[^dN_3V6O}BzV{K%A) Q:P!5%`Go-gJa P/7)>fX[(lF< 3WB>Kiu+E6_^3Bػs YZ