libgsl25-2.6-150200.3.4.3<>,e p9|/.a̷!)ɕQz{m.D nvuxX JL&"t TNw.Cd: Ucq#g,R]08ϖ]l+zw㌤2 : RdCY0E,s@ 9dA7EvyF?-w֋8!~%`&{̴`X1}[jB0$*U`ٍ^^CX\]G>@+?+d   3/ EVx~      ,4h   (89:>'@'F(G($H(,I(4X(8Y(D\(h](p^(b(c)Cd)e)f)l)u)v)w*x*y*z****+Clibgsl252.6150200.3.4.3GNU Scientific LibraryThe GNU Scientific Library (GSL) is a collection of routines for numerical computing. The routines are written from scratch by the GSL team in ANSI C and present an Applications Programming Interface (API) for C programmers, while allowing wrappers to be written for very high level languages. The library covers the following areas: Complex Numbers - Roots of Polynomials - Special Functions - Vectors and Matrices - Permutations - Sorting - BLAS Support - Linear Algebra - Eigensystems - Fast Fourier Transforms - Quadrature - Random Numbers - Quasi-Random Sequences - Random Distributions - Statistics - Histograms - N-Tuples - Monte Carlo Integration - Simulated Annealing - Differential Equations - Interpolation - Numerical Differentiation - Chebyshev Approximation - Series Acceleration - Discrete Hankel Transforms - Root-Finding - Minimization - Least-Squares Fitting - Physical Constants - IEEE Floating-Pointe s390zl320pSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/System/Librarieshttps://www.gnu.org/software/gsl/linuxs390x0pe 6e 7cf6dd462ea04e995b8bfa8e8885463af51cf3be1b4980f7297f100fed3dc9885libgsl.so.25.0.0rootrootrootrootgsl-2.6-150200.3.4.3.src.rpmlibgsl.so.25()(64bit)libgsl25libgsl25(s390-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1d@]Γ@]]2@\eX@\d\ac[ @[\Z[2*[#@Zz@YI@YGYA%@YXoWE@WE@We7UuT@adam.majer@suse.decgoll@suse.comandreas.stieger@gmx.deadam.majer@suse.deaginies@suse.comeich@suse.comjjolly@suse.comjengelh@inai.deadam.majer@suse.deastieger@suse.comadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.deadam.majer@suse.dempluskal@suse.comadam.majer@suse.dedmitry_r@opensuse.orgdmitry_r@opensuse.orgdimstar@opensuse.orgmpluskal@suse.com- 989a193268b963aa1047814f7f1402084fb7d859.patch: fix stack out of bounds read in gsl_stats_quantile_from_sorted_data() (bsc#1214681, CVE-2020-35357)- module package must not be noarch, so that %{_lib} is expanded correctly- update to gsl 2.6: (jsc#SLE-8495) * add BLAS calls for multiple functions * Algorithm and implementation updates * deprecation of multiple functions * removal of multiple previously deprecated functions * add binary search tree module (gsl_bst); based on GNU libavl * remove -u flag to gsl-histogram * updated spmatrix module * add routines for banded Cholesky decomposition - drop upstreamed patches: * gsl-1.6-initvars.diff * gsl-wrap.diff * gsl-fsf_address.patch- mark examples as a noarch package - install license for examples and remove unnecessary dependencies- add an examples sub package to test in production env- Simplify package naming for HPC. - Fix dependencies for HPC. - Library directory is always available when module file is installed, do not hide it. - Properly create and tear down default version links when the HPC master packages are installed/uninstalled. - Create pkgconfig file for gslcblas as well. - Add missing env variables to modules file: MANPATH, INFOPATH, PKG_CONFIG_PATH.- Convert package to _multibuild - Add HPC build macros and evironment modules * (FATE#324138) - Add master packages for libraries and devel package - Remove BLAS build dependency- Remove useless --with-pic only useful for static libs. - Fix RPM groups, diversify summaries, trim long descriptions. - Trim bias from descriptions.- updated license tags in spec file- gsl 2.5: * doc bug fix in binomial distribution figure * added Wishart distribution * added new module for digital filtering (gsl_filter); current filters include: Gaussian filter median filter recursive median filter impulse detection filter * added new module for moving window statistics (gsl_movstat) * added statistics functions: gsl_stats_median() gsl_stats_select() gsl_stats_mad() gsl_stats_mad0() gsl_stats_Sn_from_sorted_data() gsl_stats_Qn_from_sorted_data() gsl_stats_gastwirth_from_sorted_data() gsl_stats_trmean_from_sorted_data() * added Romberg integration (gsl_integration_romberg) * bug fix in deprecated functions gsl_multifit_wlinear_svd and gsl_multifit_wlinear_usvd (reported by Vlad Koli) * documention corrected to state that gsl_sf_legendre functions do not include Condon-Shortley phase by default * bug fix in exponential fitting example when using larger number of points * changed internal workspace inside gsl_spmatrix to a union to avoid casting * bug fixes in ode-initval2 for very rare solver crashing cases * add histogram2d figure to manual * bug fix in gsl_spmatrix_add for duplicate input arguments * add support for negative arguments nu in gsl_sf_bessel_Jnu and gsl_sf_bessel_Ynu (Konrad Griessinger) * better texinfo documentation for gsl_sf_hyperg functions * fix vector and matrix fread/fwrite testing on windows systems when tmpfile() fails - drop rstat_test.patch, is upstream- temporarily disable unit tests on i586 (boo#1092530)- rstat_test.patch - Fix rstat test on PPC platform - re-enable multi-job support in unit tests (check make target)- Update to new upstream version 2.4: * add const to declaration of appropriate gsl_rstat routines * added routines for Hermite polynomials, gsl_sf_hermite_* * added routines to compute integrals with fixed-point quadrature, based on IQPACK * added new nonlinear least squares example for fitting a Gaussian to data * deprecated routines: gsl_sf_coupling_6j_INCORRECT gsl_sf_coupling_6j_INCORRECT_e * deprecated routine 'gsl_linalg_hessenberg' (replaced by gsl_linalg_hessenberg_decomp) * removed routines which were deprecated in v2.1: gsl_bspline_deriv_alloc gsl_bspline_deriv_free * changed COD expression to Q R Z^T instead of Q R Z to be consistent with standard texts * added check for nz == 0 in gsl_spmatrix_get * permit zero-dimension blocks, vectors, matrics, subvectors, submatrices, and views of the above * added routine gsl_linalg_COD_lssolve2 for regularized least squares problems - obsoletes patches: * ppc_test_tolerence.patch * fix_legendre_test.patch - unit tests re-enabled- Update to test version 2.3.90.- Add unit test error logs to build logs when there is a failure - ppc_test_tolerence.patch: Fix unit tests on PPC64 and PPC64LE - fix_legendre_test.patch: Ignore part of failing unit test on i586 (boo#1030250)- Update to version 2.3: * bug fix in documentation for gsl_linalg_LU_refine * added gsl_multifit_linear_tsvd and gsl_multifit_wlinear_tsvd * improved rstat example program and added documentation for * added function gsl_multifit_linear_rank * bug fix in nonlinear least squares when using data weights with * add 2D subspace method for large systems (multilarge_nlinear) * bug fix in gsl_ran_beta for small parameters * bug fix in gsl_complex_tan for negative imaginary arguments * doc bug fix: value of golden ratio * fixed scaling issue in 2D subspace nonlinear least squares method * optimize dogleg methods to calculate Gauss-Newton point only when needed * reverted gsl_linalg_cholesky_decomp to its previous behavior so it is backward compatible; new cholesky routine is gsl_linalg_cholesky_decomp1 * updated gsl_linalg_cholesky_invert to use Level-2 BLAS * added functions gsl_linalg_tri_*_invert for inverting * fix GSL_EIGEN_SORT_VAL_{ASC,DESC} for nonsymmetric * added complete orthogonal decomposition routines * and many more - see ChangeLog for full list - Drop upstreamed patches: * gsl-disable-multifit-test.patch * gsl-rstat-test-powerpc.patch - Packaging changes: * use https url's for download * fetch keyring from savannah- Add missing Requires in -devel following package split- Move gslcblas library to separate package [boo#991155]- Update to version 2.1 * added gsl_multifit_linear_rcond() to compute reciprocal condition number of least squares matrix * added gsl_multilarge module for large linear least squares systems New in version 2.0 * added L-curve analysis routines for linear Tikhonov regression * add running statistics module * added bilinear and bicubic interpolation * added function gsl_multifit_robust_residuals to compute robust fit residuals * added Steffen monotonic interpolation method * added new nonlinear least squares solver 'lmniel' suitable for systems with large numbers of data * nonlinear least squares solver now tracks the number of function Jacobian evaluations, see example program for details * the 'fdf' field of gsl_multifit_function_fdf is now deprecated and does not need to be specified for nonlinear least squares problems * added extensive test suite to nonlinear least squares module, resulting in a few minor bug fixes; the routine gsl_multifit_fdfsolver_driver has been rewritten (with API change) to handle the various error codes of the lmsder iterate routine, resulting in a high level caller which is highly robust for a wide class of problems * added support for sparse matrices, including a GMRES iterative linear solver * added routines gsl_linalg_givens and gsl_linalg_givens_gv for Givens rotations * added Tikhonov (ridge) regularization to least squares module (linear and nonlinear) * Drop obsolete gsl-sorting-complex-numbers.patch - Disable multifit test for 32-bit systems * gsl-disable-multifit-test.patch - Fix build on PowerPC systems * gsl-rstat-test-powerpc.patch- Add gsl-sorting-complex-numbers.patch: fix in sorting of complex numbers (http://savannah.gnu.org/bugs/?39055).- Cleanup spec file with spec-cleaner - Add gpg keys - Update dependencies - Split documentation to separate package - Run only one job for checks/sbin/ldconfig/sbin/ldconfigs390zl32 16952121922.6-150200.3.4.32.6-150200.3.4.3libgsl.so.25libgsl.so.25.0.0/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.suse.de/SUSE:Maintenance:30354/SUSE_SLE-15-SP2_Update/abe0e51a845fa96000c3ab1da9793886-gsl.SUSE_SLE-15-SP2_Update:serialdrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e8d3c45d129e3f50ae3f7ec5f206bd6c4c152316, strippedPRRRRR hi}S*!utf-86506e1ea62ed84f0831c75914d60795da42d8e30e6ca89adc3a8a466532d9ba4?7zXZ !t/y$^3]"k%Q =dhXt3 4Kbg}[=ȽR;{dY =jPUl]7l/e)VS)[y+= ۗK^bJC/:Xa#j9C4D(a*hO7$&YO$*$0r*fz>Z-yYq*F#̸vnt佁iSMߵ]T`h`옐G&O9CT~C9 zP%Ad A:SI@iN.wd.z@U.6I0rܔ*,ƃ?}~B |87ws?SW 38C.}"V+ѐ1CY~o]U<{ltI$$4zl}|iجOhgԉ_IPnsc\X!Hp =e7_M3">)^dI˜Hac.H-XaR_ɸ|%kc^P cK0Y{pB45h?gUqJ,tpENl{(_x(f +7G'#ct43? x=,MLRi `Zg!uCPX $VJKͅ?_!J)v]4yz٤i0W)2O`r{V $.85V@:)fls2ʛFvb2e=o3-' pQ6#/QyKp+6G*C _jY%尺I}Upau$;puUYb"pL+N/SZw`/R-0`kTfќ;vV C4`< 4t=tUaK+d1NU0~X^2 [[eg~.fr:I.,eJ&T:\R'\%Gl4Q(6(8 MӮVL".7 B><{%={qS4Q#E nl1-l.?ULd~շCH V34!Czt߃E)At1~vlV"z?NAG<~v^K)2ws^Ej9 :KƲܬFu#0:r|j`K|K@XPg& Hvx.|JsH߹9JG"aXmm=V5`m^>?Zi!2% 6j?nE]0*/ح" D{8c+LX5W[`̭Ũr%5#FII D$4{ e / I&b./I!*)(c\,. _7 HM~-{lQ_)ЪWᴺpނѷiYe?729 e0 ~ ˇ^7h @UXGB(,ЦeIN -CKП0׉d7^k1jƑ)n/{WmpP"i>5W8HjpN;k}x4#'˂M?9:]|E9>=! ѠTo={ ֕5I]UR0Xm07 abZF_p`zlOT'By #vLTEP=o٢ /\xZ8>+|T_VB҇SҖ7>My!qzGn5Q [z{ccc@J}Vm0M%  rМih|\刀/;z7k Ӻ]OJ>ڜgŀ^. Ϊ-nx]׷؏cN%Č<NQm$ Hڑz]*4z ȨΕbv9az~}䭬C%#ZDᴥz)cV(:Wn|y<ߎ!C%͢\.M;^{(r4uCYP<15f&lKd^~[[0w# HpDfV\&RXiz(u!R0 hġPR:4B9d9E0Nc`B^uNMn j,wzU5[zI)|tgg_)O4t̐[.K Pj:%_t"sC:]YnGֲͩF*VniY|X >+0PtuYbc4 N`~ w zBF"m=[=?9’ t@%w+u`,5SڑBA7׼<Њz al>Z4A"!UGIGBLyI]?dZ񺗸֧56MwEAȫAQ:ʰub DuN]^Lj*w!N#RpTB}xHUsw!7==y*81XǑ ,p1_VBUj)trIGg`_gK#)Ap3F$tRf.=vk nJRu*\uɤ Clؕ{VMi(_7#RZ 6.=VS^YSC8(gnEqScNZ?%wѕp^'~ܢVE{jbK{j,M?:_>ֿ PU@bH kB e K 13`~DQtz>4 xB8?D4ogAWIAq.lύX k*{|yx\O%$0*" \su"QN>4$ЩP# za?7zӒA4)3g4bإ3U(}9Du[_ wBQ kca.圲$EVGVv$;NofpO,́ٞl]؝·ه|F>nвzq &N :s$|󅠬X=ҋt$ۂ"V$lh$)AY ݪyX ''KQ o<{ٜX\M, 0}Eљ6Yyv߅1ޮ8JL0jd,C e,߃ŋNخ"]%?1 p.T?$!a ?_O«ɾv^Tb~>o FfV] DFqԯ+f!= F}4kD)hEoNw/Zv6orKҠ)&0T +ggMpj=ބ‘0Yp=Lԕ]UxL/oW.;FU(TPUngK*Y ".sr/8_bH}|J 2[>LIb5Ha oG9Iz6…󻥡бVئ=mI dJλ௛nS)3%$; n}C QC?>:Dbj\Va d)=yk,l+VNx)aHaJ7CM ektR*h&E<{723$TSo|.;Dp SDnW?paXzXbn }ULǯ.[pcR#7aQPeHO"iS )H䩰ʠtE J$K0 @A:#S7\}z J>OIPd vD* \}w!5iT1=D AK(*e R8bGC@jM7k}AvBS1~z]64YqQ7-I;N]6oq:#|Wt*! . bDy"]1+.>A&Qd6M$qxl+rNލgr8^s꽭ǀT;sfqIU ;*s+Mtoi-K(Nℬ?q窋)q\cT|ՁVѳ@京Xs;1W=ID|x w1 /Ta95-5Wrh" /) 0Uh ^0g8+a_-`o[W̤YrZlAKJ3Gƞ;!Iw¯r/>w"rAF\ zc |f8N,ZU i9mèa)o1f8$cqF," mc ;~9J\M{Oz'[kzlcu΃{=Eﺏr8`g=QVh-lS@0_VfcrcCe.GSR|{y'w]?MhHLP>F qq ge/ 1:zӇ(YgUNd)#ŗsԦvG hl"{-Yer(2> =S޼ѦXŎE;5bx4 ?@%6G4@y{gR#r</GOC2Vm)s^*y2pryM&c pC[w/N_4r4"rJFd7",[^v͒n ߛ ]UԚ/-žd!TG;F-Q&`]QNIWn'+d%#;vj\>߄|N)6td0pria2^gJkg~^r ģu>LUyv H0o*Z)C~?NW[B~HzA*.N%(KB,m&l6JP Ͳd5 s 39W8 hI,ɮF WFx󜍔3*2*1}9$…A[LAc1 Oj?{ry9(l4al|.zy ne O(kv_aD* +_5^~X8' mY3j~d&LU26"`Db=VLc3Gȼ(UBūpH⯴j$lWp~+>u~l$.<獕h|ҀWr |"(,"v9)J7-RrzOʨTӕt,N=tU2uu:sltPhУm6 %ʪ ܦ3.r{{U"qszB9>;k54_d< 6"JgS)@Ytqr#(vB1h%Pe89#%d PíAɝd2[~oUxXfڂPKJۯE{mAk6a1O;BPc~7 =$4Rb)L}6r~[}$ 13Z'e|x2-jBKJA蕙DkUI w~va1s4uhdf\4uq'hOkFD"#!25ze (ZߐmZ^U3s4<9y0wYO!gEjF"G<\l6{J]#x3aPmi3'83"|f2vA9=Hݨ41q!*TI#x?}_aT"[ەT]$NЛ7%(L<8쌍=GGR0"ـESDh?)˻*ts1XĊ}:%Iџî#_p!f29AV.#3vdAu"&-pw+KH9z5Qr1cARB7ɥ#\4Hӯ㔄+>&|v Led:-:!C֬VQB>[Ϛ5ª!١b|>OW#>:*^-qAM$ג4 z1l{bM,}WNԩfZ3yw|UypF !:C$xcR}##$|^*cu $B j -q{mzD3OfΑ'&{UVG#)PʑS7@A^Z $B H UiCsf7uz΢G#h&+~w? v_;7݄ j=|SL83 [FY ~R^,3 w@땣N8t'q$-U"y3qd\ĔӺsp]P,iCDx;[j$uR5ö8WT?akI49ڐ"E~',RBDEsm_}L[LٸԨEIIn *E(k_[?fDEp "" 3́V&'k4ZM>pMkO/.Y?xmiDQ 줩tOGsj@ꐧ eҾ7Au,ګ^ܓI0ק6Bqa C1j7ڲ^Beչhu3@p[j`Ru| NC5Nm{/N}*|)Os$h2 7)<),u5 $*N{i =c>HUx9|z㲫-4Gb: J[c}yN8=P]gY/v=io{6Py %X&b?=]f}*[45GW\8T){/*Z^^OX~^gˍ:n)"ݚ&0?Q\RH6ݨUWٓ4zX{[@䍫2ʇ0_N$d##f:!Z5zRT= H_ZvAkrEwj~S_2 b6'}Wuގ:yܴs_,xD* Nڈn`Jg1cKnP]ŋM/ǰO"%w%HB?7s|fb0Dq;+0R6Xv*a40-zc}u'L>oP=`j4l`ԝpf* @\Li,6q+fx8tNBKp$p;R̡A?ܶL_gcw?s 8]:\}2_޳u%<"=&ŋTdD; - [ Di S\w.c"c2"([k7K]S/iNo䃖If֯OߐiO!JI⪐ OO2ӊ/K(7..kZ7gaM˷yEqϛ0 K.Y=/Ga¨m$<Gi)sĺ^( VJ}+l ~@ʈb>bZr^i`?`t'E׶L^x'Nګoۈo}+w rqib?kώB ٕhR&s|zvN9ȸfs)k1oz*V/1IjK_ra6 &AM؇6%Lp bcl7","3eA6 5m{>VqoK"<TAe͚; % * ӝe 7cS]_$Xsڂ('x^gǝuh QNe !v/Tv"`W[ռx:y'1j>h/\U{ AgW@/yB; vlu%)T,P~֋69hr(&s؋{L (ߍXeq 0_Z> )J̌#fա‚K]#luؖ%L҇S|!MAI7eɸX\{|R|R`u+P둬)\'cxR?9tPWw9B3iɾi,'_T^ C}A/cuLmM 7^8a[i:I2۩Ù-=8N>D@H4U;Kޟ6 &}#`f6CPi.~BtOr~!ݫg*cEEܾapC@SUsHN7n~ykb6 U-4Ay7-j[;}{ZZ>RgѺ$7զNY ]CgGZyN[,7P X"^TQunLk| HW Eh-P# D[$Y%W̬?_A|7K)c胜Ŕ8JE{ձE=˗7Bٲbl> 퓝'^&L%6ʀlW*DBn8|L, Q>~c9+S]ƪ&>35TGqH}v<afȈXPɎmUl 4 ].[sVl}x4s:GTwɼqt\cKXh˰he141UdC/2ujM7tN?&B$fٙەx{o}qqp}cÑ>$&ƹܡAVqJr(uOq+-I.>e|1j*l}pMaL$M#?a @=盙'# EZͧQ>RVWװ|w! ԯY ҷgi2)K|IJiDTbId!H!K(Cu/G/߽{ŀ6Cn7K^Ekhᕇ:豛Ps1@͜liD-rŗq,)VIJGvJUѱp17ha2 a|]/8]|?"+M3|E*92u+AKZ_dFv!~4t4pZ }‹ P1_=ur2\Ŏ)!:,:ReHoOPLGmn8Umy!]HI{.:/'`Cx .F,X@(Ơ>Ei3*dTږog#?C*?6;H# gq**Z'c _BRgi n}Z 3;_η*I}R(YK[i)`,Y;T.N9Zb[l#Q+Ew-u TzW%{&$X9v*"`xWVOSWw%bs(&":I F䉓 w4Qj&D >xϲm#`@^S4UF|>2;@'M"3Dgh{(\`ȲJ#UY~Q]_SRQ:0+}?TC{G,Tw3kS\>m9 X{5%ȆvVUnSHxn'A"w~>8TLL#9Go~/9an1BWهE0kmfQt*QAki6Ӂ;Ph%K{"6SnEiVKPI5j[dVOP}ɰvAݐɗ#hÎ5 gnF3ݡlG(*eȑ2*9o/乩L>J S6ȕjH\s&׃msA6ւYkGC:O.ʶcWU'$#g{lG4zr}"X)tIWߛ_&*o1pfK"ĸpk(2ޠBčo4??lŮ&o"/Mw&q_ A"wcg$_Z&m45k`"LXIѴw JJHԜ6+Q/X?g*d2YCwy::7~0Ltf@nH 9 ,g(AϬU] m/1 >E0LӽH e'+=TKx#E?[=3`G2#v_grJOu_y,1?tt|O;_qïw5aUrE2) Кߥ)f^ae(+&H+d (E>\'z]OQJ˚Qj}U>#L *bN =bɄ.eLmqd% s=gէqLL V* v]ٸ_Z$1i4 }as{f( x%Bq(kI2%^z ICJVί+ub8HTjbzV,~?9)D}3L 2Z(m 4+J"AGs.2j5LqHsi-utinLt]<ڍ<◐Tr 73j8=hz}֨>b"iuj 7ܝ_~!6h[)]b͞,yVg®yeǨ1 w UDRT7Hkgڨ}xu]I Bf?9$'08XOwq̘.IBC(! "yBEsO3P]42~ ТiVcba|`>֔U4sD2t14S$'c(sf>U; X 8MK5PJLX%ՖS4^00'yQg^1#=A:99SxU:F '|:R2&Ywgc@=X)&x=^yWz.=.x믰A=T^X "7o5_ZQ2BE];9/cF=@cڍ NiFߏmAaKSVL SP͑$p%f/j0hrd]vE޹IvҨh3GC>c &_3S)}{`WJ&1AR7&;Ձ_uZ]7:! ݤ-AEQggktw&BFm)J%[W%l 3+ C׃I2hѾzd(xCp뉂O:ɮ^x!_$>Y0Z7ꌴD尩^]9 'Z_K[txFC|P+d%\iӂ6梾O,E۶͂{Z4#.LpA5f&qHA y4K#8=@_fxS 5E (afIop"ud\0W}xI-ڌ\;v/9=?%- yݢxp9crC)RN&`b>q}Jgk*&{@>+ C]xـ 5( ca']w8%Д%Y6qpϴ] ݒ: ҧoE95uW*J"w}%+SVq̸-Ptdt6Ό_ @+;80@ֆ`LPf )=i vv0[dL| nbKir| 0TZF ށs[Zs̟,J*/Y8:`sAA(\'ٔ!iQ2.hLqƖϏ`6o#c:6K_"ɲd@lM&mjlAaUH2=;`Om({$3cz09gMi& Loe [qwC\ ?ZP$G|~Ԉ74f3?a>uxo҆|uFЧ[Xf+vxOʯK7MGXa |aJ;2|ň!$3xlFoIpG'6gkޟx0a{r._rbjgM0 O(h=`Z}/GZJ0ԮWCJ;DO8+IcqqG(>|o |j-jd&~g(l+#Κ>NHb?!) BZQ=ا jAh%ͭaJ qn-,뉉V.G[;g9f@>CލFqza[kk= +efd>T-g[JM2 DҚB!M|Y Oۈ"tp$wޗ?n>7㶑Bj Ѷ˾﹪oQ~,.XeԙE;:np1fyZ{Q\%\:!Bݘ2v7 3;ِRZ.  U{s]w2CI6EܩRxe/7E's0yWliצJ ٪<=Xz7 o7;wYښֵ'ֱuk w.m[-7iyuǟ,9F#JXjwjnHt%`YM"rK`C}TN qZ%2s^!<  MJ7%h3)Hܭ#U_Q":Mi8OE >r. ; gs !~.4mI4' {?t`j(oũgGQB$ҐQ~DIqS39ƪ hX)*43hp}*k{!sQ D<=V8 1́u/,n_iNHw>7ar+N!{t}ևLWC2bQDX+}۵Pl89*0KF NVm2-EzvL eƚx˨`:\C~R}6ﵴPT~SfU0s騨>< hIO)"4.Wp_O7Sk+ =qȣ :W$V:9B'Ru|^2 /,5l1Mlg0)]u;(Cfԧ_pp"C{n阽uCWY~CBޟu(,Ï$ `/sbR{w"n}"qX:^ Ԭלd+`)H6zIړ(%+]dh8tހRr8o&B`>#dž老6~O\~y C*'kbU!@A\[?tWr^f]xC+XK ! !|l !ŇPW#4\[qҟ&%n:,nN=Gb(JF4oq] Fܺ|t˃UthھC~wHǁC%QZI6|Hw/D_)Bib,(T0}}NUw8FS꯷ zGsDN6A])ʍpAd5hR18w}S?Ƴ.7B;`gcp| aX}MS#;FnLH?HT8F(htgS(;=b x9`eYmU?9[^ O Q$xn攏1Pɾո'5Ga71 nޱ~iر[' u3ټdґn}Dz2 vA秚6o'OGy z.Ot,DByJ]SºzXEq*E=ˇXr]٦ O0aA}"C?s.!/}2 t@wlí z1OIKMVπgټG8Yc(`IlNUYoJ[G$}DȢ] Q\ĄdI?~?~2 ,vY?#p I, wzQbki r,-gA~պ2Wn2 }|K\S ѫ8 )5wsq5ngR1~P(a0f`M o I!Ysب[iXZSҶ[z s{3- هҒu|S3"٭Z]΅ fQ%->g e)gxt ˔Fإ` [4S[n]/A'[%XF-'b$6R+6\ mNt,{R2bkw0>cőKӹ)`}{Tu Txhix=>yN:<k89j?{u9Dwj1apY#{K`[zKcWc>jB:K""`]%vW\LUqBs`7ާ:o2m6{)0;D ֏:'`pBg Ը"~V4|̟>*ocݙı'zWdo+ ܿzhm?I"8& 1+i"BC ag*S"&OR% "z{'q&DEuDOraa";dzxCLh4["F -LE)b;5!s-JaԜ PhmU#CpءoYܷ۔[O(sUքcm.i9< [a#3LnpğƲ4*fLjD&9&z=|I"ڃd&ur)2ZXF ߁'ęKsk5Y!;HXu&էȨ9ki9,_0ἵ߮.n!-^kHrHVi`^"q&3Whi~~NXy|,欻\r ;x䲺*j,/;̰wT?Now*2Ha1#qL.6Ѩ)KxoVZ[J>ѭL>p!!2v~?WAmF!f83=^Ş}O]J֔k JGlD)lls֖Km,P</x-up@ztdEV}be((/*!Sӭؓ[H zt[B"?1,D,Prg 'zrpZN8ސ1Kțّ_3㔖2̜@)il\m|.42茦.CB(^ [(yQ_{wo W_T۪!n$]#d`_NX`z(_Z-;`u%Lʩ˓Zmׂ|܁~Ucnv20 QY4ݿ(, LqVFd^R#! Z`wM36a xᑗOu'\zYH 熨׽9V< 6YmRF@r_\lFt/]فO! :LꟾLlr55.1JiPF@Vf$[2PtJ3f_c"@.nip' ^t3.:^  ; ?~'mYv;l$s8/Ս'ISa=G_im3[87[K4){1ׂ~ys^ׯĮ*x'fLAD #iyJKTMDŽ9fQ:qccm2c2 *)5wWMEV o}U7,Ia!g9?Ϧ{[{+xshv[)0)eM47y)Ӳ6YU3#ۏB:#Vm:Rj$=9.`NK2?FbM (<"̉iZ,e3GW#Ϊe3~Jeº#]j!|p sVwtʢ5[8AU53vz8byzH75  ͢t>-^6!S;}|OitO6 EnjgoJDRa%ldF,{ !SB=Q_}  sٚ"Mw²;/u8g{֫1#Q?_7Z+<9& ҥ !EQ?uR|pG͕./0:. + sZ5qX˙@B '7cL=E E^ΰGeGӸ)q pNx^0;^Ge$Ѕ̆fX,敧4HO=QO>g8F( "roԪ9و̞BMi0tJV5(lu[Ӹ$ Pw8a.t,eSo4JNx-b9s)Hi22`6 6ُ"T{~=I]FT$.˖CYq*PNͩPeȚ1T8ؐI * c0޿I5VRlŏcv)J M XTYڌ.d}$t/_G]~АoI_`pQkPgݪ66!j$0Q+ YZ