libgetdata++7-0.10.0-lp150.1.3 >  A ZeT/=„4#@ƑgYaÝϒ$+U8]gʙMwmbwE-E2=4cOfAŷ*ZO4) mɝcU(?v8P`ڭcOZu12.hH6~Ҝh,G\m$w&uRˠywXD&:t9&]\ĩ sjnHii$j-/:LJb61|q 4v7h3q)8D/lZjT?me4@K0PmtmMat࠽Mlm$Veo DڎwӎV↯L e ؂Tdj' Og2_Do:9oVZM:?Rj!{fSsPcn[GC'thޖ}72"S"Ay&;}>p@Hp?H`d ! Rx|     $ f H(89:>EV@EeFEtGEHEIEXEYE\E]E^EbFcFdGeGfGlGuG,vG4wGxGyG zHHHHH\Clibgetdata++70.10.0lp150.1.3C++ library for reading and writing dirfile dataLibrary for C++-bindings for GetData.X@cloud127openSUSE Leap 15.0openSUSELGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://getdata.sourceforge.net/linuxx86_64Za]Za`3648b131ea34cd79a310752ea5f5899565a28c95d6d8e16417af268758830180libgetdata++.so.7.0.0rootrootrootrootgetdata-0.10.0-lp150.1.3.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Ȓ@UUTR+@Qo@QU@QQ \P@P6@O@N@NA!@MJ@MJ@Ls@LOL@jengelh@inai.dectrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgctrippe@opensuse.orgdvaleev@suse.comctrippe@opensuse.orgctrippe@opensuse.orgcgiboudeaux@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- 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.- 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/ldconfigcloud127 14865552000.10.0-lp150.1.30.10.0-lp150.1.3libgetdata++.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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/9aaaeae94cdddb8507bb9f5101172c73-getdatacpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0a3e72245dc0857de3e59aea8ad35c4a1bd5d1c2, stripped PRRRR R R RRRRv痫uNbutf-85c272774f215142adfc0ed95613800eeb99edb2a38026d0332c58211cd53a4ac?7zXZ !t/តS] cr$x#PUj5~$t77*֨ҭ7.O?z{skݪЛ2L?*ݮ* N$PKxTLbuM@]0u!#F3z{d{[ PڰS+SxE|r pNm;{Eä+R0!=9Dؘ4H)U_] u|PQ_j`pG I|5X }) V6*F}n", )Ӷo h(jE9/:I. prc)51NXZ}Ǿ*!EeҖCMG"Sۼ䑉/se1{WP4Oڇ`Hi?yD:i *~|9`mPI_"NpM*A?vN+!lSLAD6s /F#H{6jb35.!*6Z9D qL\E @_r;Mo x(0%+19[/6! B ⸓SڌKʼn<.C7Tpuej]x9?S)9B'wRp.e?udL6z>ܨV4ME%Vc Hѯ=k3J(a_%Zӄ:lG (jDU4a~|Gn `r)@K:@ #_CK-}Fm(xi-*& J"HD2N*sU Я!''c5a%xT"_{%%f$AQl2U MFiz3t@أNd3+oCdB"{%Z_ jas, rj/A<6tz  Ni&NJ0 L9=7'LmZzZս2Lf)ѓ$_r]ǀ ҺFЎ?go)vr+3&}O4$ْ8ݻOH pZr)Kn{ xD@:iI&dJHN+NQ>zWBs/nB>j ~C,.M]S|X-ukkaС8BVKktYQ83};RKVOk+6s}T2RynǑ[hl \<tᰞލx|EIy>bzeAgѸƫgϩeO7ӓQPW VDBvď{%qZ'.o o [C{!PC+іZm{X&^S ! tpTƊ?G4Ac(HHYVSZy9.jQ4սLaXYkhމRW;C\(7ۛ4ڇ>AȲ% 3y BG|28)bl@t]bJ]xLvaeKm,teDoB B )= X\^;ohH= ƵiXeе;Ԛf1yXl/Ij8dU_ỹQwb'mpR)1ryi܁ q$Y$gzA3lMcg*^i$^n> ssn-`uȫ 2[hcOŦ}XJ:*8( BnBp9jA9e/Sx~+=P 3oēwc]#M _pJ"KC'3: ľ'Z1?SE8 9ŗeW|t]X'>(E.њOVVlQUpQcUh8+L,1z |DS< %ˢ(+ Sؠ3C]X77sF+3ͮ&W|7OWZrݑUJG|,Z@u꾗 (-)!>'mQ<;˓,!/r(@.BxE6_脚5KqUY$濯L5 zWp^(!!BKwi Br#x-q㌙ܖ,ݺ^)9I3ᖚ=phR9\Գ7Bf+I ]R|))"Lß&Ab~TxP.*f'n7[wt/eqN(5%i ^pﵤʟ cQyW;~;Ƀ&rw/9. ͩ~T.|'dIU|^^uW#;V)B*a~waAeV+BK7z$N3s% 6'U ãDSd0E(h[WKL,lH#~>[ /{û$tI]#z$ LD@ _{}mb_\V0h}@]We3"((*wK]wS (˚sreX2$'8H/TTf12&Rbc=O`%!" .Z~_9n 7s08>Q#J]X|wSѴF~s`ଡ଼BDs3},0 ed]1Ũ;`gf.CfEov6rnwdvr!O~u3k p".9c d:{"![Pu#aTc/^9S6^AYm# MfNCNp  ҙ9cj._w e_쭊bQ@^V^pSgA8.GJ_G ~l/OyŽ;yG YCUr !k蟩fGfPm!) 9r:T݆0Ã1g r(1TiCa^,wIPP]2Uw9WjzDyC8ӠI~ 5|kaRaXT l`>9]¤y0[!oq+ g@ ٠˹CƯ+qw^L7)NSLK EM L#ioYnτ[14vppa4F $0gK{ȵTmӈn;jDADhm)_Cٹ>[Kb$j 5[#e^! T5@4kvv"2|`S-/yp?;Y]l%P/EU;}S_0)\Y_Js]"A=Og-.9t= Wa2MYGxky/VDqs\! y;0f2E| 2 jP}ciz"-@R>Bg֘tWB>u_b6 qqED?_ |H(wIm_UM2K=^`ID }4{OˊFQ+:M6/.zџ R/;H{jAxM).iP #'qOhcB)A[]ElswptvVZ(}6r/E7X(yXGʋyNWp6bKKu _KcϾc4wE/~=kȡo*}UͅDޞyqSq̏!d,p 3zw20HOߝwN8Xgy|=VĂT]p('@'_O9Cَ X" c.NM mfRpMC:!gH PL$~Bכ҇4H:3Eۃf9Y,ć#=Wl2;H'wZB2VRxH;IMv,7Dg ,W/csKzEi颥 xSSH_Gsfc=$JDW_Z$ĔKctTOW0nu'8`C{]i3 7gO^ʰ]ƾN%y) 2ʵKZsӍml~AJ]gW|YC'' g 3D_Y,Dp^f\ p]Oͦ ᅅ 9hJ_t =ua#4UX_ݼq`oBKq;lE"eD݉\-[>l$Euj,$w#]/?3r/$\>}E|uaiP[S(v_YJ;Aw tJtYC;\NoMys#_߂&ޘ3M)/bos^Ptsknq0 ~_qqٽ_ TZͦPB0Gn" :EľQ}0kXmDŽۜ2͠+ۺȐcqԚץ<{j39JE3TJtϙϠ3;=YOC3F_È( mF'e߆L,-7A9IKT?6ZPr,+CQZ;ĭg,0X x{iyp-5Qh+H0=:=LJ` Vl4fZ DkMkAg0!ZuEt Mif}N\j'x UiTɟIY.?rÇ^#B`~3 goEc}.͹N-P'b.&sv5b%e\L$ 6Z.c-K(SfԬC61ݧG(DQERg:(GUװ(g7]$d.Q  M}mң!cT7zT xA{z{6R1S}]H߄^ܙN^1=;j/)짼(>7~Bgeq!TE. WC~;? R< j n^MdCtȪN#k{13tZIyF3Z(dLzjϳ'elm]@B i+"N VX("}/k TD_17!af`sYwt`M"Tp焽BjSz\<` G36@U^kߐrsLN&M/M'v~FO9!mrh Y-z%mL{22?`>Bi@E;xW1@$}-y~Jm` <(;uQC9kW9~r])BJKBJ"r:T0ؠ{ݝzCpjYts#K0$CpiOj<@rɶ>qz|V y@妴ת^d("M ј 퇇[ٿbt16@\DiC5I$yΰ:.:|$'BYtK|~Aɧ]nj6npH5)êOPČ'|g. T&DUauWBcydCo|^a3b,SF$:8yE͆IE/ Y$z!_dQFJFM+Rs1VNN5zKݕѪ=h^?wa ~`O^M%vzxbzXIy-3/-k/br(5?ZpL{NvjÛ7뢸e^v""/3oK w m8qɶSj)4p))Td A`9.FfmPFrټtj3sg_> V&BBv pbt"SLQw: %-EΓf@i،,xjA~_.PζQx"FAguN [/ZbU~;KS4[i-v"trx4v ]j=;W~- ?=q/iђnHB)5vuChe'}ᣩ ܑ0BecY`O5,cM. k; LJ?KSܮag"HNRi0d J!tᕮv6ng9&H]8Xθ*/&Poַ&"]^hV^U&;ϔϩ/QT(,Hd }޴ِ fB)sBqI5z B e2w'R35#V.q*DCT jRAiKpuJUO~ 1% _=8t-V+Y}oa'2`sU4)|J\3- a=r;Pp2*i3U'fz碱-Sm}juӱ='./:s켃1LZJbvDN %ֹbw3>CFTPgr7m[D-}R}5EC@8BÇyi@oa[ǕUHM%\nS9{rM+PJh92ZțOg|",q`$*P4uܦa} b>#mϸo u5ɥzL|.{O +R3b3XDB@F%f2$(ڑCyf%dLiRW4`5UG_Q#mˑi"}~I}@׆ 3Mv2ߞ˃n>w~@8_ʔ=}N#0L8A_8wyRꭽT'hQmǴL4_ZQr'CvJm4c#$?-wH/ymQ֧]oZςkd'̳f'?BdkqW/;dD2@")њ^Nꡃ:[6V!ίT=ߙ &cٖD+_=^B&aFeix"Y=<**T#dC^bOQSv)EY@h_$'uíxwƈU\MEXN$Af|=D+!9⌹}=۝/ ͐g  |Ū`(^Yr"pP#Rt`fK֘;caSD$W)?Uɟ%Z˽?98y}8>HȔeaNr&H2 n,h@`3\lDVZj<YNk렞ʅq6pu! P  4 "Gj]蛑Q$62gWed21IώN&\h\m]M 4k\r%y#Nqy@>zymj)27?c#W2I\=ads- ?B@rp04`oaXf" KE$ӓmvp#xsia=J92Y-@Q#OM}s+ ;07ͨM|w;LwjzF }0ЮIܳP|wV-֯MьK@iY4t}KYu}J\UO/up~bH˺!!n *_i=zy<,3U? YmҾČ@oV ZJ,1"1;h%G \6`uVszffuV ^RT&)qIÃ(1MUT=͸`$̑l1):R[M,ɩyT96<\#/T`Qm QY !E!yg{sAe}j1Oyҕy*Jeo@%S*<:d쫁ydNbu)nkf h$?S2(XUtlͺV][|S){Ϛ;/mƒ;#.N#H|7{]ؿ۽ظҧRtb?Y6؇ 3p"_!H r*wyn49mplo4[+Z[د#<,$Zl՝t1h'ΑH0{G(`TBfh5?vMm_+p0#jd"OLvpD:SH |ԝ.$rq؜Guk]^ e)sfxJ#0O(%B̙OS&ɠm.dO:X1 W#u9d]3tG0.Ӄ:UI>Z @-)VkSoʬ~\6w,Kr(hmhdQU4ۖyH]D BdE=fs?w @BpբT!sH,K#>-Iw?b1SXX:i셵d8k"?tTGL~cl ~,Sfk&RC r.vZ6.YLoy6 s2 HX줧}z-{3ST-2Ω<cNNN{*!<\`[Mg%}X_{`vfѷZ398n^2z f4AzSO5TS[Ea+E ǒrgN{zX * N3^KH40uMH/?C hD<,dN#=e[fkJs"3IkZGAѸ4/E)oƺu./|ODh0+}gqJwPm\!Ԛ~;^K`&ޜބd~ZE}`lPC)a"*C=O1eoOgkP͛X|DpVZA$zzꫥ{4!¸rG

{du q2@%ѧ>Pc=ԉ ÌǪd)ILIWgR"DVnpdK9Z,}NlE͏y!wg_" Bf=TNY_ŴdF!g^5:8P[Zi4w ? v ye{}M[GGf۔`hzG[yo[5JwفgUîkpnSva ]Gn˘1Q+}@D.:"Y3*^{H, wo^Jإ2~#ɫ`9~;Xj-\kMy`>] Ⱝi"i.D)ZWb%:%TG0fnmLɸ# JB5c58hnvƳ/qL($Sr|N.ͲaF䈯 xۙniQ:Js{|?O  P 7\07(ύ.:{9L@oe?Zt>B[=1h[9Uj 4􊓗'4*DNk'H/{@E!<1³nي4+IVݡ8+ .ƃv{N3Iga=~ܾPEt/S"1ke=_JsGzx42vw)MagUɈ=䂯I!OPo ᷜde^mHi%rY?&zyګo!SO t62+Q< i"dƻp_5ڣ"1(arKX/ uX-تmGCTs6ИK~Q HFf 0wцI_eX6v¥&50q_e'2o67G&+WyjAܰJ_LuBG G@pKH?h,0sv%Ri )B ?F>7% {ES[{CKQ1Ylǽ퀯1#L*&/ `6T0.#ՙg8u@bE%Pe6:ۉO)aL< 9+эy[vxJ7qk Rz #PmBŅ﹇ ^I% hzn{`ԟlPh pY,w/؍j봖:#ޘa 8/R@/?PK.ߔT 8no%KǷfS: x~vp"oaM?-@}AJ`5W}`d{_vf7`=hdsm :Ciȋ: q4'\}+יzJkkN"'i$`춊eŔ; 8j8ª(+ LaqO, |wn@g*J TKfi\06Ema '~`OO y‰> I!r  SiIS@z{rƦ\fUa)#| =##pQ`i #VO5XA2 Tvh.+u| ذ5rU" [ʮ(Cu{Cu QBq" X>w7+#5TJmDXg ?j9!UoR-??U[ƿ¤ZL3˺mpDuwYyRͽ{~i3d0sܡZrN&@ _@8qڞ5_#2y?8LW%[m9 znsUJ3@dh܋Q.`ПRcrD4*yŦI<ǀ)%Gz G!ODvN3ZO -n#6qĶ*lzm=vG[vO+R+ˊx:_Ozw/9wԭ|_|FuEWɉp_|!G3U*O[IlY%%sO FSa5*Hw ȌEH4,c< @TF-@!i" 9"eh$Ķ 3)͸\ ʅAfGso=΀Xrw+;B-`+䕀[B P٪IĜRj@ ^2'W,t 7_TaLc$jQ|vL%wrLU?`'!\ѴV>XHgyG %y,UWbn`N]Y.g9W>ō9i=߇6ߟ dfx`|wh@[x D$柳e߻ճ;u:}`83dE1WxMtoF3tl_bS\Ǭp"TeHg-ஆNK1K6{I.:^-1ߩ+(a8˜>sgX }]JM!m%ɂ{N#g~ 1d)dIDthbM 2d۫p]}V_ٮ˺l=nL̛Tny,)*_;]%v!lnMu?W '$# 'DU\J aB -IE[Ai\=-* o۹fyi4xxu}dS.ax-ֱzϧS^=ڞi1vC/uD#_8'MbS6-Ғa' _~ 6Bm"g{P(%fs^݆ZΣւ,C[g0 lEz!Z1yU.i|ڢ(|nY,'_'Mꃢl6U/&TBX)OXzceXpHm&%Vt&Eű 0jQMWP. 4㞣^6f`$ |]5pwcl? .,\r˯nqSz> &<^ @pS#B\7@:C%K=S@I`9V?Ai`K#x"gIǿ\%,6ޒԶ`ip4@Z< Qk?ITNjY$IS7&Pΰg?06} L\8-a0Ѷ 9rqۧg#t<{IN<45>Ll3y혅*R׏Y(K%hԞ6  >5P~,FzzfYhP-b2!4nw3T97 vZ aϵV4q,H:kaG P^P]6ɧ+ƺ_olLKQN@@8cX'']"Ϲ }@;mTY)_LmQͷ> =1!j%21_ 6\;-!1Z)1YVڷxr#ei28Z(\tgBKk 0ԫzZzBz8hEy)5w}kA@EB_E"+?"fM.aDw{p,}~WxȆn|~R65CON~a!:fڿ{a ks6r6Pn3ePn&a%3={ʇ҂Co╷s쥔s^9uQE奬VԎwK}{<=ED X5^\@s*= ;; aPKMթqUT..⪬]bULZd'\S6o4f(<;7Yֶ eS0;8ԾE?NeHpc.t.0MPӷ&2cp<*u'׬_Jb, &]6ٙ ҠE= /Fw}IHa)3>ጻѧHd^^C0"ˁpB.&mQWT4$&TZda[GĄ+\Va@-:S bL5n8b  !#Bt׀2Vj)Ldo]@}Yu4N&VE^e;OlFϠ) ړW}~%2¦ ɞNx+`P}KIIF 1߰hNEIAbjEC̑|t$},N^ Epnا(2ӍUd{+Xj4x5 Yg'WyH}ʛ8(d9H*6G+3N7mC!0p`lřk5FܩmH>COobki+54Cml4U&^=݋)T^6!# 0E"R6 ]рndgUPO.3|'zo7%c5kxBĂ493d|ѮM|U5g:Ű\lMФ$` ~N`R~@#N_.Iy/cy?(X3,ḇiZXH%dp{ϵZ|;v_9 ֩ECm8#qAd:UWzW͏wi)|K oJ| )<1 m~ ,aý%jP o>*f8ݑĊ"3P٨x#7ہ MIMGQ!F(fayy&$@|HGtFb_ 'R֨h+4<FLHSܧ
OwEiCD)U`)]8EdP,O2{gq :ktN[my'_/Ċ<$ڿ al%RiN 0d>5tJ*R(f(aдX* 73aRuHIlߙt˅X ܾ26g4ߧ`0ͼ-9 3n e)X(+!Nμ^Qrv1yT5bhhZ('1Q0C My]cy\zKR(ͤEzմH4=GaMmαet/Q4C FPƼEZ(tpFyu1;m>9 cߍ5IZ|CIt€iV})Pseހ- <ϯr TEBlMz֤;wy8>,>>!%ץffa }yy*?iLөeX}{[\(iU] F^U8ʹՎfN¯#YSmS}k"8ҬB//m_+e;pcG$yO(QoX*FC!Ҝr'&7|f%nvGf玷tLB)DzHI%NūuK~0mֈNn-caW Xx~}mcrL` cEI'Dq^Ej ,3w;Lu5zBNb?\b,crhOyj͙ DTً -L<x唼#y4$TQj`pFk59[Ns1Շ WؼZ@xٯoQ]Ɩ[k7ITB dxfbY"b-Kfk/}G)&Z$-WNz$ 8ʆ$̷p$1o4^ε;aZs2\h(ɊYryvsNOW%I r3@N+ ?l,ιF0KD@\KC-*lh<♫"g{ìWR(3v )]FN],xPL-F,w7` !E" klw}!JEѐhº͓F=Vt_uut4Z#|e;'- 'e !v[UB;+0CRK[h`˶E= 0t' u]ɑWB}-d$o͗)4S[t0|2hz#.7엕>e=gt=uA3g+B+77#5xOx7*Vk&$Pj}y(P H;VZ+PwAMgJ9I6j(ě#"jFԖŷc%<Ș!oqF1\W8nI܏t+gjIHL}Y:ں:DTW>dAqyοpB}l?"IUC ds7rfiRڰ/>p<}Z"FL:SZg)JsbL>9-x2瑮% iA.\̤{LTdX^B,i|<'S>RL Qݗsb2Vg.s&!*"q„iCVWhZc1OTdg;';S3dK@L[8|6\<{2 ?"o>" G/S @^.@-Aw>I*s[U v'!$vFs/DuhBx#$:j; /dAeN&mI{gJ>w=U0K^%oaɌ?gd.$Z Q)ҳu+ cq Sik2i_ :eRҟ=d@D]k38~sɦ[r YZ