libgetdata8-0.11.0-lp152.4.3.1<>,<aɵE/=„qov?<3ˍSo`14d1HF%JpΛ,*m~5w |` Sq:PC߉W8S$z_?k >!pp /r:`u1p$! pw'dJ7n>FϕFZjAe {Ran' ^lq>@0?/d ! Px|     $ f |<(8 9 :& >,@,F,G,H,I,X-Y- \-4]-<^-`b-lc.d.e.f.l.u.v.w/\x/dy/l z/////Clibgetdata80.11.0lp152.4.3.1C library for reading and writing dirfile dataLibrary for the C bindings for GetData.aɵEcloud118"popenSUSE Leap 15.2openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttp://getdata.sourceforge.net/linuxx86_64"paɲaɲdddbcc04defb0d6398114022341e4326ee5dfd324fcb7f231c87fea2c7a08f62libgetdata.so.8.1.0rootrootrootrootgetdata-0.11.0-lp152.4.3.1.src.rpmlibgetdata.so.8()(64bit)libgetdata8libgetdata8(x86-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libltdl.so.7()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1aKX@X6@WRWV@VVV$@UUȒ@UUTChristian Trippe jengelh@inai.dectrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgdvaleev@suse.comctrippe@opensuse.orgctrippe@opensuse.orgcgiboudeaux@gmx.comctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.org- update to 0.11.0 fix CVE-2021-20204 (boo#1186251) for all relevant changes see https://github.com/ketiltrout/getdata/releases/tag/v0.11.0- 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/ldconfigcloud118 16406090930.11.0-lp152.4.3.10.11.0-lp152.4.3.1libgetdata.so.8libgetdata.so.8.1.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-protection -gobs://build.opensuse.org/openSUSE:Maintenance:17326/openSUSE_Leap_15.2_Update/b62fe3993c38c68c04c40af1c8b03837-getdata.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f36e830cffbc4d1254a7f87fed6063eed95157c4, stripped PR RRRRRRR R>^Y5ᔷIO_;utf-8fb8185793c07a618541342fd1550be7f178af07f993e143e3753578a75f7331c?7zXZ !t/n]"k%ʽdM4UEh4(@N9 JҮ9Vڕ zx\T*9.EppJ:.ߏ6>7iN=Uo򗆚 lȈE/ѥʹbi, ZMtI 3] V2K4ٟtC O Ưmz L+($Xf .tGڹލLǸo Ww#98O}Y8d;-9+QI"Gpk7<9K@EsAYFXm5hv q(fSksϷ @yB{:9n< 10׶C>u=6<16Xp.[2| e{{[(E"_q?Z&՝xX+<Pla;[iTx F /X]pƻMdVG 9HTT+G,|6Lj؏_7V`u摎a 3xْE  EgLAX=]@_*82c;l'd'bT#{-;ʪ`,H e8`zw gՓ=_E–Oa Oŷ/w,AKJL`g̭Vs=<4/A#.:8 ^38-m3!6ǴI#^p ^ؘ,|^bTN=-8@#/^wa-`Vjb,,RH!/ /2) HgP[XPXXNjd z'B8657Ma> ]W2ѻT=UdKC*jv|mU?EO&woaU\Xոc<8 Ḅ1L/o67O EJfzb3xYx;7>QͺRz-c?B@S(s(H2@&EgJجrfj'(0C%s s~?i4 J Qь3ùGOZOk:K CK.|7}qfyG9)g#~ݠބՑ]A7F.X ݜgk^P=W%Iώ/"bfU]rhumj3bC횦%oDU%$oFU`g"5[JK_/J6eD*騵I,P{Y44Amu پ T;3 #@aoh dg//4N,)MFG=F?݂ʤhm67'5I5c_۽˾[p'1 "f)C#+a*$ Tg#sqN=hը}fPZ0z';AZ|Ǹ)[s`BߔБ!`TQl k?9NU$KnjS>>}ȗ6o dAUw*u;!2+|guK 7O4`S|W-@uD$2PBnfY(NzM& ^T)_wb@bUh Ut3?ڦ۞Ӵ!5Rʿbv/&#1_h,#|dܭR ]֤3Ae/SmBK& }Eϙ?  z1x`nVԯQ9adAT/D|3uZ ?^-U+9"o}^=s׽ߴG:&ZoL]$5q/IIrw @K%C^S u*c+ QH±wXu_K}D}Z't#V]9S0/ρ1olVPa)t~kMugPzT1[T\.) ԃ Uؽث"똼Ű?6塗5VO* eW; nԤ{8͜rzV58u08rzJ$¥!i4 =ahiO Ik 2/԰TCln j9Fj}gAܢAI(BɃN?BMq@<;zO1AUcXJ{YwnE!0շg@p}14{fn^IQ3G.oOgx¯fUkѮu2wZZ//oR*(2W`1'Z{^Fvwؙ[_9;oCa8;7f޳š&sr)OO4&`(۲C5ڋpkaQ3 f!Ë#m˅6襗@ HC%kp3qeNEu]{|:U]u$:r>js-n95_s][k9_*Mڀ9׻EHVrβ'ulfe)E??ԅ"aRwIŲ)oK.:g@lmx(wHlQmHR*IېLЛأY7v%[&nC#C :@ŘkD{sQA y_"a$a H`c/fGоXg3!BA[_x㒡_o;Y !5|FF@b2tO=LhQ˲&0'ɛ %~4&ǡ CcYߌVH=<5נZ7.1w4lB%k]o +PKҋO4%~ky6(Ȕ9Ow[-Ef=u9 Jd&*[U:i:nϮPFo!'Ih,XmTG#giQz4>%R_~;;ì)Lf髯i@Sc \5RV;LA+8bA8CzOwSg)d.ǂ)nhu ql8caY̲unD6kmͱ%ykʄAlD:O'"{2 czZېV^bo>ӱ!M?V.~XK&芊(m1J'[Dȶ8"1lFn.υ/ #oOiLb!\&ndM;`ET!;i,ݩݘ-7[R]}:Ķ'ﯕp%ٖJjGxz4O"zo(-S"`׺h&omjolK[(C7fm,,Ҫ& \[f ؗ1<ƍ|{xQ}rh5|RvK?}>uONu0['c;(+vSd$& m95yMQgQi(yNvgblPMR'[oD5B߮LYI:;0`gOҞT+&ȝ } HA8$/G6'IOjFt)c]JZfʾqҨCV-GJSIsYJ nB{uKν.o6+Io "&DA62gda +ʞ mƴMh{?puGUǡ3L\s#P0yc0AekA% 1C#F123 RZfNj4gk qqIF-_b~F!yv  *ka%x G1 bN3h9N~'23nUӞu'^E@ ^CJ &(ɉl&K]x6D݀i/gU`VÐ< m=Z?Uq.JGELhG⑒Spoyu٥=Kh֏@%PK6侵]-hxѸgK&G:`w@5R7^TUgw"q#33_fr%S[5 %%:bN!>aGΚbJ+)&r,ei ϽG?9ΔN\ F Il^^5*G\[.$bQS@=>w&; nRͷ7=2D֝]$te}tæ o(x\ j)&w`\WFsӒ¦eԌ$]l2#;eG)ު MQ۵l s&W  ak9UP ?K|e8ZbS8Tr(r(m9\z.vA)~E}ΊI-鋠iq A^j0ƶc'Jlm$asVvށJ9B"`&e4{B"/uBwSu]KTao_H_P{5=n6$Ra4IGkTN{˯hԕXc 0@ݥW LjLyqINnzI<;16㸰藠n퉽{`v1Zeu-yi5\0m`d$|Gr׾L}B`9\IdpZ.%¾7R<ۺ#K[ozxBDŽeTo#\Α2~{NgRb\Ӆۯ x &‘,Uɤa.q*iD:pߝ=$A~\!&f(XGcuOź%BL )5 Kw9 cw\x* ,=BvN :U5;j]͛ï2 DeA*͍xD|\0q!F%XrIZZ GdQP(MuzmG4/e@(,3#њͰA3ͷܸ+P4`–}<}-LfmB̭p>5rEzZSBL өmwLc$$vM|2ܩU=ϫ4 XԮK}izKO`k4Jjro8j휲q)3 0^|yu\D`O4K;!ޙ/GVycWc> _0<  Ǭ'G-ȏK d ;a䉩\\L7d It2̔2f+Po1r@;,HV c]u;v6${^)}qۛ;ŽF G⟁͆)x+3G=m2鵡oA `J?D|bO*q-*=dr࿏\$pɄqZXszUpPh]XVԑ649h*l|λcVb;{&TQGa Ùo+D Q~RRUp4z1)*3h;pX"R!=@{ 3'mVsgjGPIi{*`: pWȒ<*5L([X_>0Mw|Qʠt֨hO͇EJ~/+V쁋NKғ)/'Lw!NrIKpQG/RP1uE$%獀zDk";?9nc>q7ʅ/M "zgsE%(n7ERYHe"ك9Css)+~Tx~lH/Z^zB.[42d2lLqՀު?p/gwpkFՌ~[ VZѷؼ`? ^>/VH6.XLjP:_u%2$JYgy^ )5=6M|XCxkMè%:pȄ^<Ս{]Y7pJj lfL>k&hY;2.S_j-Z#e诪ᆇ 2 wߓ5xlR,/֭LAi@o5NOٹ|ف0h ܱcwG%q`4Y젗+|mQPXI%}<0&"̣^Ewoi&K8̼3Fhe7箼 ݄)|}=W.*Ȧ]3``Ir*E u,|97k>$ ,(&JUGp7%OA4jə d?*l2qyM"X$3KrZyȉ-*o73t?2q:qFm[I iyh,YNjV1 }zL]+;9^,y]9:g]9BѻKJowM;(tSlJu+.owl@ K'vˎJ#\> 1 9"H:[=f?rOk]F)aY=*kP1ZwfȌK\&aEBȜf.Z WB,p&hH_ ق}ҹt\i K}[wյq3i3-gyE' 2$sJc VlUΕrl|0bo/>TA&Oʾ7%!"n.ȘT"sI+b%Cҽ| (:/L$"<ikl2g^FF8ڞ#7O)hŶR%?(g-:1 S,Odj7H40PL4 ,P sߪoZIG1]ZWZqzNiLȹ5п .1+fN[ɮćX.B$eI=s*3uS5d }J.+CY?RI\,]Ί=vDǠ-(cz'n,+>٧i,Jf\E?3BU,%DM{fE`,ܫXzX( - 5H9 S0?N6ۃiցWoY꯷,#g-Rǁݳ8&*yIÛiً4D&Uq]o1Js$%X"N76k23E~qnĭ3HÂ3O# ARZN+4cbR4LTg ?s3.oYTT[ij%xRRڽnfQF1֔ +N;޸=%GCw|?i1h#*zfʲVTk*B@d HWi K,:q;Z۝]zh;Y5rx[;w3&aY@RX/T{yw@! VI?:>bkf/DDj+}XCu'_B-'SD9? ɹۜd([>9q!9 EVb g 7F6k*XY؊״W5x/"`6(*v7eb^3` >[ ._T2lO@&g٣pEPK?6޸69M1ijd u0zm L uH @ l/*<1t,lAހ{>qz|4S2!0"e5+\xpb:fa} uQp(.>}_ 2zDL\l^=m m(Wٺ% Y,+-pa&Tgvnk,hi j(:ǰS~_}Js %]luǸurFVtw4s=9y~-kj fG;Y QbZ"ΤX*|[fEZWW9 E L-2K]m.@S]5=Ϸȶ6#'p=–jedȯxlK eک/-HkaxE>"6z+s2beT2iUߠ:9I<[E %pQ.4D 1uY#'}N(Ėi50(O1 $ n[2Ե\yDXGPB>eE]*,.~)j4?S 2=uv 󁘼՞5/: '".h ;4R4#aOCٿX"MSzeiՂA9f:TVr-H Dv(@Gs-}X1 51IST*ZX̻+CI*uw;A K7OV'?(%kGA7&r X-+g+Q~u $8*] ˒p?ɊLxᰀfG1 OWʲQg]8ґge2M14t(&8"hG("/>{גGJnk>じ&`)yɛb_Y&ڄhy;R-|up+  ļ " j Z`g %{ slQM''UrvE @N樯ێM+c) ļY ʦeJn Ogo?kMFӬ>ݘ뫪8+b:;N('ҭP\TFTwF=-^E ¡~4uX88b|fpQ yBKYꉭ0=r. 쑅2c 1x_#r;# Rl)X80yORDs $Zzɰ]bݾP(p<&PJeKKE@Z CFd3: T%>;kSEY (L :e}/Jń4V4W^Tt\+CCXkLD`Tߙ@"n4`dS}]¬4#[l WFV_/"I&=U -r~ ֫Y| 6Gψ5d"?6jaT饢)gRD 3[%>JG{ZhAs_ ebP@.w"eKki*Sz| 7>:sŰ{T!#Tk(UmlTY&hfhH鯲(n31j*i*rF2Pp5XD;0We(ojKlk̢H00RC?i쾶ܯ~%KxTWGk' 'I$eF/m.rud 6nnORG ֺH\j8 TroVLjw&yx>AzNDlU\dOv=D_w~:. Z'9/k}5?1=DwoaGIKg1&tvJL`p q(Rr:~W[(}B:v$C³WqCzk X}Ə5F%ZG &|(V-7ĥjzjflظWBqr/Qb)D8|y˯%0>FJ0cXCA7K5EC1cK)VR{ݦּbaium+No6|vkhJ@_=)PW ږ';JBa֋,>wvrX&c Nh%to^J.[$\-`} 8vLaIs?+Is4FND iWgc AIy4\#ƹ[H`DCyHDGy-n9*UU$ 5ʋs(ܬxu?7?%`>E8foz $? `sUh 4E^H":kƫdeܽ$b1SfTjzcxj.@R*E9wGha=.z/]^o;G( kp Dn `,~8ɄrN`uny̘} N)ڕy:_ޣ<9D`)IAxh_ )|k>+H'+k}`HV~nR[:& ohdY 28}-a1I%d:σڵG7 AWgjA|h(O;PQ̭9Ҁ 4ϳmBEjDj4eض%F cv-g=!,hxK dS LbK9lDQ l&[ \ԓ.VCGRIuk°(k )hQi}"RiѸZUnI#`H@91),Ov(Y±ѓyuP1f^$`zoݙ~"]o41g24  4rlOܬ.U7 k58O)kД엛kFkI8J T/NO)WY+ŚaN#%2E}* X'62=;dmkk$otKIBV5>lvF"Ob0%&1`!D1>h,!1#3+ vum{I[8m_zX]J*Xc"9ͦDy=(*u+?X+l\3S# \4`}nc/2`Y} '߹w#[`YNUͺ ^1}hWEN;W:gZZAfҨ<߰m1 .Jeyi盒`z~t(ޑUՉȷF,o 3l^eXKݍi s6wvfAhPÆSȚG*ClkLکQWHqCPZjop]J%gvTXW$A*SRg RnsI">M Jv5QMT+ЧDT6ؾfgXw]xRu z8@$yjG gRJ9$ aMx*BOouꜗ+ͭ)z֠ SOɱ8AH^#Ř/!S$)8\]2WIQsL@91UGXO>u@i,Pu|Oe%P6Z QEtp9Jǚ IdMKoQB䥨6 vdsGVTYƽM*Vo$KhmI86ʧQjnS d簐} FLPWTƑ&U8Q}Ԟ~("1Di)ch^Py v&-s)B`01zni,tX s{0ଣb .;zZH<ΜɢI@8dIƠ TtH/HIu^hJLYyPO}F0)5ע"][`,a%MAE0WO͜af!CnS3X'ð7[},Ҭ!xs H%Ww)f!4]x4OIspl %ڵ yQorbгBl >5ӳM&[$obS2S- Gf)&X10^!I>lI>B|Y]%)5{!޷ `:$s6^:Ta.J%JabD3sr`;(Mq ni)➐b"W)M41=?;n 1u^K|ncדZ7BFwg?)J|ϚuCO}ti,ܞ7x].,sg:Gf~٫JrQlo#9xX9+4}Ac݂S8ꤛ]=9{`'I*ocl.AϳȖÒ9,!bYC&SClxv2`+-.<6R,! i*MV Ŧx'~cwRR0Ksk7Gh"`Ĥv@ we. \z2~q`"诗w[_{)١H͖=j.dF}4_/|Oel4/R'¤r)Ѝ ݰ.R&Z32e7r2ײQf:/5Me:L=jsBsŷ 苊in{-fouDJ'Jogѧmd8)Ƨ(GN̂m'VŇͻzx$Y%~6oq[h:Sl3š]Pd]PHN QJ)0)[v]z+CR4 ww: ڕmM!}F%d +Q~b-aJ%f7IXv1,E fpS,D6t,_6\ୀ] ![V[3DK\X0@sxixj?Gq`&]3tÜXAsV\+yNlL7sW z^~;qӅD2K\ނwֆ%\_ԡmCiیE4I5sSmwvoLJ/f%"rQ߆=d[Je.DžK7Ũ]0H L>y K-w~ϖ93UtʔHc,pWPד`,V>A̔"j";5> _ޚϹR?wOSI &XH` =}@_87,ܲx&! ͢3@n06}-₊mXL+-c`o֨UTeГFfӖV9ZMˡOK.#n- 3Rr][gȒj)b]sD5p;lߚN+ԁ/VhsCF`oG?,Jf=Su*бRO 7d[;1-?ˋ+ &v>ugWf8Kף1rg*:/R`_Ԟ}(NƑu#$mrdII8Δr S!jzBO˧.ʹjdP5b ;}dRWNǎ- 0U(ۧ;zs )dG's!AFxtu'&}qjP]kw 517(<{8ܟU;9Hobi-IQI)b&RRlQD ˼,?/7HRW&uЀl58`Ϝ&觉7`m"x&ȨV6I>£ \7OVڄp?h#H*KBǬ4Pt$Gl 9ݺM]8Q6cN󝾘O8gW\ǤP%9scCcFzӈ3iko4ef-h0;K^B{w6;41IC+2Er7iNbaփ5o4uىW@<lqN%6Ka&kML{Q1fh(O0q% maw+v DӱE(_!ZWωn!ʞM9ox/ SdηDZT8&5p3=~ocjn%vNbeC -˟'W9ҭ"XHh[L雤ي8`N3~*) SS~Bo:pTӿ0ybA}tGJJ&R ^g9NLF'}˕3!#r`һJG!Z?ڒ-H~3迼SYy=aghr%HvN{@βT+KQ .yʓ7hĭ#<ݔ\IhwvuO^G<>kd␤cw 5 m@o=JRa[r Oܵh˵PR |D Zatk^"a#%b̚~mUf'!Ð!^#'䗗DE83Tޗ6Do<w2]x{&/'Ji)κNBݔܵ*͙2r7x_n'>v6`V0\2,x֏.̵b o@d)‰`]۪ dI̝ڃT@zx04_&+ T",~K/WuHyfhZ~%~/U-d:w#=*Jssr *#ֳ^^xUj(\v$^J(Ʈ^-¤R-4E/@ie+q@?0#O.`NM |-icdIΤ-w<+{\2|͢O`Rle H5|v-ET%03Ov|w3Ha"StMχ͒V 5R"7iaXzݥ-'Gx8}\.i6l٦R1Iy= A+Dh)H;qЉb3 qoz0U YoON&-`ŬGt;bU-8;4؊H|ve" [P8塌T( T{\O k\])k+A^ `:dL'Y^Y^㤺Oomt~N`CH"xlǑDW _o96ɜ|"/j-\6ZA\c]P,:f$k+/NJj4 :x23:S?W,7suVV/a=ĘVL dw_wByBiapA-苉O.M"#}-&],]*'*y_ԏ8ۼ:Y淅½.i2{*ӒTq|݀}x$GҚUs `Ks|7I*(Md0UaE$[rpvg /V&U$)fQ#"Eݓ׃U=4d}K`q+ŝ|ޤHs(8.m#+u*I- cZ q$oX&2&LW8M/^8꽧qkZUgFp`:Ah;4aޘ#iIkNd+Ev2>_ 6 Mn>pX3ʍ- q7O0XKbf jYA=mvOj( Tou@eByqqF8<7mtm`-34YP "ȥ'vpAi'3XL33]l|^6i 6BV*ڐo WzZD k룞-vě'֚MZWe'^]uy4rl˨W'xڜS3Jr7iNꣵOygfe^_E8GD!CdvxSK;"(D~F$n?&tRTkNB| :zO)d^AuFqhT1@h|R^)ΚPpN ,3gTmUʶ;gO\WN8 .#rth±+ᜣM&kY: O:Wl`=JcA^,iAI2\v(wr"Gh)UϦfX_z-'~^v-#])3%9_xQH)i\Seh!asx)h1.Ny)όX6@-zLʔlsnVZ~? zi{F- vR U 8 Ai_įhhw{W7K$#f`G*j_d<zl7%..!9}0_i|6ql-x X/Mk |WAhXo1FV0 qn`O.Fj_zM[&3#zg,dPL7ZMEDelUùZ^3/@zK*9I5zZNo-_9X~g ы}y1r` R{7dN UofR2%u&Q2&hoLp:0>NcT(RbQ<0B\ԑ& 4Хms3]C6!L9 cy#g0S GO6'x/LJq+C鮠[)5?@FRlQ,KLUiUP{Ou>3CЛ}'ʐ/?s AV2mxV;QxM$(~MyB։TdAuxޅ}7Ots XAW{Jz域P`U1mk>wl Ρ>#WWOv2DeV:##V'>`H_)jHܽ8!u3o$>nGXόTl⧧OX|h{]_z,.`%uheA3=u I'X\C{j:4bSvž?HwUD8>ZA\L/-aΝ]OֆaEWYOAdO`Y-=LYD9ݙwE#Khby@bk4H"2jwM}oª8PpYJ?% u(6j'h+[JD`?q=>Ja(U(V#hg1wQ4i(X!'Otѕu?vr{vGf! wA.-4`fF"m9y8.h?qO U ]WkF!aΦvwh?8ENۃoQSW)8Vk=@776ջ7e0I=I:x;&I6_6C}LbbGBy@K۸ C-I2K*|"=2ݤIc)E٬u rL\d2#lyp+}ptp|#5'- jQp zy`U. &u$}E~>іKuZ!dYt-F]qM׫K}Y)9DOֻgz|9[u> f W1ãN`, TK{g'Sia0QqFt+l]Z0?Fz4'pႭ/=CPHX9dh T]Vy'}3xks"v0ف 0P}* bT0IO8昅!gp%!RM{˄6m])a*+{kgtQ +_כ;DQ=`94cXaݿ5 أT&v{2[oN]zYx$e E~IFQprxAOU%d,FRP0ȅrn 3JƊ!yל)q\C Ӂ@-v,y;,`(n0CS߹hAE|7haт/`֩.-c݀Ʉ-ә>Կ8x&Z I^$:_?~#BV3$;)5ÞkflIV7B_/6b3@(*֤!^g2 sp *jAjIڪ],r@⧩X_Gu,9eU@m&ܑ;?ϒRЕ jf"{ ?ku_oG+>O ]"l|O$w9#]Bbb] k}y"ĔO["O>=mk?- '"sK)tf&܎&|nثаbg̶ .|BAJ^|-= ._P㞧p(ӡ]c|Q?4A!6Am +&m׫:hq{9Ao3SHv>ik'jls5#@rN@wsXKO7^~&GBf[[ib]NM 1B.ʶ#Åh[SOL>top΄CZOvAx`Zt.@f=%߭-ozA* rD^3/5/T8'[ƾM42h:bLV/RHp/Qh<Ҏh1V{궭YtUCY!zw& ;r ۑ kZx+iF!|'ɾ$.!2qCE>һ崳3`z2"R ci!P+۔_\UL-j0E?ٳ7F,cXxo9[2O-aE/M"+5:(>3B4rkv\(ӻr({%ͤHsXDZYbe3L HLO]$,O$# 88~a$R<]=^i"_a ۬ A]%Lqнܢ}\)=20^Ĵ\$m{үEF%7pd7sxZm,^}նXEPBhFnIħ:]pkZ$x%>N7$wD5(AEuf{˘$hhJd+Vױ 4% v>r?aB~ po곭\Kb)PPa\1Y%:434L.%LJj a3Mau;L3Ydr>1FYԎ {L1{}u?ED~)ԟbcUFyÓJeӴ_&x&S[Eۚ Am$agv2V>Z¥1ʗ6~,FDꫭq0˃qsĥUp70y"+'t;46@5nm$[2N7Bu3y5 #_‘*cIf[w1k)lo$wǩ w!{f" YZ