libmpfr6-4.0.2-lp152.4.3.1<>,``D/=„]3Brn~f.gqW\G˛a~-Lc쟮|diܛ0Η?+擄z>"ʃ:ڨe- #(92\ϛ/z. S  3б ݐ=C%)\9V`{̄9 ,!AhlBuzK Wn;_|ۥwpxM+Mh,gaaq6He >@1?1d   V $7@R k      $.8X`l(89:H>-@-F-G-H.I. X.Y.\.D].L^.jb.vc/d/e/f/l/u/v/w0dx0ly0t z00000Clibmpfr64.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.`Dcloud121҈openSUSE Leap 15.2openSUSELGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.mpfr.org/linuxx86_64҈``dd19dfa8d6cf22f6a724ad0e1b1f52c36c646c3b932ff18501e50b44346affd9libmpfr.so.6.0.2rootrootrootrootmpfr-4.0.2-lp152.4.3.1.src.rpmlibmpfr.so.6()(64bit)libmpfr6libmpfr6(x86-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libgmp.so.10()(64bit)rpmlib(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]/sbin/ldconfig/sbin/ldconfigcloud121 16190073004.0.2-lp152.4.3.14.0.2-lp152.4.3.1libmpfr.so.6libmpfr.so.6.0.2/usr/lib64/-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 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6b63d76d89e9fb2a2206ad082b929387dc292adc, stripped PRRR RR RRR RR^6nbǑ&Rjutf-88fbd7396e3caee4db46bf37450bd488e5026fd43efc28d40c4fa2fed1f28765b?7zXZ !t/]"k%wdLzP'YjJHv6adBc ќ直eAÇ;C1'P2 Hѹw6cZ$%l;EtK1EPaSqbF ѓCvr^ I џRqAef`Lܳj{nB} ^Bsd6^_&(QC&_'<^.ut"xS`~_{7FV4vEdh͉a.| N =1/1~u2Gf7m_[AHs#\(~ ڝGU1L GgY+2T=V%4l/\P\9ʧsۆV6s5(FΈ<qgf*4C_DYXl`oݚu-½2aƳƂ,^1h.Zb\4LyB^X ʐ-0G#*ݐ1l:=HM"%V Ŷ~ݝkPғ]x n WAy>Hϧ`!npKć#q$3LF 'SHMQ4WvԺޕ׆uy`ᅱvFK27- eQ2-gõ%1P$j[UհvWwDGz^i<%4[iωωc/Agη]" %:wӶwzI&g|۽n0v@d&:pV7(#9q >Y=5B0@oܸmeh|VOm><"Cmo7rp:J&u q9'&YQB2D#k\Hi7#&Jus8Q3Vy68wDHH㸪*q볾z/O g j 2/8ү"A{S>FG#xjB . )=2PLI+?$Hp,mKE828F x}n \\λ˒fDZzݷI>*GC  Cmz'F`qT+mx,*LLȗw~{?;O{pA;@u{RvtԞ궻BRa3i'F8 :T歱Ps$9wiZeUIq@j~:`lҭސ7$AlN{g h{{h5Sf6A Ƞm8Bp K 3i̅7R~q RMKIqi`V&38Kp;2ٜU FZnw'| |RejfJHB9#o"`!z{^"d.m9])1s]D }*GbSF\'Ų!I+f谁|n軶~}5$;x&5i=K\^_%nnr啳"wU4i{ū *,RdvP}$=J5mWծm8{a C#48~֌589vE՞){^>̭P{poZ8/<~2}0 3:rm,nUjb;Ɔjq;X}F?I?E=RD%ϟ\dgXTghQέ'_jn6Zڂ}f*Cxu G?|}RꐺK0łtR6 MxX1ß$k.Eؖj+,ײBG@ o011Tw6KKpMFAS}O7 I\-s!βÕR;;| #cw6:, IqM\qS+IDE¹5Q{?runw9\8ГɃr>O@n!靯!\]iTFh]nFFޛF߽cyYv"x 7M zIX :C36nJ yFiŁ;)SMc$~%́8UMQӐ GKJkNg î`%u_ĴRMJ'=ĵk!a5iq~ %;cà}rmrlĠ>\˧ڿ{8Ꮳ>ܾ5'cU8Ku'2N@d*Yz 4i+.p6 ?ylgްa6c[qhTNߢ\W-h5y}Rg)7 mmM1ilm`ϯ]MRJK8EyN ȯcZt.Q$DcwS/j| VAbC]YX'օ0A#8/HleE`QڨWx&(H =KڳSrxң~]Į42m*+%Q)bN?6ԥ's5Et+TDωL.Jbئ3:;v5vppcj\WHÔuR!u廱z@f{gԖ,CT'`6cxEt z !Kc{F<ƒ5/$̳)?fwj]j_404̎Zkme'{%":_a'QYL)'ܨm0* t$#CLKcd%\"QWVuEg3oiCΑ]1[QO0w*h#Bua!Q4o^0eY9XP1|Z!Ya"\ _AL%阕.;r[wa6@o:rxTt yWwVTQ=7\zsqL7Y1eM'kC2ƈ$Nb]]o74`1Z MM@Ɣ*5HT5jSbh$0Z,rq[dn}jyTE2_.(v`:MJ)x%.}T< KXv͈^281rxge'JXQyP<ێL[\+ $Ә^Vq9!?'R;+B3d'z0wvhc$4R>QၫC٭q@;? =zHP#nUIix{xծN7JZPq#eN!tv "iȹ_ͦ| b&V1df[H؃ؗHdEbJI-ӘJ]q[%+op)stV77T,3shi:i{zqKHD'e "%0}gd;)p喅' GLTz>cV.0 ߄0zmv9X5qc`-ɵnU~b&Z0Q#JqI!fZ̏G. xcf&bSK %ۈ1ďTl*zad/.M5#tJ*L@̗e_m `Ͳˊ`> xFGR_4<^iNj -l$?lA11C97)!T=E@R3lmQP{ )iQ-7*@2^$)|. q煨£%4%]" lIVHAHcV6p11{ݮ" p-v>~?R#w%Zv&f0!_9T3GrlL }R*C5~b.*59J1*gb鉝w'+jr`SZ_4PL{0!#.f#+c e]ůI 1\\ȜfWmdz1q$bbk}j+θG՝&<<f~EKFiZjιbqίm"Uɽ$a_pS ]Z|_-<=Nzò)iT2mey܋Ѻ2LGAga$t쿴g*zV* I%#h8悂Ek, 煒-qqrzᇿA1(p*!xUgG:]+^r>dV>fIJn, G-u>S)l0]w@ut|)ْ7fG~SkxAoLZ]dh|]'{B#`5{]h{]Blna_?s?Ä5:*>Ndx vQj7,~f7$F"z]X/? `8U"hfVF>nipנ'C\~N͹z)ih5 BF@PPϬȽŅ%l>4e=iQt;vfN)M0}bR8;I@H "#e@RF/iaVl6o+h[>TVOo負z?U@!,DZ9b9Nڰof#'YS+-&c}t&.!T8s@Tg33Q4)Jeux^2'$l`Ҍe7j,Au-#wӈLAJW{jW,{Xh) (Psm4 Te[ӴbǓwsNBS(R\h #dI͋" ,?wMpb=Mۗ XrhȳǕehhjۥ2C_/ݤ4K&Fx䒥+u%/+.kQ*m.b-a1XYK{~{rPvÞ`j߈- R V[XƹR#qJ; Qױ]E6Q + q5 l$/NQ҅6H(j3|2kPU´^NU*d3h~y gV, QT@.cV*IV^N쌥/g*X%}1 ' wNUB|U[(Xu;P>I*8)+z:A܋,YoT?zpν#EMgmc;RwK!WSr0c!^ 5pyN*144P=ħ9R?WMa ?ew&:& ?V'pMf A 1Ḷ8z X5gr?[U>,]1EU->t<%*/ z4v'PR'U7 ;ڌcS\7SKH选 .SqKmJ:i`׉,caӋ4%Qps)wXv(0~uW_FOhfMa \TIB АgޒQ:OW FZn1-'1lg{^ya;qĸcNTfBB:$}w뛭VB!|dϸrH>X9c|D}vD|06irr۴ګ%寫>HK@#RYC@&g d}C醆D뀇3XG-Iq_Z#>!ΓhfA"}[^lmuBө,I+זC8jN))o諷B.nGJQ:MCJF<JZG}OVŽM [K]: ̝}^1LcJ’F}S$. j!4nMH~E';dhsPˢe%=``*tb5E_PX֔1Gz?#Jd~JoS[`H#.됈YWJ*"ym{a|fm (~'*⻘@ Y6!dugM uҭ6iv `wNF߭6M#1%7u_8,U-SrփnD wzfsRTVFI1:d`x`hN蓼S*ϟ \=_]rrRD>*C=.K 5B9[; ofCb Y~z.@Џ+{kZgD_{ NRȒĞ7n@oZLE~]EvhyH .U}UQn'ؽxq0ʢgYL*C:DPi, Zpc`ۖ&r~~*\3ӘA쪫Ò ,ITJ )K]5n$Ͻ /\G+_Lz9[nƻPhaO&/!C&qXħ 4B.o&QTqcTNn#އ6\̰P=jdq-bI'v*W[eB "ʕ!q0EuU<6 UvSI0JMS@SYgR[ /u D ⦝p `Aqݕ# ]i*TpJYIͿ^}8kae)P.X&? 2T-d3AN<Q] S GX.;ǯ 7h}f@g__, r\ld+ƝP j3R7 ,tܥOb' %eA0Kva%`7fμ:BO.FA\#<-};<3M;cYe2i9 pW9f^iS=  N\AZVN)V(r?Vtӥuk+$W{{1T}6*M-mgO,EtrЅs+*Lߗ.$SiiRQ8xŰ!V/]>;t3xA#&: \%ߩZ&'=6C-d%;(I~N!Cl <|d?LjC\\0+]%S5Lv -UMX7W9xݻ0eb<5A?iz 7m laQ}O& S~132C3+;G(fjZ] p:b,Qa Ux&)}>֙LjN4t]í%(!>eS؁]\{/s ~]MYٕw)!{%;qeK=,¿uO)Y{10P+5ۮL(1j\SiΎLR^ݵ6jbۓN jU=#RfɁ.oK 05E&ҏjtNpBp#ԺY},x1Ƀps@^ ]z_пqK6BGV u5Cwl+_l:XlSCQR2Gsk2`2#* G(=UNٍl"UVI,E޵> h7>Y1U)ӺgA6)Dpf(EA/E')&H zCt` Uk m@ *:ʯ6ꮔ38" hms5<$U~QĩU9ܭ`M5(n33@=Sah%FRxrԅYv>S=>qν ® ;Y!J=mI@g2\sу ?`ܢ>Yx>4M3w>M%V^0KHߞn 0ډԭdN>*F*1, f!XT;B0*p՚-8қ;5-g+EJUmkiz:,l5ﲝhmkkQ4֮s.]ivM6Rs-sR2;!uK"au.Y< (u@wSHvJ1x#iuYEpb OnخdGSNڲRSU%7jA;F!}MBsel0nVIIxV쩏8$_DW#ΓJ$ -aFV;<Lj2}6È7jE[T ۩3)q-i0eA W[eyVEEL!=vp _K-(c[ mU QX?42E<=bkRB" uMHEx]I9gL y ՚ug xCp߽͋-+qq59d9<>;8}XqYшWfo&|\ g[.NЭ;SݔC}Rp-֩V +)2܅e*T i#u3&ZsuE+l毹$}ApH_H)QyZ1P zEJ)^YAw"=VQRA)d-'<XOhP>^R{?nC\ ʦ}p;ɧ Ϭ}/89ϿW Ṫuz[nH;^YˤdnVY+^W['].ؚ寻,QnC{tZEafVSRȼ#OHC9;r~v(Q#b{I7z4G,tsf|ñHWEB #$xߟAZ+e\đdwv LAUՈAft8D'MrYU_!d(}X/֬9_Jz|_aXp$7֦2y9NsgH[ȥu)N\!R&9%tRGkDcۘÇV3,dEkmMysXv^m?;'wN褺-oϠ(5 *Ge>0iУR1SXSdOfdd)ÝJq<{ 59coh) [݈g 3a#, DY%=Nc#2Dկ:iw*c g ;a5ZvuOzԪYC^- XFW]w~ȂY :NmUP:#ۯ(_y6*̭*O 12DÈb(Sr 8{.lG2gbRYbBRF&<T@q HÑ6ܳ Yn.a&:sQoR &BիD* ~&:D`o R֒W(EAM"3r"S}r948Wn@ߴa )z8]^*Fk? p:LCHnj290 2 Gڡos! 8ƄTQ QgJT7:vS,FPOi.Z߫4C|2 _WV6͇eyIo?C*}=H{۔Q!E{/cePnT&-ʋՋP\vƋn vݕs |NшQI.Pzk΢nzM>y_``8ʣMKZ_q_hR # .;N: tRanS'U &h;f I#o8QT9>ĐI7廏52mij16` _NC5)>ўQY:K| 3!9îy (1}"4Ż D;\a(T !B2d=~ХDQaHYQodc,kPv'7fy슁Xױ"P Y1$4UNnޑ[cǵ5Lv T/v*u ^D.cH/Jf?큙UpvFh4\5٨WDWÄnƇ4tU6=seW+粇o'=,cSsdAY|LЭ]5, r O ΤvAIlr6z85a~ 8Tb1[%_';؈=pc`k}P~A\T ƴv{0Bޅ+>b +g yLĥ6(fJmSrvF?U0Y.ݲYwE e/ !mNm8$r~Iz%&[U;u嗈`qYVx[x(9xc Y`(zU` &n X\_!"a_7 ZC̍fGlx Quxo&%4x4ft{g`4UG#=j}oBm*qzcs(_mSi9n zT1ޟ`; x7\ʰѠ R|t' 5k#sS `#ot&ڑFnoMGciu64%Bq$ ×^ G2 \=y\$e+S.ŅoPԷtQh&\dkNe0)>K̙m?qmѿN'9,'bnB5˜CI:({_+`\nh,e2p* H`i]ώ l+V`Xj KPwU"O_? kI+A/3eu|+mP,^1)?Lh +8ob艥Rt֟m/hrԳ 8$S$Yy[Uu v3p@J}bH5bwd`SLLs9%ߏ:FAqOe]@HmT'Wt΂+>f#џW'26/r6jЏeT8[%I;3!7A?7 +X80^OjDa9txyah㺚=7a'e-\m?xΨ>vvCnVN(1g~FB㷋J=]ڴvGfٚ6sDn\_Y5OBgkSߟ1QtyTO/~f9%ʼn2sp]˺-Κ|ސBRX6u<F5y wǴW3r{|~̱L}yqhjCGMQrUlk3H^ Wvԍf~ !9fKsHKw?&ߪir.DS 4~F+SkCw_{Hs=V)24]@}XN#/mnHhu۳*g B2;o~Qi[uW=x Z>X/GhnT' }vM+S\ҚBR3*[5i8<5S"6M'bVKp3ĕԅUHa5;߹ԼK{PrT.s1߽h=ǘ*QUF %IET m ?3|ۧnQOx*Lszf)>;sevy FXػt &ƫ헂&;jQ.?3pkm~8$QV柰b)`(+B6ZNk]FNn[v?/,]]h= W [^gќ*cqH@ձȤ(ʎ/G긵$B,Gz?#e|:7W+DieuTkUSWksTr0w/Jh*(ue/n4ci i`]vr|3%k??9 lSAʥqQuvKQ)f3 ׍K9Cop+/:_k[Dt(" EJ')[u8j|*,H*2{:KGB,_)WKq?I n2>0/RwmrP%K ?O"p싿gH1ɵ^D"C2XU ?jƇp7E y7)r+@F V?WwOs eo &`4Izty%Hً\G`6HT%;znkޱ3Y,Ԫ:KT[C'nŋ~S'&bX( pcWT#TC &N1s㺊}Dž+lմnݳԼNR{P0%J~& V{_7'8X [aJ߀_{I*U*-dmg4GԖwL528b$X"Ess|-ȜAMqۡ"kOeT΁V`x n#EhDGgVQZ-{^!2)LmxcAd[co \Ի 9 9xf+㇑$F1h^(QÃ9T_bB/HVAWh =Eznȶ{ܔ":rX҃_/n̲Y,ZXohld&rZG"c/jtZƐ^k&P*ZBi+D[84 LnN<ݒ :tpT8̸CeP؟S e~?h ]EhfD*jMN>q.@8 K_Dtq.{0$B (1o]W\z1(;1sTa%^~IPF^8iW#V@-+:fSW\8PM>_iwm{0[qo'|Ua$0U2m\[= M`L\\RO5cWyyH1YoYBaA\ &W|^w]߈i ö*x!ەv񔎀V&L,7-I&u' uԵ:,bI} ! 4FuY>M-׻0d'8Df еq Gyb.Z@kOԆr}l֦A S2G6&n3W_5VX4zӱҎ !l5M9ޟғ;>2{6p#2Ğs:*&1硳+@Q#ex>cgz{kB%\J e d׮ͮR3kCP| )N*pH'hH2gtQ L7pzDF,rgC,)Y8ll& oWo G~8❐sK6ܕXmvtZlQ,n#he;9~h84~LM6/(Golcn4}3wТ<[+`츯x)|/ + Q5 q(R󇼇Vl%VM5y8(dV.EK8B7لRA­tW:7ǹ`ڃEJ΁iܴ1qqxSߝbTm7ekiJ:joUF3^vMgȺ.b{cj|̣ K%Ȁ\IdWTH]zі5#'6_:[Oӹj#ʍ/W6*&;h$Sd@Pan7K7G',?|{k##MYiuϹ%`MhJsALc-}N3}N~j.x-ʼn\|9-~3 ˓齔{keFz_BfiO &VEWE\[5mSwmJ*Q U W17mc屔nwsQD! |}@OkǼ o8dl1{F$Wrd]?.ޞY^H UTMݶWGY#Y@?_M¤p]1%[7Ұ[ <@y,+ъ311B.J%bq6_!ؼ o]B. T)fj r4emo,~l /' G0EcNƽMݽm[=1@c5LW(ՠCnEvvn0(lѾ" !Ӵ㐹;=j;LlאÌ8ϕlVi(ky&ޔAV w M պ<*;#BjuNh ­s"9+_W!%q߼0qy ߸mġ6~2L#"fs삎'ʼ$5Er;FNheml6 4*DQ/j3r;Eb)&S[Fsxsp0lNQt"~"n$QQHA#>L3#1pA.{0p(Ef)??K̀[RX&]M(8ڡk=QGzxvYx=fDuUy闀Z^1FkmdCVqnJٌTHxr0D\4Ce5,' NBcUh.j9s³kQ^-Ts<'gt@3u1Pa^gɀ>X3|c>L.[<v~&C ÂVf9]f6)v{aMA9M&C1$cP~{r(A,';Qa);wUFJf7wUҳsə_5^is>њC{"C8Nyg qE\'#qho,t2phfڲYyC^SZz͙syG--Kʋ(R& kj(/8 W nA\|+ 0 VeU=9ERX!7>?=)b|&:aW`Ab++?F+.a syi'OL$|mm0c|bh ^LlNo8ux׵)@/475WG^>D>t'-e:82>q D)9gW2͜Oź&y̜#3hE\U?]_'aQkxxUC# ?p 7*GO*i_O45^8W8ޛ[[Ws]iܤ7y,r''49 Ւ/ډ1 [ 7S%@+8si"!/C|1f,1 ~O#oWĦ1]lHM690$L\o_H)=@` x}=D1a \?Av>nyͻhQF3G-?4meYWtoR;7^WH%0].\o죫&R1q3T N9Lo{KG!ɁD%D2X'Ey5!$/ .9aHGTXѨP\Y„<ނ+9ceiU'c1IITPQԚɪ 39ECXNe>};k)J8ovPT7G/&]|ͽ.WD~hw*jwrІxe9';J?F= W'K)aWMр9*虊02rqE^cU` Pߌo*'WpBNߐ|h`oᓢ-,=.iqu|٤;> @Ц嘁{ރ v6h*ْOêiMJnF 'r[8q*זG:VY^媶ӆt,S1;ߪdm2AG#P{ *<+Ϡaإ6WR]5{~ qረU^o6lAלfxsD5F&cyKN1K0t\qwVS曍z\/ $פL-cFs$nx|BQΝ-G1yT@å\\c3BV5z;B[GZ~CefԓV ) j]0N I' bо%>YړSy|A<2U?v䂌S:'bQIꒈ}8bzT4up}2zp^2od8UQܽ!-̂>#Ā;*xֿx%}'_:nhqr?l\_6M"4[| IT&pRҬ}8y@`5RucsǏAB I:xs&}鷥N(_b%bt'9]{sff'l:C8b̚L1ҀƧ~c4FFq6o]2~ *dI/Hj)$%ngig1` @ w0`H@f=cIǁ3!d5UUQr\вjbꅛZF?e'goҲ ̜;tW>u{@YO8ODDǽru cx|ׯRꛆS8-vXLfḞmXg98vhpT&eS9~;Feqn|]?HUQVۊb]_Zӧ^(" 6F,HCdwڡS?À,(;aG2fIOcxVߪrfmYVg2@@Tcd,^.X-O^2#.Iy;eLϱΥ]=_p(4.c=Un!Ngy*xCI [2rFd{>y=NPʩKeڧLvzNg=lHe|e=("+Jq05_ݑuջ/y\n *#?ݜUϧP< ]9V"Bt2^O;XU|b )Z5XZ+ȹ#$0wQI5q͓d迾WajAFמ ~VJ תg\ uں:0=M1X\f0> d| H>0 k;a+ h]hF{娌ҲCjMh͂~T>sD=jt-g㵀(X] ?'ݔ#e"3 w(E wYZQ >HPP%)$cglz57=6)wJ'7DY.+iR=k桾pvNAi^Z4!ajEǺ@6_?k`K+~ZM\̻Lˎ2F0`=:ڇ=hg+/TR| x\.Ǎb :?-G}L` w&yދY~*mj .Cv-V"NSI\M$ݯL䩵㟵 HE 6Kdy) GW2-(Qd85|lP^."n'C$k`O֪Kr< &+h»~J"k=ǐt=LN֚ǞJV[ B(ЅD+9vOVu͓T[i~{(O::UOjݮ=GM%I/ \ZPalyP0Gg[3֚ίYn^<)+ZC~>mrj>9v gظ^z3c0N:pSKrUU@B ai bCg2/v$-N I˘81}j:]E(0"YAɾD'T>dhf$# xs|PB(αBXui6V%i,}AL+_z1"G _O`YwDcb{&t]6K%x=MVp2U`\(b3/Nzi}c%YЭ~k߼AL ONR"%b6ZuQ%d#s ̤ܹkbo6tetmj_eH-6Rs6.v;y&6|+pnRrB l7ۖȡ/ ~Dg ݒO$(@{iUT936][)kVؔ!T/ʎKűgGC鶥'd ȝ j\cċe@XFG=û(T>nZX%Z@sRCAِ.Pl8Q-rźp3e*_o=(m-Քc*>8 GTHڈtNu[O$tʆO7mO +A,'mb&eqM6e5z$t oa#If:qdn\+AW.8j-|j3غ)-OSF,gh׃j:)_"0MlPBؐRQ%CRIu(FYVNƎ8Z&#:вny-\YXAR.kٷc~SB:31VΏXJ q/(y' Y3 :!"'JTe3zV0IW $TqFW`'Mo{NGZ O ԾIulɳc4o@n(1 (ݓ ^!(v_>5EEwpk}*@ڿ4}ff9'3G Ąz~۷v\ S{b1YC5A5̺?[&v)=fAF$ G`)g( Ьx QU %_ЯT.2h׻R*3`1p9z1!Mʻ (f ʩ)iT_k+~  DeXftN<IVBH:׋3*ȘO3DՐ"ջ1Ͼ! sҨ \'cW st%H c3 '!۾m-Yq׿? B:h(흁p)S{ Rٷ~2:2ǒ쓞oW:l8hY[NoRc+1 u5nǼRmR;0"׊eCes~|_/;lG*e֓h݊B]Ji!3;| dܞbi|7m&']ҜRIRotwzdÃU{[!=4mSA+W[@S-V$ ϛ zn`<9cCdDfV4| 1uaHF>Ƭ[t?7Z oLUiř6Yb<+"E ❈٫ fCPyuH\ 3$\4˭CDOw4 ląʰpc';yHUh nS{î,}CȞ* ޜѵg6-lETdS]9 hŁi/Ll*Wˠн0B?E-eJ|HUEElI[O*P> ;Zɠd̓0 'ʀZEOsQ<(NSus,{۟?=Z<._=,J[kaܟ_sg7Qu#J P/, ޿*tBQG'4zxBvi"LD~':Sx~g*eЌM78Y7pig`!%N2$DLjH"SAO*E]rXctsUYC;Up=!E"{g}E^v}Qք6ߌ3vvLRoc 'lq󦎒n BUbG;|%Vܦ6}9\/5t9~dantH6q([s-f$jzHt]"",l?D 2VJP1P9Z_ 5,p!Bd+}MWi\5jЮ0Jwc=o\<ѸN@&h>oB$ma0.0&qs1EkoF^٫7~xˣJU F|{kG G= *x?-ow$rkj%ܧI/&FP6s o(o8Oq$lOq߄(OڥÞ5%e_NJXglҪo4=c֏ - --Q|ŋC@"3M u WV9{PE8IP>V7S~a-ipMf̶&p[@bJEvl"+r~#1S5P4.rU 1B+XtÙ&ȬtQ үȔQo9e8x*I*5d6 :u H57DQpש= }GmV /crq9 XFF.;^G:% G]'PZ+uY5d [> $Ep/30:Y+=(z߼OP*x/UZH 9n6]}<-*"Ezv4pG/oLCЇkaAqQ$ǹ DjŤt3 pLDWeT55fW^㎎ ahF&O?(;k_L(`ɆAkj}=i9+=d?ol@& O.F]+K%%~+#[58aN[R_^(44 @>0@hU"2Ir7ڙ#_=CW-"cV$nd! xw i~uA)"ބa>n }) F7YRHAl uK8o"a+Fkg)]z%g ~Ė;c$tfYԥ=&9׍4i ˌ ;Ϭ:l o.P V=gb!KvR>ܣQx ;cP2[hr|Vc4fqᖨ$gh3PȊ&x]}3f>"D*~!ݨQ-xgm0dpL79 '̇Zjmz߮fx흨|I{^iST/vݍѸj?ƭ|D ,k|b4[]AԂzX+؃5,> ݱlz b~խ7;qb#*mP|a9]uFihsY'ٜy~)PXəFA .gU8[u=7B?X\ UW ?T3!!1TjCPH]6p຤KʘEÝjhuPSFJ !05-$*{Jy^4-,e[&55yVLb>oFB!y^IH6/v`S!y{c]m8DO௖HM LSn/ 쵅T"i]h?=cf[?j<ȶmDo<&+po 3l,7됧 kݑ/Bf.GoY8[)j me{%(JC[n˟;Lc}6 ҏ<Eר[;+(DYs+񟏔|.u%bRxrg.6/tI٩"ǔv/e, YRo~j1Bn }BE ?L>2{Kuv* )Qh\b'RQq5{SP D04K]x҈LnpPUƵ!<ܩHv@nHK" ӽ! 3U*߮ąer߶_(  )K>pǓ Pt+m6AZqr[JO0OosJ=D.3F #@g2ȷSrcF$4:SS:Mą+LB9~JngiS ;BN7Il&#D_*m#x^HO+|Md+oQؠY!"29jͣޟGJӕZקqiRunJ9EtL(xw@XzA3ƣOYhC[N5eoEDŽi?bL/` ES rkX(Wq>:1OnP2Itf  >tZB]hTBVE)\u^ x8d{ovN)F=$]pdt3kaනuӅ}๏oboR@Kb{(_h=K@C p\k##cG@ bA d<%Bo.pJd` U_'OmdGG;fĝ{P@rC:6$-R7=6Ǥ޽Nw=Y *v֟!$L4(Cėyraӿ V}IVe~b` (ـ/ wV2Ky[ig ;}J_(8l7>Z@TLj%A"hMfȋnSXO[_6`b.,/ 1Ӎ%1j83 !|=> -Uwޠ0M&I׾"[XyWN!P3(GGǎ,CSo{hS.s?QHPUeb Kp_>kqLҢ /.{VI U*2ŠKS-iYRrAF!#w7ڕ), uC 71]쯠͐n-RAG1mD8g.F"ζOX{jv?̔s-/e`sv܇-6 ,E?j@Vv<1Ϗ= ^‹},1G+-d9A|sc,Hdz^X cRեֻ,r-,zBo+mE$cwYutoq)|n? K |5KG^)3^}t0کϻǿ_G"yKFcE"*(j𤅧u:Ca9 ,Q>OZ|>0R,GWt('^%F9i9i<. םʪ % ];* IO=ӡS&kY8w4`~wy_oMvs+Ғ#>ia,ؘ0A_3 4QMN/pSN0.xTHJ.qJ'\VNt@룂r_#^H_HT-o\?%&H>p/Jv!4숅g>됁#zgP")U޸vՔV?@iwn\ `ܒ i(BAIIc~ChRdq/aF=sf,m;+4mbڹmp}3"P%K?|>S``veOH[|w &QN‘@J݀sM%U|d>wC,%vQ!&~; :nQM]w)EQ6&, Xxw7?8` 'W~S28( XZysLwbn *ɯj!깉60h#|rVԽ]tձPwULG`rS)aJ]$84sN/[\7efOZIQ/@\ٷ*, f՛YrWf+`Q.CI\ɑCb"Ǘ4yi_ɥʡ׍ e{جV<SIy!D~+eF ]N\&lACD-چ8g@w umӮ.l3Fwd0if4Kc&kK"'|peא-eT[S 3+m]~%SS,6?-7_N, =M`ʇnn<%=2N㈁K~۾:oS4_MȢ1DSq C< Tiib^UkB{M[úwR]:^PS][#˛1S S h}V߼ptXj=vii< Z{].2i/Zszjh>Qd?ڦϱ)SdTeg̈$_jɞSgGEcY@aX򉑷ȓ_ a@]Uߟ4`Hbst񄃱#I N~X}4 @J b`%*`YOaEv f5 :νi!ffH*EJaP&b&"녴k;X=@V%NMu~?i8O[{ޛ32 W7T3D L1Z^5Nw[uMX=o50*ATܚpV_f &Bc[^1J:FRVAÇ9Eu䑗QZFuv(j3;@a|ٵ7hd:8Jtc3yrF{L_#>T8Wo<(M.J,cX@61#EMFM~Y4G8r sNLAdPSp^-n0m*MRh0B nVդf![=⅑LW-#En4!H)]""eZb%eHT{C,ZJA+hGy >Dqʤ^8_)h]mBȃ?V iji +Bg ؞@3uYH_ɶZjʆD) ;LR77yažaJ`0@Q{/Ԡ90qMKId '4{.?2ħbh/ jhVL}uإ͉gRPQ`śK q>X!=)h:#xN8 (Qf6nm6 ,bɋ:҂pxSPFfK% x)ylzo# E{EQ9Һzx+qO> KZd74J,CU,}ݰٽnڨDulz6/År&!5{2>`* 7i)f!4'|e;*cp* aw<µ?7*_ Th}wmQJ]U[w / +Fp3o क़W}PWq SBTYMnF:UF[K Eqyu=) k蝌bfRqKH>dnTĎ!@&t}M9njvNg1DJ6JE };4#f53_RU/pI׿6'+j>(W G: I\V!爞fY'(Щȋۊ͔w]#O;I"M:$Wd)ȐJ~ȻHKj Vt~ -;Xm̏YmD8)0 r1+Dѝ;r~%Dg1Yi[6v$T)s_Y^N[==\lїw=ћP:wbBgRCYL}c`b&̵TBuLhqya bhTS*HɀJɺj*9ʹC׹ŭH G˽, Dᙙ-;|W'8qO(Ch$Q)ƲIuRbm};([Կ/W^ˈӵmW[SJY$T'4?*j4n|j~ӂGEM2oxݽD.8&^ 5,VyR)V 9btԳ3m\~C9=VCݴ-5> @u+25wJܜXD*`\y I]qlo#: g%}s ڻXFaQN)} 鋖Lo' 1zD$9DC9JnKŅT=ϣo()\TD+H9A9ΰhR`0]݉})EW' ewjSޮarcK4Zùښ:͗|CxtZ4Y d9LgTHڜ~:{@_U/'mjUܹطbkY xcyˬSO;@z{`ajx ;PI7L[0Dg-w^zpFX$>mjCHicK妃8򾵳<f%3s;ZŦX>_Y]\\߻[JrÀ<sz0' }vgk@@l0\1 )h}ݪSim]řՆ_2%-ߤ][vk5&3QYlB!oQ4~fWjJ^e䷸+r.({2O ԚSkk0h݄RTEGޥSY ۯ!0O^PM 1^35 n0gdC;N?]lTjeEG sXbO-"_#^x.L1jIzuih 5yj3m]<A#i_7C a#SͬZE%o͍"D3NIT_Iq4rTKgѼWw`#}\><3;ΟyMTN{ji 7W8;MJħU\/FX6LoH!VYIȔfD1@H}ӼQ ȿܖC"\Ÿ ]a}^*R)mМ%ZA3} {\*$Ք}8Y)X ~=23gG>FbwWnaYc6P6rQbKXXH nZ[Z bM^=-k?(p5ys.˙CMB%Lqo>^Af8bf/Nǻa ǵR;[o}/(%B{C>4`iO!cHuu=I*۴կBK(/,4< h \IcQ2L}ϋ ̍Voq!k  GV~Љ e9n྿qvoc%!](Pd5{]}k1G/Q H*gߖ\ ٣:G+hol S˅eO5M*GڄP 4R(]OM}qWyr)8rRGhX%36t%cKZAֽ )D;c30APH=n.Ilߥ/)אBO8Oݑ=\KG*~l9IS bQu&բQQ~{uIžlJ۝VnxTvD#BlͥűݟPpX6Dl,K?OGb͉ܤvs<n'7I!%PA<LvOiS9W4 i(=d4RRX\(iT{"sk( ۡ?ATMTtcL 0F路J.@8Iݤ~_gZrIXE[c.,P5`sL~e?5 KCY׶7<썃Oi[܏569ىe"mvD4FIБMG) Mp ;hIY|kAiNڝ*+("T>$6Od^^o94(BjJgW//"~!vL0B-bF`mJ}88$a`y3c )H''x}5HH0bQ{edt\7Sd2񔆧ϣ(F{Pg"6V !+kxJeHi55Pv^%5ҘȪdliœV-eBeI(\fL~CʪM6v =M$jpuVVK=ԓ{UZD̎|}7fT u-[G]bCV,e5ucLHH)ch5wGpJsq ?vMD\y'€EyڤRL@ۙ*SQ [3~LN~bQd'1Gi.qqMP|[rPJH3ŝQ\&v"Eǝgk9Dm޳ywe{;Nh<.o SX'$&