gsl_2_4-gnu-hpc-2.4-150100.9.4.1 >  A dp9|; \ܦ;;^#;At th;"P@%,żgBKlY3݋CBr55Um][zTm`%pI.}˲8Ʊ+[fVϣd9hLϭbg 0kcrģSk*,xJ-9A$ LV`PL2F[m}ZF#P5x.JP/J6t3KhHZk+g}Up%,,fa1c54c17c8e746c6dc0400251d345c5db6d08f91773f3ccf17ff220fb0f76b4055e8ce175d638eef4c0f86434ca72fbc774272fqtdp9|*_7ДZ|OFY}CusuRaҞnYv5꿅2i~ <ϳ D~T͎d8>p>%?%d # :`dpt  P  h         8 t   8X(<8D9:FG HH Ix XY\ ] ^ K b!Yc"d"e"f"l"u" v"w$ x$ y$ z%$%4%8%>%Cgsl_2_4-gnu-hpc2.4150100.9.4.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.ds390zl35SUSE Linux Enterprise 15SUSE LLC GPL-3.0-or-laterhttps://www.suse.com/Productivity/Scientific/Mathhttps://www.gnu.org/software/gsl/linuxs390x(IKAAAAAA큤A큤dpdqdqdqdqdqdqdqdqdqdV8#7fe136b278de17aaadf2eddef52fb6d612f21df1f79d9e63a913be60a233cd9e45da66226ef11b80d243a2410ec75b157698506f0fa8c7017438613749c7155cb76c5a9afda2a2c6be9cdb6cb48b46efb17c6d28a9c15876678f0802c6d128ce4d3d63db3ec9ae57ac2cd1c0bcd771853ef8fff83f3f526a69e2008316a640028ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgsl_2_4-gnu-hpc-2.4-150100.9.4.1.src.rpmgsl_2_4-gnu-hpcgsl_2_4-gnu-hpc(s390-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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 checkss390zl35 1693311683 2.4-150100.9.4.12.4-150100.9.4.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:30353/SUSE_SLE-15-SP1_Update/2f218ab2d726cf5c3d47c140cdf08d36-gsl.SUSE_SLE-15-SP1_Update:gnu-hpccpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f109b2a725523ff851feb6abec49cf162b53707e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5657830396a22d0e0ef101e9901c9ebda14a6adc, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII textASCII textRRRRRRRRRRRRйUYߤutf-80c521893913e6fb59a75a826829e94d1ac15d090ac62093af184c4fa40df150d? 7zXZ !t/7G] crt:bLL 詙}%Zz(ĂDS}R@]ctcA\ɖiߞBbiȆMC֍}5F,EnlP`v"+];3AS*H8JA0,/W+V8OFlPʯ,?f._O {i/?Q4V4FB6"f٩3.,3k-۝Yg:a%kbB"yGz. Y8cp>%RjxesB% (G􇗅e4dBjyX@ ,-oK= l/կ],aZ,ee#PEׅkfFgE!Ial[+Lt^RBZ L|B{ -*YpCTt'83eyte%Ry ƆK!=2Y%ޤ3oY [,PԔW$'Ѭn}%%s#J[dHp W.'+>`6ٴW{gU-z%i x{yy[/>h}'K=-nckKDS,pĮOwɟs"(~9|6-&H_J,is8kZƒ+y~I\ GSvp>y#=zꔗ<;7n6J@C?2X3X :p W): b -P̴deQ!0 |F-iTm&2,[>lx[ӇDEI}L2aO@ Y7zG7&~ٻn:<uqy}u0<(ե+Ǝ=Ű7|?{bo7"DͶ>Tȱl2 {gPOЋhD l DoBUǰEVC*%Pީ TzXC MMJ1fz@x|9t}[6OB $"j{& t9c< sI9, ¥7;?(4`vܲ،}_`0=fX57rex&o K_dChGIL`nOL{V3Lb]"I{EjطD F}Ds=;) gz"[oU*Lx3ϥ2o[&+0xö@)ʲyПgOf_-1%gDdw'K'H'U&8iYH(/}ߓH'Y;-+'+h](=ȝh*#v23b}*6/+ېlˌZōTqtu&@5ZBSzuT"KU`>'quJ0dXE6I6T4m3j2~m>@~1ZBWv] Ee<Y/ّ+Fq16 Lgᬦ^i3>i|i/Pm2mW;S4.S"_WfJ t `;pVEƤCN/3|ql"~8YSS79q>Uć;d+`~f߿ 8P.q]8փ!b;R;0MGIW̳@غ!0LC%?K,gh2kI$3F,#H8c_D!-K*wO`A?U0(Xqe}[Hj:8jK%1Ǣ "/Ot0w/]~|H@U:TTgZ H8{\L<Sl3T; 7yu] ]1g:8!F={G_Zt Cۛ nb߆ȔqmK9cEb+$w~;yC#"*oر?C8z4[9L\KVNHݽ_k\vm*V.lrH G]+5b^ɖ0XD,)b "of=c05^K3Qe \Z-$5GU,|r QZI,5ZhaCA-DڥwN>wGhq';Rř iԥr*48N'ǞiS ф N<̗Y2&ü D8 pP͋ì*T˷?ati`AyTl#镺f놑Mʄ.|_#6ӛl[;BȬ{ z%*L(!Ddf+cgJ01ף l%CʷgQ>S;9y)ͽ\!u񻑜qdydJXEvWPWH0; N6Dj ~͎P$`c(̨ SmuBKGZ_RӶ; @!?eHnBEQC[ zd ZMbؘ6^EECq(X!]B@ KXU̢;rϬ"+%IkO(LIx<2XeOőVB*cCnu)0 nSwrVÊC fѰirWV,6y(Tτ|~Y0ʯ}w%tᙆw5H^+C4l0E QzÛBt=K0W|㚨 /}%[ :=!_fYӾ(Buc˺F%Dw_O%}nYP&)|!/hѣn-NFRˆMl@\_D^׌yB`,Q2 p&^/VM݁2bqvlR ݭWu(^-zf}[Ey3 569DQ6VvbI, k_󘧤ٔh~pҒ\ij9l{TQlTg#E2*%M1D &p WvTF6 QfGfg%~g jҍ }UlȲ٩+t7#O4&+RZVwG 9?zًj+_nj k&NU$t0$C504ÅtĨc?Mg'9gufS8_"Y+! T[+mrВ=v);vj?.?'OGIAOgk8%㲲&{ t .9%: =U&(np oZ3Qe{jutRD9+fdQ{pS;֙yGVőlF' [m,9hL8D 9WQ chjATPfpQXS;GSJؾJ 8\Em5nY<}l2B`Hÿׇ`r:/7oy$.  ̡N"/Dm@_]!ԄY+l[-4tH 6>{ij 0FhV Sh]N"Z!YĈЉ|$0'1t/[I٦_.Vc[.F3CG"w1Pkê@%zN)j!x.FEدĤB+FbՏqTM(rDZ _RJb4m($WB-7yu]TJl N#"&VQ4 :OsҐq8>q%P0>ƪtL &Me!*?مQ(:iFI 2964xu/=(:>0D8*m s1:'K4R|@^qQUO4r8:^3Mu61ܿc qrr{eꚞ{Nzdm24]f bU7^vbV: ödoi~8 eȈVgÞ|s]qϖ-eR03hjrgD~gMa.ۋak@v66]N'[Aك%^{\mr^}`ܼx)xE`-aR2]tA^:D %yxar~ψ%a|L&x$$#n߫]YDo@4z9/?uA,?9ᘗH2!mJa}G鮑;ga馢GHfݰh*AO FO7|n 1NR6 A0HqX?ġ;SԁGu?&l*ec+zdqj`rbA1E2^͌wj`W^:ڀsve0^5yF, n<|*gwr`S$bډyJ|Ktm)c NaD#;itݰԴV. .۷/zJN|9>$^G=T.Dy6KX)/2ޣAhy8/s!y#K5iJbqyc O' 2FxXO1&<s8~Jzx6ӕ,n}L`(k> d[ f,O8ЙK>ѢMd[rr؜\7nfmBypX ]#lo1_/Ǯ뽀^3\zòk]pp9UhCBȁZ\Kf*t?aax}j=4|H,h%3lul)LAHxe%0̣۠E;PG9=?Tm)iAߓ*^;P ݢp9Ev{48c:SXc˵y @53`kEhnVGm_1IZjݭ`T^AC%H5XK7?6B9ۏB~$9RzihxΑebAg]Em扯_| Hۡ+C`'5퇰^𭔷rnWd*ĢhϸW|(403NMJe<ﲋDn8Uݒ:11.JN#U؜%(NG:S̙ګXQ"N ={լ 0!a'&biK(2xWVlڋ睜jHTea6c/2a;O΁`ڌjOTM† t?5ЋJ#U8@#jM#IVg.$4[C C)J o@~N]+P|>",G)XUQQhȁ3@1dj[\|\LbK46owEOMq@-;~(QF$-ʱj%Xe1цwz&</PCCԸ$j )b_%v+KWBڪ3Y.4HYyZG~Žiq&cJ(^7zB~w^s誂3:Iv!8KCit^U=u(]YUevDH9%KY { EϮBJԳ隂1G-mi]F#0^Qu-3X2qQ!(}t;1n} 2zFZPe`"GKI=Gd i>vO~hnON)KM@'_Ay F&5-i /\V% @-I&Nϥfǟې1JZUO$sבot+q@|}]5ѹiۊLͫX78땋/EȮFTD!(&R=~Đ!C" n:iu#e$dxVsbv,bY0(9fOh1A BO$v?;5(vkEMmY\UkZU1°:mR1{zQY$"Kr܋qwsC/>0FwHxMTd=.<-,+nzkWtٷDY4 fvhetyBrFW!)ҡ=Nxb٩|厦q0ˆY$ [T{~sum`z_QՎ(cPJ+ܴ.,vߧd8aؚ^_)E0HK,N_F`RѲP 2Zϩ= ]В<4zX>jID8u51DG@ãQ +gT4 ˱w0l}!ܡO]]3RH.{cXA)[CP:G? ϫ2aU¬JCԭXRoٙתᯗ\ !ʩ\DE⊡A:*gtύк7:d!jְ8&!giq?rKw ZvxJZ䷭^WIܖ**ndf][6oRP[U&W?~HKdkG>fɁ&=>O-= r"R-sӠ_:__wwd=ʬy&Jڃ+b(SJ\C3 E*7^. 16-4BLG{"-#:w_hDWm BeĂ%eXT⏩/-;.b ,ׯXyr([TS2Y50ux!,}JaBkw; \ BW_)MdWGf󿽅_<ԵE>(7}5rc+%iMiyrXfV> $rKtT3`A!$ĢVY[AvX"N![%׋-w]Z(>䶰cUz$ Zw.7Ɂn!㎲6AOЕQv(SNI,1KAr޼ J,0S,%uBAWârq}D=A'}g|bXeu "mTtFk't7ڟvՙ!lsKhbu_ga#zSYh?Kw Gc[q>{!yˬDۦelTK,kJy`5E $|sG`syAm&|i8mPcf»fZk`]Œb$C(+) n2EJtPa79uLFpn>V x!e (,q,#goRizpfrf:/кgP89`4dt nKܧ'iW0 0]d?)4Ҝ\J}zG'sVZnfg D% Mc~ g<)\c;muS Ѽ1;Bw({mJpXϜPىf3WOUqD=rV5J:0LJ&tmaU*3 s<DӼ/w$Yr#1v 2cbzzo*N- xWdգMfzh ?GQ˜<6\? SZ*t b O\d/&*&ܜ>e/q`RfFb. .-߬WpT.xQ HO;t%+q4@Akش-{F< @E[7ΦV6!,Pl@5<Uuf&y?"9[A쁳D5gy_`RXb\otcAǑFS4D3X;_.8iվ^|ríDۧ0Ǿ2c|@4)85.vuDqpmQ?}tgU>7k϶${Y_rM w׎LB_%+ɍ╊N/1V#\뒵57!B(dLAcōe篍cӢO$KX j<53&ٓ`smj3/h};O؞,\F7OC\P8f#ޕzeWq`.tAHRBlKHuD3P-Бx^6qiK9Tvk|$(qVT_͗V [O)k`I_ i 㒤ԸR=#KxCy4A@Rq6ѕ ۫!xa:"/?urKIFՀL_#B+[sR͝'=_tUWo2ۦKp"RXmB>VRv}3EנLsڠAz"ލ8O+ꞻ6ك #x,XXXJ䲂+6P{r )~2FO -@].([^ClUDL1*Y?b{6ƺ7 rvĒϪ“L1H٦0)7 o@g,LaAX s@k(q#3 (ijAHٍE!J"}<`Z eR.Z2Amc`HPYT''*Z#! Vh;hx{ w4ʳ!ihاY*~HJ#T`FF[=@qeo筢t>v*Zj"S9; 0]u5x :|=PI]xZTep^lR#e$. sAem hP(MRgUǸDl e~_ug~N܆lcMa% /zVιe$e4Ee~r6}۪a; WB궑ݐ9 >FP ]FR 63&u=}a.JPs?ǨJ^r%m֙-SU?sV/8y\ &|"-n)?˕O|+xd_^b|GQltQc7&^ /Ŀlu-P||VOD)F /h.HJUIV*p>\ƴ<PDRHfϲxv"&P?Ys=~&s?6NZtm1s4ZgUctE bK~ʦ2fm絲>4pfdSAI4|sd-ݓRQyh$%n.t =eȐAEBW}c5}] {oEϡyt8 +7U@ XAluR) ØݝVRϯ)t_ 3iL,"GI ب~)sȷ8x籩 I"Q•pOHds"i}13D Afr|5OI ƶ~" \ov$>ƿ ozy~@2e>BZХ&?ʐH9`a[&PN`Uklt$2#3W rL@pE}q0Ysrl`׈X7 FЌRY ъ"r3dUA'C+NT5KotM!StZ\ݜ[ί5?BBF)stb.E4~' T@wDi8z? FAg+vJ/Wtˆ ԮE]$BaA|:Z+ Uj !&2vԾB,3`,2M&u9 ј]r(OTU,ƍՊkziaj$ˢmLq`h FϼWOק?؊~AMkl ĻL%rM$@CJL[\IHt5c5 Rz.Ci[[4a R(Dqqy-Ha,dIнbЂك/Cgr~rfnMUy$epJ7j7'H}I$eyd"[Jt̛z dsL,%E6bL +*6 ða9&X,ă)&)"GޙFfH'õ]IIs;Vߚ[F6 8gsU#)Έ8ܠ|N(j`,t{6VV[2ЮR5\E-%ќ`Bt4ͣFp!I O:i6 &rp"*0vݳAf̥&7N 0XSbF3Lu7b.p0_zŗKWXoc4,$C+zF{*8-1kY%z <$bc*b /L(ŝXcH\rIՀ;*z60/0=ESU(sS$qk>7߅cHO>X\Kİ ,` qG!'m#'Z1m_C> ͼXcP7cDA6$畎{jIy1ZD1:*ن*A9/ -L-y+6\H>L ӕMLpW%)i^]U͡Cb8hgGc)s`6`|fCKT %PءVߟIXCLf:m^,u9 g O/2~#E NaE^$5R ?ȥl?%Fr}CW޳nߩSZ\v`w&{QYD΍nQlՑ?!Zg- -?/'lƴw9UԐ0xvḢ,HÌɩ]Vs&oՒ ?B 6/j^SYO|Yέa6#[9_6':GkJSbRY)?4H‡ecH{Uߪf0wLPQ&oW9-cZW.R:6]`0'l!`.L? K{n ԅ bOe}DW[\7ALJ,]k&j5.aFxu).(.,v@8aڣ2 LKQxOAxnt-d^U?tn^#K}t#2qJQhdHhCv,*VJc `Kv%顝83#h *p5G(AhLo~ Mӽ6t_E7 `f(\!pY#p體OӖg H夊tVYP𯅑|+a"egFl+!4Gk`wJÂ?ә)3޾% QF>N(5&TJ\(Mx&1Ƿo {}魣){a˪pE x0d- ^PX3,f@X.{z kdJΕQb<=\C}h_sl#_kB]ԛV/ݞHuCQACs5C9#VP.l+v>ǨRa A̧D[kvEEU5vr9JX鞙# S P~EiR*2{%yUw7pRAíSv\3pw,g_rc^_gtv'oIn_%V~bؼj[ٴ#m͗ZߺO GVmYz-<&wt.b4CkqaơF⵪/ L[|P'<7daYuĚ,9=.9ak6W==(nH2cI7U.Bos}TpHk/mZ`~炭7 "vC{+/ oFjs5x O R։5^kvES){+)nضOM9/O`S§Շ- /J(?UPi^fp4Nvc\YZfE OO;;9pf4g9z*r+/*fu@uwwT-C*lFx!|s  /n6Q-&{XWdI9GD$(/Z\oPgggJcJ ØMyuկ3K3M֛K XS[Ӧo0-HX7Sײ F-fN!0/FGlUE/$(ъկ4wBre]]^L[_l̸o)#{q LԂM4[U*e%OInSj"v̦ZVvk޴yr x$fX)A虜vQ &+T ǿ={ㅾJ;uX|D+Woͥĉ9EmT8c.~㮭aTʹ2>k˭|#ŰknCE6JbS7vIa|HФ ,Qx-l3Y(dWJnumƏ/GDΚ]F^jC{CĈHvY{S;{8HeT]chlL %hڎ!B (B~zu0G.~t'Z!2m27/ѭjbB