libcblas3-3.9.0-150000.4.13.2 >  A d p9|@Zf? ô 6^{($}-͗3D]My>}y1i Skr$Q-SP28`}&Z&?|?2MJ6L=}uH_YӞpV6t0C*@(/3=1E~2'oJ4^XbhNHA~h33[>d+ Q3.7ew RBYZʉ-J:{vN5117c149934778d80aa7e5a7cff84900160055f7f718acf69581537b693b8eed7a2ffa1282417abfc276ec0f1ae153eb4914bffc|d p9|}AW23$5F-}/T uġRNn"OQ!B{3D"wt=dV+]aLɰ&لLrLN'X cYT֎F|i\nhLOA'.|2`<}tqc :xZdVt9}d`53s}НiÄW%8 m 4m{ˌvS9ҋ!g-pE\?Ld   5+ Aa            @ m   H L (p8x9:d>@ BFG4 HX I| XYZ[\ ] ^[bcde"f%l'u8 v\w x yzHClibcblas33.9.0150000.4.13.2CBLAS Shared LibraryThis library provides a native C interface to BLAS routines available at www.netlib.org/blas to facilitate usage of BLAS functionality for C programmers.d os390zl38rSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://www.netlib.org/lapack/linuxs390x/usr/sbin/update-alternatives --install \ /usr/lib64/libcblas.so.3 libcblas.so.3 /usr/lib64/blas/libcblas.so.3 50 /sbin/ldconfig/sbin/ldconfig if [ ! -f /usr/lib64/blas/libcblas.so.3 ] ; then /usr/sbin/update-alternatives --remove libcblas.so.3 /usr/lib64/blas/libcblas.so.3 fiڀAA큤A큤d od d d d d o]Cwd o]Cw80db9bca52d8909b1b3a4ec62f3bcdef6d6cb24773dff739902decf2b5c3d70f369d308589ac57272ce9369cbef638c35f22e08935d9ea450e7ff7c06f9b6315d56bd4441b999b80c88df04faf0d8b3d7d3b2bd781cf91242c4188e8a6d0f8belibcblas.so.3.9.0/etc/alternatives/libcblas.so.3@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlapack-3.9.0-150000.4.13.2.src.rpmlibcblas.so.3()(64bit)libcblas3libcblas3(s390-64)@@@@@    /bin/sh/bin/shlibblas.so.3()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternatives3.0.4-14.6.0-14.0-15.2-14.14.1cU@c@c1cߚ@cۥcb0a@`i@`` @_E@_P_P^ku]D%Z@ZX@Y.@Y;@UL@eich@suse.comeich@suse.comstefan.bruens@rwth-aachen.deeich@suse.comrguenther@suse.comeich@suse.comeich@suse.comrguenther@suse.comismail@i10z.comdimstar@opensuse.orgdmueller@suse.comstefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.destefan.bruens@rwth-aachen.demliska@suse.czmliska@suse.czbadshah400@gmail.comrguenther@suse.comjengelh@inai.dedimstar@opensuse.orgdmitry_r@opensuse.org- Set -mfpmath=sse for the entire build for ix86 platforms on SLE/Leap. Since we build for x86_64, we know that sse is available. This helps to avoid effects from excess precision that can be seen in the test suite. On Factory we leave -ffloat-store for the test suite only as this option comes at a performance penalty. We may see precision related issues in the test suite with future compilers regardless.- As a configurable option add tmglib code to the LAPACK librarly and enable TMG in LAPACKE as the header files provide its API (boo#1207989 & bsc#1087426). - Fix update-alternatives for lapacke (bsc#1207358). - Restore generic link for update-alternatives. This is usually set by the update-alternatives and it is '%ghost'ed but rpmlint complains. - Move update-alternatives --remove to %%postun to stop rpmlint from complaining. - Removed useless - because never executed - %%postrans scriptlets. - Added missing _%%{_arch} to update-alternative names. - rpmlint complains anyway - this time about alternative-link-missing - as it does not understand the _%%{_arch} endings: muffle with rpmlintrc. - Make arch-dependent generic names conditional.- Fix missing symbols for deprecated functions in LAPACK, add Restore_missing_deprecated_prototypes.patch - Add -Wl,--no-undefined when creating shared libraries, to catch missing symbols during build - Test fixes: * Build test binaries during %build, run in %check * Fix incorrect path for test output, to actually catch any test failures - Spec file cleanup: * Do not rename blaslib, it is used for test binaries * Use same commands for building lapacke as for other libs * Remove unused FFLAGS_NOOP for test binaries- Remove unneeded links. These will be taken care of by the update-alternatives. This will bring this package in sync with openblas.- Build deprecated functions again to avoid breaking the ABI. (boo#1207989)- Make library links in the alternatives directory arch dependent. This avoids conflicts when both 32-bit and 64-bit versions are installed (boo#1207563).- Consolidate dummy links for update-alternatives bringing them in sync with openblas. Add alternatives for lapacke.- Add Fix-out-of-bounds-read.patch to fix out of bound reads when user input is not validated properly. (bsc#1193562, CVE-2021-4048)- Rename conflicting MIN.3 and MAX.3 manpages into lapack-{MAX,MIN}.3- Do not create the dummy files in /etc/alternatives during %install: managed by update-alternatives and packaged as ghost.- stop owning directories provided by filesystem (bsc#1184786)- Update to version 3.9.0: * LAPACK QR-preconditioned QR SVD method - xGESVDQ routines * LAPACK Householder Reconstruction - Add Avoid-out-of-bounds-accesses-in-complex-EIG-tests.patch - Rebase lapack-3.2.2.patch - Drop -std=legacy from fortran flags: * add Fix-MinGW-build-error.patch * add Fix-some-minor-inconsistencies-in-LAPACKE_czgesvdq.patch - Remove pre_checkin.sh, remove lapack-man.changes copy- Build CBLAS from lapack package * update baselibs.conf - Clean up spec file: * remove useless make cleanlib * remove ineffective duplicated 'make ..lib' calls with deviating opts, as the object files are not removed (fortuanately) the existing PIC files are used for the static libraries * remove fortran-only -std=legacy opt from CFLAGS- lapack-man: * Build manpages from same sources as the binaries (3.8.0) instead of old 3.5.0. * Merge blas-man package into lapack-man package. Avoids tedious splitting of the two. * Use fdupes macro instead of trying to deduplicate man pages manually. - Cleanup lapack spec: * Remove conditionals for obsolete distro versions * Only use python3-base instead of python3 * Drop old copy of lapack_testing.py as separate source- Add -std=legacy in order to fix boo#1166619.- Use FAT LTO objects in order to provide proper static library.- Update to version 3.8.0: * Symmetric-indefinite Factorization: Aasen’s tridiagonalization 2 stage. * LAPACKE interfaces. - Static -pic libraries are no longer built.- Package lapack_testing.py from lapack 3.8.0 with adjusted interpreter and adjust BuildRequires to python3. [bnc#1075766]- Correct RPM groups- Build the man pages in a separate .spec file (lapack-man). The resulting rpm names are kept identical. This allows us to drop doxygen out of lapack's main package buildroot, thus eliminating a build cycle.- Fix static libraries list/bin/sh/bin/shlibcblas3s390zl38 1678441583 3.9.0-150000.4.13.23.9.0-150000.4.13.220110120libcblas.so.3blaslibcblas.so.3libcblas.so.3.9.0libcblas.so.3libcblas3README.mdlibcblas3LICENSE/etc/alternatives//usr/lib64//usr/lib64/blas//usr/share/doc/packages//usr/share/doc/packages/libcblas3//usr/share/licenses//usr/share/licenses/libcblas3/-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:27793/SUSE_SLE-15_Update/b81166a2fac3500aa42ef2d39ba547f2-lapack.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/lapack-3.9.0-150000.4.13.2.s390x/etc/alternatives/libcblas.so.3' (No such file or directory)directoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=38226cfc08057d70d36145f87396ca19a139fa10, strippedASCII textPRRRRROxo7/utf-8ec613175f6f35f5233dc68ead336114b43cf080121d47ad96949139968f6bb6d?7zXZ !t/X] cNŽ,Be.c20XGCc7zKkHq[9bTHqpQɾOsWy=bLi$:,qi*B` 0\.K(-2# 4fG$" zȾ1Px4î@=qƝ )Lf~Uq*f_PYwbװEQTu;z~\DM|Nf?S`p(a˝[/'.pߖm׬Vܡ^~s^F=/ߍvh/";d=Tl7da_n8ӳ=u$f!j;'>0^ЗyqiPcFVJסپ'q|}y˛E]Nл4>tr6+.b K,Iz7 iEih\[}_MQ"}$ /e8A#MI҂^9X \͋L M(1}mSI FXޔi G X3}j8ײ nH.k,iI=6ٓ AcƒpxHBup7Z3)Td+f! Kl"cGy}R3r~n:ص ㎩?IP|cπAC*Mܦ}_~}w5 " iG uN9R@v^vDwXX / 5l"N1D+j2 ImO(DvrHa ȞPs6B@Z]dH |swezưs9.tQ&NW;DSlDgU7|Pca]z]!CU%E6  S^PKU{P<.sCٲq ,r87-jgNPtuTF vjNR<s73ɣHvQ/7uxSv@Q5hQ3ȜJ*.1@~_GVxBaѱ& rktP^.U2-0+V/rSS\w:GLR&J44WNP$;併ܹUiC>*AK YjF@0yv8 ERyn_Jf}0amٛג0n_mq.ϳ~DA)M+T;C&VJ&$U8Oܥ+ι'uYV!%'17Y#q\ZVy(<-: 6h9:`L.Ef,R(ѳBVm Xѻ.wi~.v20B }}j6S6\2s ާK$(kQ@`+i BxԀk^t[^xk¨dqlAw&ƒЌqaIΌs*6IU JM`۟^#vfⴄbn(tN@liaM3 .q+ 40'9E>Q+?@8\0i &VT~3gMN>hvloG#v`3+_7V_ OWaߋaAK_Wܦꬉr=x--OWmڃ1C g|R&4.-Ss#fG-q쎏m#A!I -cQsX\65?*Y#]|?N)^%,s-u[b  R'GWb R4nd1fs@4KNCݎuV87kv05$i9O0ǪIaƂ[ďb+zM%3Ř׆HV;L%8\N'⶙1{?w:iҕ 'dknvy-+{R ȓ.L#Ar$ y׬ 9A%V(e`b|!S GEdpT+ yurxg'Hi2i5 ?~7]KVj רr1q@!ϊ(K\C6饅J0++}v1Tg3Ƹ8gPy9`^, {&` QyimH8ʞLdX¼ݰ7[s>:Zhj`!/-yz奚Glym|?>z1=yMXKX6ivӢMq$Ccdw9k&0K7f<}"MCܗ{LQ3 ,}V|qiR73%DE?T>'r|/?'0&K7ͣ>|gQv0k+6[PS,xEͮQ++]+JiTbx,~J6xDbAQ05p8LkangI&9 ;9xj@nwli%z slv:z =o{ r{2O4ᾞ;#\0:ܥ|r,s?ӓ1 1h}>ͩ€'bEw 9ymt~G*w_Z菐FcV.}V\uqCM/K.:EbkKƫa1@qKmoY퓎٦}"̜gjUo#]-8ތ",,;qexqyLPH= &4"M{L5Oܷᬺ!Ɍ_wU@S2$!Lf<BXDC\>s궁(v׸Oֆ'PJEYa9!fo襴n]&m$7 ЏIC5^sɸ`H6J#:RfmKO&;bg9An #ʁ\9].͔ŋcHb a2GX{hʉm0ƹ3&T[g }KGD5ta-<5ݺg0 k[irIgJjm$OYvD>eLaV 9d}BנheX{Kf5|ɴ@*G[k(WǬppeg#B9oBbN0T[!F,ΕF9/.<(a m;L!<8R&Fa55{ [gClpH'yW|ឪe . T PjQ: 5o uX'CNJ0Cq:LYYm]Ϯ>}X0m"(x]/M>CÉc.m 8vixFE/"RdF(-I| oP(;XH5uHgMY0ȵQ2Q"qQ>U$&2*wѻf0 d8tI]Ϻ% H~5O7@ Oe t@e9XrBҳ86sB1w`}pSK. s^aR˴z=mbmrAΫ L>6v}THI{!.}kOɨR_Yh;Sebk?#=ؽb'L#5+Z=jN*>~|Vcxv"2""rNyx A ynAj'nQ[Wm_, wLdJfd|޾_PO*Vs< "n6P0 9FJ|ϥ1lR4nr[d*+`]d9 )k_Қpm:bnK>DBuky2+aQpq<;4ܐ5x^28ܩ2h!ʥ;E%kQe⪷,v()t*~Lo8w | קCB53"L:+YZ]`x;ڇG5TkIlEyO-BRG=ϭh^5?9ͦnNC& c,\e]g/1*bYU֔5Ʈ-46_1}ˆ9HE ͹M.<~á VC+ ٦gf%Ķ)<ݨeg;81pLѰr:*oCK_/IV{H9_XWɐ*7*:p" 5|Ks3Xyt[-9ʏ } 3p 1$W 0pJKki-f)R1!gτxѦUs=^]/œpĈǍ8MiѴ^@CMٛA[w浙iv=ny-\Df[:n ZPhdXhWv6Mx`';K X1|biм8!C!,%`W(U*;l$:*Us @%z3p(p?b٩Xjr44 wx8YkGzoB*5Z?R^`U>~Yl'A)8K׆O^ \Q>)֞&NI_%9{CjS6ɓ:bu, <.-<uCkت;)1' m‡XoIǂ*Kr$t^Wl "uG(`H51=-ZcܼHS6EI2Gv1a ![:KTcm @bµ I6=,E8ކCL~I!xa 0~A=Ry, JV~ @dA$ +h#5޼CI#7gkqjxY̙IE \*NR76d7DNq?T'"oׂE`&#Zd3z!}lB)IADjiڰ2'JO`FTQ!qmJŏ 7l\ֆoXtm8ɘq'jsK)/\oxDxroסQN_ʩu/V͊uM>XV}m1c_@2)&:I%+ Hf:Ǿ؂;7^Zo鏞;FCT)fYU%-?-dɋ|̸Ŗl0Ƴ(w_kYPO;$I!l-Q9 .Oౡ}y2^. M(E;Y*lЩ%sY.|d=$ݫ}ȌgE P:ČF^(D iT?+zh!4v~歑n.Uu}mTrZ;3m+d_ݤ>1oH{ Eb} y+yO=>vt+ZVe\av | qx8H~1. q%C!kA)yU3RT҉W(Z[ umсy(|W17:?z)1iv|ʲ` B15.gSW~co/;<=(%Iʗ)>S:ޑcOszH \7Z81aPMlwx 3'O!n4S _iD V:k͆Xl/ඁZ6.(r}CF=VÊO>`)LC^;!,HsȒ[{A!Xq Rd;Pכ~t7y.}*}4\!ټR`GphUL6njҋWҾoFSq GBhqiix>WY*OSQ9 j8-{JI腖v0R3/#P!%rcH Tk&!L:3' p +@- dH7>cr #W0ۚ?R RYJq(oۖs&c"=nvH|aK71)b&ɂƶ@7b=v:3(HȽ˝[3EiSxTB%Isҡ FtAGеbڀPǬh#H9{5c:C+yQy\>5>ñH萶s>~sZgBzNPA=;,~:ٲP!4\@R$,*DQ;#NH:fyt A/{!bw62}_?:W- ,4m:OpʗPLND7{i}8yݽ}'L}아#vcy' rL 2;^J#vЏ|@M)Ap蚪{|P,5\_U>/ sG(h{^줮 6sk)GͦЂl}î"YdodM^?{B3#5h%ğ@Kp|'DY"oBG]th/_3B]MNa"v8tϜ5R8}(Qn0x;ڋ!BW+珊͇/cí[+'K;3(FòdU;Qwiӆ$0fVmᎽ |\FJ 6P,^?ݩK Zc^G~p8~ᆁl[H1Nu 9o %zO L |?iC_KxQୣbhp0x^D*PU"#;KYLv]=2Ö jgjMcT~ ?^P¢<5KVRwTJ!ᶅ]]H3u:Llx -HFHf^G`Tk-RNYP$M/rο,ލ3$歃2"AY6d& 5]k?u¢il:O"vWE=TC`:΅W ,pa2Re(;o@wNIQ@Y%階}և4:]Kj'WSФ "1 qwZb-H͍TP3<0BeKH??F+ mF[|=ߞ63(,)ѣ@ ƳȖ9lQgRKmϙ@*7Lj7\(C9>Z-Ԇ WM .[Y15Kbj:X3^ڡn;'fGYpm} !'F&#^W3 KRMXq% \;(u įݜ΍(OI\ }&5oGJ߲ſwg|l6eŷ,t,3hƪ0ٵ;X>/ȅ*%e$EkRzv! P)kB4DK yb8<{Hgp59 IfQA6]O'JgN) Va%"@e1LR/C`1z>`eq=>@ͷ'K%9w'[x5SkQ܀|&Jۢꠦ:6m6^R ߳ AC aa4gt'opm 4EԵTxW ZM K̂$-  8T^!ဍ[_GL?~5uռ&~A;t 'p;ZoCgUcp.&j(rZū/GIlvY(|ЩIHSmCln<5eRc*8N hX]D3rMXZ'-II?S.<_=(vѵ|"N$NMIF8[։Qg¦?2 -J&';ͬ` ſ,ʾVi -aG l> >/n`O!:&RC&=sazFӗ8MP> Y{1SKw)]6楫8 5a?v_\?6 .*40 u+3t[ '䑟r@]A5ղivAlmUNnrx1Iu FH y|C+^b b k\gXw)y%+,i+`-b!:'6 I3[q[of>g9H.ڍ\qulhtyjBwO҃r6ի|5NIXQ RJ;-k'd`Aa7,]CeK:2b.Xƚ^d6Mg^<rP̶:ko?GHukaוnƘvΕB:3dc ?>8Kե@sVb*- ލE;kxfuۋ92fSfݘRlIJI// SrUhXc/ :8w=ٞcFVtWi6"u,/w垰M+2ЊV3w2ϧX^eN IScRDZS}j zhcw!6kgJyr#@W*Nn.Gug*Zqt(hJn'x*Rw-P-4q)K׬Ćo6 傌Hn:޿(X^PNpJEV&1X._vE:Syq TlPVwbәV]i4 (8X 5P=&dt|O[OU e_'z~;fCNK'@h[ k^6Y|IU`? ݳNs@ۭ5Ę*r°{۷Do2c{d˾'١96%9wL0a5Q: >}4_O/"jLCš;ȣl7w69̨DTT&**5LfjWX8^;ȯ4$cQN6VR^^"Qc$!厩5*wlRX{Lq߂0Rz{4b3I2XM{2/1wȪ:a;wPK(Vvz[eܜ'XޘP =l@4-eUsJ?,W5]T_E@8/V|ȦT[uPH]Qr_[!x=>+HU(K] Wla7!8*Q|SN}pC )d`HUM̍nSms 2pZi 1h}EߝJD͙<4i$jo(s:}ά&ukcO'cڿ7jqdborͦ}5xYOHDq% V]gRq⇵9 #oP1h]70]:(;}CE 5ii uځuH2V>B_~HhAY%DW +hϬ2\#CXj8ܯheKq ٴŷٹ9ۃt0d u]ZK4u٥@RCOgP/ס An5ʻN=ɔ~n)x{nA5ӮR') q~Tx)KurE397{)2,+pBB1b QNEPs xɰ?aʓZhZ<}[oGoA*`'{e! pm77cIk2E+ B0j}p AztjU}:V a$c3 WZ~0jHˢdrO;L%\z4-:c*;i*h @rkX3dZ/ g<%옎Jx@sDu o ]*LJhG-& L)"vӟH`Oyֈ$ @YsYC-4T`S's5i<|wMP@Trhɺu*mM. ^[A1J58D4DIh#&#o<ųK4ـ[xy+|#k!MB p |o*fMEۊrcEgcٌ'6ٚa[|*{ Ʌ |\-gf[Z=fLNSR^˜30sZWUNշ²Dh ҷ^u*ꕌ($qF9e81D)x._Հ?mA$zpO^0%f6fxwG@mm^F, l.˾) rˁ\,y)2MffFLy◚#~E dWV/ws< ٘|62w(Wv(c¼ X;2'JP2ixvWE;tЬssX )2+Gf"i^Nw3UjĮ)bn+ѨrG3F/KQIZ#kRR i!s hs7TZ@Ғ yq4[FY / R$޷ N2e"sUDk\FE~up#אx;=Եr^YD+m,$,+izu#Zr.As|,Y/-~ 1sK" էYՈTGscD!syA .Ǫ滈K}T}ϊ?֣uu]gJC P-(lr|kZ\]3Eu(-$Y>~5wodI' ^cr~Őz+ԑ9LHYrOCYj2d/ Nt z)6pdYHFWm0w)"U&иHP(]}.dΎF#&- ?|I ᩣqT!Z4 :َn=i 4; 2ƐSۤ5ĩ V(F˭;~H`h<uJ۶KH.i|j_d4LgSy NpkboDkAvҿ\>XyY BX<ۨ/(B|_1&@:A *qe7my%t$!?@uV|g?*_2%FFM&˅J^rr!8?JlrpFoyFNoʵ`EEcn.bYI"֊Tԝ7r'D]KA%1ٶ_1;#0EUӷ GKɳ6F7=Izp(r&AB?3~`#U, -ϕIXE=1U P$5fO%O/0P]GQZ>M((p5ŏL{.HeL,a*ZގLq H+QÃ9y(_Oe!1 ^/BUw{rԏyaRI2j.sp|?GPE+23Akw=[CȘd%5OlhyI E ]606VLo7bj6lQt_Vu.8۬eP?۬aRy,vآ񬑳cA" &GoBӘww\/CQR'{oݖ<.0`7bO=z8ێ{g@P[Uhs.cV$2u=sPx?욚h*y2SY2jUx+N0 ]p*CgADiAmVc ?+okdǀDR'T[dYS)1ha tәJz*c23mn5O3s{Dk`q"JI)V{g1lf4lJL=h:ȊBEdQ6HqzdMi1tw>6X\B2~lhtXs[X7x|s ~n`dd~ЋSk O_‹l+ rQra/.+h@ux>RIلMnmPC"G!k+#YQY$9<"f_ Sn{(^2e:c]QrW1nfQ=m~efG1Umm!Kj֢PD1SL$n}rY&_jJ)`eG(y30,B" H %i !x\C uϥQ@FQ "*Zӓt}1`S>*2oԐ63{WTyeө|7MSO7qJ ǴgS@MtLⰏ)1ngcBQ҆>r0`O7;pUg2^ؾy:0iC;&N$l, #z%qub a E:4=kxa ]q^>!aLzQٗ᷉&cS*x]嵑Bc :f:uV5$ >"FޓWEZ#F{~mk72c >_/1佖Y+1U{CD/pjnps${ %~DnFL 씑 LI ʜQS'Ե޼IReײH: +t9bou-=U7)hIBj-Dr `1y Ov#*΅#Kz4.]9L3ww3BhUrƏUO79%kF!*}(ܖI嘾7/ji?'gghR3-<ï숵\Mvs%!A-uM}5WUb28KR:sXaal*4s} [b:fA;M2/cI"P;\~ TKƳɥM2\RZ-6lD!'De}$|~QL/ϐlܿ~̛ʟEe5YxݧOI],DE.]nU-8~eoGܫ$-`J6H,27[9GN=AS羘S=:#v@ +ULXW"d Խ=}%&m{gJԩ45(Gk8$aqP3jzX:_eCx wN]S)԰f'Wizu ḍ٥^$"Sc;6Gq)yB̀w(ČA.B#Z9 /f>6FN5艳,?eW"9zJri>?76 t?/W#5=U,E$(Px44q"lzR{:`/栢X=”>A{Ջƭ3[<=ݮi&ĆLu,ÁJN%>.>O{x yS8_j u3[Qf7'^ͤ(h睘FQ!{ WtrKf>8n-Y9zET)(zE[(['ꊛ.F.A# wzܘIBL-!CF{Y+soUSW\S*E.e I*$ \wU6YM=[@U@F"u4v_!<{XKdiQ"y'`8wTQYl49{A9pqGK6 r5S%aeF {̆ɵXM,x]8 ?@Rge,fՁQR5Me5'VEd}kQ9䀝r -fPkHl9 *Gu9BF""kֲ˗֢3U,o 朹Jq/oGhy[͵D-4_-xX/8L.2TJ`YKD}~+Nimg|CHq1˅A&8=YitKWqHtt3~+9W9MWf&t; ;S8Xv[IZ6AkC ҦrZ9$2A%c%KȀɳJiDXa<7!u bYKAt¾ҘRXuCjly鴻XðڬvQD FP yɾbqʷ.TIjtx6uzq9-J4#3ԣ SƄ@{__ʰ +i-0">vlB5 XX&}q_W^C?FfA;'9:i+e7pNEǏgyH<=lU0FzTa4GQR>LңI(~ O/2~=|rW~psY= |N$~ʡ Gdd4Lh$-ը|cJ},Kʖm7_5XhҰyzD5cnHkv,4ptSOl51_"指 A&YDP–,"TmQO3# dav4ͽYM\6TgqI +INiw[6;p3 %id N(w"Ɖ )mgЗ{y6y{:>-g50Dw&pW|k58t-,AOsE]&çEjKP@?4qߏ"<Ԥ~'W.UcG+ỌA_N.7DWujKk[,aڎ /3:E-SDuw tekV%_l`m{S\C1Kv@4?2H-8P7 c[Ӻ5L{qcH$~ tZ[c@Lx.nY#S7^8DZ.Y+ u~>C>o -7*1*E 3QM߼SRyiIV>a+6fѢ~̔C_"& }wRB7 MHo[8>V9eoh;o}0̤͘jRmcSy)Eվƻܰ| 9p&8Ym&:R:}+HOZs)3pwGbjS Ҝ/6^ !N?<j΃ ]uP ]@ Cw{15[j?@][ELRM淺\-v0 E5ip;tc=7{ -bG`0F9s<&d}h Gr+̟xms"pOS^A@SLh൚qƭ&&nL{EzGbk%T > FWX[9 >yh9}!H̃^nK -pt,QIRxuf"ӹF֑XY Q'~KE0!!@\~I$v|,QL+!k;F(|k4Fty@I̞fb0s SW;9VMg>zLJ)ԫ"Ӕʭn#_Bf1X*:D_wͬQ"7'61 le$uz~3}3b;j#BNc D"9n`0^|%L5o$Lre*2KdWJ5q97H@2{*-*US_MC˾'E