libgetdata++7-0.10.0-bp153.1.17 >  A `BI!M@eeek6KF2H[|p@E(fR~p@/L?/<d " S|    $ ( 0 r P(8 90 :" >,"@,1F,@G,TH,\I,dX,hY,t\,],^,b,c-~d-e-f-l-u.v. w.x.y. z..../8Clibgetdata++70.10.0bp153.1.17C++ library for reading and writing dirfile dataLibrary for C++-bindings for GetData.`Bs390zp22GSUSE Linux Enterprise 15 SP3openSUSELGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://getdata.sourceforge.net/linuxs390xG`Bܾ`Bܾ887d3834e2cf234de778c41639b34736f51362d6b549f02983d1852c25521685libgetdata++.so.7.0.0rootrootrootrootgetdata-0.10.0-bp153.1.17.src.rpmlibgetdata++.so.7()(64bit)libgetdata++7libgetdata++7(s390-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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/ldconfigs390zp22 16149952180.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-getdatacpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ebffbf48bec24d142d99ae37e5b67645234792fe, not stripped PRR R RRRRRR<|A$º;8utf-8020bbecbe72411caa4ca358d00861aebf04b7dfdf50003953447f6268c7770f4?7zXZ !t/Ib&] cr$x#DdAB"^n J;=("P ~WI>R'[&#;Qr]4-v w=UvoeO$VQb $A.Hrz?jl4rh?g)k}zyBgg+dԟ٘ a{9#ю0(ec_Hy4O/&⍍?tt ̙`SjrEu3.z %ED w^xBLDx }/XpF Gw`OնAە,䛈+OoFJ)(Dy驘L\X#t eET.k/.ί+ꌀX ˫L}TX_ ,y͙(LGוZw\u^ƈȯ-,Y=WwoƋCa`k[l?dJzp=si0̓Mvs* P 7ו+<V?9Er x+sh Y jEթme(G=8oZŸw*c,B+IPF:U>6Kvp\Mh5]JıaЛVh lQiHxbT^"LҨ݀'ʇ/S$pc5RG_3}r^ J, E3\\K9@7ޤh Lr>0~ 0h藏h# (> mhIpsρ.L#u e(DeғOwƐnLlgu(emx`خvw$lDta*T{6!ĸoY}PؘyQ`}Iy݀Wk}S* 6#c{9$xyjҬ.G.BH$3L$(H'Iu5:!jyٚz  Cbb "hZ ҺI"!XۙT*?.3H7 ؿs(J퓻7cz$NQ6%UiQ zb3;9 PW 7+|AdiVçZ钙&8ssst l~.А zz7bCk%qQmRQk5B1=റulՙqB>{նD \gV>}S{P:G˹"P,6nvX_^  Ba1raTe~]=g8Dž:[d/Vsafzcʍ"N@`ASۯ GVk0nq\N{:w v?b8bz ilTCbN4ȿyqC9%Qa]\@Ce1# 9QS`~E rP`y9N}ԧlx=wL_(4."8 q7(d;a 8|0-ӝءCJ-ba&DTEPNN9=kjXRϞ. DɺԮ᳅ff+⛋!V6_q_\zIpG_TG # #OYiYyI)sPfĕ"Mi{b*riC{Vrj-j]?Ue)LDrL$u:xl^#ѺX8( ,ўLqO$yݒބW:%?ᵭ6 -!^VXKgJJAG4ge_Z/@ 0~-hMN믾H=ju2#ksЎTI' UMZC2tƇ뻿A61D`ʄWss;*j- LA3K-t[fxO_mJ$ H 6Pk@JimKW72Lő1`/4cd8ez'UKĕG_~s?MvcdV1u H@:F{3dxșdJn6\?8e%_ tVw dpA!rt#8Eh%N~]pg)RuFb4n7 -KAeSpՉ\-y@;9hy3MTB¨ɑ ߳"~ҋ&6؁>*f\y~^slbfpܬ(ccsK:x9[GY pXǡϚ/!=5Έϔ-K3KSriP#A^m u"[wghlr*"66s#c̮OYeCHۘ$8.~ϗ5`W<]hV$a#-^92c'/^oW"Uh2NtW|8?X=ǗY"lj/ L󳿞6ګ]:_1G] r_|2L񇳽"ɾ CrA"dQbYNw~ɆSGa+9θRϴd=(PK/FP9uJq^BH^k#.S BΌ T:P3c:й!>@9Q G5jG(?ڤ3?Ya-8Q7i/4D.SL}ȼ7Cc,c$&1P#g K`%-i6L33֟8 Bm|g|rqٱ[f\w8iCBЯ,4yNسKL(JW7IW ND}՛tæFবYh=L(Pđm\*)Y6THEՙtL4[b^-jTMi[e$dxj.̨7OV_yV)*>i/c*o(a{IiltbS^帔N8'<ϒ3w X쳥Tԍ?oNB6%ɧϰ-4%r,54~njw}Ò[m j8"um=!er'(GKa9"J[ cM(Ֆm%_OdQD^!^&W]TME73^\.-ؙ^sx[d` 5~'R4)) +~pEqլ~tQytѦJy>ݫ +3OifUY@^6V@V ~@1.,zT% V"w/dK{Gx)腔:/ྜྷ7РI0ൂW\l:9t1#M *t7=B9?MLj½>D5|<>^hT V`[fOY@{̎9DxGðHS8=0bF.%ЛS0W<\1xEM$C6eV3Hq5ՆN6dvqH_PLMS__ \Hĝ܆i#w1URDفaguy4۝M-=$뛂!Zj_3\7U)c/E׫JQX_a[7 Ү<؊˄h l#mn^8QC4d<0zNe>|^$uEE(P1#֮f,֓{Qbr[u]S80RE!_xC#ႍgZ2ܥxjֻx*|>"m_EtОh :}ZyL/n.fa1hh Hse>Po?Dl@)1ܾp}kPN~#5|Ӫ`BvزWN'?'"M~L`ʣz͗ ^Rc*\[mZ.gF{ys A } 5lC,x=ʋba ;5s!kuU4WAMEՓ!D͟MMAkR(#0cq- KػX CHb7s.hKR ܫ+yD@.ǼPql6c $rũzţ̧#¼(ʄqAijRvk)Hj#g|=K`c,e%.`U倬BS@3G 8}#pWG`FPzExAR Ga>Iosͥ= "u:VBc/ fw&s*~Ql2Vw"={+ͣ4+U c9=ok3 g^SS‘xz6@@4S(ޚVƚ61;!-#3`upU;^א!aQx}iI7 .ν[1&YKOlv  S8 دbFD);%`&'ބSboKA6@zU)KGfM$v?dh5[d.G{OzQ/k3w~ a9 Ðe2vKNHBȆ{ILܚڮFȒ&mB"A08/}/.'562(bweXBfk2> se.B*'&p /`/|u|dHD,vL {Ô},_ưqd]@V7 v3f)Jȋ Hߐ:Z-tO`1LDРؿGAqXKπd؋'~}=x\O줂jVCSZ;iÓwDȈaQpd?/`{?I'K_妹]i1Adv~l|M'3bE%e8mCM_9$9BFyx ހo!'tysl֜mf,w<k1> зE1'rϫ$j;$hWW  8k,'xayg{r)\d4í.珳W-toȄH$F f[쯵2g.rRs@ AW&G,5҄\8$ ˶~] x$ 9x8({ ^j2U5V.~U]3ѝ:f( VwCxU2Q Po}O9ʌF)&b@RAH1 s>[TҗQ+Pj GQ=kq>2qq*WY3=gF*&J{Gi7pk QjٮZvK$rq{ԝNri"TQ[ av>5N*7hDnt2J4 ~P+{?w]Poa1.MIFcsH5uEVEF];('ŇҎ'T QU+|ڹ<,MVi#,Ax-SJXF9g/QJuIM[bgս#p@=EAHu>s2v㬛9S**m%he'^En8&U݊C5چ5pc_KvX 2(aIMa*#:1h_C!?qLTX^ Gh>w8Oj{u](sݦh* E'UA˕:Bpҿ%J3*Gkl+BBpP*W^y'}zٛ{D{qQ3y+ \?|uTџ_$c.k]/NFr(/ 7.3fet&YA ǹ(0ڪ+YQ C]h-|CHC TM*|=h@&3p:XqY[Z</({&vւK\P8glTʓ7R٦9a@<$O!gEU3mN-BB%SEtlla-sߙ_6D.RYڷT~PIpAjc3W4O_<$̀QT C|sqgv.iєL+-I2u8A}2!^tEeܸ S/ֿCOMncY,)&A{' s*vTrb%d{r6Ph#ȟ.lL, c4h2fu,tn,"0jJ5M=Kf !jq *«JW%sxd ZQF9~OAL8bJdE#IY5Kƃ4a*yq*HVDzSE kiɷ=U,65KwXIYz, ~G I悾HCEamڵ>Oe腱r%qD]mw<@=\ǗCw ~QQqA10Jv ƅi'~ f6ZQp {lTmv*gjX <Ǫ8- !nɢ; nG&F͎W4)g -hoD#/Q>&eiF/uK ?: :w=ٜ&mTK`Z8][ Om!&K+FĿ`Ho:ipzV%CdgpDj-tw{d5}ur 6|ۣ2;"8dIaX( UZ pSր [lxZKl &-c?=wt '"cqD8¹SA-̉fyclE FAFfp j;uYO~7]7*u?<2S{م=(x@>˛xZ &{&We8AhV9Y# [[z,`Xe}nKyɫʼVuC]ReNUpxW2ѸEڟ;hT0kLouĶS i⤒:ZyND匰) +OR:UA%3~@3fQ?mab,lf-]m8[32dDU)!iGt=P^>Q3cP!{Qzh y^wҽƿT`R1'z>lZ\: )$i\Bfy'9KyU4䃲~}ʪeRMyI[ mMvG~G&pq8q^( ߱y|)+Tu! ׂOqfc#$ɼk2qVDZxѧq"Gd &VA"B{]5L<ʰZ0|͙0 eʾy+?/Hu>R]f,^fF'Y,`P@ͺ A22Yd}0<^=؆*߬XqeFt]lzQFܷnj{QRHI!tm^NguHR=__gC a-m)uRt&Ehh^4DQJ я>{Xw .ituSlaAP`?#lGH2 N#V!2ݽH % |g^@gUr͕Sıc-QWa7"c:!!aKcj) DXS VYU }LD2#hu8jW |v%1G]> WvxRAdu9fLȥ:qhNBEt=ٓHlt5E 0 A}`d`UǹדI`x³v믡s3:[,]R\xONÍL8d?Dj tQR﵌x ^@V#cXG~_ $VcBj𦒊J@ώ?K)b=Փt hfگ1u]hamت{fUz?]=+Jq ۅ o|a GQPN3H 5kҚ— Ҝ!jPUa<6yA ňN*0umz.̪ׯ{EEOqg$b%wd@׊@eD?ݛnAl  RTRtEKQX`<5BpM;GyPSt^cvJ #&Sf2<#?#5~8D`*,C4d&.V_pZ j;Qww;Ǣ1{ApMٓHڈJ΅`$6@ -h g7 ܔ96 y,{LIy\H_Qyυ yOXp\'*1'*ww7-#u6"mH 8"{wx+.Zf6LՂ3= uv,H[qފh홢i26WUEMwo>Ft9o\^(Gx9N_ʲ^>կ"e`k]0R+6N]:Y*؛.]t[ޝm;D$UlfyҦnsŸqM:*.x prfj$QmGxɶx'.V6tEސ-oXc{ջ_ǂB6iN QB`xhV9@-il`SD N$$s`qPvhFkm xdRDfda0}a0p>l'}N:q|_p} S}=xvU6$C,!nӊJE[̈?)ʺP 8Kj9K-ͽ޹ m.EِWPȭ  r=3ʷ`p{ʟ;KL(Oͫp!K0nS`QGg=2`7&C}2x\i^45ʣֺ! n9!foP`._cݻO)b@~!ݳ>A ˫zj6yK{h1IS6Ҵ,rR dAD( Z-}!{z䛾VEA^aFZzRhИ6  h7<X^p:c/8Ms %'pFFU#9#?+"^zl̈g+36pEwR^_;D͙'_ο&jb\Inp\CVHiK@ڿ"_$:pw-Ϫ9 (lD4bZ1g`ΉvT'>dhĒ׬NeBU$ֈ 嶺 : Pێ4HB9KNf+W:I YPY`V2wGSZ`hR*݆g\SκDe8o ~mscmsrfKC{RІh(664V.~bfvɊ[rFlX}+dV(v[m y mŔ8$i)ȵ\2Υ4BF!šQ5| ⠇\tCDEa99@i34b9;>CeKpwЁ"ʱCQέǦ%gNMAN$(t'B̧⚿.tg e{H7>\gMli5An?KS@XDAUjn4-3z{gX|6p21{1+iw`B )OetWL,24巜ϩ'Guo[󙦋\71XÒnx򰽼Qa@DM2SO;McrGE 7ҋqu;uP05PzkHXv&Br^H5< an卼u CT8h_[wM{ByeKl#k=[q X~)/Mr gzD^ͦV ֚ ^uo(e)mWҷ3tW$'vU}:1(sM mxMBMR( b:Z(`ePL_\sY[cU'm ƌ{.i7x >ضy<2LC"^ T*2qf4o{m QX[;h zL(}ƬD B˦|aTM ટQla֡ z[G,`zR W/W- Sy%^\2VI @p{ۣ_h0 # Y[&@{(ɚ螛a p ZW"RGh&qtG)QGv\JAIrO4.SaA6qDL*匍OE."9#1~?R#bS۸)q x1T8A6(N)wD J#km =0d/z\!W $ehGVz:B^춦F9^c|7NU"~"샐ӍuT':֘]n)"KG]'HdX INWԮ~8v&o=ȐCg) n/UAi7ԺEHG:=۴ZꯁBeM:0a}(] ;U^X)Yu@GiGU"C/6..a>1 ڧOnɸ+C ?4^CP`e;i\&(I&,t'lqmO)1vСkLL]cpc*kn(%\5ӲIOiߥM\ o- r*dщJ|TóNՍ&u(UbU ؘ4ǒ|ƴՑa3q@~n}UO0H> ]/o*2B%_Zչ>`]&~ՠa3"Q`%zck@N1Uu")% E35AI*'Dqn6noc_;"q"/jBNQ1'9>9jv,_oQMٌ0oK#,0̳ 5Q'AH(+je$ڬ!_SV9+-O sOg]u#X#-𫇂DhuoT[UP`ʥ{*QInNe ⑙8A&yE6D!r 1c.S =Z 6bԹX6m8BqSi;rh 3`Y0TjhB Ĕ. KǬI?^.b,+ 2@%~ZO^jpS7k׺ ٹ<Eh'R)^cpV^Z`߱hZ%^m#\@r&CdTvFp~ f'@XԳ{8v(د>hNp^^rK{qle{k #t[]bo9$i]֨pȊעc}!sixŊ5Jt:"$bWcheTeO'Ր2:rhtAš%ؽ0\5oō񟤗nV'E Ȓ4# W9;gǨ j^z`q3Jk66z{SvI։S8{3y(z01lTn;Ü |/_ZwVap܅evB%aH_ VNHuL-;n%Ei؋O,\+!7r1I?kaM>j[?`Zމh2 C诱#gea f 86\N?>'LUr (ʳsUs0̩Cߜue6G[wB~2ݲ,1}Et>Vy y)dhAARhTfo[ҩRLɶ|4;/ [1c]A[EMқmJ9 e>ߏeۂqT2e@a`&!Oj$]VIad<1eY=8N@OSY$Z22L-0YO)c:_N4kxJ0y+|̶NK8;6+]2H[cEξ@Cp{#9 e(>5ha[ X@tQk%m~.̀ rRh>H^dI;^vyC+m.gAȼJ swԿZ)ͮ:&EogVX+lT6o) ,ֿ?,^vO@@\Lx @+E[5w^1Gz?w| :1WyQkO0eqG$RE 0Y&RUt\4 wY[$p=wtk<$#4|.QZ0VwooQWcT321Bq|x6,>#ʿ1\OzƒQ@%=[2l4Õ_B츬E>6>V .~ɶ\,JCh>;Qjm  )Dfp:'Ƽ V;:3ecLqs{ ֵ7[Jn/nJd/<ߐ5H˿z ٢03"q攧JZ/"~#{\II;/O<>B+7257xc P.xlğR(0O!=Q2ߋDt'*6> 2:}~DTt7lE},-6I.K9IQ/ Cljj=/G󖛟QsTб*1ȃsw&$ t@I?VL2ݔM2MX~ Fz-)(5($JU1?*Jt{Ws}/ಪP18^amX *BM*5Lջxoz`K)6!F~݋(f(pZꭰW8 Z#dYs2@B]0ep]:c"ƜR=b%l}UaDT`2WQj%"^{+;쵷_vϷAy =C}-զ¨92DyQF_Ib;B %dɥМkyVh;ޔC l`,n;R WqƆ8#mYq埖;>.y0Ʒ:~b$/R/o bzRV<{ڇX"ÜW2Esq֧mjjKn~v*BxUJ9v󤦾2dLF wFpRw~Ӏu/g&U7唠rN׷dOi|ZLJ0nd&;B)VxA'dmZ zүidl|\灇-Ʉ=} ;P!|;)viE9;蔝B;<:BQ`r}V(/V`zZ%D}l"p4k̒`<u"V]JzS0D J:{^IRK`6koye|L 7Ǎcy8_X̦ߓs <##}NykUx"   D7g{yРb#kI;P)CP}AUy.Z@FmQuJh5"Ed;M3yG2cF7??j"9XuxF%8?fF!#j=vh# w$LS EM%jҾMmǝ -,ޟ"E O\lN˧NN >V˥*EX]?}\g -cD n8[,FlAS2nEtk)j}͎jA2l{"%du`̓C [cO5yW)v3?c% |و:;*y OzE֗pLCˆkYWsh00,zO &q JrXtZY4 voz#8<0p`Ȅɔ{O$/X3Zǒ)r6,CCZ| 4dxU >)Ciu6e7h ,K!AdmFb; L(Q^L;^B"9geQ!߾{Nc$Ʈ.O+m&B$sA\u[ON޲mΆsL87U%p'!օjx[p;fv~NtWx $]ڤr׍y0# u0uR 6zVF,:qA NZN|ɽ^:A}o_po9v_5 ?UaYm>rٓ$1?gՐg70FS-ID?oTOY-6K4\EyFk(CE) ѦUM^:}c;Is[i#]Ufՙ#`)| "3\ u7(DSsG3&͋WG?W,DqBHאp˵XX*h\+3* ⳼E _R/ݢF?٘ö;5/]b@uSʑ#&ܾ;4=i%BލNyVTcOS5ٲޒ\nggY`HY-dler? ,9uomj0@xr +i\1?lx~9MLYA &$#k(xAJ&UvGZEd"[ gs*1;n߹ Wy.y4fֵ v|+/q1!қN|nDf@9xގ$R 2ښ=vXzhG>;.8E0%3/뛜Rp ,T8c<&!((ISZT6d knxpTe#k۸μ!dԯQLGo (b% QlD=zݤD 64OnJY4YOGi$OvM] Ǎ)#`U a<ӡâOx[pһ~yq5eT.{~2MvXtrskμwuߡm-#j)p tE9j˜nڠćlHN)q]z-E̐[ Gy$ʒQ(|A1KNzݢsiw8Hɹ2E?VV1g(Gg.eb#N*(9:"{c[Ԣv)~-o-͹W}<^zi' K[&< y%6 )TfƢ?PHqv*(SrF#K.wmN%!vƗP$cBktUXb-'ʗXE.L#{SLnz *&k3!Ϸ@|Xp6?BBI# -x`ݒ*ϽC::ϡ`7i#="kU^;WG/& %T zB/K.E6ߢwYPrQKgn0~d.<| 2zR[dܘ Qz^n*N9l#/#Mґy^Y>|rk'4m])# (`((oXYcYj$04#|Z,gn;t՜[_kBgJU1.hȖٽ)hcdrʓ%7t/MZr^!1vŲD:@1gT{[.[]Ӡy uR {x1 [X1شuRq uj'JI *'ww*D۬Qf֠r;Yx7rDL"퇲,-j$,ugiCnUzӍ^R=:HeTF !*ܷ5lTM=E!(aOp~emm,\RR1U@& 'md> . YZ