libgetdata++7-0.10.0-bp153.1.17 >  A `CF%!M@eee  !@6 3"{HL3˦c0'\N "CZ^-YQ{"KDw7ݔǻFgu)/Z?_kI7kkr14JM'絴}Af9b08e3374627a950d3a0b196dff43249477fc0a36682a8a005407bd9eeaeab0a7ef95cebb5593d5b4d53e32561f675897f6635c`CF%!M@eee!]= rҭlke۝MdLD:lih].~L%=[S`ޚ.nur;œ3Cˊ_ڱB<+?rʹfCT\omo!Du q7oXABȋJ;#jog{՗SY2AmjSl_ɣlt2_Ge" {r%Uƥ;ڬO5/Vhܭ (hT>~!5fkP>p@/l?/\d " S|     $ , n P(8 9P :B >,B@,QF,`G,tH,|I,X,Y,\,],^,b,c-d.e. f.l.u.$v.,w.x.y. z./ ///XClibgetdata++70.10.0bp153.1.17C++ library for reading and writing dirfile dataLibrary for C++-bindings for GetData.`CF lamb51SUSE Linux Enterprise 15 SP3openSUSELGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://getdata.sourceforge.net/linuxx86_64`CA`CAdb30e37f7acaa35a4baa177c216618ead7aecb414f33689465f2181ecb693e7flibgetdata++.so.7.0.0rootrootrootrootgetdata-0.10.0-bp153.1.17.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.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.17libgetdata++.so.7libgetdata++.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]=20bcfa2fdc3de442962c8f831420eee17c0db4cb, not stripped PRR R R RRRRRRkTSF/Tutf-892d5b9ac6eae52848fef3dea4849e676e6006310b5130c11be93c6500508857a?7zXZ !t/Ob&] cr$x#DdމLy4C mwp^vA 3N~ptY|J" )k 2_,sh#&} . 7W,f8aY@X+YAʱᇊc'0&#@jEXZXȲ佃8cM+GFlѢJ`iIUѣ$,(V$E]1)ÖQ90%P=i , Y͊_#, 'r%}|RAl >e%<{JWPyxݦsgg5)n Ѹ{;,Mg0#=NKov&ؘud W$f%@yE/3:A"TJcshg?Llw2@Ҁ|U(K$1Qev2̫g܈Wq]X7IXNv>x *YE֕<@oiUJq.n>CS68ߟ/kVYMM veI"}*# lA!ϵ$kOҋoU*}`͑ɮU̜G#Xb[fƈuUE* !vR 1I2~p,X9RhL0hX\PwCm0^i=԰v<%Dd{BlXcN6m6E1̋Rn&t"a?}RfIܒj9\yc4hc8rWwx?- Mv[)^qsDz/q= j=3sO)跮ލ/J{(Rd bλ۹v>mw^[_~܈" TRL8RBI1p1Nb 6UBҥk`%2Ugj`f3e| }p>3 ^Y]{%Ӣkݷ Y?NDjI@$O냡+v(H5el۲Nu 5>!1jRIC&'yJ+Ј' Ie$MkJk̏27- neC} `eR?aȝG\CLgҥ8n !zH، 3O}KHOCVxY\LKHWyi;+%`:#w3yn$v:&?_k&3v@dGFHj=)Ϋ3KR}hO/obFNm z-Ƌtw&qT|$N>&=SҢ~ yITX1_T2rxi4^ ngzkjG\pյu*X7(]B(N/O` :K!h/&v58hTFNOBҵ-ks"o#J[}0bM) ϽIĖXAS-Hˊ"u9?4 F$ܳY5UgGkݥ?\){9Ҥt[jK:sxf^!ij_!(F҄zIGCAA*~l/@l[sIW-%#W7ɘg҇ %Qdԙs}<'!X'{; -\@.1VXr6rf]aSs]?4=AƼeAƣT'S9pYAX!_.xMK>Fj23aun~TNb"!fDwMNXAc`~O !٬;dpK~s",g(MaT"a3y_] ee:-҃|[ &' SD )\*4lԃ/'֩|\lүvUs}LJ .asҶDLer`Hڏq?5pm䰏 %Kyky E%F g.)2čﶍN?NI:= _2, ^潨KWpH#"/giv{X|)?}/91d@qz$~)Tܿ#+gwY{z!&Sҿ1WvO T$d;CR;AZuxMĜ:E diP'[sY o'X8=:Y MB{WL C n^NO95j|XZ ȜiQpMM‚mitQ4\>$a^8).[ WQc.|<Щ6]j3Tş]5<E'J'sMRHe{k;1=ɛG~G8[co6KKII13k}&aJL#h{\yJn[;<{e%DŊs͛ k:̦F v5?uEݰw3/BV-+7'U,8LpFSR篷s>*kIY+gXQ0ׅjJ'便yk;[ fs,'R?3U[u4si{7d=s>ɸlR_VPmH+Wqq=9,bxzaOx6*| dCTd2KA= JkCTkz=Y>B8 ? (st' 0A _m>hzllux_cB G7y=O©{\K-džGS>2 ep")b=Ǡ`?](/jjZeGMc]`JVj0{u|UDZ"7RxY[*LR5:cχ־ɡ۪zNr Qꎪk%Gpq1*QF*"I<I٘!wxMs hkOJ$ P{}׻*O4JPsawOy l#Pa7ӛ?qkp_m0ps# ,rFsAxd2ȿtp4ldȧ7CGPWSI>V:d1sYqgnaJ_k\Hhu7,Z莋2.H&}j\6lh wDt-J)ov 5N"TLX O} )8pԠ9EQ'CjyWM d+&nsȔ&,TЮFۉQ OE\cW aP+$9bkam-|V?TRy=D,fsi.hР!9d_[b7tGrd8H49j85"[ZoK6607¡Aɥ3njNW\ZAטN`ƶy Eitw,IZc,AVu.E(ݞ`%傛}{Y{ۏeV8(=XIʊY% {uX}eQ`~M Nm#_47 6>(m;ȇ}/b0}y> ⚓-o 9--abu5{<'0.DdTL`fɃl T$)S۬tˮ 5=D<554],qnš>%^"LS(h2llg=v ?l[Wy/b/GW).5jUkܙ% jҖp'yŞ\=pn HI멪r 'GWQ-F.-}v~vWH] M׼S f|pg̦b &WRj$&hƬF0DeS!:lW{rտ* aKA).NCݰ=Nm hWj}]̿T~a~O\ubG<|E>Y&|WV|9Mj9٢`:LQz[ϴ݈nTdnK#a49hz${q="9az1`"--X#Z K0WZ \H*zHKf®{d-!gBKR II%\SbΜ]k^38oBl< a#l@aRR)Eh4Iz Ib"ݙNF,#iTz0G:L2|0Į_%IG_ vdztmjgT9h8qPŤ$9:D PHODFﳽ]jP,w1Ѫ%UT`pnhK""}oIiH}3pG>S[T 0QX8*.1c8.^'V箼JFTKr5A'\V֬)^\"P#:/T%8f!Ҋq8[xC7 2Z";t@S|.E. 6ŇFCY3 EUYكxqrʜ!"Pc%S=4gleU@_M8Hꃮ4FBE9#`U{[6DcLz0s`}]JU+D1I|QjMG):|"w*Kpu^H%lgրl%ik> ڒpyFT-.ШZ/rӖ^9a70ՂNG95?c͛%?sHٍǤ/Ēb!~9G/m#zNZ֓| ArT罵hw\$Y,ɺ _2:&7_W#PvRLpJaO"¢ֿmJFt{pQiaLtpJ؉[ܒ_Xtû8ք:9AO(HSGp! M<_Z֞ɗ䬠7PbԷX-\ޕ;տj{SFڸ6oۇfkK1Dۦp(=U̯ҷq@|L)o6;zCbt#$##eUŃ/+xagZP-ԡM\Kt2Ou 7mEAPXZXwo舼 1j%I2(%) 挆Qn`L0p R`͝[4oUШkNvW}h Ĵ4%K3IQUn UqJcz)T{b?"M -bQ1"8`;egY?Po^v-K9}6$F,t X_?Jk.h&WRMV !Հb۔!7q k7Ts/Zq[k% J8E;k 4ʯlF vg7Tqq(1/j// Sqbʐ!ڽ)Ol|Șq .u#Jv$~zoRԪtp|+ۗz# PAa5K]}u6ƞ,^3uRCN]D$C(=;M1nxza 䂜YT0oസI+4(T|ך,k.,#}2ίI'>!ad-U3]]1}`Hd W_f;|o6$>hV{1F"P TYY:$G(N̡!} :f/ռlul; 0xmk2?tL@~Yf37Q,jNv&[69؍o(F`Юâjd Q%#3&6 >"-QZ\=}? E*;K MM_y601z\7?7؁1C}ϲ {By1$)#7\ 7٧4Gr{j*BHnzCEy:ZoWATZZݗ0&J"j N̏#Cx 0.;}(*SFg3~Sm[uV?wjnB{YX *msU5.K:Z61pV8؎}_nS0\@Og(y9+\Vqf3=$  &cxcaZ!f,,] u]Rg?8WTYo};ΩhpLru}bcSTӇŧEuT;QSpn |ph橵5魏xBH"o0+-TȗkdS> '+(/& iz@ pR?Քx&D-U kYQc:jϓuL=/ٱ6}g'3#mu/;"gp݌|6[|B+MGZ̆)̉Q=o5BQS;7nh]GE4'EqmRO]A |dvidtaɷKǶ{fr>A4tihP8tZ+qω@Ӣ\!PTBɍCj\A xUe ~ *띉'֙m:'II^D y8姅-E?\}WͭYXDѬB ?i OЎABZ* sls!ΌreoT'27y PywAu Elc̖Lˠ HGtZa\Zt*US N_6;7D !WD"ƶ(x2z΋'D$0(r ~I,#[E(Eǎޑm_ 01Z_uJAl:3\[8)?,h"TKqtzIi&{ K6 -7Wm#2◠{Gޜ->a: N 8,8$+OS5Kڀ-NЈ/Y3D (+S&-J96(u:%֬t4faj^^Y} ?8cpmVq[FS<mwV7;qЉxdڲcDY֛A}!J:K=5sضiȃϩ`o4+ ?D#Ģ?/2vQ= ZՑ5W}b; v; !;{;PLUvP?O`O\)qVVzdͮ6IPLYT?YٯH<[nW;oxeeEr&F9eFؙ&$xjO .b C#)'repzuRUۊ+Gn\f-;؜DG!eve}O4t>>\`wN3D{̙J+ Z nAhSa Hh>(ڼd.MtO|@ AofM)Dzp݇1P>8_)֗ G 28zRR&Ȟ7 Exe[$}H>k~Ÿ'ύ`x0LDž&&y Ǒ~XUM)U;O j?iPb]qnn2XGK@ք%,HL2f/0(.FB䉝r(H3Ưo,m^M^o(ޚ뺻E£']fhJ\ MF'E(:Lg0U[9\2(ۑ9c}J^g8u!67Opl/y`.#ftOd M>J~]~ԉUf{-2+0#vq2~KgPVe x=,? oFnH-GE$sNI@O[ݡv jLj|[E[}jODs2N:(nlОWU$0BI('yG&V5gât$rOtCH&ɶyE ڍ۬{ZvWD"cppm2!"Lcn/C^f 2]zT@^}V[-i,C7so+lG4U:;hX\ V&5q41iTB1rWƪ3VV&Ƿcd;M^8,!8Pk:/2]5 Ċ5S\>b=ī>BO$_-&-SGN;x  \R@t#׾U"_W  O`m\ZY0v},}B|i;o⇌rUB=V$^EeCb_Pȧ7# -XVH JY@hHo&`uV}vyN1׏R=85pܤ7+̋o فHػ1nk }7Vr{=rnlĶJӔ.V*,yM(8>Zp|?J?{Nm_D ѣ/c 3zVo <2hn0 sҁϘg.eA\ˮc!k=w6dA#F2h5jScVJH=Ѐ9܈r?oB J[IS6އ9ohSZU߳Gc'I]D\/?V%qѥiKOH^Fx$ޏQ[=XtHozvu.h]zew,-+)Dm74/cäAA{0϶KG,[@B۬y6fuQuIq{lY%'R?¯M$;rMRX8:௪BgjIG[p7@ӎ$*(wXsA}5"h/<kN l5CWeWMLzM/-0=Q^l8cNDC6|8+yKNB2 %}K 釹>/uNgIEqgBq)32SJ8gT]?v80%St;IYQ7~Ι`){!¸,!fcn#~,aW4v|eDllTWP6>0@-Vu]{uIP\zk\ҾXPK>_Սd^G9.j 2n|—뜁_V  P hb]N.Q``JV,#[zI7=y ] T``d8w9X$%ܨZ|U=Q8[TL .xFP>} E@$p\kXaWA3+pg65$KShަӾP_v`*XnmUq- ]bJ\Nx;w>`³h&M>^ 7ꫧ! I2 @~Tp;E"ٳ1z*FŃnHBalC&^]Red+"N#$o:ƛIFߜx ;-/ϼQdrof<ӐV.<3Ђ Rrae8 IuTlR%᭷a]:Zd. L0;K]Ў+ͭvX{.!RzA9E+F0G?Bˋ|W~[) N*x|em2cp,Kc}{{EfQ`wOP!X*$ iwy"X̷Yȥ[dcF֌-OSlfk3`?!>@L8ko Nm=\x'׀+_l漽cM}x%X4$]쓥|~|oC&*Ө!@wSsYn}i|Ïy{S.omT`A[a՛%4&JI;LR0NдH`Vؿ`+fNm 6Q<5⺿JzNEXkxdGJ쀜0vlP, ^)|ց;<;֡v*>|jWB)Zۄk"^$LdLRfMhL3;PcN]}aVqG,&eb#?^;|.|H@g2ky׽:8(2Xz!^şy]kbs2V}ObC%8۝bx}ld䱷^`j&]l.8[  UۙPo.i;X$ƕ *B[M1 u4-Ql*ڋ˽w 3P{!v恑Gy Vhi2IX9/[9{?IVεqlя`󬐾c2iYۇϝ i,Gj[u@9 !;]8Jg6Tdv y#ԷD3$W/xdQ' >HJr@ïG.dTT&?.`οy0,z4Jq?A]sO9?Ozi 8~w14kғDJ \_4{X ɚu"GG L=hN&!)Alf1࣎3'Q8{^URC \y% Q|H9PhF$m;:4iFqOWHSoDZfӖ|BJg ]Op2/^a% JaG)NJ å,zDpkJ#:W$\:˲ B&R9p~,/9mm[Jw@_@nHc۹Fj@:*AzY =e/Yq,0>dZL,*ÈusNA9~A/^pi 6,, \l>޿^U%k]qϼꥍ22VUC{sPI)hη,Y@~IUn{7[OV󽜥K\R0½)R7=]3й߃ﵟ]E H G'D3M*f"*;VS~XjY%¤  | O:mG!Z_oEFeױ 1>c0ƒ./rɸ+'UawZ apR Dv)/-`S㇣'KYN7i$" SX2st(|X57vYB[dM8驠:i=:@vv6ܩhlӚX,n;j)k9rP,XJ7/:7R*|6!zpeX/ :B♇goj{mLl(TPtƱk(+~ߍ4{+GT&6OkcQs〯.Urً qt% vmM;>Jn>2;9sZ?;AVܰ2\`pnhEm}om 8 TeWbo?;~*Zt-De?6\쎆C"j>#YéuikggR,Kصzh٣,t`@ׄj4kN7JJ]aU3 0]RK,D?.IuQ̢%/\־M|Lo B(fA UO+2:0%}TSrJ/HjSID)&ú:~qwE>>3]*|Aq:()AsmzVc*ݗ[;B&ֹ:;-|P<8J<]j`P4R$5SHmk'Kػd2>:=^ Ztag+dD!Q@bT[<@Ə}Za{I6Pa2T"fڛ.)!uT?X€;+.L@H]2 v?mMiEp,57 Ʈ{x's=uH5+U~a!dLD.x^3L&b&F"=}1L$Kz.꛸a=Yea[Yo?mw +4u\F,O6wcR_oi'w@b22&|X:n،m ed(ZzIv$bF7]!_쨱/qE\n!2x8hY 8ZәISvhS,¡$;[p@K`~l%{>.Q?DiPvMm0<Rt0.3Жv㮑S(C݊"kA& m4g+.F[-m)֬1'FmکQZ!M6.|W{` [|*0 ÿW# YM AaiVp,?Ws6]*څmQ]dlCH`$Q CB2:q|uL;W8L3FHlp) !:}:{3q2-ǥB+0:UgCAKkģ|9jZêERF!lmaZbG+$eyM e[K^z֙o8m #\{c#IdIRNlJ"_Pwn (G"p7&R(r *q f%E_+\b 7ɏuʒFCkys'i&SunnUj&tb9﮽ֱ+u#8jY9>:p\ ׭R W &ά3}A J;/onG8mJmΐ 6e=Ocxi8WJ,ׁ~D-`7ºFջ&wKly%jю`eC ۫kBhuld Щlo^yB#NpM~Lw[}  ]۞Vyf:+.T@bhŀE}ڐj%B'gԎ]rP&&,/ 'R 0c!v78 ԜAK9y'=ګ2Nݶ5keN9 mUL>-H3dzt23 _e?`[l.8 <0v?+ fhuőw`" 6He b Q;c ̉>[ư3 {@o&p-Ps VzBk87uDvZCw~B3 Sz3Ggb&K7v):?\:M52^(SX\t-Zp!&|?XHYy)/h# ((&78EGzX) " pn+ſ)X-kɅ6d/]qp,YN~BG<&rvoWGVX<6Mph~3^4jD{Y(̅1 w9l; ;p%m ߈,|ê?M# åR75 M yd֭j+LX.Nx)6:>^6ݕGSpw:ٵN]C]t%GUa}2!5XAGCu+Ύ\ORr~ߗ= #,q]͹(a|!;v9"*r\5ZIq4fP72U%ljg[T0)~&Z]*&Td[=RT!q` w[{xulUŅaktKTϼW_wYWl5{MP+d|7LEɊ tI]QHꟛQMgc,)[N՞x9͈ߒnh#濆?6[Xß/82N qmTOZ2ެPY bleG55$1ިѝ24}烤ϭo֙ NM@G [Xl[ ]rwnW'\~r!Hἠ9?n?b@P%͹ncT֣D'f45^W_? P'R-JT թ9ѵr"L#T}iJ|S]JhNCr`59ĄU d6~46*ͮ# 'v6!xM F#'IU ˔<"N86r0 Wb[$Ke&ڄL0#nm eky뿐9 mc1JTa)j]2^yAH^͍} =4M7}j@Az܃iEB{K0~8o+EgD~yš)\S.?g= U|"^a Hmt$ydy{jY 6 "2n\IY4KPN΂?Q.ZIO2xnC;xim2o"9EJCz[Y|eGAs/ @+^9AaKۺ_'r n.۳[6ե6\ͯIx;/2Ky]$;g+7nKuсwhO[l/gT8{DfϸE"XS(!.Sp7T{Ŭ} qh<|ձބB=֕XE!ډs n(cXxu-uDd{FNb 3O]D ~|I@k$6'9SA56Em/'P6w|MRKf(r DxʊpJ8f9#7;hitc:t$S12CYq"ö2ٰ, ra'QJ6zЂm]SQ*^\LB8EQ yᐟ{ 4#{v~w|i/Gl'Py0f@z]752.4?1uk8r oֳ˿9-sV$_"{va \94 6 HKNf8Q"^biQ$\KJ|r|4p1)p4hX <>O}JF2>0:ކ-DQ2qTgYE8@R' D׋bl)Ww>{vG3|3@ى5 P iN G+%Iļ,!E0SUЮy7_!R~EN8O ~"c3<^7bg)>od[ϒ<^,T;(k. xǠO̡2a;=H{b +y..e!W!ZIGT)1pBbzV h=9IV zը[z;3zIc,o 崻Tƌ@iV(P& +δr}k3ՐnZ\=kz3)Z;/f}NcA5*݄:$dbE _ .U~Wz ^< zYM.)^a<(A-CJH%˶5 tW>dے"pH3sLLofo9kN9±|«} ni4ژ"ē*dM!K@bTvf,gqV8J W!lwC?+Ժ?!e75sVwP"5? 3 'uׇl줊@z0#0ʣj~&j'&!'8T4)D'Yv@1F!LOSPV/N 4\RgGrpm{\7D9_ AO'leuʱuk U|?xjWpU)ikbmF.^]r͒7^vty!Y(]?r q_i65n CΊ. v2+$vUzuսxoVDH ܺSBIF 81VwZ ^ Rjj7ͨBfil/>iKՎ9|~U vt&9Ixsm vc" @͘N7='Xu\xzc]6x0:gCw΃3U-l[_=Eu"wXp(Z^otZpHLWBԍY6-X2lkX * 1&ݗ^\;2?}lQիv#*CL-r_Dka)-|Td7E\xp!ד]%3NpCU$˪""6ɿr-3j"yڧMSʬ֑޸JhD}@"l Ss~ 7#3br8-rP5@c@AKn„=bPpKb!"M (`<7g#5h) g\J߼;]_ "'`.'5Rx])"٬`0NtGDD݃Th\)uwaz@BL<8wȗ "AdN -i9e;>ڇ_'3 奯;eqzvJVf-EsQ󑵋lXvZQ*nl 1^2ހEad ;% m4OyAXc| M(tJhEʫg/XI:l=娾ϝ4@s05^)~ +MpA+DZJ{n97%p6wv9] AjRk\0I 7"L](QЭ /$n~YzɥzO wr^3voWPf &5=03&4ڇ๳s߯uAN@9,5S*_L 8^Ոo}p,PuwV|whݾ:Dc!]j;P%NcEnZz]ø;Hj_ꨏ.5]riϔd;}F8U@XH'߅emo:~)P0{w6":@ :9+*8}-`x،}­`K2[E6ԟ E_N>eKN *0Ǵ4w'꽙n[ЂF*N#BJA':Uni,c7ŚHE< 8-Q6B3]qPj[L_gSvwgEY@bل3aڞ\=F@x3047!{ޣ>nß{0AouĕĮ,1'oa!ʘ|ϐPpxۇ1d ڕ%Th0Zr"ewWY[: 4zTPX Jm5p\)@DM2^Qknv%;9~շy@<]i&8[y HwT23Z.;e0CS!Q~U(j 2I̡bZ :ԛYerO{n^d;U1  =6VKޖޣxz_Hkq&W>2Oچ3kŐAuNq)پ*Fi~#V z͞ bIJؠ!:YNȹqq3[{ol4_y@Toڇi?  "QlJ+BHc/ Wf ZÇ[լ&#Mj_<'uL0/cĐ \ؿ(a0/cϼyWoo4(;mM1@z ^4 <.4mZ9oz)2AS%M)A^(㔔!]:zFW.fM_z7PQrCYb5F}Ka7ȸa|bBa(a~$!8 w460o"g/]C,xq߻]?(-ZȊLɩHӽKD5e)ٚލXōww59Es"%?ϵ|h q\P_ cLW(^rgjHw$\~(܃7% p.)}*p}; uE=)N| !/gC gɥFf7%e5xkqW,8=schغ0- ıP-ŶghC-kƐw5EẁӘv|R /ŗBg W=z[/͘}13RYq8JEٕpt-*rlőgCo29lդʊ֔vIe~ qIm,,Ayd)n@EN" L_/zm{8On"~rNqhIU1~rܴu{dP䛐A+*/fBUiNgo 6eB!' n q 7ĥe@Ut17Le+.㜼x!e UDm5CN(GmN!X k"2l"C=T %ĥɻ=o8~mʑ78<<tF|G__&e E j|Jޭɂ8nYTH aC%iVM~Ul4Rr-@&h6$n|6)0#8uĎ=eN&PnT_ 2RΦDTSfߌ.l$=@'c÷