libgetdata++3-0.8.9-8.12>t  DH`pY_@/=„63cevlKnЅ]g+K=D! ZB e}o1cUa螟N)#RpLޥ+t~37IAlvaQ_}s\b Bև^6@TuAvW$ge@3*vߚdäjWs<*d>{o`8l']$ .;C4[\>{qw`!4!>.މ<5ELM.N8*"WKF~><6?6d  /X\hl      . HPZdh(89:T>4@4F4G44H4<I4DX4HY4T\4l]4t^4b4c51d5e5f5l5u5v5w6Hx6Py6X z6Clibgetdata++30.8.98.12Library for GetDataLibrary for C++-bindings for GetData.Y_,wildcard3|openSUSE Leap 42.3openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://getdata.sourceforge.net/linuxx86_64|СY_Y_aba35041a3f8534dc36bf31767afacd8libgetdata++.so.3.2.1rootrootrootrootgetdata-0.8.9-8.12.src.rpmlibgetdata++.so.3()(64bit)libgetdata++3libgetdata++3(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.5()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2UUȒ@UUTR+@Qo@QU@QQ \P@P6@O@N@NA!@MJ@MJ@Ls@LOL@cgiboudeaux@gmx.comctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgdvaleev@suse.comdvaleev@suse.comctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgtoddrme2178@gmail.comctrippe@opensuse.orgctrippe@opensuse.orgctrippe@gmx.netctrippe@gmx.netctrippe@gmx.net- 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.- update to 0.8.5 * A spurious debugging statement has been removed from the Python bindings. * The zzslim encoding framework, indadvertantly broken in 0.8.4, should once again work.- update to 0.8.4 see http://sourceforge.net/projects/getdata/files/getdata/0.8.4/ for a complete list of features. This includes * seeking to a negative sample number with gd_seek now properly fails * reading sample zero of a gzipped RAW field now always works * /REFERENCE directives in subdirfiles are no longer corrupted on write * NumPy arrays returned by the Python dirfile.getdata() method are now the correct length - enable build of perl-bindings- update to 0.8.3 * BUG FIX: Several bugs on big-ended systems have been fixed. Reported by Dinar Valeev. * BUG FIX: Adding an entry via gd_[m]add() with a negative CARRAY scalar index no longer results in an internal error or worse when the added field is later read. * BUG FIX: Changing a CONST field to a real floating point type using gd_alter_const() (or similar) no longer results in the value of the field being corrupted. * BUG FIX: A bug in the parser's tokeniser has been fixed to prevent spurious "unterminated token" syntax errors. Typically this would only be seen when using gd_strtok() to tokenise an (apparently innocuous) user-supplied string, but a carefully crafted format file could also be made to get gd_open() to produce it. - dropped patches getdata-ppc64.patch, getdata-bigendian.patch and getdata-arm.patch which were included upstream- sset gd_unaligned_ok for ARM (getdata-arm.patch)- set gd_unaligned_ok on ppc64 too (getdata-ppc64.patch) - fix getdata on bigendian (getdata-bigendian.patch)- update to 0.8.2 * BUG FIX: trailink symlinks in paths no longer confuse the library * BUG FIX: reading the first sample of an MPLEX mo longer causes an internal error- update to 0.8.1 see http://sourceforge.net/projects/getdata/files/getdata/0.8.1/ for a complete list of changes. This includes: * BUG FIX: A segfault when negotiating symbolic links in file paths, typically manifesting in gd_open calls, has been fixed. * BUG FIX: gd_strtok now saves a copy of the string passed to it, as the documentation suggests it should. Previously it cached the pointer itself. * BUG FIX: A number of minor memory leaks, mostly occurring when the library encounters an error, have been fixed.- update to 0.8.0 see http://sourceforge.net/projects/getdata/files/getdata/0.8.0/ for a complete list of changes. This includes: * Dirfile Standards Version 9 has been released. It adds two new field types: MPLEX, which allows multiplexing multiple low-rate channels in one high-rate one, and WINDOW, which extracts a portion of a field based on the value of a second field.- BuildRequire libtool - Correct the License to be LGPL-2.1+- Moved documentation to -doc package (fox for RPMLINT warning) - Cleaned up spec file formatting- update to 0.7.3 see http://sourceforge.net/projects/getdata/files/getdata/0.7.3/ * BUG FIX: Passing a zero dividend to alter_crecip() and alter_recip() now results in the dividend not changing, per documentation. * BUG FIX: GetData wasn't properly computing the module directory, causing encodings using external modules to fail with GD_E_UNSUPPORTED. * BUG FIX: Metafield records are now properly stored in the format file for Standards Version 8. * BUG FIX: gd_raw_filename() wasn't clearing the Dirfile error before operation, resulting in it failing erroneously in certain situations. * BUG FIX: A potential segmentation fault has been patched in dirfile2ascii.- update to 0.7.2 see http://sourceforge.net/projects/getdata/files/getdata/0.7.2/ for all details. This includes: * If built with modules, the plugin shared objects will now be installed in a separate directory. * BUG FIX: When using modules, a missing plugin no longer results in a lock up the second time an attempt is made to find it. * BUG FIX: GetData now properly processes /INCLUDE directives with absolute paths, as the documentation insists it should. * BUG FIX: gd_add()ing the first raw field in a dirfile to a sub- fragment no longer results in memory corruption when calling gd_close(). * If called with GD_CREAT but no encoding specified, gd_include() now will duplicate the encoding of the parent fragment (if any).- update to 0.7.1 see http://sourceforge.net/projects/getdata/files/getdata/0.7.1/ for all details. This includes: * BUG FIX: When the parser fails in a gd_include() call, the internal list of conformant Standards Versions for the loaded dirfile is no longer corrupted. * BUG FIX Performing two consecutive reads of the same field in an ASCII encoded datasources no longer confuses GetData. * BUG FIX: Numerous memory leaks have been patched (mostly pin-holes, although there are a few, rare but egregious ones).- update to 0.7.0 see http://sourceforge.net/projects/getdata/files/getdata/0.7.0/RELEASE_NOTES-0.7.0/view for all details. This includes: * Dirfile Standards Version 8 has been released. It adds three new field types: DIVIDE, which computes X/Y for vectors X and Y, and RECIP, which computes A/X for vector X and scalar A, and CARRAY, which is an array of CONST scalars. * Like CONST fields, CARRAY elements can be used as parametersin the definition of other fields. Syntax is 'field', where 'field' is the field name and 'n' the element index in the CARRAY (and the angle brackets are literal angle brackets). If the '' is omitted, the first element (numbered 0) is assumed. * Slashes on reserved words are now mandatory, allowing fields with reserved words as names. * The long-deprecated single character data type codes have been removed from Standards Version 8. (They are still accepted by GetData, which handles all previous Standards Versions as well.)- initial build of getdata-0.6.3/sbin/ldconfig/sbin/ldconfigwildcard3 14994563000.8.9-8.120.8.9-8.12libgetdata++.so.3libgetdata++.so.3.2.1/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/9733cc09e1ec2879d7994ab81370b363-getdatacpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=eeca4901c7791b2e86782ceb4deded8ded32ca46, stripped PRRRR R RRRRl)WiYebE?@] cr$x#̢rTԢ:AcZ ¸ut h^~Y-vs^sz9r7z\:{3 OGĄ+ ó:mRz 2͕?!5]R50P@6a A.o,q -I4|`_ygWW }lC/l8NAH,SvCJzX"(Eb,Dx~GOFt~~3٠; ^113=E,]Ĺl"?AېAƸò(by) Fw᳌(Q9-͂Sql C8ᵰ;^{)\#6S,Y#psΈ:= krvZ^'aD=o:/c^Rfs'.Eڑ(Ny?i, %/ޡ \ZW@תfpMܬE:Ү~opdT(}[bܥ>͌ g8jly}f|ћlЏ]ٓ- Wߢȩ'ĤC|cԟMd8P_*5Uq|> ,<^gd]Ne.čQ(Z gkt!C;hSA@nˇo@Dch"yNva/NZXWRˆ紕0׾(Ds[ʼ;"Η?'T~5vqi<VOuȴhJ \R͌S]<ζn6K0/뢧==,F:ɕ٧2hɤpSP1cN#k|R$lCۀh+Hifp/kLYCGf# N( \KfMk  F^DU`Jk~5ӧ.S<-gy'rt*E:L nHvC ϐ:,KDJFUG]{ү:⏇:Z 7l/]HH@9a2s1nV(wg(AI&Jyޭ49G!^pզWSfkԊ-|Fnza:.Lo+PP>6^([K@3Hc UP~0Q4O3h<ݻ5YUo 5(=Q 3_Iؚyfo4 Ω7َ44|I,*))zxeoNK󮩸{̫=` ݄|=aie+=YékJ`PEnPaUJmZے9W!_l:V&ddM=/F))3*S r146[.qKT@A߂WZ>#e>q_olW?5dfsv̘pHdrC^iY&!dusJ|GڝJX %{ȒS5i`Mկ*{ #Ƞ_<:o=.&%Ezā!_ck1B9d2 ؿ}f|"`߈\ngs1v8p6uar;s.m׭2Xmw; ''s2Kוc,0gLM No^.\ "-˲y|m.mA姜a7PЛ?D~mzȕ1e-d]"8a}RFGum Zt?~i\)dEgBzu듕fD o-EٸF,.Iz*+cCFg"IQ҅PjguOf#+3Hm}̹tp'"'/&Yco:xy}dG:qISэ8kGTlU隊@ JՏI.d>̾:&Yw] eFg 㼻OeU;pk+Xhgwш:O+QjYZwʉ`pX4C`Lbdp",(b>v,U=VPfPM?ē0 Qh^=!Bյ.&CQ52$ޤB1JBC - N-hY;kBe5U.?qyG_IZ°OL5&DP p];8DMjNG>@&$0;.pʙI>&,=Ј+~7꫶3ݡpaȦ7>ID.F.F *,]$ Rv˕M@,O/5Ǖ馢hJ 6Fq&X g}!$3B5蹵*=Ie̖M+Ae.1A < 1d#{QOo|hO0TִPKl2KoG!wG>UxF>b;MRdT=)4TK09vDݙʷ8w2w~zbN3Zt@)fҊa9+ICG,&9 &UW*]+H۸[D YE M;_Z, E[ H`pATlE(@K8}fĺXwgQhj{a  N†0NjrL<IQZyJ?DvpShߞF#=e7e hXPUdm&R՛\<:G`Tn߉{s47Mr;,;U+5`MKQIm,W %uƎ$YJ 7 Q6UhXU&B`WYzWI\Bʉ,{>N ҽKm"ێz =<^W?$:ھ5w9^#zO ݱ2P7ο˻1u}z+~O넄 2ޫ6kdxڭs-8ta9<=$冿BiN <̊@J2 lzWl&J;B>T>#K8\T}pntXJ!oMBF+٩M{`γ#d#JttFp?܂h.̫c Y=\ń{N5r0ţPr!}Iq*J%`8oex$ٔt-h gĴ,Z%Q$רw !:ea[#GuDI0l~4ikၴv\IvԵZ '=lB˵bFy2Ru!Z \(Ɏybx1|bY>?H`K-]CQsȫ7E%&9qg C9Pr|񧉺0 47ե*_}̿p9~SئZ`1, _H…i~QG>z~֞~" W#"H%% !#P9NJwF=$2-Rho|SW2#Ų+8xW6jEnjj"4 yQ&y*g~VDL6oÐϋ#nW:/vu9$" BJq4@=, uхV`A`oVg-(=Tpb\$kOIK -'S42ΌAE7k䂯hSu^E!gg+US0J\ ~:<)}P5yh.?:ъc*c hZn=u.E3ZONP`YWׂ'pb.{Gŝp 0 s#8.Yh%1w3?PȴP> ש1!oSw&b '8%Vҗ@Sv:!oS20n6CwU!ItJ 55'[n$rng?0ꎄ6z>,$:R/ ua=m 㾎BcBx3b3g~(햤xVռ`_V'˵v'֊ywQڧ'N➲f#^8vQ.m{,"A3Z񘮸'Z<@{k)KɉxuҁБumf "X[,.DB vs$^¾@OW19}0q(VckJ(J9:`I`P0D LV &v\3& jZU t6o; ԸjA1MvVWhȐc["B5-qQ;hSH/s\%tXϤJm@(yׄg_, E:,`7C-ao/S Ey#7IY7~J{`% ~݁];7VҸNn~ƞmeܵ-.iǧXzӆb#֗v Dm@~8nUDJR ˜:X75HWR^L/hn/_OvL^a_ id(#wݗ }6^B.--g d3@9t'j JL!t teyBi2'L*g6_j,}b<-m|tZ~=6'l6+O4Dde&fR3yl7ވ`~|:}3(2`UaVO@[4o=ֱR=<Xe!pb4]񸄇 yGϭ'Da倽 %#M`yæ=yߘ-cy]3=32~j\1[fe#aБtUWL,> ( @E V&',|XZ\SY,x#}J1:m0`I2u2mkRa=ׂ*\}aB7m apb+:;\}<}Oפ}ӉqGoDA;b lK]'d. |o`g%)sF*]I,H;@X$׃$Uvcf03^oۈ1,K&lQhD{$,k*13YgLUc:/|oAlm>_v~L6ac(1OZpD<5v<`t/J,kJFȏY>e=8OP8Iݴqea*}xHah^f~N{?cP,3/פ4|]r$ڜqS9^ۛ7Lz=IIN]7h@*^caU02DhB)9x4aM*;`'\7lK;}B>Vٰ `KJ01`́K)l5YPņ.EHrh(w #>7S&c?]}x:">ڼ0yM6Mނ"~A^v`Ө%)+U e@[?y]h?Tj0*xa~C@ 6B!3~_-WgTFuz<-yF?Cs&O^ByFm.Y3.-$i,cGfbzزs.z<֑޵7hVn8x1cXx8Dsry%b_QRõ f5T&wPēEDMƇ}:`*]t.p| zx+>M66[SrV& Ƞi$Lυ[7"; /GPD-ESghDp@;mX~y_WN2 44hy*C Z:ela(^TO9,Ʒ yu| R*?aRQԨvXf?I&؝&Q-;Xs,'ADS0ᩍ%vܘ􌆫JʔYRǝCOW#jt $5S&#u\S XƯȰƩ;aK>vsWb]ci#i}AL!3-=PO OsUmw[|YX]]!{\%$s0(³4UrPF ehn^'܍UaL\G6q`LNh;WoEOqN7yNc0 G> P-6!" }GnQ/ErDaTi;#ś1;r2[ [0͂񧋄tbUP'Z^.JLώ*߮}}e?( CTt7:qWk%d9+59uI݂؉P&[2pc<"I܊́*'{V)V[GN#(_KPOÔ41<>jEڲ?x:^8HUL3' (oiǙre\(<,$'H`&weJcyTf؄J`$Ks\m2xfځ#s\dwoLֆ699E Noi~w)zfU_(Gip4 Pq]B7 .Y(|E1TU6_*&$ tci_,"N&Ȼ"x3ĤփJ媓?g}D`~L,C!SL:4.wAX زȴT~F,f}P2\!C'{$>e8x/ E#`kn9ePs b hI6 ˨mH&qqnt3tƲWcR#zp'fyh{Qg+ka[>l G$b(9HO'7ꈿۏe#ԎJëw gWB#KոZtɊ 1 Gו 4$| w ܒ"ON )W!N0L2Mg%Bx8J>#ʌosv&u|״:_Mտ_Eg-=;w~- 3 3I *%󝨝}~# n4 0m)IJ;Pϥ!)}wށE}Ձq;eFid@7 x*Œ*S® o?‚!SS beR R 0Dx1L>7A7m݇HtZyIԇX#W/rhcVe< mፒƧ_ŗ_0 eU1z]9i;(҂j9X|5͔69"uswB>u>0T LHعK7!T^nfkJEsbB8f5" wyiAMjaڊ*Wydۇmؐr;#p  D`0AVё9,YC:2-́RpFT?)aQsuitjuj DH ct鵅d8cQc|"(ρ60^GI?P:ށƈNSϗ"ms:<{ aU*Ȇ~sfvBq}*J+.+!y)`e"/ĠHܩ:LM@kB"a+'qb|arIUJe_s.=2NKɶ§sÛꐐ]кY{ %ɇ^f$D?X$2ne b^%jno8W8'bS)$sdq+$fر'&&X/uIc0Fk=?Aw#SC-THA:{lW.}n +2As‡m!R$xHkaSrG ahlHj]A2݉T[b_Q[F.w2êgyDCVh$!]wS1L?Yd./ ͣ a"60-@OPVHGI[`q$/MbrW~SD*Uц?h:pwH Uȩ?:lsc[ImK|4ĺb,we|R?\iE F֨Mˣ Xx]R.txs=bZ A˖"ah}3~%~udponrdດ A[M?Y3gWM(T_&YLZɊ$=DncXk;+";EsTzgXrSYQ#h۔h'_{\5`"5xL+*g N2Cq!iA*z)juya1sRI!)!j$OLX%lVXK&- K =:T{.0|zՃ(0Yq<Wl6A{s;Y*{(̥_ׇk^kؽ_)U,*akYџTH4}8O P}Iסl<ף5CB'|%\sq%)Т@QMxmSqj([RМƎpڰkBx\ ǗDZhdRT *}0 4k;Gtw?ޮNk0fԎiňTڑ*$~2HGښJcY\c&܈/@Zd@{{J)ies+$CzDI`?Ӓ\lvu )ciTKbEEkbQf|[C4~V& ;h[jŎŔwξ=AB+jrxV{m G(cRSkV]Rj> *>D'>cx.J,(˯qф0 %:p-fka@>zĚ*yQ X]o3YAgPy_R;#P E `w^nm^ 4?R}萑6X̕6M|8QQ?:'w[oVytNE@ՠvΖ, "pIp,C DgJ;*.WjIwJzh2HF$RQENJ/,v`oJ#Aw"[ypo?=kk-CCUFR r<ߕf'x 4W]6'N1 ̎ty#16nevP5~+ew&\[F.x͂Up6;1m+G35z!Ӗe\i:*۵±ZԻ*F49<_do^ HEl1V&Lâ9Xp@y Q>%uYXBPI}g),AP$7R"K`)= i ʯ.." IBj'O)  ^bvWKFΤ(NB(slxOUȂφj6!ݫ-)_F *M덃m_4k"6 "މ&<4 69Yl+_9B*9Jɍ ~!UA:]P6ٵ#ۀ?_XU :ۥ쩍I)l!寷Ē1ik*ˊ(hQ[.Q_LCM^+'8&SomYBu nvIi|!Y# >&t~1SR2#hLewL[uVK=VL-( ķʪґ Oń EN[sQ= N8S!k1SϥQ+E ;%8\AʢG&T/}F-ϠWsKZN㷔'cm|PQn]/X'[Q;C~ ٸā·|v6 CeqK\]Ps5h7#s^p3Jə fueEC_dpWn+Z#~-ڲU,L4Q/NB{tȹp6#nEнڰ*9#/VzLmMtKcj/EvV5P90# PޑqD4oo pMCȁk BBLt)J,Ϯʯ?^Nڽw(-M6i4 &dr }e8^ 1W><0\gf$<8 9"ra=r2Gc-<6_ ZuT[ꜙ;/GVf(vwI6@rxRZX+jI(\AS$iQZwf6=/"?CM=z.m3_O10 mZgaEMKK ʕL2oןyin;ݕF%ߥ)]emYR .U [@Z_>FCЅ%{4R9 ۥo^aE'%#HP5:w56 Wo\{ Ӎf_@'Axk>"ABƮ^[֭p% $U5d ˈw:Z*b4e(EQG'v7pUl+KsHwbX)YW uX aw_yɨ<43 5b0QA3&0ԬxLov9.Q"$?i?u ")qRu'NEHK!(h\7쨒wخ+;vX|#% б|vnO{`fC;Ր>)$LBiЛP:@3% 6_k ?V; I`P_HNΎns?J9G{8VC0pwkfTEM3* {a \UV¡}s7GWC*0<1tH;ꅎB^ #]ջd|V\2Qjc\ل=ֈ0 /%.bJb 'mXU{0}8 .@ ?lk=3q+j$3Ī`1T]53eEZ H.W*3IQPN&/)^Iv"U815Τ Ftn1IJj gGp%S=!S ɓՂ'gI 7Za?7c|Zsl &;mٵ.*&!7M1Z^n%|'LY'adVIкOHRڻ~=DܢlgqUIӓ9P~p,PgF;}|0Y`/mZӖg&HX?ATY,aBh#v{7r EKx<]YJ0sߝ)&Ixۓv_P.xڜYe =O܈) q(z4*d1_(a([Ð 'M \)AYpABc&kK@izv`f\t )nBg>밑Npm Nt+i'hu0mKN:|‹҉ú(MSJv.Э+)p\}Q(}Dd C,Yz Y)`bb]+; |u9 V#g:*PU՝yǛ7.VD?0 _c'EG$K[{' ;CdQ>&Y jQCY V[tEfE*t6Vw[䰙qy`%H& L9+\0h?`iiPƑH.a؝|gnG$[J:w@}.6?nL&Nߪ|OԞu2A [$"맻/y 4Y{ŃQAλOhg Hotê j{sG$wܧ.|Udݰʏg>C*|+- P1<ʥʘvҨlNH+%JLu6FxƮP4ob/sڔȷD:g$u}xœqX)nGCʐ)놥wb k0d*c\샦mn־$Ʃ]0"2WX.w͓ kYhX{&JH$eݏX5l|M3aJr@Ǟѫ -FeԈbd''Ƅ&so?n^˟&͍hh[]~Sp H)@asڎ8$[ 13$5 eST{)&2.w }+AbiAtѺ08D$R*1OBMllٹ½N)G ]WC+|a9XHu<P?_pg %ry=0!f"UUR^D"`IbqtW+qwO0hvXl^f^C(쿺 'gЧmk6j ;N?פfJ?b`>Dק1' 77'!Be 2` *s!@bKQT%6*^Q&y*Ż4(+qzF"WRU^V!^rvt\u=arWٹlAs2F`FjQ}: ) #Id3 5(N0*(>:g(qa/mW9hLh 1ewN2 }{6y7ʨ[3e4EyQgNTl 򈍡X f{BM]b]TPlK*8wvw< ۜ#/` UoPLVj~A쵱EN+