libfgetdata6-0.10.0-bp153.1.17 >  A `CF!M@eeec*DGd3L}NKN,_6_M6,=\g^qsO䩽7g_iax}MjJ:cx n.db)dB={;ݵyb@\38}YB2=|;\4ztDluBȞr|tC)`%{n}oyԕBôd@c),gՎ).H=@(Uʔp616c6c23187197960d6a71785a31080f0d15f27c6795e3e376a4ceafc5ba1ec116a67d781c941407cd506c81db070851dbb4c33c܉`CF!M@eee S@ɥ#\"t6f] rPݔX"Q|Cμ~LLڪ IJg) ץ~㴸m oortL fh$* P8@k~r4189b=ӾQ4.B| ymy :7bȾ9Z󜊱pM%1Z_:|$miCcEE&L\`fډ=xW]@͛Q1>FWƳ`o:}ӫżjyk<>p@.|?.ld ! V $, 0 4 < ~  <  ('80 9` :R >+R@+aF+pG+H+I+X+Y+\+]+^,b,c,d-e-"f-%l-'u-<v-Dw-x-y-z. .. .&.hClibfgetdata60.10.0bp153.1.17Fortran library for reading and writing dirfile dataThe GetData library for Fortran programs.`CEobs-power8-04iSUSE Linux Enterprise 15 SP3openSUSELGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://getdata.sourceforge.net/linuxppc64lei`CB1`CB1f0ce337b5c67480f6e7fa17f39380e096f52e3854b45f663dfe64f551af5bf28libfgetdata.so.6.0.0rootrootrootrootgetdata-0.10.0-bp153.1.17.src.rpmlibfgetdata.so.6()(64bit)libfgetdata6libfgetdata6(ppc-64)@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgetdata.so.8()(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/ldconfigobs-power8-04 16150215410.10.0-bp153.1.170.10.0-bp153.1.17libfgetdata.so.6libfgetdata.so.6.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-getdatacpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6483e4972d908cdff9710c3d388f624fb988b291, not strippedPRRR=ר1:aautf-81b32812e669bfe4810a0ff24728b978d76f76d59756b28a84139430804349b7b?7zXZ !t/k;w] cr$x#Ddމ n¢@qz#9Yz/L@=oYM}& (ѷz.OK0s[ lwkAUʆT'8MQhfVÇy@Gr XeZPY' ,~! g /ȕМZՃIy y8ռ,\V=֖#9u`/CkEݍ~S'Nw;㎷NDyEGv/\`ѐ)nac;.aV,@V͉/^{<%HZ5l*pWo=DeeOS&=.yn@W1R)gw#<0 %O$Y}gysNQ~5 -ٿKC̨J3c/demEp 4R|ʾ@Wh&]+x}+p&X1ʧp Ka /<.>6qWk)Y81M,DWz@XԻ~SGAxsY͂kB@բG  >p$ ֹNw,bSny8=~nF{<FCUpZXg\n\ G[+p!zSN;=pQv o\mYe]pAz81[SLUzDrIP"JLֈqd(plyWU&7LT$05J.D#m Oz9)<2 L^Sb? A_0G0T]zl;%5-d>~3\r|&nuw }$vMc=<|bmv Kqp0yv/_\&l9Qn ̥$;eǾcc S~LIψvĜOGGvj{ ̷*W^XݝK׸B&NGI{b2jMoq[,"~x*t>{0D.t W3wuԲFQ&4R7D]ܙKiVk@|FA<5%Eas ޤ-AKTY4ǡr%K(MKnCZ:椉94+'jK}* #}@>Y.ZuFXba@}<Êo W9!XO6IҾbD7P.ITߖ!}\-GwBnC;[X5O9Ph<1Vⶏ%4oƴgOq s1'MXss4/!nV+,Q/dZƥ`mcs$Oa`EW9 ^9 ]| 񵄕>u&K tW`L Z?+X-5;+]5KwkYHW›h{H)s9 !\희 %ss\z-%KaoJ8EB<"PfJԵ=\u(kdUٻڒ npӻ4u-xs(t+ hU@YiL'obW4NTW R8ZiR˦"c'%٢q0CW2GϜ(tt8\|(7cӖ&?tB+x()yt̩fZk4"`ˌP Z|OE,[C?ɔAAk#:"W b %ɜ sߞ;Nyv~_&N 7TaQZ^IelkUR=AWm?z̻̿"fGxa6hD )[tG|Sݓ06Z\|UPg5ҍc$0jLȱ6N}R=TbuP=g(W{YK J>+\}iv S!d36ʚH Q<ŠC X=d_Fhbb2 ˿E^"/b_o˃n>[@Kx˒oPbøYҪ܈"AHrŰ:VLXP\JPS=Y$GfDRE4q AijCd˿Į"v 0qqr`8TA_(II>nL(}3r^Sş5(qg꧀EGjN;Rz~@ܕ -t>xqj_u H8mm ̤i;dq{tHŽLq{bDv&3\ h/Y]vEA)[G Sf_ bE/*)Lb)Q$بTIk 2U,G4^n'N{Jb`iUՖQ8ѯ}8\b0hin#D}5'SV 4dpu+|> iZIt9D{'&Sm@Hb[ IUJ/&DT۰)i.2erք޿q`h/p ?ӆEI= ;Bf^/F+ymq5v1Ե 0rӟnp-KgЩ$L*Llh)HEYkC3vn `Yנ#2MrrFõrkj¼QS̽##`cI״+ËQ]U2po=guUP r.BSΚ z3{}C^~\6Õ8졒' Οjr>"'h<3řI1ZJ}h@l{&s@c9gbɮ:S6||$W 6s$ok2@dg~ó'eYCT/y_̪*Yz=m6ΰeB9Q FAcu'mX[-x_AgG3/d65+7jiA(1"hXXWdNCRmvfvdk֟:(irI:Hh)2><7i*!GC>uXÎB8Rc7nv1_PQs=&y#Edu@3|$0W9͠,̤͵F[пKu$̝Ŏ= s^O.!&۠9TU@њo(uzD &\Wvw*qlڎ>,8|ZDm=^nig(`݁ky&/"vژ,۾ſyQjG`p,cE#f3[ ¬&9c %9 *=QewkJ$È4rRrLZ%қ:}NPľܑw]b|k] ph7evT;AURh+R49Vy^{`bɀG3 F1RLy.ȓI\̤"?(%] قyN|seGmq7$C _YmBHUo`[mϙ k6luXX}t8ڊ%4:X/ڥRIk&>$KfNsUUW;2`ߗ:)lm){5\j6=Xx4g?xp݀mYVݭ59Y=F$Gb)CFpDRc]jo$#+M$WB-[ޢ\YWy8ɎI+R;uK/h>YV//堛"+|:?܂XGuQ.1! &G N?i ˦Hڞ?\upq[$@+Pc=pʼli`ݟkD<eg)%Ixhͧ}Y tt|9C7ǘ{8$G.>g"zŽK IƱO"״q"iOEllLRQapJW FCli[eH̱ZhӔRD8 4c$*蛙*um`{}m'c!1.>sc0 i{~^K*C hM{=O֕tiAzO^NjɣIcf9(,u ʩZ:_1g-VO4OM>i#ݷ ^QھR&eu*PDJrO!HXb0eq?bK]{Gld FnYo D M^w.Jw"H`ސ"xÕ8!gcRl~SpmY FSwl-ؠ֕!5X}}c0P,+Rߥ0xd-z $A閚H&JCw;Vvao^zǪ1Ghvϋf,Cig<.q&}!3nx%~O% \RZjtϻQQ߳X1X@Et<$Y NcCAD' 8:2 \,Ԕu$j~?s+kn+QN]ȗ9p cq +ͅFykb(Brvh 4 ^BfmN{ a L^]Q'֗HĸԪF~T~,Eܻ)EO D+i+I vR\]2(V9 C1cDHNI!O-V0;o)Fm,z/tZcɸ,>d&;8`ڣp*zwRh3)QFlY)9H@iݏw_(ĽOl|f^Rdaӆ֮\QKcZKҪ+ WwtE g A.G޶y+ȯP Η&ޣ<~Z^DL-4>_-4A9c*V0P1`%"+QNg%e1#%7{?c0&"{b\5t?(Gg 2\cжOKc:Bh<赓c&\<U*>f\lku>fUe] Ov04pUe]jӮGbCntܹQJ;OMВO4Ic8!i/X@ 3v4uDKS)㇠Zy) c Noo\*k"`KpTA)n5 ޥ;t8Th躒~zA[v;}X,X4GX- &dpcD#QE14y;LY4C7.ޮm(k$钻?6m@,vG`|1VP~9l̸ׅ[6-=5 UC%u-R~@xNsjhl&oK~hлb<<ɤkuM=<ϗ)v6##XZ&Rev'ƪ'%t. j@nYBj@z*w;W oEFĔoRѬ:`qHzyn%jm2==v42GQMP k1x) O,=#ե ɹj>26_e LWfHp/Nb/?n脖Yn섕I"ꠤnv;dKN?MXuPGDm^b'\Δ9>.Aฯ{8@}N*F{|ʯa$w\;=@X7b]̮ro -Br0,\`yK8'͵Ӥ.x)1z"˥]1A>t3z7 6c,ƥѝ 'K~nbD:˥p;P3n8 T-M@Ü[ZH(d-b[M䯝1_Cjd,;"ё4E^YWV%>I4E:Noe ^~AOQzF̐3eW2 L* ءR,Lvg E;E`=T 71nT0v{i]:$RIl $_=T&`$KENJ}Xjʯ7\ǝ~xc}(RAT.shUNIfQ(g6@Z[GQČ<ӛ)b]X 2}`$}IPcl,r/ 5  aCigL].^f :w*vTȽ#7EaTO9_SIaüdTNlr#B0rˌ| ,D6֙"J(OV~* <*^h_Ѷё,32#(lkf+[ R;P@^4Y|L@X>UQ(Avjɇ 7c< )>O|Ԩ U}(3]VaDi*#;vdd/*-mM0\vDsςl!䬙IxQj%ڨӣ%2f2,nQpMcqIm knvtgQRĸ )XY>-MxpջUp t^Hb{+zY@}SS =9腑GDZ:)70pX:A_:Q `ye>3֮Ю-Dxx6x'ӠOS*Ngx,";1'ӌL'u6-U _֣OJDIÕU8Mw1n(\!J=*IslsҔ\V&&CxZ}΄htli4$>7'k5d߸{ Wk:ٻFr|I^4P*5ڊ fpIJw ^ȗ!00gsMm#2pޙ0#:n)b;<oiP+^ϳ oF|GY`ve)9M3L]iwȟW\9PR뻝}4/UZ3MAGR kJCgk<[8y̍X۽-5Ygܠ7@pt 4 "Z="Ë#Ϥ'~d4]k{GOe›׌>kh_fߵu1̋K,Zc dh<YYVUcO5Ѻ= (6E0\qF98q/ B>#: ӳUVI}BZuXCI$w㡆o>O#{}r*]!;pO6w:j[ }п;3 Q>AI84zbczS^J;\R FVgɔ?ȟdfjM.4DDD̪]`8YU Tݦ  :޲VhՃRғ䜉T4#hs*e_!{4HHV.ڶjBH Lh\' l ITP̢&O[`"^N:"pH'/'/bpH9"XWuo'3c5^,Q)sd!rP!ǍHy1v/T[R,L>\vN6D»7`]0 Y%TݝCKcSw)m^^') _k,9Ӂ #A/DT k e6|ILݰP_ԒЮK.Җ*lױK} Mꄵ_hŚ|BX'SbV&Y`%{l:Djw W cJf \qM U*X;\P=i:zմKǯʉay49E\@`tdx^sl"SP&Dh}x =%k3{q$2Ƒ?bٷ/9RikD+l 9ToΓȈ1B'pԷf BK|3rX[춹@%a :w#LCYu-Sŀ>L`vu fAhqAhe~0N!)BJK{UQEլ su?霤*V o [9X$tQZ(g4|.gQ %Z{3B ȱyO 6)-_jҏ!n3gj袬*9cDI~߷c_25)Stֿc@J`ič^C-nҷWL'Q?MTCZ8 a0jhֳmP{gr08$˪ 7kʥ iݷ2aیr."neu:4MqxoY8ʾ-{]r reFҙ>qoZ"}Nyj5vU`Y=/ʸ` QI? LY= S ݅O- ׯ,v +@ux lCNsz~Ow/*c6!jȭvWU `q*W3N~rN#o&MgXM)~xP8? 2)Dg&\7Fr蒠Lp֭<1Ҫv*j2t ȹJo woS گb?}wOss%0$c0.twf{˔NM)U-U%[+|;H)`r/&e/7]&@7i_B_@RΜ;)m V]_UHB)7!g1fdrP^u#x zgo@(#MN o!k REJcHeK0Jx7Â[bGǵ=&M @3-1(:;˜K(q!B&azĔZFe(;.=YJnRNI( N nޯږKg HՈYAY}e~+0Y!FD*Ŧy޿'WT'=i-\˫SGG̭so/ĢoGβ&gu&|W:1kFIk$3ZՂ&'(|"==طJ@plգ<jdPqN` Q*jgjF\^AKp^j !X&9}Ex\76.\wbBX ;0ĞNP0?t46vdݍe);h7<\8Mi `@XQo8ޥz{J]Ԑ5Gb\3JTtkM :mx붞6<׮V yRBlGyym`_?_?^:&O2xrX+ uQb>/Ww}{%FrP)5_ǷY_3$>Krϕ@_9i"l Ǖ%d~7꒾<836"3 uzӱs&|kb3_H3Mp ~E F#Bn)b;K(I;'(#;"eOŰ%\ad5zש#iÁ=?/GCJ $o/h.QGtzr&.VOOH0} CSEH@ I<r:tۭm#K]*}L%փ!F{(JC1 pcٰ3GLoDԸikv(SFͺִD()-]1HQnkLGg;urלtYHpKǻIG,M(HK=&Xef.Eٖ|?{h>XhP0Wޛl%ZI橁mPlf,F1! t$\'߭}%.,ŸHxc'ADA/F)\J)`)+&m i#)É+jU޹@5ߠ2ubA!E$M7y? 0PTؼώae"lab .K# ڿ;—1ǤѦKXɫ̟ߗg}ʋW*}ЊgU2J˗86o|C!4.ރp:?@.h_\?_3H8yK%tKVIQ @hQcehG>I:Rþ?c_j-xVD?#]6R[u͏j(-3j]۠`S1҃?X1:P`1u_݈ӭM{D_JJ07l/\U c,v^c>@e!ňJܣךdrI8 /7uv&^*'+mTJlaRiMe:.=34:@HR'{9 O"D`܊( C6N[ o-r(5T/ Id g?jNQkﲒ>24~f=[ȞհXa ؝o9YG'|5gG鑢cxtMR$&Gf߽){J!*]{Y ԧ9 ƍ\хtxv}ĉ_R3n9jz, R Xs %He!Gnϲ.] 'hfYK=f4Fdq<f3룈EdtRSݑbQm4 vBFkoZ&c `[#DwD,2qk:wT Qn܈BQe\ ]FI|ft(lE;vf E:s N75^~əĄ2#*{7\ٌOxuȴW9Z}Yc ' dLQmeoS[sz _u(eI|Yj¸XCXZ}5=ҤP<:A 1<gdYGi{ hyKvؒ-M)MfmF^_'Yk`zG<|FQv#G$z C"e)]dD}TAgL3/91Aɝ :sa1NfIy $y`/2;|Z4vS8\"Z' j%%PTNa )V)o=ϙ,B1oPr[JZe'AGXjI!?t*+~~{R»lpx~Mf-絚m ASU7T6.rL7X '!S%t3l }!;oΡ$ۊ|_:-/!`}SѮ^ݹCٛz?Jx9S:7}a"2;FCR$XncM̗T$֋\j gHOJ%˳ə-m:`Wѫ;+7ԉrz4?{-EF|_ džT?Q|Ylo`O2  /Sș@a'Lhqa+2v"`O;KY'YCܘ+ff͜7)XN@ H#9gս=8S w\P: ib 䉆r!JF= v9q~u,n8%@Tf8QNUoSC4T2]+FC ~'=zq5"O I^2DLQK. !w4Bn~}`BpiDAÀz\|όcb\>U[lP[h7\R0 }4ϻȖ`7,-~^{9::4ݚgW U{sM\0%?eo23R)/HsCz6r:`X=$}u}3 }wͱ<Ț8;% fG? t5ꪡ̈́Gva]IfKzo~M%[GE9,HMU!2-Js{{BD;딜kX= . [:JWhpO,> CInЋ`_%ܸ9[!+|%O#5_u5-8[U|24\s_R80/5U':RS ^YvvbrKf^Y xJ衑v銱^Wjճi^cAlޔ-m_GsExwR/?B@mgXovL4f3HqSi-5VY6W>=0x]+wN[͞Hl@i$T?gu6453ז6ibzXH5^y\kOWޘm-1ǖc?n+i";[ ^"YN6:5,5vĶ|Yx͡8qAh{e:; j$8 $?zTֻ0/͏tGUŞU3#_E2Ƕ*#[,X]W򴚽!jG\GQܤ U^@QG0C7[E y3Qa8J딺yyU3jtXaE+I7(Ջ깪ѯd;5.՝YкaVLhl#(="P謬}uIc7ETJx=]C(8W$/ bw ͭd;{+?gkz,{霟y+8)2#R_1y3$GQBP0ͣ @g\r*Z/γ2ʶW$7)CSM =LYY3{7.?0` )b4bÀ(7)ɒXEZ8r̻c;qH}( vB*|T}I5tPʭA:}FgB{UL5%E0^1 b8#WYf1egCcH+^(<0rxҢ(/adVC{Vް>vM%^$9Ulg0AG 1$),pN0KLf Aq1+nR5;P¯cu$A 1g~ OLwtr3hU WtF~c&h ,R;T Bwȓ)QH:o_^RaӊiNw[1 xK?U(; %9"Ԇ*\Jg*T?P{#v]`WįAe0M üFTn;PBZpͫPT`4e a22j>fҦ' 7)&qQx)W<|=4 )f:(#{rЖ1<l[lXL g9ZfuַGks$3hHEvRz~HkoM&w;n#%L䊂 b~ƕF܅h"5}l8HmmBdV%M{݂R-M-i0.|gc]? .ך#T=ܒ cmƽ]8wi2( >XC:%L|vG"lMfܼEai$J;1~KNǡċ4GbCU_>i`uE#{K9>/E82J4^ㅹ!%@ ̂HoĈ3OQjr~?sJ~qKa2RF%ꃪkj?/`1-mYMf^O;5Btg9Vg_^.)1i^:W)ť24vM-~{wPA0݈ AAU%EBޏHoЏ6UPg::Q.&Kġ(}1ƛy`qhω~;.@uvS lϠp>Tk[5rf{TE9\,YlNxlV12u d%a=}ڼ<ѸYQ`lB I%q ǷހZ0n<⤹$oVuy5"9'^OF3ɳج9gy:~M~L1P'B]BNqюPL0D {ӊRCqcNysv/_{} 2]Re]|+b:67r_ 3Y"ɞa(VfqĪ!2ûY)7Gޘ:joU^*q׵hJV5$7* Mw=Dk&e٥rÏdwsd-jUDr (1&kd\nq &xɣhS穬;i-1U:qW~nc{^9zXxE0MMJMc`Ր!lOhȧV xآ"FőJMc>x]nN%wDT}5/OS 3K"b.vɡm.CuoKG ΋lYS?|v0ph.b8&?%QNlJB4 -3jX"lbHU/ApJ|l!`SM Ңc?ɒ"|[ŢLՏW> q~k㦳?jm+Y $74 w&ťwqW<_Q.@C^މx@Mk\\RAAl)D/o@QPٳ`i|,kwIQ*70wY7p7mT;rӉʭ/m~[+cJD/QZqo{ߤ#=mvE{yo+AKsg)&m< qv\ K~HYø6*fmd֒kQVD%%%p>]퉉 eG uMֹiꌆLlr2x6<2 C-ri/mY -+.\:NpÍ73czY|q &h}]CٜВ6 d̜caͅpw5ۦu_%oЭ@ 3{{`Wl@"ؗ>ΨeYO,3ǯcĒky1`]qq3I(ڮk}bTꂃ@CY_Ɠ-oH' Q9E 1u't 0*s)OX)}ēڗ5t~yc`Ac)-4-Q>泌59^9񖃴%ڔQYmq!K4TO}yl&BDޥTQg 8O E ~bՄ[pxV涝̌\ . R|vȘH?T &#czq27Vj #2:/E;jp.Nϰ0uJ| Ds! Px;N A vњܝ7M3x@y}Ľ xD(sY$M*U&my{^@L%N5͜xx"K6A^2ԕ"%WrO2sui uZM wFiڔ:hVap C䳕"93vUWpc,Kn҆08163A6ӜmhEgwǔB6fC}ZM4#剳Y1]ZDjHaJ.$<)j] L,Wܫؠ+ak$ge./MZbLcг>M˜> Æ8@dPhbʤNoTO =]HBwk?l2Y c{Jnlt5L8tnHZCTR= ̎]5L}X2Rڂz6?yGy# cw9R'KiD:Phq+z_B~$5-`=Dp3 0] Z?Bi/Q-yFr帴(Y˘Y&xܚ<YZ>᳔HJg.fb,+ 7ր{4[=M2ȩ@:[@Ʉ+3Dc=`8B)eM-M/;MN"8D\!v,~rT,I^ogeZ".I՘YZ+dhB=eQCmJԝ9L[P݁|2=6_%(<7}4+ crKM -jxl#detoRfRLf,[*(̏M Ybyg.]X@Ag4Yrz X͏h`;ϯ (d9lMn i / v-fRN`#c2OOH L9 fOg ˥[fJ%)CkzKyBtSc![)јc' dLrņFxWA18f?ѡT;jmtܙ$:is۠dF?NӇ@諡Sz&v~V$~?l@n[He l`䚊DCůx7.:!3&neٶ,;7 9(EȠinkHH{AbmОG&m,5hsZCjp+4^TjOu#e; ^/ R0mRNR4& +ApRA_*K8p3vl y~2<=(1z!r>qp[:wR%_:b9|+RjΖ&Iφ(E( 4ͯNNX0_6u1|()(N:SŧPJí鎯Ͱh񕀩q 1B[ޟf89|c'#DwhʁWF5gp2I7pAVc?~f v UAk7^קퟮw`&PcubS[ߓl x_,d "8ȱ5N5۰hK`/acuT0NMuxᛪї H8ဓsqbkHwgSeVg@4|pOӝpO J[7] )Mq O99[TznUw )snSǺ˫wT{xZ^-sWB:Z|^fP:C r&3Ďf9Y3b qLL?ڬ'&}yAluh]~yCx=QY;%UH:p&I__eOkMj&ʼMÁOgSWhF?S`6YI?To{`n~(_268Us @ eVi櫆KJEW蕺oi0>ⶤLw9W^g&l&ۗdL_3s 4Ip'.d]6ގۭs(Hq;Z5(iFXp ')O:a/Љ(7=ˀFd)ո1i%Z"x8)PUT!8Vy' I|"t60VY$}i,pLB!\6.ޠ@;+*,(~,Y 3j>oG(XǴ<4A9~$:ߗ6u(u0" QH^>zˎmD;g r9cOx;A-֥wr>g'{J(FضJ&CI8o]FRU0x?duQձ6Op\}l2Lc7s#zݸBUP/ca`AKL#WRוzQlNV}b翣],NY6,FA3vJw)ZcHJLcHWbl~[~&CFHp uW+mȌiNpD 4wޟJnF׵kQ0#MR,q%K_'fO9m홹L^ SWސ!C9`?]. jBEЛ0hU-l( pYK<6\m,>a!jzw~W>tCK]޾^2feR4+F$z#_?\}nWV }}㹱$$c+A3؃q<[?Ӻƣ_kX~y5䩉\ N`vd.BYi%oe#@9M݊O 7/Rl,ȞS%t35-nmbtuL K5X?+SJ-XY"]_H2iS7/!]3V[dsCm)3Y:^H}nTؙ3YhR>_:ӳݷj;QWLrAQ#8SfI3 O%z8N+6ĄAD;c^AZOsID˱ `o-6WPMИ5S QRUwK% yv\q0EDE/´EAޮ^ " :rV)9a?Zȡ)Js_͜iG!!(&*K ʅeaV\\xl6Rwڽ" t*J T"A3e{ ^ر<>>.5,BǰvdXBծ/vd?1 7GTCkڋ -dA{Ev+Qc>9V &cYxѓ?ky/>.G^O8py=WT,a?zQT`Kt&)Ś%Z??] +`#rK0V:;5biD7E)PRz y4nɭhipFj7)ft]夫4і|A/;F, 3,lX5!e1Y};AmXB)cp>ML+wU? YcO,6J1sB =r\0S)SK5XWT{$"r3rYEL?ߑFeVs[kj-sdŠ~!&Qn^,[X^'30yYjWCyωm`;:Wܱ lOC5݋c֮"h$P:&Xzȁ3kn&aG=>U1N:,͂~mGwF͇(n Jm)Ŵ)} %K/14PA`\ 8{-k Pf ?ܶ8~޽rib ]x2Ș?;Rw x>uY)Ow^36"T,œ5g[a`.>W0an/њEGV! 2;7E`8K$+Nd\R z3‰*]S( EoggT ۾Ó$\NljSұFU[5[xln֥".f/>08Gu(S\= P̸bks_C(eBb8sZw(eT}Bm"FU"{$lK pnݵ@F7=7* (G\q M6qNaZH{ '}̑@3B|zXN̚ilc[?e?jbƋȯ9(OYyHJ}iKN*y)QʷMB$z88;mTJ*KQ ^Эp:JAf5펍} @ i~J'Lх.;GX ,l t׺&gA]ƉvA֍vRr{~H\ObӮu#9!9|zd}!dFP~X3n+3Qe,s+9 ^LOY< Jի̸`"1;W*E߾q0\ }ݗʇE~K.*Ld9/hH\W5M3zbFnS72Y=?\wab!zB$wwwRLyXyɏ> :/)A`$@<88Vm-&bYϣNw8sp R Gj?>Xa5bCS  ~_6 'P4#cB*iWnŨ09v0HΪ߲3Tp`U4s2XnKlپ2w~V^s5c!;?ڃjд{'VMAp0oqǺ֟:bjek%1 ^q^ބHTļC'g/ *d镊h[$KOhs V$!xyDW&S xڒ Le=դgl&_VyK."$np4̜KAM{zU̍ 0ȓʾ {vy1~/:bmR9Ůl X]ooG%j ~4o YZ