libf95getdata7-0.10.0-bp153.1.17 >  A `BI!M@eee _;D͉>WDu}爤EGJP>=|KJzZ|4,e. LU@~A+:P XfFC+kl EN.XT5ҹ=t7yGm+|b&CH;qPԠo]]!p%iC5RD%n5um9wmWCLK2nJvK´;ٌOaѕvIV_r34e6a76dd6a9e540762c39c721215c5ef38dda147323fdcc2464bbd510ae47feaa88e7aaeb76599ada97a3e47165548d1a87fcea`BI!M@eee tbKMޑkZ¡+Ki6{3TV ʮ6o4!N1wZ [F.7|ܜF"o8nlڌQ!'ǜ )F}9IYp()vom~`oɌӉT G~Ir@bg<5O2UQ1drȨq {Qj:\2 ezdBo^Uo|` Ҹ- !^$7^Sz U&th>p@.?.d # Z $, 0 4 < ~ $ P X ({8 9 : >+@+F+G+H+I+X+Y+\, ],(^,Rb,^c-d-me-rf-ul-wu-v-w.(x.0y.8z.P.`.d.j.Clibf95getdata70.10.0bp153.1.17Fortran95 library for reading and writing dirfile dataThe GetData library for Fortran95 programs.`Bs390zp22ɰSUSE Linux Enterprise 15 SP3openSUSELGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://getdata.sourceforge.net/linuxs390xɰ`Bܿ`Bܿd6d1ba1840695a4e62f432e7cf00f1421a1f60116e31bb5c5c4aec5cfc7c06b2libf95getdata.so.7.0.0rootrootrootrootgetdata-0.10.0-bp153.1.17.src.rpmlibf95getdata.so.7()(64bit)libf95getdata7libf95getdata7(s390-64)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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/ldconfigs390zp22 16149952180.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-getdatacpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=16a4fefc3392bb46f2b71af718b8c00806b775f1, not strippedPRRRRR<|A$º;8utf-85f1bb823d8bfcd21d4b8eb5824f01977d086c3d54df385df64f8c0f8b0f8736f?7zXZ !t/g] cr$x#DdABڑ <D̽?) o. Rh݅٪.X{ݚuq0 RVc"JA.MM+!+yщZ bq_=O(DY7]h}OLZn@7E#@y"~^t=W^ ttOXHb=%e\|Sn>у\p+sE{Le)@5nOMG tjardCMRm5A #;Ë?z)0܍I Rxޘ8O 9kJ:y, `wCkwä:**x%ռ30ՠox)nL ,QD! ! (;}"bIl|1 Q W8 &ɏԇݖ= ;ʢdr{ 8/Ŗ0#t>-VA6GKo* }+3r 5'hM .Ns`$:X Gߩpk<-ST6B?(Y~_: E=A5@wfc,Z!\ 惪FMB_ЩbBO~aA b;!(G~|&:^o~c4yz AKv!<{>CG|G%‰+(UNκw5Bz`,{ 1Qi@̱[1)j"Kqe&J`7;!*I*dQ\ 87ZV$q?qJm7?:sVu%h,އ9s9D$ Tg'!0T|roq =(;e,@.IYjq#W tA DSr78(ܤ\sۍ${Gz9ȹ:K(ICkI֫Ye;'ЛSmYĝ5ځDʴ{td~NeS49I6s-sH9#q`F"Y,*)TPp@dFJJ֝NvW^`{#neI[~a";^պ5 Z/8[̀L=ÂixTEe[+5? 9!led| z7sXJoϘc/~w&7ruyB *SK6&+u!'}^ݰ_^4~|0}l75f/=p\7–u8oK?HZ4i8le.*av_tǾP%>5+W7G@3/2Jȗح'K ʶxȶͿ ;RF!@N8̏d=jD(el·҆VkqYF(L45~,ų7,KJ*ۡ_E+t^vۂ9 HAmR ^YdoZ4;{՚ҹ5oVz~Pj(X_2Ͷ R7|.dyWR KGؓ v,aXœ"ofUW{$[._ں7E+:i,kS~;e  Ƿ_Tl5zX|ZIx W}*F_ lbs\ND*LB FYPbx*"QhD@g'-Ɩ+SGT[L \q' y0/%̭(|~xF3[ʚl6y{BJN+67wcjgޑb:XHGk򏬆Azl NHŅPi!]FI6dwA^m'#H|Y갪yD4PmA-M㮼0qEnyrghP l$v6w&]/mqpu{8ogX5Pԓ=Gty^soU]u s5@,>A}/kЉ7~]®XQ+ I.)~ X+"}!âc_xﰢſqdШk!UOQk/RG|_J/oN⫈~V 1jo2 ]ɑ9;+vOjI2ΨZl"GԳ.yA!8Ipluk{4s)TF@hY&ϯЋ:Z~ew,5GIYe Nu Y_4v)@}&5u?Ƞ֣ٴ @b:G0-&ݠ3!|!;2 Wwm=hANJR5e5~(XAGY -p8j{Oxo,ۤ2iC kz  k}cM ZZ @f块ot*8BkFժto FO|b?5nKN.pM`>QV>s`*:Kghy~ zxz=yey޾.^/E9=*$Cz9l{sSxCpPw!rW2NZ&Dˏіl>hؖiJE"֠B(PPDBnQ4&3gͺ Zh#Gfwdj@9zIM)-DQ*8 ejza.iC6GYҫFt9R+a.Ғ9ʀ^v}D ~ 2Cd[i1צѺv)HH8(L%zFta) b86 ϗs"zܪ|T E 疁 .& Rq~  ahmJv1|.S._O>LALVRt g-am}0'_C4 zߡF_XCC͚昡#c5 ~Iĝ8`J)/g$n3'ЋJyq$rX#e2T%]CXŒH~f𜋈d츨d;]xj wX ܶ)(0]JwO|,@sX'8{;~$s FC\ުݔt/ oK*JӿiȇjaŞX7Idžә@m\+SXz%V(-A7vD̈xJbQ$:|+f2'SmNƮ/+]Q g<"^oӂ./ ЭcZ$O,.kLF]-} ,Oz#(hՠu7GlϧޙeFO_EG3O9ŋ}G_ki ?+vH֞76i_[ -Jפm񛂣¼S&UjwR=*_ĴN4%a`;{kUn)fC(Pԕ b\ ac}>.ԫlPu*JNkfȐ(c_M!>,DDlԐ+FxLFoޙ SOz'#csxB^zqæ~s`zZϠԸ`<^sm}XdIn,f耗ELLh`"|X֌6v"X߂P}ukKXxM)Bl~nh`Q F4NnoFQJXD쬃CvfiiFϢJG 7h%P8i$4Ehp2H\=FU:,q֚n%ZxKX.$!J-lwS">{nEwD{#\u::-$1J,Xrq(e7 ұb&)Ъ O 6$ P|;w<1&-tgUJ QfgUz6 y1󲟤62U|U@Ն$gWi D"r1Kc,:FpY^կq1ҀOhQsakshDGR䃮,drDʥ<ۂWzy7X?d" 4m邳i30_ \^ΩN$6*1QW%bj!w8̫k9qVg9;u05AoJ9,~xœ"P1]$AZ8 K. c&AkגҌBkËz@TU}&e1$U Ѧg 5vPڱ Ws7o'swup{9JB3)u} \P:y0,}9s1 ^w H= C߳])Otb7ٟjCN1φՅǮ6G+$U:<w%nb N>I_uq.KBf<=pTDFNIqlPo C a1yS$2ѵFzyTp?}ia X9'˔ao 2w e2}m\̴䱪﹋qE&.+bPc.j:iн٦3p#SXk"m0[rg#;*fCoÀPB:ƘYdLu40`[2Ʃꟽ?&N nA,]|bȖc%hA `ր%{~G6S.I?;+7(.2oSq,2("I^R6]6* ]k 4ln3]lW3F&T'l@u?dB3oqx#bs&?o! )@~ [OWRS1 #EΆ5ow @yKW@N-C[mgUhʜr24/N˷,:f~i 1Xo`&e F$>Gq/ۓs% oe4Oޭ|='-^2iEHo}M8Uk;n+ȖL4Tyo7p<3~"9ԻUZЍ#UaT8[d&VV۶ Q}_أA I eۣH]HQb>EekU,{}zmE&c :L7Pn#{VO3{/K"DԽk*MyeBRB|huaG]N jb5[ov|pI=Kx^"z]{z@\'hA6|1'Vxj< 9^F$o9Q7BUERP٤M>-\V6}9FmPqotcے 'ؤ!АHX Pͫx1>Z:Mdcsڭ7 jE7o 6ɜ7ƦFe!Ak+2HhxӈxI9l ztQjܐ׋kaw/qn% oRZ s{x.זq*UfTmIMٵA5V+ b,bŬG$'aɸOORgŎ9$ܝ/,D66+8[Awr /$Èȵo(\eR1ʌH%|ǎUpoƦ(?JfޱX as$v7jr\EsBz?ZT| n]bCvh'waгhC\?z`fwY`uhk[6 bh|v]*!{"" Im+lrNvr^߅ղ:663{JrQIȕ4bnO=nIG! N4e%u¨F_#P stB)q7}+nR14 /nɹQ,&yw0I_eUu'2zJNxYݢ Asv 5d-̸`kzѵDw$:Sto˅ןvqͤ% 弮ɇ( Ğ_Z%7cܮޥr*"/]8/Äz`Uʋ /+ME6wC,uE~?VJ$A>n0I] Wjk;K}vr>@D~4p~qKL\=l07^%UV}79he::D9U'ͬábf_G798 /;ɽ+\{4{e6^F&y"f]ҋHs\&ʑ>j2o;P}よWΆ3m`QkSgw=̮t]itIc0&_ ]/SٶXsT$? c*iJ.eW-֦z}<Wal5 @s?r>^ty)- 䇮R,LCeZ7aWpl|:Q)\8jd'#<}\O 0Oy^`"bo˥r Jn!@#z$!RBT (Gmz"yPG.hӗ7[.M&Xpb`61g0M|처v7Mh|WTkdzbI|2v#{ ;b,d^JHb~nV_j)uk3s/Xki_;OC4&گ==Cu_İah,O+_LǺ `r>Lfq sR{4/o2#VHXflρfZ ]>bZ۠і\6mq:O̸_ו2pNZ6ysu5piN!J(ῠ@8VCJ )5 *.Y({GT#TnΛ*>(ߚkb#3I޽sj62ٲYmoJg.{ zKJ+̴3/Ů3N@뎌((lAcpDw^c` ᵰf<^Fp9rxqlfK]Uғ= 䠶Z`>) 1SBf#wE&B_-Is3#FH Iϊҧ:+ P?ѓjfr Ț׽E2]RHhQٛ$j>_ERO${Y x( K>(rFۘrF3-52F^xlC`4/ 0+}q%H-P㢒1 xVMd HxwU.fyYBSJt] 5o bd(˥-gHMLsQNѺ77<ãc\jx4[bxꃽ^0He=d(YŌAU8IHg.hUnCMF:vgXFo$6aiMUfV&{?&qK1M㩚Mϖ5\F_d7ޚ+HKkr,tCIfr`7BwEiqE=+gd>"d|ŵ72+0$o帮[5]&1GQ+$߅T3.i궸xעƓ󈑐 Xx8d {\cLgQ)H=hmEDô; dm/zaWe9FWF PfKkH ]OvMv`B'ri?~~A j2џ<ƽg(+!w&KHOG+=Nb:asF:JäK4ĺ3amxON:1>uX^!za;֥O8*XʶeE@vۭ+ ;`gF6Z&{.c}Ya8<"{sũT&i}?pOvaLž`;Q2] N郑6 %Tlk)6ش/^=*$y4 jB^*d-]~yGoE?MœG-F3phkB &Fɲԇ:c[t`=Ծ>%>)CQK|#?`Zækco4 : z`2<'ӏ f}6ԓrQ!,%Rg8ڇ0 w~y@I?$j"mt\1D_ae,N ӵ8j3EWBۤ{L%ϫ*3)ﻈ.rl*nD|mh!V͡Ap_h2&\%'z*d<'sUǁ[h Ӻ=8y^Q#Nui͐C`]ZJo۸q=INW)HLAy ^@~s{=. &Xx>R^7X:ʖq޵xfnYX^*r ŗbZM 9U-k/F8v=H%{HIaJW8}wNi4. kMa ,0tvִކqnj 4&KKt!0ew P<8].]Ƃ)GL&I~ckţvps;nN0~+ȋ>3m}^\5;̽أ\xtգQNELŸ 1'!ØI''FbL x`š` ]sqNDȌo:Jݜ|{U7耮zujoo]#D,|*cz~D-fkԮ[U&  vW2ZS5m0N(s&us]ZE0|ړĵPJϫb3b,h\T V^][4 02XxJo:,.Dp_c3D]ƛR|ݷo+€7bDýyW9!;9ʼn9~ *ȑ[l>%gͯ`̚ro4A7[_wZl!ac绌ȴ%NIwJ8[ErAu,_,|=|)u^Y=&!y]Iđ/cckru(76=;"SR0 ¿rɒm[<`DcDtNL`t-]*Vi sG">"tV6Bgr y mCg;ǯW 'T}sychyg3 QoAY r_,}ˋ [CDU~IyL S?S7,7vΤA*P',GSe„#ݥ~B݁{Ti״'M+\HpG܂ӟUGWM6!u31*G'gl o'j Mu>k@wo/ ?WUHSE yV7U)xΥ.%eg*YOc"_߳[φp .9p{"ڝ P*3pB2m?Safz.kpIO$K&FOP$;fX@o)i`-"xC%+gJː t_hĠJ,bmj䃩S 2S?q%oqs@[kE7SrξyƩRovx\{1 ݩ{N# ՘SIy |+YG={ D2 {~{a[T|tR}[Pq9 ߄c<<*_lʣqaO[E %Mˮsp|[9l4CWOADiuJ<#}[x]3N:nZөr!N!U¼~hP5|6n.;{ ,0 K9*tzc/!ɒoPT M` 1.n82oSڐ 'q>4*̿Ttuv2$#6u%K1NJR@?1ܬwc Z+%{ZN@ٚW]sQ@ *BRwT*s>b3v@/&g}gm.y@ !` Й($k?Qld$qbG(¡o+$!y5B¥Z+#BŶt?n4Ԃe{&cFVUfEZLm>;5Do3('>=u BUo0F50 )\t9GT*?D mu׺.nz-׺+M*Rpb1co$z3DN7ff W =-Ukcq(uXL3C=~vG4 ELEǸ%K]hDkS' ٍ:lͿ^)K)I)Xoa>ؤ.Tu^I(;2/Kl1g)]t5Wj&dTC?ɝG`R[_ɛ|j1,ZF3h7Jr$q_ձҋ*l~,[~Ǣ|}iZ`Xɹ׸;h^D cW4WZ5Zq Vb>kc*da؇wʁdZͥħN R"OGvMHtE2.E S53 y츕._<h"|V{O^'RԾEF5V`8*ӏ5ER3pŗozYy9b׸6j!L\`d}޲rOW ^/a`*yib3@f(Q>Z>jN{U22FMeJ}~EReol]+/\7 O{V'= . }W'?їgҪXjN.C ~jkd9\)@,t2~+!ս.QlTnn36@¯k[4H~v&ӿz*ut,K~A!M)0XL=״JZD,Cj@bĹՐ﮺|l~/{[@brE P7l"N%ie:ATMc˱f֕+T+z/!UCT0 BKZDۚdbLVFo/iTGY+W!'zc5SL UZsNO+>g[I3,Zgn޲-1j /dQ[ۤMN ) \nxG8 $QWpV% D}78^LC0 'hVJ튛ʽL /AHpFNq1`VKdwyX) &}nH$C LY&ҁ-=) :ޙLHq,@!;2. T3$B@iPmsqAw Wy @;Rwr yltW3@PMYp@h)i:ش#&] #qG QƘ$҃o8(GhMu%)fRHO2VFB\=^f4{|3mX4痳bbӲsA K+PkhEXԲ?AvzL%)V1r^8tc]Kv49lg}_r,2 FTXO%i-UpVnJ)N,6xq 1!c`8/єCKf8ɇ$@t ف0Ocn|O0#^ ̓@sray~1;S&ȡ+}x%7@H-D;/ϵ,1g: ^i&tƔE,^ ,4P\B]3X^lbP" }ځа~8ӝȰ}`9}cC{$kOzyrh4L~axϭ''VB͈9y`XkQnnHL'$+nX'p9)Q@q yo>ބLl7z+FF)]9%D]C>".}9b8vĸI?!v(],c`kB?%Sw?==ké~6zVd;Vr!wj:Zh{( jL\"[66^Y3>(/_(%`/#YbFSGG5zk:) aX?ʍS'ktmDXBXF&Qi@ Qɸ;uJ3<%o`\\YF uC/XKvK8l1gTҥt{&Vo8]3ywۋ0Id1ȔZⶳ,@îU/Y \bgx~Ȓej߈4̚?tY^7/5 z5`5*A5n~uahU!^`2娊"ay"kVIu]8{Y'DiK6>2'o"O~&\cVirJ𺊋Rl! VBuve7nƆ toj+4rM -=н c>'zR1gz0}d,~XzQg$@V :;a1%Hu1K\&9"4C%ehZ#'#`@MvݍRzi+ kUsʼnFQKDTRiE]lBCZ7C2-êss3=7Ea1H>98a*06 /mt:t8x ~Ghf*kps%! ےh(h.Т xP:  Lr6iltA4̓SBkݒ tiSq6\s JrwSx[\P&yF_,m8,tai! GP~`EqcE*$E? ^fV'; &z&alZ 1w.fָK~}șD+ƌA7?82Ce" !`C*s;-{i72qngY,-nҖ"W*JuHܔDbdƶ{2?>u[-2S$#zid(55`󚷗UhSiRtq{Mee_4ٗ/&j.:%sXE I^g6[E(zx{Oɹ t UyĢCodhY6Gq)Xv CJ:!!͐◃` o띶%͘kSh@15Gd3^_PsuR$ۓقO´7XEـpeoH(pVGoȱ @UWΟS&_P HRY?zЬɤPh4{@ FVv,DGCB[.̓ؐa*TCvi4Xbh.7O) Wp@e8;\vtI{X5'dޏN4:HNT% IJ_ӝhv1y $LKi1DESɞ<6`o]\M .M4 8~)LA$gLW+oV`0ؽPr/!(K!\⧺l޿6D*>@ln.f-|O(˛7siaĸ~YleJ|RЋvMwY=ФpQ.p9@+{{T"U_{ DӞRC%vڷUIJ}uB;4 a"39]zy1dԔb"/Mߛ|Sl*iY* u,U`B)Z6 d16\hUЂ_2ߧ kI?k% @9_Y88zT(IMS-v:jLSi`vX_կ$h85+#} Mtٰ3kede*D}J~բY"#,g:Ԍ} q $Uԁd1KAѰV }wD ^CkH8.<5Qn0}  ` ?z?Ow+%/,ҥ*pt:>nb 6!HmW`o)obO+EY;ťN?:4z,B`ާA wV:'Uc j旖 h55(n5h&lI}dm抁!0[A^{kvJ1^-g|Z_Vh>OόFJY&}aG4wʾFvlnMP Jy%o90LGD'LX-kTGAsdʏU /"QS>}VEnH|*%yt;m9{I(.:9X7 >9NHS7 Vjhr&kZmERm${1 }-1ga?&5**I!kegԳÊ(%*)}y=yLV\6 ZT3q痎nlHmG^0.ag@3Qk{ՕN$0+S5H>+\rPX(dz?oe1[9N <ϑcgdJH^@v-i9¾=tI 4Daj~N$cM&V-jDi\_ uσ XuT !9၍ $ֻ@Ab4ᙶ$BxuS ')VdŔY[3p(Z`C|\_m)<I STL딡vӀD2 cD"Am+0ȯr77[ܐF{ӅamP*;z`Ͻ)|O|/MS! T-7>tHlwlj;k|َx`uVg{/ET>T5rWW|.0߭mHÇ~Vk}[RKcth[bS6<,cTJe*&5Sk"᷼;>r#*EcEy(GZnF 3 m;7Gۥ W=ͣ&a ;(sAZ;e&?MVؖ_%EVBg׳אCOX7skAKG_;Vɥn x:ɴIBwOw!~,w݁ѳZ6Cp#A(a*ec&c+HIP2-;II[X.[:SPvD#$s\,'W׌v"3J01sOAfٓMkvfWI06~SG}Mn =& ?f a9xBqO'^ԽbP!5hTTJv'f륆be:ꤧeÎ*$9sg(͖wlpJ'o䨚]f>324 K+>?[NQ$C|ExHstΚ`'CbLA~H25İZjC2H5O.5FgT\/dr@Eo6?@?j:4vޕk{Z.a 83vL{e45sV)un v8u䵽'FPt%I1/B_iAݏBT,cSseD泹/1#9 *pEn/i!fD[c,:O!O{|'<3ʾŭ]ߓrZBԁY эpStM2]<\[P%QX^]7QkzS;v)փ LF0/wvA 8H N݈;0nUJB5nMaCڤ._ t 5$0:oal@d/ABgBPl>QPq0?Lleg[=_ 8j3:2b7x2f 4$׾+J~TNoʚ?v R;ֻ=qE`|QbC~!e׾8 (W./Dlh}sG[)4ly5p,!6 ?e$",ESƃ k(eOB`ݐ-\bhntIH?TQ71*7Πך!{zBWjGF)j: ):ľo7q#ޯ 7 lÑ E.γK{.kGCO,atFj0`T9OG̓PϚi1iɚ@Հ![h6 vR|ٺJҚ[q|,=k=?nks'%*# ҟ&[N&6!ju7(  =&W[/^D˨[WEj?cv,iH8$Tx@P^An+Vvgzp!{̮2Y19bٺ8[e;X/Jڑws ߍ.*v{ ;/6\z~kTBSKZC'&v`B/:PF]p[b;J1j AW5 H0Et,1Y蘐%@equjp9pwc3KWEz9 `+b&- CiyllgZ(@`?̼*½0!at(bBiZ(:jt8JHkH1i PX"Ҁ@Y-Ȥ5uyJW~v$/6LͣVJk@=,dO*VD}~.rNWɗdPz\'QR=13o y>c2컢g_) ?fC-vBDB78:ofx9#z2kO{h9R#+,S*n|z1x@da$}kj-:nG.w2yK <1GPƓSEUv\Δ:iR;Kc+uF,lԲ9lb*G*TYaB@s5vTAg:mvN[:CWq&̧tb 3G3!H#xf# T?.5tM.QRf5ɍ\]v^9HQ`mku , yqm ,ao~l(n_gBEK+.aV LxLKb{;Sp}DfUo)%/lmW#l67}\2-p~*嘞ٮw% {D5µgu~*8Ұf:|C$(q4]0eN&2/Y=bnZ]EZ"dV5 :E]N ,/]%gԝ+>qE͔M[ ߳}+[W)@h4(A J֨v7ԚNmKo8o *a®Zw}]e~<'8,<ͨP d6ǰ*P\#Zg&qɜH=ml0>b]Z>&Ρk =eg$BE2SNDAykTxCamop3V _:6sEuwfNik[^.UEq|f4"_ ?D]kpu^w/@ĺ~= " c7*a<Ѥi h Ch~3y*3_hzZQc&Y57~cq<,CGw&b,!<ߔE?|qVuQv5tx.ZG6TV8EKZ~G{IbSA~F֙{!l>jBm#qo6 ?5s>2J`夜噦&y+d`Kyt2-/|vXc!@7m'4wDPh5UXVGAJ2}f a`p{ȿD)~5`=#K:fkaDEr4pLngpr >x_Xԅ+0H0MӵUt f\.iD}u#wmw[s̕e,y? _ZApkdž!gYZ -XbR$|wi_쉍uF)Js9.tl|jP 1< 7 8w;uSSI\k6GXN=\0>mmQ(eedwP1UÿZ+_̏ @#)Ҙ%yUpKlotI}KRm|/cOrm}_ᓝ-fLQԞߝ fJٷ5>yk[w0x G4 ਏ4brdU>- ٘RV]4zz@97`C?1Л>s>r`+]Ǭ gRQUt.d?{1*9'$&cJHi T2m@6hlU4BcjCe[$P M<;(F.MT/*vXVf;=;0,KLKFD.Kju?'"{l`gi-vFS~%s(M:"L5^Zn*n+ɲ1q_Xė zCnEu"hܐYn& ?5|)Lzl"s~"[Dd1#"4n-ͦ^%]l B ݭt~d-?00Zuu пg[LhN9s3Mޓ8 qx><)}Lu˾hL[©: | DVZy L/<,嚃cL%r saBSֵAo[a[ƺ5Ma#-HMNX1v*\RrMHPR RI'XD_aP MX,Gy`W;Ӟ̄F,e)Ayq\ݮW`2#Z- ;#%Ϟ8/" &g/(Zoڸ2.5Vo/H14R8mN!k防;ʒ^"G~2hFØV#XRr4tnۄf Ow^ /~! ĔUˋƑQ3Ӥ^/`Tw-"}$P%@Ob;U-爊sVL]ˆ@ܠ*j Eos ]\d\}=T7\G+!/?1,uhn |VcSо# | TdA~/9V=7f`8\-`yA6(ERw$#񈺝_fo0Ca-&Itn0 эתk/KAivydWL(wmo:Jӄ EsGzC0+KNJ9E|&[L>SuJ*n9>!0(ڭl:&C'N'؍:BON:Ig0CRwl~YzQ2&Q> G%P(0sKk'Ce,B`߱R'3uZPW:6::Spң1z?[6FFtȘN~Gq%zF?hm+rNB {syK( `E7BHaߺߴ06N`k ÞΡ-.]{68sK n}DzhP^!8/Ъ/AcC ʸ4@/\ N.\'z/~,L;s|YjR4*AD*yecP}1;@>@q ؂ ˞+iNC4Hc8^0;,!ڙSx]"(`JGքѺl$S4 װ~EMJ?Cl-2nUGz)˪2)NMo@ʡO"r tށ-|ϔ)$حPzq1(/:zU-DPDpoŸ)BsǸ:)?  l$}_W}L7KXH?tHS.rao63:Sx/ZHpuDNWƨR.?a 08PCZ@Na.8k*/lk9&"+tB} FVy7P{#/!)~]lSkOm/'/r\4~Сj^gn ܺO[U;bu `,v{:k632ҸVF'`;Q߁Ec%{ɻ+zJ]5I>LI,`uEq*nOШZMgRSZoW3=>JvIН˻ i"o 5STDyCl3NMᬎS㽂Q RVN؉ F253+mM +t#:Cv9߇AQR&^vs;nW۞ݽYÐqls풆 ܶ `}'XnUGVyPhvnO [W`VuiEE+rz.] [Sl a^ J"Jm4j ׇN*/jl',XgDR;Y` w1֩zsh%Fc>7sv]pvBȋ H" sD %{/dVqey@C( q>&vtk..}dF9>)C]9'.4ZgCŰ競׫!%qđlcNF@pCK2P…G4S0#h&R*5HARcDmuO[ꢟ/d*cU,=}e>P v HRV16Wjۋ߽U;t=&t'aG Vgr)yhfvKn ڄZwkstyϬՌчXu PfY4(sm\=TĚm0uh=07̿j)ږ2;_REIP98}g V~֠8hM(O{rg*Iʖ]6uv-(Q)+rZ](x}p5H\nlLND=$Js2EK C\b R9;XŔɞVj%ID㹱? x2pհ2lnx.VQNP] W q&tTl>7(m2Y]3uLٟJj(,Y̠2?̸((RĒBt|&ՔGirS&`R DAS(scI{P0i;jNB&7 w^H3X#wAI$tumIDO 9W#^'eqS^0l]]ifP 1Ħm>ԚcBBD.?Ngegʎ12SfhVv}Y`m>U^Y?`50.aw0CN_HŦp8PȇاΏ(e`ݢlg;_OQhnCla'Kfmz"dy$MI͎%8oW8C˄ {_Eކ? "ܢƂ6vY(Mr&;WBq+iw R+Khҫf }9 TǖaDŽ.6%<.x:Zˁb:tUrЁ4G&ϥV`oϘ:R|PGOBz0V/IdS\%Nͅd49HBf;vߍq+è}0Y zϯJvyܐb(Y[w@elqGYohag`mD...SaϞ)n t'UVbS @H1Ă{Wb^2~(ʧ훬2傃9q-+ĸ_ȜUZpչ,\RU='Yi.V7"/LIcsþ}ΐD{ ]zԮ/&Y6,Ӽ o}f`Ota+3&֤ w1G68` Y!/ءD8ɧei t1`satH v?+ѳ50N4 R!=yKFlḶZ~j #=vr4OO4c;Q<NE#oE헞I]>pO|xӊTʃGvxjRp hV M}|\kuF;u$csz%ExblRy?ͼj^ %w9l^ƩZB7TS'w^24vAi4n؝g!$YE# ĉgh^^R9u1o![4dM_ԑʠI !|9F!X(Ij|"AYK X3BFߑÀh2|Jsug>ĩzhKlV(#.lV|e={sћg͏ tڒe4vm"RnDc;f/bk Û1(w Q-$\\EZp=QHb X,qX*S5Hҷ KԑNQLʫ OMM}F@jA$L8\KX*XݤA;|wތ:Ok2 8 wۮ \vY|reW}i\YPP o`=CguVT Jv;̃wcfc R$8I>inYhlj3f|9o(,G s{O/_'1;t\7 tvw~MT㚘\j>IdNL.Rr%Hxe/'!Їm݊ڌ bh֕tETB2؇6~zQ"lgN3,߷ߵցnТ_s6@d xa0ҶX`o[a@%%Z˴#Cdl}P=R$%Dd)5kLdYF)Y"e`Yr%=Woe-k@TՁWvoGjwanbFuYzk՘Uf]H(9sJ_vBfB3^H's??;ԝ/P'_NNV)<^/v˘'}1Bہ3H6wj?G%"݈}mRW7!r5*tƲ[*"^v = YZ