libf95getdata7-0.10.0-bp153.1.17 >  A `CF%!M@eee5 ƛeovŔvno+Be9LX{1.5n c`|&y6D޵d*¶4nyՁ$Yd>uaRŠzeC~&^I""δy->qvrϐ+gz$\I=-^& u>:/=X{ZpvhQu6w[/~Hq2F$.&Ʋqa\! f&q-Ey Y{0UeaE^4 b847b5ef9e52420b0100f3248ecc28056d3238e39f119388ff906134cc744f5287b69dc605f61bdddecb60312161a9d0df8577ea`CF%!M@eeeA@Ru{3JEԙwLC +أ=*,/&,cˍI櫴l!R"zevZjÙm`ẃ}0) Q,OC `WmduP,kNn` myxwcP8zYM)u_CcZR ̵Obq1{YsX^he1E- i:=cX$]\B3 PՀ`œ6e-ʹϊy$p켠,|w?.;e>p@.?.d # Z  ( , 0 8 z  P w (8 9 : >+@+F+G+H,I,X, Y,\,@],H^,rb,~c-$d-e-f-l-u-v-w.Hx.Py.Xz.t....Clibf95getdata70.10.0bp153.1.17Fortran95 library for reading and writing dirfile dataThe GetData library for Fortran95 programs.`CF lamb51PSUSE Linux Enterprise 15 SP3openSUSELGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://getdata.sourceforge.net/linuxx86_64P`CA`CAe896fd0be195c8d56113eaaf16fdc2dbded12555885e6f3cab5bfceceb285248libf95getdata.so.7.0.0rootrootrootrootgetdata-0.10.0-bp153.1.17.src.rpmlibf95getdata.so.7()(64bit)libf95getdata7libf95getdata7(x86-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libfgetdata.so.6()(64bit)libgfortran.so.4()(64bit)libgfortran.so.4(GFORTRAN_7)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1X@X6@WRWV@VVV$@UUȒ@UUTjengelh@inai.dectrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgdvaleev@suse.comctrippe@opensuse.orgctrippe@opensuse.orgcgiboudeaux@gmx.comctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.org- Fix RPM groups again. Drop useless %clean section. Update descriptions.- update to 0.10.0 for all relevant changes see https://sourceforge.net/projects/getdata/files/getdata/0.10.0/ * This release introduces a new Dirfile Standards Version (also numbered 10), which adds three new field types (INDIR, SARRAY, SINDIR), and also field namespaces. This is the first update to the Dirfile Standards since 2012. - Added BuildRequires libbz2-devel and flac-devel to support the corresponding encodings- update to 0.9.4 for all relevant changes see https://sourceforge.net/projects/getdata/files/getdata/0.9.4/ * BUG FIX: Arbitrarily-long reads of FLAC-encoded files now work. Previously, each FLAC frame was written to the start of the output buffer, overwriting the previous frame, and leaving most of the buffer uninitialised. Reported by S. J. Benton. * BUG FIX: Data read from FLAC-encoded 1-byte types are now correct. Previously, although all data requested was read, only the first half would be returned, encoded as 16-bit data (i.e., with a zero-byte between every sample).- update to 0.9.3 for all relevant changes see https://sourceforge.net/projects/getdata/files/getdata/0.9.3/ API Changes: * gd_verbose_prefix() can now be used on invalid dirfiles. Previously, this function would return GD_E_BAD_DIRFILE when passed an invalid DIRFILE pointer. * BUG FIX: When trying to access a LINTERP table file in a non-existent directory, GetData now reports the correct error (No such file or directory). Reported by Johanna Nagy. Library Changes: * GetData can now read SIE files containing the optional nine-byte header (which can be created by daisie). When read by GetData, information in the header is completely ignored (because the GetData metadata contains all the necessary information). GetData never writes the header, but calls to gd_putdata() will preserve an existing header. Calls which re-code the file (like gd_alter_endianness(), gd_alter_raw(), &c.) will result in an existing header being deleted. * BUG FIX: Filenames and line numbers appearing in GD_E_FORMAT error strings returned by gd_error_string() are correct again. This bug also affected parser metadata sent to a registered parser callback. * BUG FIX: On platforms where char is signed, the library no longer rejects field names containing bytes with the top bit set. - remove patch fix_test_alter_entry_scalar3r.diff included in this version- added patch fix_test_alter_entry_scalar3r.diff to fix the test alter_entry_scalar3r on 32 bit- update to 0.9.2 * BUG FIX: When using a FLAC-encoded reference field, gd_nframes() no longer leaks file descriptors. * BUG FIX: A segfault in gd_entry_list() introduced in 0.9.1 has been fixed. Reported by Christian Trippe. * BUG FIX: A descriptor leak on error has been plugged in gd_desync(). * BUG FIX: A segfault triggered by encountering an I/O error while writing metadata has been fixed. * BUG FIX: Memory leaks in the FLAC and ZZIP encodings, plus single-byte leaks in gd_add_string() and gd_madd_string() have been plugged. * BUG FIX: gd_alter_entry() and gd_[m]alter_spec() no longer mangle the values of entry parameters when asked to remove scalar field codes. Reported by Dan Horák. * PYTHON BUG FIX: Fixed a potential segfault in dirfile.get_carray() on platforms where sizeof size_t != sizeof int. Reported by Dan Horák. * PHP BUG FIX: Calling gd_discard or gd_close on a persistent dirfile now does nothing, instead of closing the Dirfile and corrupting the persistent resource.- update 0.9.1 * Use perl-ExtUtils-MakeMaker instead of perl-Modul-Build at build time. Relevant BuildRequries where therefore changed. for all relevant changes see https://sourceforge.net/projects/getdata/files/getdata/0.9.1/- update to 0.9.0 * the legacy (pre-0.3) API is no longer built by default for all relevant changes see http://sourceforge.net/projects/getdata/files/getdata/0.9.0/- Explicitly require Perl-Module-Build at build time. Fixes the Tumbleweed build- update 0.8.9 * BUG FIX: The metadata writer now correctly stores bytes in the range 0x01 through 0x1F to the format files (encoded as hex escape sequences: \x##). * BUG FIX: A number of memory leaks associated with error returns from libary functions have been fixed. * BUG FIX: Attempting to create a new field or alias with the name of an existing dangling alias now fails with error GD_E_DUPLICATE, as it should. Reported by Alexandra Rahlin. * BUG FIX: Random-access reads on a RAW field with a frame offset no longer result in mispositioning of the field's I/O pointer, which previously would result in returning data from the wrong part of a field. Reported by S. J. Benton. * BUG FIX: The return value of gd_nframes() is now correct when using a sample-index encoded field as the reference field. * BUG FIX: The sample-index encoding no longer creates sequential records with the same value. * F77 and F95 BUG FIX: Passing zero as the field code length (F77) to GDFLSH GDSYNC GDRCLO, or, equivalently, an empty string as the field code to fgd_flush, fgd_sync, fgd_raw_close now causes operation on all fields, as with passing NULL to the corresponding C API functions does. This is what the documentation said these functions did all along. * PYTHON BUG FIX: Accessing the prefix or suffix member of fragment objects no longer leaks memory if the other affix is non-NULL.- update to 0.8.8 * Fixes build on 32bit - update to 0.8.7 * BUG FIX: Opening a Dirfile read-write (GD_RDWR) no longer fails if /INCLUDEd fragments are read-only. Reported by Alexandra Rahlin. * BUG FIX: Several fixes have been made to the sample index encoding (SIE) engine, which should now produce properly encoded data when performing random writes. * F95 BUG FIX: Passing the empty string to fgd_reference() now returns the current reference field without modifying it, instead of crashing. * PYTHON BUG FIX: Querying dirfile.reference no longer causes a crash on an empty dirfile. Reported by Alexandra Rahlin. * PYTHON BUG FIX: Memory leaks have been fixed in functions returning lists of field names or other metadata lists. Reported by Alexandra Rahlin. * PYTHON BUG FIX: On error, dirfile.get_string() no longer segfaults or leaks memory.- update to 0.8.6 * BUG FIX: Computation of LINCOMs with complex valued input fields now correctly happens in the complex plane. As a side effect, gd_native_type() now also correctly reports such LINCOM fields to be complex valued. * BUG FIX: The gd_[m]add() functions now ignore zero-length scalar strings. Previously they would store these invalid field codes, causing problems later. * BUG FIX: Returning complex-valued CARRAYs as purely real now works. Previously only the first element requested would be returned, the remaining output buffer containing uninitialised data. * BUG FIX: Entry members spf, bitnum, numbits, and period are now completely ignored by gd_[m]add() when corresponding named scalars are specified. Previously, an invalid value in these members would result in the entry being rejected, even though the rest of GetData ignored the invalid, unsued value. * BUG FIX: The parsing of the \x and \u escape sequences is now correct. * BUG FIX: A scalar field code specified for the last factor in a POLYNOM entry is no longer ignored by gd_[m]add(). * BUG FIX: gd_[m]add() no longer rejects MPLEX fields with negative count_val. * BUG FIX: DIVIDE fields with complex-valued divisors are now properly computed. * BUG FIX: Complex-valued POLYNOM and RECIP fields are now computed properly when the library is built in ANSI C mode. * BUG FIX: gd_alter_entry() no longer corrupts the DIRFILE when modifying named scalars of MPLEX fields. * BUG FIX: Writing complex-valued MPLEX fields no longer corrupts the stored data. * BUG FIX: gd_bof() now returns the correct number (i.e.: zero) when reporting the beginning of field of derived fields shifted to before the start of the dirfile. Previously, this function incorrectly returned values ranging from zero to one less than the samples-per-frame of the requested field. * BUG FIX: gd_flush(), gd_sync(), gd_raw_close() no longer segfault when operating on a LINCOM with only one input field. * BUG FIX: gd_seek() now works correctly on PHASE fields; previously, the sign of the PHASE shift was flipped. * BUG FIX: gd_seek() now correctly positions the virtual I/O pointer of the INDEX field. * BUG FIX: gd_framenum_subset() now returns the correct value when passed a field_end which is beyond the end of field, and then is required to extrapolate outside of the specified frame range. * BUG FIX: gd_error_string() now produces the correct string when reporting an out-of-range poly_ord encountered by gd_add_polynom() and similar. * BUG FIX: gd_[m]alter_spec() no longer ignore co-efficients specified for POLYNOM entries. * BUG FIX: gd_alter_encoding() now deletes the internal cache of RAW filenames of the affected fragment; previously, these old, cached filenames could lead to I/O errors when reading and writing the re-encoded RAW data files. * BUG FIX: Calling the Legacy API function GetFormat() on a Dirfile with MPLEX or WINDOW fields no longer results in a segmentation fault. * BUG FIX: Attempts to read past the EOF of a gzipped field no longer results in an I/O error, but successfully returns no data. * BUG FIX: The internal recursion counter wasn't being properly reset on certain error conditions, leading to spurious GD_E_RECURSE_LEVEL errors being returned from valid calls./sbin/ldconfig/sbin/ldconfiglamb51 16150215770.10.0-bp153.1.170.10.0-bp153.1.17libf95getdata.so.7libf95getdata.so.7.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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/9aaaeae94cdddb8507bb9f5101172c73-getdatacpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=308cdb8ce7d1c4e22a70d1670e9c02ec69463c3f, not strippedPRRRRRRkTSF/Tutf-894da06af6be1d4aa6ffe2b9640b85763996406585ddc648b670efd9beb01e0e3?7zXZ !t/] cr$x#Ddމ}ETw 3,GTD,HuR=WhHbaG!C17_۬kuaApC*"<2uzI&B̷ߒ]4.wO eBA(;bc0eH`S@]_- (%=z/kp}*Rtaňӎe.)gͧp)I{|̜eiUv%>XzsVMϟHvppsÊ9*=ڜمՑwZ/l&/$ uBxHYo$&{2 ԋ3OVE%|S[lc?1 }c:C m/kUULI;uo4 '#7XWT~"~Q" /TYؐ>i, h~Z4A_Ql|shU˚}ugyКS]xnj>0o qgSɉދ;@w=@zD}4~_0iDjqiX (!'USpF|FLp\P=yDecٵ'{<$2% m` A~ ^_*P~FOMQt`/XƣT.7Io< !xE]NB7{"Gfntn55 iɐ LU&s2㦨OOi1\]%4oeASY~|fֻ| p D=hZ"Q8sqME4 ?5lz;^3 lLӃwd3P4iTt,}%Ŗ#J-nm{n4#i` =Tf =t܎(!!q_sZENɾ&Ґ{K1,>YN7ߨ|4h_%&і &$rOboH-)H)sL /eg^9쉉c _}щZWRZMʟdŶ5 8.`]A~aH[. ot+iXtʤذi䄜)K 1ge^STsKݒh?/Cu;U~c!K{H9ii}R*{}\&ƶ#rLE0zF,X+Nj+xpkf-˗\!@pDqW#?Z'ZtʕS :zOIŪKiSz ΁c"|G$a5B>)Ƭ o(-}ƚ(,MV>- 3zD^ɖ-qŨXney<Ä6b᛽q66q @H,f%%#WIYb,sÈnH 6 C!v )V.CvL \}+RIGݡpa[>G%5&P0!' JrN@mc - 5?9,;AJ(Y?69 4ΝuFh ttR1nK.7('¶xBs4e MH mPC9}P↓3i?}:$O0]U9@?/-w/D_&4$7m|DUd(*>{}**<)3.k#ZNR(mِ\a 0: JL)ڃ ̭ApT)6GӢtmb^F!&SIC?oqL&;?=߄L$6>kć'h]S7tVCg/p.@?x)y6vd55g͂0&)MLj%mJ|)*ФN _o:=QuvL9nP!0A'@HXTᦈhvWHdHbv&YoAsB~8ʯVPfrco%kށT)qG-|8E-i +o߈Y:J@HY`-?"5UN02sР>#12b2uDԊp=pW`LLg ;&Jmi>')CKK*4|a1sBz-ž x)8μwN2DiC$\hfY{J95/tVXdx$~5FR:|?0nDHT484 e[؇KGrc=i;#۸`E$#hlfP?Jkg!~ ѷ@֥WccN*I6"sOƉjا{T rc*RVeBW[?[ _1hl)PgF5 Iͩʶ:r06Z]bV'_jmiK7/I3y3&s:,|d_EKT*YhS/mRX5ް#Tg}>1כ1#hS:Ѽ[!^49 c8 =!qPc/[^`rzeםYlSI[ :půw݃n> 7mHH03S,MKe/5*{˺OA&Hlyw:-)P FAe@)nXۜh -H'9]l*DS X)twj9Y(O(?Hޒބұ?OId,y,ܖ䅲u~_Iۙs@;+N'іh7m(^Lg8Gsh$^dz{rW &++ݲh` #U@A|(o4LO322eT甛F*WG:WnUJ<{zc}V)t`ND /:h)Ix8ysŵ[$u{7WL):+yhupa4 {%KjFnC#o?XħZ(^@3[t5/uI7gӤjV'PuWMoX;6,7.V3|`><ѴHtf !BвeT*:1SD9sf:[w[|_\gp~ Owm5n5(.!y H I<_QgA2h]h=ғ1(K(Pi"z_2>UרۜZdyzM%)rTB3l6/o>|ц/(;fbnאUzDX[xLEM;c]^("٥dvJ5_Ƥ8oXJodU)3v,Sn=Fc? wy|I)VɠZ\fIT6 1FMA ffeJkq4SK+4j"ԉuB6!^7oO#.ӻ>hcEwQeMFT9eL,ƕ+s~-JݬWgH0WdʤjXk|~~?=~~0X:z|Ο 1)J2J7_Ks]X}}ZkeM oFPa)'wPS p:`s탚栎F_bdP[olk#…'T\2jfa{ #*8C"M KZewL%[!ZÚ%6zI=5$> 2=LV˒,q"?zZ2oڎT$e I<( VH + uZ mSfO#UU8^miLZF%BXҡd knzbA,Rc"Ұ(|Jio+Sxup::ϠNwXARspP6Dz ')w4(}"(Pj"Ah  VYŲ&8+P!{G)S± ?+/kp xr!Sʗ` 5g.锑U?Yj'YL@/Co{r+-P\W'Ɏlc1&B(&F='NnH(mQqCM`x" ~$W͐b'.7>gKnil[Qd3AD ٨*N 27M(v @[T_w ?Bp**)(\ \u0C0=g)qmu3>* rq-ot(e8ќ$Lm5Rt^(II!6GӝZ(.&Ӳܛ/,?#@˴/a<BRx0*j;>L$*̶#Nخ;p4RްN8 ٔ3qԗJ"sH6QdW"4vqf$=8Ϩ6ߏ ƟĿX:ڇ~~uuB}c^7c8/y[G) Ȍ9MJ!)ݥ}į5E1 }thdQ\Vt:+!jz5瞂i 6zxY%BÂ2ę*®TVX#`BiX~I%]gS?=7(0pZ]!E I5iwތŌ? _g٪z?8=ܼٟ))OMIj,yh<[u+=S 1{Ȕ1S'x*qYZ<9M"iELG~K[,aL#{DPWs(Hi7Nx㮑kXt垨O֐6o<_iS#[Cp )})mQ*H*x9]|A!S0%RTk)p5J5nqa6~uyTp6rM'GYϩV(u{KkY<䘱YbBښI&&^ EuYS# [EBF-Q`6g THR kV$v F@ƞ,qY"wt0 Րv1qC(-gCחhs7n+Als>hNGu q)nԭTEfň nu\|W7|(oN[0]ΐ<\D m4.&|8rٜuE>p4Gd+Zy~.? TMvru+k\LIゟT>툓`^1.j_$:+8bvVKF>V|FXKѕy !v0@4f[80_7ΊC=֑=S<2fmZƙ(!hO#kKg0e!1^^7c(TxPfȅl>'5/)M? yС;DvWݲݐPW(6!RgZy譮ap WXC t Fתi&B%B+`/\Y*KCnQM l.jnrIǫ7[ ?µr!e|pKuWŃe((_2r: RcN̺GBGAZG"c?QGmfBƝ 𡨙9<ĚKӷ h%& »Nm's5?seRzGIW}zU rS90\5Jl:T$~Zd10$Iʳ -"KLwxx$50>FuR7p HA>|\&8RHLTҭ1"dLL ͭN/l.Uh3mL /NT=(2x$N@6KDtO|px3U*{'V5jɊRr9M>6)+;ʕUĢ8J4 `.^\u0Zxdb NWaݥ+>cN" xU_mv5NPתI4TFAW+I)_C )Enr*9ٜ3PmK$}@lk2D(149ELi+|`q⛖!f^fƇfnrQf\פ/}DB/ eo3fkkPQaūpүPVR21羰OLR-6vYv DOWr0-L{CsВrըxXW?7Wȹ4̚1̣n /&!?Xփ:ڡuZݩOWB,UupTxGbeߨ٣t5HT|*l^P.Ana[J)ŭMbc=q/ƞpaf=.-ciZv,m#U٨Gn*DƊajO6i1x]!yŒͻк\愜BOiX?w5UP )jeirlO{I=C Z1X꽈NfHͶ,MDˊ 2ϼl qͮ~[#AYBۗ<6–t%b&}p4PL+u5v E43$ˇO>m؁f9 oF` c8wkѓ|ԇ zF&,7L~Ҫ1p[bf(8YyѼNt%aJ}3i CL4S.kYyңg(;bjzkUU2r "ȋKNHE![ ?MH7UNzvKiS@$WD8FPߋwHv)C@A4eJ}Ь-ݡH qxT2^.;/ d|& 5U;0WD^9qEa/?&?aEF2Ha,Opdf2\|iLa寃QJW8ez>W\5֐tFCP?%c,iKo^rU'x48;p/?0Za)&jlBL !z%ZCXF3͗I(r\Xs.|BO։^cz{t{/ʼmyD67vNֆ49Yxb~=Zi2-M=kƟ"iAz$(l@G@7"y?rkKc-0jHXqAzL(ȗrG'y0Д|9Mќ٠:h*m!XEk&Bb< AQ>-Cu4FsY"'cXY"&>Q`GeYY_;6lQ}cKs53z* ә|Nօ|Wy{椌*6YVPC-hE6A, șUfuhg#nO-;h9ꂄVZcGlOX\Z{0 4+`/+VglƎjQ}982: ř.9Tu4QdK*Ȯ+X`3=u[К; _Ym2la]d2Ilû15®6[G⠔8{r'%IIX/D=E ~ywjݳ4҂SoO¥=>M"NÚ`;\{m->cQ |∍WfO7Cw)]Tdg ~>,@9EH''p @"Ft3V0(hK=lpݦNB\HJ6V-X\ f>VܩV8(İB;ru|/7rMIE8=ucѣwy = ٌKЎ133BR=c3nV-"jߣa/TD8Q@Sr'kUBQd EԠ]~WGX}} jFy$B^ sdZA#Ѕ$+͒cT/DB}.W5lޚe?&Mc9o6|3fM㧵~XZ74@ţ`JKPטͶ骠7|:9<"<ބq<pbÚ9KNEz 8nX|:! |d?`55Ã[ wd #KK=Ee ս) g)+6:b86U[S&Hĺ\j[)ŭ:288ґ'!%Rz.уI@@i[G"z4dVUD)hC!'-W-u-DhJi5'Ň^@jaY:?0IGۥ (dF|.3bauSUQ羣#sLנtxLS ir4@l%%#n@Bf.XZ`J,k3 WY$H!20V&>ɉ S VOFj/CTWe21z!SyquHv4 5_C#׬Cw84f0/͊fq@rP|& @nt/HB =3.\\ThEbLPMTE7Yt1JesP1Pv9NZ5n?4]!hVb8Ș8VP®N"Sc*s\ XT;79Ж⛊"sv'-u"V{c/$g# 1ɃLUcofn/:H52B~uXJת,ƥp\Ρ;l-y(n LwOGOwn䊧y[FEw3n 鹠u B-T(*xf݁p :y)կ~꿺dmQpcEbeo׷`&jC<Vٺx4%>SkckI" 4mz :}YT=0f6&Y$23K֙mg/ah T1ܐ1qiي\bo*FW.3)4= Ň/nX\u 7RQ Oϥq>K_H.z4i>dU*aRrf_|X #uv -x.""!8 f h;~`[ jѧUJ6il6s^cDz c#`bcd<ph.Ϣy0VJ3J'.Mr.0\i ݿ 4r֤}de1LJz}/oC@Z,E[0\{=?E&u傦QSwg}wвqg[_ѐqڮZWpD&S8+VQQxXתZ=Fdžv5AؼNQG8e #. y5\s݌Boay5odX?F:KTCXQZN M_U38aAf ґ%k*Lwу˦5I9E( /O58R\S. ^4]t/.O&B9D5U7̸ͦxDe)ȶvMwm2PU VHl0Ө/Cє. ͒@/7s j?Y^[Ϩ< d_5W4_.3>cꨌ_f#:ɏ0gy6! dZH+8nG,ul-3UʯtN:,8D(qϫ3Zm‡!#@ΆfIQT]t~ ", ټm25/V\8$J6jKҲX:*0WW< ,!˗t*%GQ~kH;x^t;ӊyP-500#flm(j/`Ap;N}xO^6=Œ}bys`&kWs"۝kxOJӓ"O4JC/2 1)*{vm LqTOհz_T2Iƅovg_lD`v$0D񥃍JMu?krDGz,n-i\Lʹ*C%*T0U♸ͩk #pY!"*ӂwfAaހ x$Q{XD+B\j$Tߕ%"O>Oow4M+ʙ5ЃJ0N=&7celTxBmq ֚5xY?}k:RNKv+T1+}8$</7FM1ޯZaGsYq͎BkM \ݐ`5cxAje7jArCI^ΛpcOuc Α<H|xt |I Fr@#iLJʷ{(2MǴb q7N!x"YG @1U\nۚi|w8nQT Mrp gs[5hJ!s5NXY>&DZW?ϗ5>i[iWu<썖=^0Aj _Is(w#Af#5/`V|0΍:׭GMVdΞ ydoڡ&DgFy=ow [ ~Sc5}@( Ҳka*h8{)axyNfӣ{ ufn,/b"'gUduDAi L\qg@Fh3AB9 SUȗŃt?N K%L F~lѠ䋂GO|[OGvkB'.cneF$[Ƕ>,(EorF+E NU<;b>%ae0WN研zrYѥbL $N(n _vIz| (WCf,c-=`bqV/E+0b]I2'`l/߳Z$z֏%Bں{ D]I/tkMweX`O]j@);xu̘aA/:xOmM|{ h^ # Q%HFI:'c-1@ac~rA: Ne?7 袁"WtIgk'8if2hAJy6Զ ?`%ͳGھ!"wh(Ww -׸ޮ0EfaV϶g ]&ypȱp,# Fcc~'.rJ3 1Yd_v+I:'(6=R іL;/~hSL&8Ͳ gmZ'2{!q>@)5{%2GRYů7!S-ξ{TA%FºUR)o/-dA7 RípbRp=q!"AR=DI3JS87uE&KYLuA7 H͈jna0ڳ"2qCDRh?tX̃ÆcWQ& kctLOެe/xĐN8<&|ytMXj9˼V360.l; qݦ`EJJ;nħebv~H?9J*@r '3p{rޝ 2FC3/j}Bc;#r!ÓKw}'1KhΤ H \6ayQ0N |x+ZWhP߻5$ 3앪k_ئK KQVf=Gz?,,+=% fp^djiO=EqQx[m H9" U{BGX/dvI=-.=MDA_tw|Iv UEXO$ZZqn~Tej]P%{e/v!҆Iɒ1<`i+T2"k6J f"1ejXLޞڎ|ޠqn Ӧm?j ϕ K>O~Xcvhu'P&ryeCW59\"}pVA~)HZVeX9c%||tҌ"T Vp .pÅq>ܴ2Bqm=%K·0 ,{ .W59^=^+8a<~s)zq[.3h/w Qj&g9hI, RGT3(/R4!.&fL?z 6(Dh)3ȍ\]BGhq9O(ϾeZ"Qc_A RP*Uu9mxo=})ֱ@V؏e[j(k ־;=ck<[xVr(|$`\2o3gJ}2 4Q,_uDh:\kp (lYvU+W\dӂLW5.U--lS@Y/AhxHY4 VN6̣Y35's>X4\a47D1R],f(ׄ@Dem,zpꍘre96Bv# C3=v?|xrbf76MhtBͮv o9M']>8'Y+zLF̝64Btd|8c̐b| vda Vrk`ڢ(;nTg5s%d^`~VN;5(d@ @[1 $){'_+u._&1V蛂jˁSCx¹ϰ:J:)ҪǴ :y ʯCg4z+ M,̹Ad9U,AQ< Zw- qHԣsI{{™B~(;r|#'`GB8КbMh10l/t=jPYKPa<5pH#`9vVu3Z,]vvK[MJVu%l'؈7ɧz?v*mjgsvؙϥln ${`nǜ]і䗅{N±Xa7[ܳ-q2M{L eHfO{a'4wI`,Y@7fD@{[[jXȚkڐyր#Lkޖn3G7~?O^1:F)EqR*z,eMa )LLkħSQye R4ãşղ@HV+LjSm3   YLG:?'Il ;mMBWe&GQ _TH[KI[Wߟ5y#%.nV!|7~ loNdJf +R1^0Km')MǛ{~-A~ kX p/)㧢wt83TݢsOpVJKYpdͥ]V2b{4|<.E{5eڥ7#? e "8o^/WoY)$l8Ȉ)iab!/QK*7)cZ'VOR RiL/UHRsqE}W^püG=syZvo*Gme[EXM6Aw[:/Ak v<4,8b%YQi J@htVE9 GnUv:vHo+kEb+ &OT .<ܰ@LjRj+v>Z ||ggYqkcc+^H.xYWe g,UIUuT&|SX\UeR˴C|jTOBw"YfP~1x} BaGO ^D7K߅eER2hDF|rW Vm3`Z}VEp`^[_MMdЧ|ҏ e<j[Tj4w>3:>V-H,K&zQ,ޟpTs>t7YW;l٩Y ,Cì$xF]qe&),q(@"/0G``p -/=ǓV 3>߀b@@ĥ9 _/aVL=+O2O](nkP)6~D#i]Xܦ,)}7@}J ǗϽ>Uv0K΋ 6r50`Yݗߨl>ZKm6#`H!l;z7 &4sۨ|BN8pp*AhqL: zjUVT~dxI"/a3E%a(L1(5"X!{ߞ^x'*}.@^D8!q!|,5u9GWN"񜪎F>Z+~7H|v+7d=W\s%RȩRQJ^^K|.,Ž'}YǢb? 225gRv 0:A9ЋQ>F¶z]ۧ{q&VU^Ej-h0O{zȟvcZ{w oyhj Wub9Vf%*^ɺ քhX葝aW߾4:Gx+x l_Jdv'onRôɄ?8 I['>Q ~脸j 唰 1\.=ډ8 7>k/VwGmpHwi"ӀҜ)~%\1NӮxCгݪ*ª5҉Fe,H+ǘ<-,e}F{.V )DlYW NR?xAmXAvC=c? ߸|0HZ(b|DžUjJ`gtEޔcq7J>32xw}5w߁>K6ɚC?nt@YU['F(ӉZw4;J4H>6M՗~jx?OO#~Y5}.Ga.!9EO8wac䞈d%P;`:׺9Bg 0VBi$MU{MO2\^z_im gՈa QQo@~0E򬇗"{`?K{g)^x9ڊ|L}%(+ FZ/ѩ*nZ$[`wMQIK2kǣ1`xma~`)Kw`m㈟b #m30NvŸ}h:O'EtzC}P<6EбGN0L#KgyXsE0yKc|\YH{ QnfШ Z|5ݒ8nNO]9 yf0dLOn]zXYJs/W`9:қ*,lk,gxev`Biޠo~w"|+쌉J 6 Mò%BYrA5Y2̕˟IԎ驿jP#F nVy8 %aR M>6ՋK@5d}r!:B,04A , ;^kVd8Y`,բo8gĬ*Ųܤ\Ɔaz3jEa*/k ]5$]cx*g.fa;m8x|d)w!sD~qH58O[7 m77*ܣ'7Y6<MI,(? ehF-d"%F۔Lsp ~Z$%K~S !-zPg7AӍWM 7սn.,H-U;D p񽾐\Xt2ҲI1J3i ؞r~|l5+Es\wŹN /!}^ k-塋%ȟdNTQbtU߾~~+.NʗlCOx4XW9 o"6fR%0YM˔E`9#'4g(ze3Sp?eB7$Zdzؠ!euTDDf|mجb S]) 9Kf[ExG=Yy~sp%ͤP5t ,Rخ| rn>TAMf5AOøB-&[ #6꫽`41[!5c{a0=x'唢oː`GA\Ԭ4~׷| FB@cHǣ+0cBcY ĩY3Gkc_\Npvd(t wa}.Pm.ƭ2q;@B>'b_1TsrOcKS;۴m=.x{m4@HA\,2ⵦ24뛂oңLL;磚-YTE=3U )QOE.t!#L qLQܩQ ԭsa ބKۅgw|x)Ů1aQ/#tv#l_ nEqAЬNjd"rm.Sg l VxѭmKP/h%KF$ݗ!lcs&EY/ɻevײ֍'_w ϰ~Xh[K7^qBHX^i O7գ@ɸL`V/0ȳӤZvxJ"d @Fɛ; bƮ$LH@_ ]=}?9f'i%Wn/]CB\֜`; 5X΂R]*0vTJ[~^;%C?GTs*WW6cHW J1gG(zkTEߊsߍ$𿪇=%/\(e+ihE"eAe]dMi~ŏs[K(QVʯDלKͱr H5U;*;\$Lm/R7$r'ݲ7)mM*|)R w|Hޅ&óH0`*GF@Ǯѝ]Dx!m)T]fa}4 >lG/c\2 [:c;ɅAxS#﷫LSP0s@ j\"`b \Y?"`ΓQZഺc)TbW~f9&Mޜg(qVbr/ő #Π@ {Ȓr qjlt฀n yڱ*L`zQFݚTԄG[Z^ o-)CD躟\ t\Y46ByçoZ4.|rMpDﭠ酪OY?k"Si5zc2ITX<%9z+ E) $:+ 8bWi\Yc\VungF,wH)s6i@g0PX$أ9=@tb? vDX 8|ݥojVZ@DS&REK֮\wI]ghLzR&zcʋ{ρ5NvPYw\ FFJ'mtUioǞ:!W#߿_AYUw?09Ba`CwAnܤ *=h=ʎY^[B$x>'s2~o/#*~~g;vm[[ʴ2q-!E6ƼQK#ZV3멤o0 ?{]VXt!6?Hz4d)*Y6<=d 'b"uvY3>#I{x;>Zz˲(Bup=4}d` x5C?KW5ؕE0ARaiM@9*"KN2wb}ojr1-9Ϣk%/%i{am *|5.-=w?@˂&ٷ_;;G7˨ 1/# @ڨcAż<4>LWtZv*cYe"zRCXGT? DDagkؙSAvK%R3"Ht VAX)c7ŋfV>j΋MIb&˧<ƪ% '3jg.sR7_Oxy<11(_nzSN6,. \ 1)hPltq^-+]2k[ ,]fxhaIiI[b |FM YH\M!:Fna/& ,a6] *.H@4Gd JAF0K9Lv-&R eUB*~g6qܝȿ(j R'qG+j{ lQ7|Wz6l0ǫB;ItJFtgaп.[ F9|oTC UF9!.IJx`"xqf8,޾R.!"[)MzF[cGb &k&<Ҋv 5VFG XŎ&cb J6-QemZ0S"ˮ~}鳽j_+A{ؠ@R]uZbLB K tp̑RL)|V\,P13P.aTp$]?ǛjV??xnNLed,^qf7 ρaDM!JL@9i_7+|́jó[|γOMM1iІ۹᷺"CeieG<(Ͼ&OSSF[@#3jNh3vf)W0ܣ-^B|62QH$*Ef|jJn"7/ ,-#SHL_Bd-*>~P*TqYF\娷2fPd3zOi7j6s\ O^Iu}yó}㫯ff?yPl=# {, zAw`7!zR >@&80="1-l zjFaӵH߬ ~mxV'3 Ź*䅬cՇ~b^|BgFܶ+EBaCԓLıEb݋)+:u@ۤ9ZB' S.i]S)?uym _Ԯ-[/茡7᷸ɔt[G_Q$S:*7G\4)ffH3'Ҽ#7j}{ zd/ƫYIG3oKGR `Kᾥbֳܽ{!*dzq~a>8~lЏ$y*BER{;Ed'WD5b&kUӔc͟w ǡsV F1 :/WژNZgEXEnyMF&XI&TxXiq}oo%}%6z{E blg Yu @E,Cߡ Sp"OrXj*e L62aF3,=8Քz=]ȱ`l(S^޴8d=yw_LFc )UyfI2pHDev<2oX߅Ikf7x{ij>mqP䩌?^̆i%`@~MSE6VkA!4~_⑺0xuO7[ttϲLwZT YX~HYr@KYڷ5RMu]ɐb즞@|F)@jߗM9ÐLh?VOC!pO~ 25^Po1v %-.'?&q=bD͗?@aM8_{ظvmm3fAsM+XP=BjT[}QWc> {)EIg؄_"b@s>R쓔<=֏OJd_>(bsG!faL[$X_۩Ьu1 @;CԮo?E!_B\60q! 4Ji߽WBXi"O 48i|]#t"1XZJ50y{RI*!)XZ`Տjd{Ql|. Ko~R^L27ۛ tk:K*wntk5u oO 7zu!=xG~Hwȅ ƔDZ,_DC~r\CwH҉֜|?UGU}9dB :\oAH2AVΤC{-6wKH6ZQQ(É;jnR]KE룽]*͢gZ:mŵu :|Kzґ Mt/3H{??ii!mM|dPU/OJc!2?ﳄ7<=YCjAU.'ANLi/;Bx<֡UXhq >ギ66(ϷU>kVBW?m`[k7ct{gcUf$űgak hLa EPԍb&nT0|t.mDBwss”]p .i[[ԧ2GTe.u!*f3B@nul4qSQ| E_eEm']c>3 8 #; Yw`Qy^\؍:`tyTӫ66)R/ԢBV?h,`zz(/O;߇P"ur>BV'[靘,EfVt Xe0dMga8k]8/'E~ՀOfr(ܱU h|11$ UDB}ET r!|9'2A'B1؄I,"+?IʯJvCY)g,{Yua8V~_8t|u ݕ΄8ӿa$v9`=k^Ym-W8ll++ 7f[4hOŠfQ`05yf @"OcYJϱՖܲ>77紷%=/"q#~~]4[Qm`P&f.6Kw #4WKGp. Ww$.nJ"DA=aٙX]y1 .6&rrR뫚ܷ酨'+KO*3?hrIsfQ`GljSگ ݴ2a"]"+=Bblךaj(kȮ: nm>M|#?~!А'zd+7@unIPbXiJ?M X{. E^b۫}&h!]0%l FG㽄Asupay?&$ v锣qn@W/$^sI%DqxNR-c=gafMW1Hiݨ-C xi l2`vjOɦQۯ }&yb:w47pmW'#~Cn?30qq`P^M$9uٗ-UVMQN^GB II |%aZOJ3o_xTHa8E n5VKa&ճ|ZBvHKD"311}B@z-k=N&%/g㿥="zb7Idzp;?$1,>pA8[MiPõU3j/\+4㵂n'(Y#tr`JߤY-(.IZݓ^ޛ>MO_& -i¥A-XuEd}꫟$e؞Z>aWML.#uōme Zdu(ఖ?gPscĶO!(0km=f{c ]R3 ;)Gm#72SuCiqw 6G k,X{@<g&kQ^6yRq=:Pe-_3."gK$l^~TJ)+nIiZsxݩ1 {Ҧ~ G"ףbUFB"͎%bg½Xm{J,Wk몑pqAڸX "]uZ=ا4"WkV*>(XKvTb"T^\7:YNfQ-aU >f>ۿ$ʁ YyQYYRy`w^ = \׵.aɁ\O|h5V$~yaSqDo8#AS8htInR,$m[zYL#T5݀ؤz0cu-/V [YSw9bm`\W Ϟu3̠|ID̥G[Je\6ݑ"4CZ9k *}0ҕ}?jM"N82䮾XXL`C)_6c"2s&RZLV836,"X'K MXm/]`fh[ QCs0'Y {._gAWUAtG{±dzXEL^ȥwq]ƶd!l&ί,鍱zNBLx0iN։l*,XO*U8I_QTerۘ V(0O*Sp]MI_¬~e(||\]7wg ;[ }(}uu0D>ؒ]jg(iі{/rs2{ނ_h),~ "LTmPw٫t=2+sئ2jUmIx)m4Բmp#4zfGb0-9UY3]"TigEpnYqe(1Qmq66!O$iInzjф_ԪKcENLVGL-Nx8PpF] 'ފ+Mⷒk2.T A4\QDWv%|7\_wAk3;]>M0ƭa='+}k)6Cp 5zcCX|P?@~&q%B^|ofѾ酏4Y&~l`Ag%jg*+HdZϺ{"ޡnz6sKD><^@CvHb5JQ')~Ƒ `[woX}ڑ~6F{xjOW<8\|w6m$ɇ7uZeq$~q< FGynskSŤ]}p )ID  L:aAG;#<E8vnd+XTD :Z~ʊ]J 35#S\LnիWQ=obI/)#L( zѠ1>YVA~ ѩ:3zk^r3ar$eeeTD4"iUqǀ% 9ּ=.䖵1ӶPĺatϳ )">CUUPIynh iGgkNg:(M6bxȥM6E`쳬׷elͤ4!*H~!+vfҶV/(d{k^(xL+Jv|;ڹ>AN>YXAT?x{)U 9~1*ڰ;#(/'ޜk4# Cu]|\:qv!lM&%6(2  Ȩo&8 RwuS$]Llvk7PHI7e(YL$A2t=9]a`-4yi(rЬUe˜yJ 3KE^Ҫvd9}*4+fB?fŋZ+]^,x::c}s9Z{r"ԭGl=k_.I2ok"$2Bmtzhu*}@\"dF\gpUkvn QH)$7_:-=r9C?9$EC+fr=ǫE6.P <옧<} r!ۻAm PY¿ eϥS|_Y3mW (?O4P(Sۦ񄣩a^Y{5bclTY>N*½ECC<ֺ߯6lAj],D2l3cGTX<ؔ#zbỊQnJ@a@,\M p@e-VOKϝ'S}[Sx='r,nfUwvByTBp6}k#<ݐx [wٜK۟N6cXҜ螤+ygUd;|5QW.UC%- [s>$S1.U׀LqЯыFƒju [FʄB[`EZ = gH;O[jo3FsLCQR+D|,cmA'Q hN'SB U.ϭۛfȞ~Jwv=`P'Uv7Pnaۆ=@S4-_ <̷"T9hwqEў2GshG3Z_ȪtP;T# w 1~qD'F<].0@+Rj\|%{)@-$lZE$y2H]K=Q@RF!9)$K-Nc][Jc,DI~~qfP^R-O6 ^W b儀] xxrhd얧Wax?R\iAL4}}('D3IPOR,Њ6 Volnʴc۵>3/V%"`cvi2CDFÜvvi=N 'Z/Ş<z8A |OdÛdq0cҁ[` B`^2{^L>*cI(Cft޼ۇj3\ M3 L:CV 4$>b34>-QU(/ʞyRC==Q2|*u( -eXi.i(kd|ԺHe$2y, iB^fz1Φ˄JҁY}Ome"s]S4:ް-vAj5eB~+F=23=׫.*ު)ij {˺.%|`&ZfܑFyu$umGrc`Ȏ y8%-h?մn!dK[r'tmGVK!iit8wZ%8=PYb$/_&W쿌3B0'4q(`MqO܎9׽t nxZֱV#IIUgҜ5sxq\*.tp4YDq#^W pץzCDLp9XS󿫬ʞ!KDҫn LSLPJ՗ Ud6?E3MB_;2b^!VO0,n]U'&no;:eB;XH*F">wۉ;s>Rk6Q+}pA@mCâ pղo̺*|Ϙ4k]=VMР1#C; ~=2l$+:T(7-c0- ϋڻzܧ3(ITb#z ']l:o.0IK1Ϲuvq'6MǷ5tWmd_f }cn#GVcX Xռ! YZ