libgetdata++7-0.11.0-lp152.4.3.1 4>$  ApaɵV/=„.Z=ers"$7\F0`0>JK|'5^8+'I|&9 :)YgH&|OH&b g.&D,cܺUy3QmBE_c!ڊF/أmk 1"vdA.;RP8v%xGaճ%\X t f-=[Ӌ9rA'O/ؕZ{b. wrF@Ԃr;b2^>MۇȢ~.x.'N=߫ow~[_!1/b5l`0Q+@Mז4ϚF`sM38.SWk)2Zy !v|r\:0nʓ([F鈍PӼ vukr^$Fyte0!mEF"&(O큧p$խؤ-%YW_8ٰL)AA{ƴƭ>p@0P?0@d # T|     ( j  L(8 9P :j >,@- F-G-0H-8I-@X-DY-P\-x]-^-b-c.]d.e.f.l.u/ v/w/x/y/ z////0<Clibgetdata++70.11.0lp152.4.3.1C++ library for reading and writing dirfile dataLibrary for C++-bindings for GetData.aɵEcloud118openSUSE Leap 15.2openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttp://getdata.sourceforge.net/linuxx86_64aɲaɲ342719ad87c2ecf0ad77e5e93f303471c929bb359a5469b857aa80b1508188cblibgetdata++.so.7.1.0rootrootrootrootgetdata-0.11.0-lp152.4.3.1.src.rpmlibgetdata++.so.7()(64bit)libgetdata++7libgetdata++7(x86-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgetdata.so.8()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(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.7libgetdata++.so.7.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_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cb097031ccfbf9baee0e31df2964d625f9166489, stripped PRR R R RRRRRR>^Y5ᔷIO_;utf-8f3e31d3e448f35db186cd767aaa83b3a3b3ed72f334776d031ab88e3cd9a7bde?7zXZ !t/សR] cr$x#E Ќ\[SFWVYUI+⮎z"P ZSr?B Fg) QFPN GxԐL`JiA`&iOb"GtLƬOL,GK 8~hgKCz_ X!N-~2٦. Zk>S F I!ۗߙ3J٦ZzQFmzĈ%/ HδGNԢ=vVHtNw&}DlX\>ug͑bfM=ѣQJKc HɯraBv'V4B?\AEj6W%ϷZb +Ńk\S#m hg8~j©,-]0ַ/4$BJ )c0i( ؚec~ؚf 8 .E-!ٱRޙȔ=7{M<u=hb~0n"\@콝E(1t΢oN}[-'g7r  Q.F EH%_RwnpZTm6 NpʔM,s~>sV#)MdsX#A;66@mg~ 7C]zo͙<{M悖SYT"QjepB~.{.L":mfNzzsRu&@-F}])&#S..;hŬ$K#td|S$?-v )efAh|8)pڻ#H\lS&<ܹAe-4b.xQ9ͯD4NZb ߭3I \'1g7SD6! 6~1 \ .W,5diSS u먜|ۥ{yBKzl? 5:DȖ\&)X#m2#x | W 354B',[V]z)l#O2j*Ӡ{QfuWڀ$3G4l'V}3 ))>Gـz|v7m \؆\hUd:?b 'NCJGqKșnfl08sCc5, EUV)c16JiK1s+?rDN .@3NllmiR"?5]KV*dWjy'+!G+)dQ0#s+胸2nDEY)#ؒ&]3߭e5=)CZf2pnϕ$SDT *Pd 1uP9yD1u(oϼC~UPV-W$+qȽ)rCP^L5sdH&$ ./t8 ^g> 9]h~62y֦(,iQ:JI=.)n~lItR=s!'4 jpʇ]n"!Ģ!cGsQ**h9qQ,&96EȡZDDɟT^%JW ۂWT`9j2X!/~h /od,2>"J 1R h~1*ѩ\>Pd;z֟##4S(rAّrRi:x \ZqO9D1gِ}*ŎF^gpK{Gi=`54 q& :>$:k嬿M/g\tf8rHej@hbxI ĄiFie@ݯ=ٹ#2e9t,y?8/z{X1!/ #~.慿~ 鿕śiF(TtOϏ:jֹzƧ80/oI!OU痌=9FK:9`J<4/ëStSV>m?~G1>o8|˨HK9-aO*5ҹ$-8Sg[%@9G +h">MxmhY: =cp!K o"zveݲ$3ff":qu^vJ"hdRZjc?j|ܜpnc%;x3;8R *aC% CT4VCyiqTO3,>4WE5]ȋk\jvos -zs׭6Qd_W΂=(%[y+Ў$[űn*۩`-#5D#Ta }kx x VD5D=NjTBpQ?迾~􍸪Ox,ƍ^"EΑ+ U_w9Ƶ!N5v36L t~="; Ϥ.]z2܉U㞶9 ~?SFU5yֆݒ O2C5.9byfkN>mIr v5 >2V^e\t %y u=͓ !+" Fb󹠞cE~bbz2Q%"tVy+QkőPG9L~puҐI#'~5ͭ2X^qDV6O8b! 9g k(W?ëʌ+2m_kD5I5okʹ?pUh>Qsk.!XOEwʯ2>0 P!PґqJr#6b|l| Y39C?])8!źg;V?qcm1~AE^*}2 +~_C4}ub=*Y; -{rIt_J<4V)Az+>qtK58iL&cqg+5|_dးc~G-Ns:PT+Ii G6y(3|7-SUpj@8|aϐBfMy7g/ jHd|j0Zn!nW@rMQd@y@K%Q0c)W/U},d@S/\|x(Vv8ۢ:hz7y2f+e nabʶl;^%1}zrϖ} NX|M|2厝[Wf& Xgc:m'q8[ 07sp;/2Jb]d.Pq$F3zsLme}*EhJZfQu:*O[|VM. *ybVzHjQ" H$ ymf2J`K}N#klgЅq>]vU2h wtQñnϥ=ndyL Vr4,'b%,;4jROmYW^pr`u9a_z>Xoj ! nJ Q^ѳT=|$^+eCGM@N5=GY'}ԆŔ!G\,g©Q|v\)qLKccm.@ѥ9īȝk2 ,2圏>ވ,$BMZVV3z;?BnZWn.QڶwGL ]zL͸M 0#h٧z6Ӑi*\UL&%o#%{52Qjt$JgۮYI^C MCnu|33խUd87e;="X~Mm/}*x"חRutC(_Bv9P{NHd96O{c~LbKIw:z7(2Dvh( hV;Ts8;}܉ueu zR 6K9jݏPHt`׽15<~1PK&!/VKY'z^L?˘(沋Pt*Ɖ--(ck!Q%;(頥+kᇥjd{_e_j.᥅d+W c_w;&I`κjՠ8\zmȳ4wp@#yX2E(mjou|h gqX!)lvF/j_g`pY.N-<)D y#2{U=TUwiP?R/n#SZ4)DDN忂uϞ G}Lfo4ǥN;tj5(R!7+37V85ZO:pDO]d]9efo=b z>kg;Ib g%w~rՃcNq~9N I&G:` D(0 5o 1n|Z&B|4eM擞(RCm57%\vO%ԽOMs**C ~RǨ&@8Lq @E̟4o&MH 8*1x1֜kM HUEUa@1ḅ}dNG%#M&0|y*% Q^¾%cd$5 <n^.'CY􅤡[yJ{ؠXL+Lf3KRW[{ZH-Yi|UᆻQdzl*{BWq2Q!m=mi4xF0V$h#QDu⴬&Nv& ?iMV"_H"y[(]G,`H3Dy[ =단@jI 4Ւ)l)ְA\қ]= qט kED-ѓ5q1^o2?LLG#nnUCK@\wߘax mPahw.#&fTKiff_ 3|eȉ,SYILJ]?Ԣ,lC xV[\qbЏ/wϲhW^t dlS2jI8]l.kwk3og&6|dFJS❤BQlSA$.\+NPE\ݳOE9 etCJUps.y|(|JL HW#F[ERI˧؃_5/zsu{z.h{ ذKɓP<&tSAo` 6mj$' i5*Ŀmf.jd˵l bސ>tcabWwaqDg>qG;V%om I#d;JҬrIgo^kHs"80xSú%fBawKJy'$37]>|1!>~\޲(BO1_[|:nspdGe8d l7aa/~Yi\zMYi~c*sm;`n)Qb&80:Of4!I7+45q5 ҼIIY'uD kiM&,]Mn*_b;eDA}׷|2,Ly"^5:PeX3HXYTupÛΝDݛTpX$Y!s03 =Ts^nAD!6L?-@W`14~% 4: ' =V[^o("98 }j9uM^ ?FԇP/k~7KȨq$'ԏOF?H`;{t9m&px«="};~I>9$Ȃ Ț8R)*VQEAKٗI޶S1OkjffQ.  NVSRgm Aj-i( 1n;4*pD{d(@PX@݂  eäfZ;4.4EU?]s4= V#¡j h<*nb7hls!߬b?qh{C.8/{_ dT =lz6Hp}b@Svt5< 9XPtDKIz<^#Q9LC|kr$"*J#ce{aD 6b?Te |#{UH::xUGe XCI⩎G}qRQQ6i|B+`+l>U^ JLCڟ?&# ]M"[k$}@}[!Ҳm6]ˤiF^ j6m/vX"ؒvorʣdLdv8Y5*':}0IP2T{G(cy1|xSs_ZGlg˃@͗B>C5fЙMqæElm =EgFkQ۝Chu"$_!&Pdip,7.D ؚ!"J/G7!L3=ǟb4@!:A'X|lZ1dR3Ƥ>USG6L*M70B&M~\lAjr^02RbtFyML:3ۓt6fb:r'eD r nJ7`gU6z6%0Ls"kq<%Щҏ0^r* uw{Ղkn,6el οL;MJ\|;@a!h bd?FZm;U9]:>DɎ9fBs+J+A4OA1 'Y-Ĥ}ה/`y̸ -j -% =׶4~uܼFբ$TcsijpxH˦)^H4/FݘEէ*6a6~PQM:]余.&gOmq"vJ<~-Y?`2 SJ`Loª,ܱ1PUNvM;#\m#\UwFwB*O1Y+uLcu6l5weEBbhCw\[(-lKsPhڣYŅz`b[c [$L[GI$MHH)|9V}(EULB TyhE(x,vCp0.o "/Kvٛ\`U[jl1 TF)NM>J h2$mDORꢭd`.O3BncCXZzxnY >u&4p UE;%k o@HOT+5 Vkba IKUՒn ܫ3G'grdK¥7sC/Mzl՞CP"ޛmu؝_BcgJV9r*o}^$eKQ^i(P h{M)m0Rލub߅52wݻ9G}b~z[͞.UC?ut a]E 1qy2¿٩{xPFU㛒ZUGˤfݍ݇9z)(0_Z}0JbBJK$}"9F8Rw䈠^`PC=ߌj#B7$2mp?t;QonvM&_Y_li_c|行'@ 84|) Jkb%b~)!@cْ@_&;|%CrY:bRŝwn `Y),(ZxqwJ*2(&Z``=~Ā̤݃&v0›q;`X s8 AҔU+"E(q|_-v!8qHh< g|H;b$K/R t@`xz>;vbFr"HS$}R'R WyZVH^n~FDմsQ!EOa-tJ2޾D`ʡH E8p/̚ѝHHH6q6wVv4JHfaKYOo[N'CR/df}ֆwn5}{ew Z߯v1`aBö0խ/5>A5BSPU[^Ҿr+T>IF}{ iiSo*߫#6fBUeHC>Gf9lhq v jgc$fzh: 7[Pg`}>mυαT cB5~o`&4Q< BJ=]0GJkm=\镀28G?JX߇5 ToqFm 1MT,,79I3xXy% 7=/ZOO7itg3th+A,mY5z)yIz9vY$Lz'}jͶ4vY!2[ F~#M vpX ٽy5Ԉ{_"^UsŧoFp%Тc~{^Cpʟ )7"\םg>שveCc/$սxQrR [fFB v!2%O5vՃi7TXLT '谌yα%xUZ14 I:5?w FA #ȦeU~:~ /ܹIrNߕ۫xPPܥEy7 Tv$j9O/|0足L~`TO n 繄yͣgPWIOR%/u&^l" Q$ijIӫy-p4T:OUh%./<RcB`H \P d1Md,?/Ue(Ҩ-6Uh]E䥶dHf*ue>:Haƞ۪zUmoC}mлPI7{IZ%b(9Ѧ8zzn hy X[nӗEw+#)cIM8j0چEWf;:Ud\?e;돠 ^ݡ\։K TH]iɿ3qZAp[[YtFZtAawD*Xh,m =\צ@lbAnX5rޠ!/Q X<|QK uŕg t1JcS[F3: :n㋔3ۀS"`8n>!FDL($2%ġ{zc2| lԹe A)$ԯp#lq-,"t"\PBw$ۃpwҙHƛg_rL 1n,-׼M6>UbSͦA5)oN VeJWECdXNMq"1;u|Z1_d)Ѵ\x">D #$,1&"Md`dG㇪7MKtC |?AvaS C/덢^riK::).LI@)y,N?⎃͚w_d,Ap$# T}uW vʦB?2 RsD2%)x_fDJK8`hӣB؉|z~}-|~`>ї?oUPJ`Veh"<E ȔX5$ڎ#UZLQŋwp:dx'3dYmo8pNZ_QyBޑqXp'I;<ݓ_`3V&q`!j_LQo8lT.Ot󚢪.vDÈ`L*9@[׼PK7q (L;ϼnP?o5Lj&fjm,iBy_I pM MI=$^ԿfRgݵGO&}9[D&2L7.Iהi|UhA1[1x9$;hzKfO)2]"\H NY/R* id:'%8La>%#%6\M=t~ܪ.{0s.Y iS6Uz9 z563D)C`Q Gmґۤh-2ޙ D[ ,w:jMnAΑf[-Wҵ+LboU1sVҸ%Yy딐0JBsifKX]ֻ ^S)jN -P3uAv8L)1Jiz8izXܵA8S{o#Nx(M d=]-}O%DN^4֓νeGfL#z w a/&BA|1R(ÐI^S,01^.s%.uQkvIΓZyX*"NLBj`Q\3} &u YjflzFM R8 Ϳr|W[R{Rzbt^[K:#_=̩ʢUeaTuT/wHCvaC8=XGwDPT 3w7ۯij/$ ;h+@ s.>9>T8r;#Hم=,!Xȿ{N"ȁvIP`G6kQ4:o7JbfN#!Оc|j6#MZs֢{W'h_'y~.Z+oi[aw_Fv_r$ xS܈ u_>s;8md!$^Slqn9ۙk0TV4Aρ0l_:k`C(&9(KTOZBH=I IeukpeS#>U o>U] uQM]=Զx^n7[0#Exv E1!MH \e5Kw/|qf[3399bW,Iɿüfp-P@,8_%]F\/7O*œKQ_KwjߤUdRAB v#|LVA6ۨWҌ縛Cj)јrg`cw16JS qVYڵmBq; ɼaeMgoŸ;z-O~hu~2\#8 f3k5I c LR<.GHhwat"$KV. ؙ9Ok8r)&y;2fQتd*=DV`14)L6o`rPowmmduAL(2Z<PANe{lZ̪M53} #[)cWNB1T6j^rPD.`- B7y_mۥcY{ho y=hIbG/|~3SwqZ]vIՄXT!U6Nc ,-'RNn`=/v!I(m̫2KχJ ^ V_)}[kH&Y#(ק-(*V$Y|_77Ѳafc҉5sc;ʏ;`c#ƃꁣAOfuaԲhMs u/Ҝm.<}t!ϓ;L3nH&J#*ll,R(`nJa3˞00<w6ޱac<*5-KTxTߜhP A]@wcI{1ddf`F )DD냊]#n=o ~ Qyu<`$WuGW 26Ow|0% g 9O-q`_׷Qo2/Ɲ[.amWX㘮}о< طa鿕^0jW1"ˠu^_:l9LDAғOo ZWWg<8SKlBH&|Z܍^G3V*rvAn9 f~՜Yߛ0EX)[9`"L1FB;ѓ}YG>ܥïsNno"[$y9u7@@$.,Vc*s!"'5ޝz- ^Ȅ5PUD ̊_LD:\$e3i ʟsZE{B5C6V07ExlUpBdZdQ,@4-'|r!:=g`Cw!J^U:LZ\,MZߏb%ki3?NvtEV!+^ yK⑺aSr?ȘMa2߁ 6nRwl7b<*v9y*]rYa]_'W3~mO|{ͦU% ' ZhZO<p%T*T㮹:!S$>wx1ȶ(6?Wsx-k  yNFG'DP ܤqUGİ~nEݻKmVՌ+ G;dPR=#9|>NG%CD}`O'V;BNmBe-C2˺<. _l9@Ty(<᲏gNG&Ȃj>4gխUZ͊·$U%']2аeBC{91a4Id(,NUM丼X ^r}5=DD˜r>ն:ӬGAiϜ\x-Fи#oJY Z:Cz]˯mBK޺}֜jH8D(k(@~/g=b* Yjݾ'h.=F݅`XIL>PNPlJ七GKeGE^02TTn萡gٜ޿FB7~^i DZ ٍ6َ)(*8ngwĀӒl] ${+7(0|C9r67nAЩ/KPr52"KMqP3v_f0?k&6՞e?qdfS_[s@K 'S$;6cp es݂TIDJ@XW8 YU3,OO>s` IAwFK:7E:X!;>{tq.rfipzkRh`Apj<7aj{S²Mvc6B%dd mU9*!6>۬paKl8*ȪMP,_kX_C| fƴeƤi^imנF`ʹZH EnUyooeg_Irx#>&V;^~1I}D5g1nfP:"\[y1MNz,Tvϴ@[Fv-}ezp*0" =BO 6^\Д6'(Yh8$[q4(R5/*)kf TIJDRţƓU3]]zO! tI,r<5W2ᛂ ߪ˃-06Vƺ&>73cT]re(K,?!2&_Ӽ]ohS3jo!GmQ7`Y+}f6Lp‡ZqE0zwr-9yakjL J,Pd$btfײlqIfS$~9Mu9v[Fd uk/8ז/2+|1ɷDrdgpl"rXFvʣΕ,N"sT_wMxsfp!%|J_o{d(nO-yr!j}hMD| `IO)C;ƍj#rLF?c%QͧHց'f2;4 ?\G1Dtm;zHwjͮ_Tp18C>dKzeyDpe uGjO/-^Tt WgӀ\MD`M4vGP@P=P4C#>y\ #1N,N ?bN%7PK^Gݞ! +$>U |*x)|z$`N4b(h'Alq%R5;Cz,Lcnw,LHDEdvV =#D,sg2SGIe]+&mR4ݝ8 +ʼƀ~s|fO1嗞J\X7HнCMזoO_{5t8/[#wGGZ=x#/}qd 8%=WJ)߫PdW%07IuFЮPT@Hqݡ551G0Ջi`lK P&*Rq>F+u,:RY:}w\ɥǖ!4<# E򦅏/iI u;->mmbW.a`,;,i!h;`BÁVM -9haH~v@u [M9Yƽ +^i8 zć2N-3F}2!߿PVoor[Knn]ZٟH2Z b[ߜdTn;-&ѱPyL?h^A HoqH{Uo|5 ^5 YZ