gsl_2_4-gnu-hpc-2.4-150100.9.7.1 >  A e 0%p9|M)_vp-9yW\?\$`ay@O0q ޓ:C^cM㋃R)u95p}Ƿk"҃u8ZJDZ,ZXb 4 `qAV ┢mSMҜ7/tEhޭ* cIN7j5i=FluNJ1Z#d+"7x'S{|[of?~3ȃͰ0^w\D7207a1a89a520038d09a72b8922d619a41e730b2b5c490727dda8d4fcb35c8ed4cce4db3424b3db2d0222e97fd9bf4ec6927f1c7te 0%p9|b:G$bAP|+KnYH0]aQ UmhƂT'=~R[ vST 7)j¥;y62‰៭qdp>c漣ۄY#X@,X~(Bм-u7\7Tɨ y/_̫M`/aԑ Y2#/גW~!L-vp>%?%d # :`dpt $ T  l         < x  8 \ = (a8h9:F&G< Hl I XY\ ]  ^ o b!}c"&d"e"f"l"u" v"w$ x$ y%,z%d%t%x%~%Cgsl_2_4-gnu-hpc2.4150100.9.7.1GNU 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.e /h01-ch3cSUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Scientific/Mathhttps://www.gnu.org/software/gsl/linuxx86_64(JKAAAAAA큤A큤e /e /e /e /e /e /e /e /e /e /e /V8#fc170573d16fee6f914457da7c0623d8e8f145fc2e33b952a9ee1f07452918506d5f1067ebac78ed8de0dab66c461c3e5c5d6ced6e0f15a1e9a17437e28667a8b76c5a9afda2a2c6be9cdb6cb48b46efb17c6d28a9c15876678f0802c6d128ce4d3d63db3ec9ae57ac2cd1c0bcd771853ef8fff83f3f526a69e2008316a640028ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgsl_2_4-gnu-hpc-2.4-150100.9.7.1.src.rpmgsl_2_4-gnu-hpcgsl_2_4-gnu-hpc(x86-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgsl_2_4-gnu-hpcrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.43.0.4-14.6.0-14.0-15.2-14.14.1d@\eX@\d\ac[ @[\Z[2*Zz@YI@YGYA%@YXoWE@WE@We7UuT@adam.majer@suse.deadam.majer@suse.deaginies@suse.comeich@suse.comjjolly@suse.comjengelh@inai.deadam.majer@suse.deadam.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)- 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- 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 checksh01-ch3c 1695231986 2.4-150100.9.7.12.4-150100.9.7.1gsl2.4bingsl-histogramgsl-randistlib64manman1gsl-histogram.1gsl-randist.1gsl_2_4-gnu-hpcCOPYING/usr/lib/hpc/gnu7//usr/lib/hpc/gnu7/gsl//usr/lib/hpc/gnu7/gsl/2.4//usr/lib/hpc/gnu7/gsl/2.4/bin//usr/lib/hpc/gnu7/gsl/2.4/share//usr/lib/hpc/gnu7/gsl/2.4/share/man//usr/lib/hpc/gnu7/gsl/2.4/share/man/man1//usr/share/licenses//usr/share/licenses/gsl_2_4-gnu-hpc/-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:30272/SUSE_SLE-15-SP1_Update/fb4f558b92b8fcec9e65080c24467678-gsl.SUSE_SLE-15-SP1_Update:gnu-hpccpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3eeb05206328beb3ce78cc2fc84d90bfe20d7778, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=83bb6a749d7663f6630a0aab1be45d56592230c8, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII textASCII textRRRRRRRRRRRRRRqs6=Je8ONn}utf-82f4e6622c3389a36ec2144a226535791d3140b74b80ff17668c58d449cd67525? 7zXZ !t/I] crt:bLL Z*@N0(j~Zp! ZEpmĭ\N0 =9U7_QadviLbc9oLSf?87pi4mtߤ@<\G:S'L(!?Q)!N>]t";= qH5 *6X[ <ͩ<8ɽB.$TJO_ʳGKfOZ r.ؓє-ѻ]+[8Ej/auYz=`H2%|d/^5@MM3W~1۲9k"{[&ܝ)_N94A ]5;o)9*jo&$y8>؄LV3/vzCZxHR(D[@[jZbf%Q=@I&ݚCi% 2ow]vMaf_U|'Anz'N=I,eR**Y*0xJڟF s% ,Q#U[]p|JGa>Fu ?1:4f3Pb|; Y J l|=÷2w Di0 JxXj+㕋ق0K1? kҡT"7԰t#*’Y|.g?EYd zl9';:3eGy@=O]xJd>05k١90 1,.+Y_Fn`֮*Q>ɻDk(61=pW\^qCd>@~Di֠X4NS]Q߳~(I^[ U1H,EsY5z>vTF#51ު&&$ Ɨ$jFUnZUWH}uhnpe<-5 kVt2n׃EuXݨ_Lsb1s|}rNSV 4ZǵM(ӛq^״ivբE1!iS ;@ߒ?koi50AŞz^ ҉+ RR̪)X4)ʔH *' c?{G8AwLZgENM .?bs2B̷36 @aPדȁ~4$7 ˎpHs?[lBOSowaVjǁrVX#;ѐ_"brA^?}3Hʵ<*JT'2ucpܱJOF-'e﵋I)q7%cBK= 5pV[GV5 ,怦@UU`K랈E}=鉩e\% ^+KhKy*?^ V<n닞,a UiPtJY4e-q䝷f!]T oG v x0/!;zV.0M7/Jݑ EZW"(J*4mfbp*yگamWՐɊ$]Ag+bc%ZlBO{ BU`p\XtNϙ7TRȳU/{v8s󹎏Y` h.l 1A[]P,E;-C2,d̳2^C h2.%ܵj[4vo( 'l-!T gyc}~#\+h.%E$CLn DPSݻ9]{ 6\ʾ$\)^Z*mWzKNVm>*<5{P:MR2ˆpPC0 A??H֚rq`z35Q}0N9ԗa+&b/OJ/BY[/PUJ~/||kq oѭtn 5w)PI6 c@i e>  CUo7FL%py8T JL$+~μ(Sp$9]e3/{r*NI fHvekT;qDl؞Xa;7.ӄhϰøn˼}EӶW:%F(]:Qe@k1-Y qxJdD׫邁ߘ qY =Rlܾ8"Ƹ\4ZNc<6ƠD>Vv a9 -ޛ5݊|]W_yHk@|b,K04nZHj "70plȊ'P{|)4EDZ,v*aنz@#^&&z蒦]HR>6AT6u3CHVm[dhU5rm%[<*lMX?tXA^U+S+BVbEh傟Q%h43n+Vu-ƝIFjU0=:'^<2 zjӳLO-2Y2|ErGrgs<>xZllFxC1<\QH˩$m7]Ԓ~qr WY,kR"=i3 VǹQ&8e+%i\@:Nm<JB_ƀ>ܠh.4a$).ʴ3an`PriʤB5۩ YnvPd<`12T7B` 1) Ycvuu SYZYX^yq*a+s>5 +*agҸBqieM݊'! N/''+nq+$ҝ.sAT 0 FE2`Ykiۇf]yGCWFU>E[S?&=|OFGIB=r |eIF:g>e_%PDQ1' Hop+Ð-ӆ-Fֈt($ZymY('2 Q +]QBw7oBɧe0+_EbjqvQʛw޾qic㜪c9 '0Ek@`حw.h*PZh h # ƙ?g?=_ꪭ7+B:OWg&yfa-bgZf0K⯠6oio?C]ZnF;HvmƱ2gcиYn#sdTg ϙ`Brǘxo ՘&o]i@ߎ)zYٺRX->L~AiFV3h^a:odp>ߘ90{J-ԏ|k;;ew9!w]|% kT 9*<ً݊am8GyxxM&Վ |yV_Ab}^ݔH5_JhԗGuoT^]3#%Z J%І=B (̉Ղ5$~^'2/Ԃ#䑪mva Bt _kSɱ|bhr~ L?E6RUqwa@60 (Wg|| CTn?cU MqIF)FkJ9\ |u5᭄AT'\ֿ;BEC&/c'4j] ͑L@VQ&c z_Wqd3`6*6O̳FukW*sN3q|tY@,YRs¦qSQ:-dmOUW7}m-h ȴ26*?^~@FVYiKRϟ*4T>FZ=ʃh:>zQ tS]0-s,r5Q`)J!F1n[` /` *a7I@>*EFG{)z߁!S^UU`x5igU؟:'Q_4I%W̦Q/`yCFg۬|%rvJ֭6]2E6x8ՂF6:iYZ61΅tx  I`fYӚ˜gf;ҍo((=I Ejޱ]#0&dav% x!&|3.T1ɓc_(־ߠK3x)ЕNtp]Y?֪8.Qwn˄gKnd|gksصC8PwK up&ޥ ^6䦅N<]t?$ln+I.VcAʟZǯ3e4Gk8DW5VռNeB⫍(>@~ KėpSuỏOAȡxl"_:@7wSJ:v-ԲzrZO 2 &b/[_ : 1? ,Z[Û*H,1AP\ LWA^ ͗F:o-vEw%ؖ' _=!c<{۔^.Y0`y;魟?XbMe[:{6a$ 27$GVM<ۃZe]:cUoOZe!`LԍiV?{Y 19]f}oSyCB>KM_8`I[%ظ\?XH@ W oEMGyiȃD _|b0K#]Y ly@x"&=DP>`Q5$+[0v@8}Hc^i@E( z1**j tXHFQւzvt7Z!S转,6/Dd=$p٨  (^p}.L`7Qp#!6Xhnp_k"45/IYڱO߂r-VJo8@>I[ElGr'E:؊GNV/V ٵ|t;z}a 3+6=ū$+vEq|##/+Qּ{ Í܄^ ɣ@u{M\O.S2F3,[X؁O4 eޜVN 4B]Rj= ;c A'Toʌ9<v@ol ==9 T-k&Tvq_zZ+g@kzLf-\ RakvLq1DOt_a;A[6"Ĥ7?AbW!"ꫛz%݅!DPƱġoRv134x mD#~c:n\?6}ӿjtO\!DsCkӡˤ}UJZ8ⲱ|\bXW}bk ?n$c(ݡdџhl׭*Wh&ha%#r1H!`/Rکu:X/1z8).,6U6)8FeT^x7k;K{L n?wճy9.dYTM& =`+A49 z?1yO;Q:MB1%>6G;gkH va/RMD$s _Pȏ0j3Ol(x߹b*Oȏ}>0gIGd/e&p_ Z|UDVu/.bگlMS$*ܵg#& y(@>5 cȘ vi/`v'yxY/AE:+&.!@*(wx[rҷleoޤvժIOКjg!]*%WXIqB焂WP:kzR0ڟ}?Vd(BPg`:j1[T ĴNS#@ S UF"OІFcus _Śۜ*j,9o9w4q\q˘ #a*kpDt~f1ԑL !. iwJ#y'oOFr=~6xfrf'ԩxY'Q2GnP*X8nGz'7hd+Eq =P>(09zZ)V|MNPqPI\^,pփU#ǫ H s`m0{:K]B+zB"P4tT/A?B{~ '!#$= -'jI||1G eBіd|M豽>{?HZ2٩( t$bWF4(fǗM0hy]p$fpߡ?b,ήb% -'aoϒ,C'qm| ^l-iRkݚwj =T''bqIs>㤃' g҇˩3*z<+׬WKŬ +!PU)_jYk _t _'U`_3 ax0{7Y?Gm72? Q B T6Ap͖>2]=ElTR9ч!?*7PY(]pu\|8.5"R0m-`xRX+P)K?ONBy&%W0D 6 Ftg^&Qp:W_AdE5:ë `تQ}<#Euj\̶Qbf捽IU9DP\\8X*,L]xDk+Jk>xC0H zKTMq20ʶ@}48G_AE:7?x5 74 =פuL՟_{ g Ù *I4U/6mWE 9L&IB9&R⢛ d~/(e-T/\.Xg Ye, V_´@դduiz+2)a[(mfJڏto5-8K9d`zzBW.GMp.+=X@qu!RܶR4߲?`c55G?#O3ݻl8/ HY=Cֺ[4$S)fؤᢔ$pN`KЙغ`ui/N+}D`L0&HE%e3 ,*-b D]t&Xz3a,9{VLX0#0n1,Fhdtn{s J yv=Ǵ|ndˋd &nk6Jw)dN ai->,v$3NӀA^B}Hͣ½u)v=䀋?Vo iټ㸺zK,:yBOMT45"}Ba\i~y=rjj9M]HQJ4W3#?Bb{Gm?fW|ՠPY{aq}CU WP5j÷8ASnME~nA׎<6>X8UC+_̰d>e(N9c5`4)?JpרIVP:11vv%V/v/#~Eãv&)S'# L?@;m)Rd;EJ.Vnr}X8[aM2(fS>M"OhaU!fƩMﷷRlm#-L 1,2nc="oR%:zQ@H[qo6G!>Qg < Kb7J8hX$Jdf7tH3 Wbk.0C^ѝ63mfjbXW52؊Hv\D>Qܞdrgv ә'D׫ZaͦņCގ0o+a\)d! ~NmGaU(wW6Ieɤ;h3s ť0stE+tB!jҬR> L O t3?SwJ)W8i]Xt7Z]F[T MWt?wPsx|Sv7 Efu3_!}i Rs<==v|ÿV.> H4!*3v}xlih!FdR=QUARƲjsjG[JG ȸwx +A%wgUf0j!IݮIMC$n% H}Ndr(@ءM%FjԮRfYS ^݉k/6V*nY,eٖ|i=Dg6ak{hqn6~F.׼Un*eRH9 5G ŵ}=D7E?5 .`edy L0Wcf@>1Zs(%Ńåe'O_kgpb~ι{pKf6n#Ѯi KAs u? M%単1 [Awmޛ%ˋ7<*2VPxJOǃAY Ǿwmsg%[Q[s6slP_Yw*@A^%Ò8 O6750x4+X=ʄ8 -['TV9$ ѝߟ-j)]Es E8 y[ϷDeV(MEQWA&s^VOj~nhSN#K D*sO'IN{GkQ|wUlc\*0deenƺFrn@ 'YCMd_I$gV]>=bdMκ ٩,gr:YKpaKRd `mܨ2^K9oNXEg_ixJ+o ۛLfK&PR AxD` jN복Y] #/:$kNDQ)Geß~*\}0ո `n[So'm'ngABÞ"l&?adJa7{VBG⣍9FK]| Nt?t' &\I_ }~(!40XQQͤZ6 1ޮJpksJSg g;Beކ:rG$p\@4,?2d>c 2Nj^4s#sC\#ivHM_e5VzQ&M7\L|NLwנ#&mQT6D,m/+T=3rhrOcDfIbB5sxl7 "!Cso{T[qMe+ 4ǍWO-E>V vvyw9A8G}Vr$(>S '9n(y sRs9 ̉,WO 5[ꑙ a*}@av/ MBx:&  %@Z/dE\8Eeho}Hf޶4>SƉ+`[oyjh( 1;Io!>D-i<ȡJEp5lsg,&eA22c:BZnO2aa.ƎU9漱Pu[5&Z Sp Uӵ4:Ax{_a{$՛Q^n2M\)qdzT}n j?{Z䟮Gc #s*N~#ȋp/dyn|Y4M 7\)uuU ew!_NmZ#Bƃc/u0젺|k_+v}/xUplV5 eg U*1~C~[⚦9-4Y#x'D+EqXWl jiZ|E\ Y?<Bkm Nl`H'Tc6MFˊ]T⒴ Rʢp-j0|`X7`'FNwۨIqv{c舽Ac>}I=VĤ ?A`Z5Ua2FmwJ}NC3i3oNvj#W0EKϠᇆ7ۃOhy1Df n d<կ<3<) FRV-B9!CWy:©,^@ 4}|lx5'ҧ$io^]4sj(&++mV@W ؂a £Ϊ$Ygiƒ IH}l҉DŽ;ǿ17 >q)' 0DOP0MÑ;lE7Ydcc;ZtO\<_O+j+PI-帱 ]*|ܰ;aKZ/} nvOqGz᛿FR!/>:=g`ੂe<%pM!Dڔu_`pōK=׊ʔ|f#MIn H/f6$7Aas.ːO^f{xbBhL V}6(XW%F6 ;*_ 5i ~1;NsL8u]}B{t-㽄SyuH[[NJwDl_cq)Cϐ&. *,e}?h8 y\\ih>, pM8%GLSl*Y(ƹTfHy FdhQ5QfNe܄~^PG a{}]Q]lg;.0iIAcNMeU>PeUYGxt8%-btN@鸜BNyŔw:DjH΂` ɾb ڏy)8v5T8D?ث+yWw?Jb{ڸ6Sjaj1:-$wo: S,s N巵!9D">g]|L-zv?ze;]7%T_3uT!_|bJv41)=ط|Z:~}4|b!`}^ R[ʄMr)nD 'ɗ%yAeaR ]ImM$<2Ź_YҹZ[B ϰ ۈB$Rs~7 P)T(\s<!G?{85a46M"^fW͛#y(d;m@N! ^Y#e_VB\A˟inTtn8!ʝE[l#V!wdΪˆ$k +ӞP^9"CCjЖ)2Ѐ>Oab1sķC%='HV,6R0?|ROv1k܍ڝo>i 1cef٨9EbJ uRGuɯH<%:0Xx*oA+:eepl~͋H5tp1 E @io<:F`̹uUc/aU4lujxIDPYncam]; BP@i#ЗУֻb O3E@I!o|`NL7ǰ6)7]Ie`nƲ]P4ֻ@D}+AۿT|5c1&d=$ߚ$XhܤMI\3+yӒ&e6 @]0eda~@f-cQt۩Lӏ<.PwƄY%J{>}m`gLݲ[!D8¨+L%Sr%{MDbGLP:*wCu9z9*o4454-Eom[vK[rN9 U|(R$/; ^u̺EEHv=,]zRZ[kF4mtl}hB (2_Ԑ ОM+?9E6σܟwߦ=^nBaGq;zM8`QK"uopj7uDaa-ڞ3MKQGv K`{ YZ