libgetdata++7-0.10.0-lp151.2.3 >  A \긋/=„pHs#K6.bRyQ>n9u򓭖kL.EV}ԇ-Aq\Va&u7GX>ΈDloTCCr'l@٧ؠ="k(,+6k{^Iu fH9v^rfm 5{+@. H;Cpj&c "3 YDžzO 'XS*}wGT/@=Pj*h-~p@Hl?H\d ! Rx|      b |D( 89:>ER@EaFEpGEHEIEXEYE\E]E^EbFcFdG eGfGlGuG(vG0wGxGyG zGH HHHXClibgetdata++70.10.0lp151.2.3C++ library for reading and writing dirfile dataLibrary for C++-bindings for GetData.\lamb23openSUSE Leap 15.1openSUSELGPL-2.1+https://bugs.opensuse.orgSystem/Librarieshttp://getdata.sourceforge.net/linuxx86_64\\3c01ed14822e47a1c0bebe60fc4e12e391560f2ad0521cd8114a889e99a33862libgetdata++.so.7.0.0rootrootrootrootgetdata-0.10.0-lp151.2.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/ldconfiglamb23 15450753920.10.0-lp151.2.30.10.0-lp151.2.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.1/standard/9aaaeae94cdddb8507bb9f5101172c73-getdatacpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b20631471d7a81e5e44b3746ec07fa9783190fe5, stripped PRRRR R R RRRRƅ!vb{ŭˆǚutf-8ff7fa947d84e4080ad81b3496c411a488befd0afb28b90234f790cb4ea42c644?7zXZ !t/តS] cr$x#r-~o+s:@ 脣]V&=ᙲ|)~i~n`K<ǷhЛX5b5 &CrH(!s[kx*֮OͿXJ Qk5\2ck +͐1wRBmՎȞaGR&**ɛPE7;*g?j*#*frPCRiVfSU{c+B8#F(WST/S '- @EP˕xGkF-yuB n؃'VfvmV!zKX҂p5G>˽,DF}F>yiJujO;8c%źv@jާiFo)¿)C5s a ׅؑe ޅu`Gl;k>#;v6KoT$`/G(By|_2[y5ZZWSaDV1F-Ǔ7+:F뭜PMqOl~ !։NAgQRaf{2E 4}&E"vt5*LCmӹZƩo٫ Up,:ʼnyut\Ҽ^_LAwxilW=a+qOڈu+(5Ie&(n€p1FBK3|O;k#*dmg׀:g(!Qg.Lkz;^a.v]IݚXTJp\QsRP.>SИ bD1*C6l<͡`"`V+N!9;'zRݭUˤvdOJ آU,/~ rA -D1>D ȌlWv&>wc>\o1,a@r|v{ÔTK+h3g/]( o=ʍtYDC'MR}?"ҥFpNW0/t^),X tWՆ-f~4G(f>VxZKW|{i0xԀ1 r1OW,-t$ip{f̶Wm\a\RЫ 4fhG-3˲wAxHzhjɋytٓy4 ~fm88 m]j9'|x*Oɼ31DA[VpNЊƚmw/5>nW<"\b{9qbפs.b\$৩}%~e5RuL]9֏~{UGP4gYKZdү8]lc= IzC_EV#sF\_BujjBv$13FцF0,8` vh_K SuYe 8gxu1Cj@D9xtK`v _ƄzN!W#h!ImJ!;<[ʎT tMf ꛵k#XgeH/~4*~L9PIs $O6N+ϪJ=H1gh̀_>Q*R6@T 4\X3uw{$Q+0#x!ZjXFv[A}gE]vaLIc|_H ؙMn{Lv鑶u3K,6oBAhmd)q~SRɴ06_eLj8x JYA] ZjJ+=s,B!ӮG*wOTsբॅC5]2-{jҸ3R+uh+NX7/U LssIBWx>oJ>H~fDm4a1'p)lKi+>xIjwc"G2\㴇 jfnP["7E\rToS|-i:,oq9L_9Bs)*#] ]Kep_ⱣznB+Qj%\]䩶+`^-_9΋G){%倹np#}E.Kը-<^.A2d0ʨ /y\Pi / ၨS#iI tE:+5.-1d+`ta6Lw\0]-A7zVA&nZ9 V6dM젢WGj?y*-i@M1Ilkx3.}{CAZh4-Mq-,@/T~s,ꈻ]3L巒ᄊH3Ƙh#H_ʹFvI̙2w+Dk]ET]*|w284SiĦ/83ٜ0 Vh "-/lV:?+\Jt̟mAT0Q,o@[-b9v4{Ӫ0a$ yqߚ^,O=¼ E7ҘpOcHQEms!a 8=.x= ^_Qrk Z_!9͗nTmɿQcv)QJ)% V|'Ff }~"Ou1yYAeoVqZa8f*(X`x6بm+^3?U 2yzpX3^є'&0yIzmtT],lfr<$& ࢒(ŷX0gږƯ@@HL5q}ʁ7FS_&z&L &hCn?m>#  ZV;jg4E-NwK)O@Z SwًxG0,"&eLY< G3J$FbYb¼7#l{4ߛ'ⳋjU$ y@W+HSj CmmxvQ`ۥϾYQNibs9w_2"",^n/Sپ/(rm^(j/:sGDQJr(6o.B4w|gSoe-2hTsqI&lYOmM/'x\:3Zd,3L8gPhF8mvWƚ̐ݏ)GQrdsqԋ70/(m\4'_l7VcG>O(=.&ָ֣M V&<Nį.?grಠ{4ڿ^1׉{2ߓ8v)u`o 169xbVHG QUş+(.Nؓ8P[M~,.4d'#k `1 c{Aܫ76gQ(aL') +-/vh4&{Xt|IלSW2 DVlQDԎ`RkΥm"M$(iz(us֜j4<7<\iRߚ3=ByPυ&9>gP.D(lg#Cl;}&Z 0}8.Ùϲ$SM!BfgW2ʼnŠ ͊]2;(hU]V#GF\-P41ܑS^vBuD UR`']MU]N2 T&-uڼW0Xz¹?Q3;5&"VLy)?~ّWJ҇!T+'DJ־i6ZV& J%`EШ/1̱Gk)_ 泘H8=#3?;g0fDV,ǮJKn`U~{9_DV9p0Qg- :JGQB- 9~l|. !#;ˠzgֳȡ7^L|yVAJ[ 0~z?d "vu ;:d"N.}\24ӏq_mbTX#1u+}bnPgo"kCLCyS;6KږHݞl6{ ¨rW9J>XYx(;8!L,VҍFvr蛏uk<|B9Q1ʠ<"^曧޹l6gjbT..3pafM5I,V@$:E"Dj8H i7 k=YȌ`!FV ^\u&~>[@Ox(ʮ2m*g/¿>(R5:l3:&pal f{Qt}x2>f#:H':8PJpTqS?Β3VJ T=AN3$>}$s,z+-w+>Gpw1Ry9$6-n+DAn*T;v ߾.2x!K Rw7ES%XeZk"%fWE |q){!]rP 7R:}(NzCKeBOk5q 6ˆ9Z.z sP,oq\*[PY+w26M {AWRz-T7m CTo˖LC?rʼLc$[&&7.Xj5:;:) ̩Ŏ: i :c *5eWge#͞^$xX=v;6՝V .<Lʷm3%z+쮅δ>E@78 4< [W7fO\x[!ڡ겿(ıdTƯ'c Y!{2INJU:+ ESw#pyo^ܟg.$ABZ@vw$y\`/{.OT Y7R$ic%LZΈረe sQ۫W1ݿL!MQ?njYR3EDcq`Q*EI3\Nb_>T= `յCjA_~(Ab41/ ?9;%|^Ml®+«F`M!q:8E.XTcu)ab_p).àPg2haN3G"u:.X OFZ nO03B; -˿ziHda׉_,q陴QL ^ˆ`w,]Bpjoy6 HQԍ-&VR "`*+[!C~Q4h劝_M~L53Q1BX۬*"G 8רLW± ,socm B<ԁW5|yu#Bу|%fwj΁C0&Pim^N[ԗ\A"<&K_\ɣ*Sixai`v(pn%e qiOz47roS=r'Y{/{CΟeɀ=O ṧh\hj~̴PV~x}/|a8gYEB'Cu~g;7@뎸~I>>QXte}!vVn ǀpF&`By$Jlg`9Gݏn.jQяTW1֕hNtp&A5ґL2.:otsbvyX!v1l4XmBV\n >eo&,[DdjsѶ6o(V7<+4/.NJTq/߇b#5 _q j[`vXg Gm靆o=XI`,TngcaGS-g_}!.;~H5'q-3mqm$C gaAsu!{p<$BoᖌMHfTdVm\vZRwvX9F;6IJ`B|ځKz>OK5H]u)3Ƹ.` IWR1aKO/AQ4]ophl/*O[ƣ |wұ ,!D-6YBr@6L)c=:~i;ژZW+cl]ΰjxBte`6n.5߹=,B >& _iΓ٘#iޫ]cd1'"/B][;(\6#8BF8AGeey1iT:Uo [JbJ#Q(VO!3S@2f!,GuuնT K1E7;)Vu6dPI򍑯%N%Jbd+S#˃kE09N$uJzlrV7$7@^;:`%7zͶ|W;(]XB?Y|'ZpϨxjZJW+!y=:gTiLo~NPjNK(Fg Wƀ˟,D/FR#)6nnB/} V%~W62g?T7YT"Txמg7Խco:κeF0;qvT Ϳ'?Fe=9W`ϒie^zq(O>#/QV-rWC-)&peS*RVwе|-2sGcJ ~eroAosI>w&pڝ1 ?ۋ5M0~{·.?XoF$3M&ae p@KtI~Ԯ;oByN9azjL 咺Rue eT!ֈEycX;6L)dU+DDD/j'>x;2A_x;o55ŀ{W>픲^T@躬_h J0lo.0 afEGWk~l)%Jiʱ VB\r{xQ5x }|0I?6Ct>!RpALiMw&&a@sg`L8 . 26bu}^!ِ0@_ :WE֓%1\q^U"tJH%mΨb R@*xsP={]3(KܢR=2Iuo`4c{mhva2Do+F@ߑ;7Z_ibW{uu>Y|Ȑ^ureyjEr.ޣa~V̯MrWa`>LB^g9ȧf(0Y.πx6,m;EI[p2W)H B@^7f4˸QXL2OV_'(,fE1R [xB|Tp $D?pwD| ?[,O)e\j3%B얤=0-YХΛFCY|=bٔ;8%ƪ!vl8|ih' cJ)=mSγ sOC}Ep|xŜfAFGyE >^f>gĪ'VHGfeݱZtuq1׃Mn{}2<7{{@G~aRb]  G]qj]|YqX,u7˭*,|n:bBw?={3d^υIdX$2ૢgS #gL#o%@~@zvxaI[EO |˃2H^+k^G g\%cZn?I9+ᩰ@f]ݞaTΜcՃp*fLs3鴁&_xeFZۘdts0eeJF/re:<P:Bi4&{nPMQ9Dm8 4t+D=k^*ׯQ*haT,{wXzy T,c> )LkP}\`l .bWއ8UN v~eVl$NDPvQ ytɴ `bMr<2}]n}G'Jt{D{zԂ ,yB_"+FL\? dE1m.e9k Uc9y,"jXtƘ|"'VDSE|n S+ιK[i"`He+\7 6x2=i}L/lj0e\!WBA4'N E~." ͣ'щ+jF݃v3E5QHoGp03*K ƆɘoMV礆t,ܣKݥ8 p,9 u#x4T&T&Q@Y \Ҹ"/??\ݭkPֆdiה>%Yu?JK]?%Ki+Y#O 'M7Q[/ o]XMt[Q`Qlzv\bwޞSt \2[ ߚ։t Q3e e IxA/8^CӓNJg>xR+xpag((-VBw#K,D(׿&ӓ^Dfd҆!vKLTLP6;c7Px ڐJ[P~ӡ6W:-hC/P]mF!LҫA,l OkQkfA&2|!/:I ϢalC\ Rxd;޼yޙRX?@6/-u o# \%tLkyN>mvPCFSzh'e=Gb3—G}bO>Zڢ87mmKJʂ3G ,8vЫ,, Ez ,4{ ;V+~_9?R!:[?*Y6sÞ*vFhlZO2t0#Tb/EN#1? T5u(XP=.<ڛԩBsb4yF5;#Y`ޏ~S<% }NQ|쵘KB""M,3 n{Hd%OFK.͓LD>Q$%C`vCC?a֎ɻ`%;zK&+\95;C@J|8o1" <%1jǽM!O˼/7RV̜[z1>Dҕ-!@:27~F½Ơto !L\K$D軐u?8h/p;16SB *Koи`p.lJ+~R^a|z[yM B5W{N}i}Zn>_ŠeM$FWl?,oCjSnE;-& YRZ^/ *9_Mw7NMm)LIڟ%pN)q;j酹[`ɄG*nv8ҹ`b=ŨEuhzLWfsˋ^-!ɨgY:F b*]QJa,=5`]bQ'Ujj#D禭0a\|ReyF"@p_}]mB`,8*s~햄*hMRq[&$7%PiO ۘ7C54%g#ƦIL+H:~%,c&|=t2,OαSQ?NQ@h_ u0=I;.Sfifv]gyp9kZ_}അX~UFvX_*ut\b0~oT(z!u!kMCr-H+Bew6eǎffA`l y+Z!;ĉ^'izcp8ĉ Q?15J%w }"ɍ(k TAtEd=*hdj||uM7I>sVI–ǐ4!_ʓO=ZoIT߲,[ M)A}%I^pt4t{ZPJR3vKLtz?0&5kC^РMmx%"8̍eDlB![#,dǢaŎO3]R9ayVK@@S!kxhݚ<ӌIAnh\` /F*.<@SWmTEG8֧*QHFeO;Cy2HLG}6;Bq壻$MEhߩYf ΗFU6(WCT~7nrrmS;w(rw\2EbDS' &ۼJ~AI&37| -o [0 3լR~X"kLr.ٸ';%R1*ŏ6Ĥ3Fo>Lc @HIzw.~uI'Ld+6(aĶI6.<+#$ Z-lVd eT窸+ Q6W@SY;5^h@ׄ"PN(1*Q$?gLrvNbAO0Fh%Nԫ*ЌI ~ ,'dIM!wVܖmI~5QQ [J' #=_9 RkKfCAOi:Q+gq7Kp(qN(%6`e Cɇ}r[S^:sIQ6=6ig4qcvQ eÒ׺p(JLT'"Gejc:7[Iz)1# C/Cf1f_,5Fo _ԁ2IˌA4gp}pN7fpBe²ILG|ѝe3^0: cD[jBvtUEDW[nv׫fDŶ1$5 /z{A>"芘jpm1+XX5/a~T-?IV#92^I.u2Aj4UIv y8;~7U }d'JbE:o<,ApdwXB6WV/A۬yFꤛ ȷ:iO@ljuqy*0ƶL_8g);r!]YU>tMyIh&huD:q2>Mn?Ӛbq$`p崼Dɿ}ܴqhO1 ᐢNҰ4:'k/Ԑ;c^urWbؤeV o$c+y5ÏX HҟMp p]b5i`LB"47Zt_=²uRE6X ̗ *wۑ++)P$ƚ?XnЩ:yl!HYS-ͮs~>^&+(Osds6"HYAPZc0m)p/4eO|c2\~&2Q pMpc_\3|wFٕj`z r}!oW{G#Kp냏q_sR߭ژ$(^4…s#f ~]!}w X\ *Vt#I6iD*R]i%߸C 9u*k)ezcMU~=i,QX ̈+sj *xsH`b 79*% #νJo,iH3-$ieVUh0qA$\Ug$fgt|2ߦ]4BU]7f I^.D>lukf@yoBu\{T׋wʓ3տ]GgL3νE)ra/q {\ )f"rD|b {k8_nNexqΝw^$u h H'pzLA[1>o{?Ʈ\5 6u-\Ya"MYlϰY*oG֣Fi"?*nSH \G¡^Lv)$Q)+)6'lEeu^A63,QEP0ړMNCy o ꦗLZ,`cpvާYr^fOk'qp/u#K1I_L㝬Y>Srߖj(qm*NXdUOckj]gO3[ⶪS/ٚ:Ӗ]eFP9m~DbбQY&;3coXZ.q-P0 @HQf`16|r1+tx AtPDHmIJ0 [4MqrR1L6"wo^>}ј"rY7L1(A:t@g17^_t* 8t+9ɛ{AQhx:D= mrK$*vs/#x2νh_(:F Qֳ/K;œs~C$5m|jE&ԧ5IW[wX FgYm5mD>Y } '5p)Ε3! H1Sҙg_~pW5ͧdcÃH7Ov&@Ir:n^kv3}X1zS3gK_`Ҵ}z x8sN_Qeaxq,.?u]}Ak䛂+ٗ++o/]-a.tcQg|rؑ;EX ',$>quFJQ`x1sHp]їÍ}c鈣"gMWYH٫I#U4IQN7_J'q:~gb Sè=] vcEw r?jb5+WӘ8[LMU>[/gvP؍.&v&}O7r?nBOYȎU?%dA#?Kpp7^ i3q1؟yo1h[~pnQ\Meb +8P G7(Qk"`97?u eAhbg^w(y\`m}Ydcf2%dnFъEՔJ:$M=`WTob0.߄r;Iqƫpfv}\8信wK- M`ik 9d~H+f4L,!YTy@R2qo@2W pidABE=H^.ϲU\]FH)QBX2t^g-c=QJq4&ioܒˆhepN߱!a\h[Q^uʮ}璜IL a$YtzPa4uXrw`mKP,'ܽ}39JaniN(7B#9|' ațBJ>!K4"{ǜaPfOG*LY} ԛv:'d񗑧ojw'݄V/׷nΑ&E9ڎΌdnvz1LMOcWq0TAOzxf\YhG2<hUCC A6c_EH`lMdC0J%^ ͂1  7 ^ ,gVwt,x(_Ss1,»Q!t>ğ~£_GV_ˍUBmYa>' |>mz?Z`(&)$vm[⇡Kں]PI?дBQl3AثNW/jR| v1>n'8:+6m,&__K>f߰`_ *NOA߁!7^ʬc2#Ǭt1 SZmUz1GEPFs/䔬n\G2 khl~ˢpfknuV- ^W܏*ͯʶGpx/O3'L=$_ Ac9BJ5:[Cb7YPr_wөU'sߏe{^Ӱ1X(ꗈ:)5#w71U/X,Fn}E̟C"EF;.p)pMOP]lQɛ&AaPD仑E.8IXx'G#(+:Zt @ʀ8j9'Nҩ(5f>r^ZP{ S gW7pˆzy=2ſg?_ 1-'0eޕR;#3ښDF"#+fZ\Ґ?i*!*$ N nvBO<):#guS̑4bi>=I(_A:=ZW@Ν 8LEX̝tfq@x,Ө(i$ \n7iMӻJ.CK]o^rYf_vuaPdͺg!sNY@U""y8yS؅-(%kM,"æ`VMӊ 2M!1W]A8fύ /N7 R*|gqpI*+t>4bXGqXdVYTn=j)5l5 2 Jz{?ĎQ3W8J?vtog朥)J!PkWH{g!vqľo-Ӛ:>E#qБt`ӻ|ѻ|RH=jY蓂RQeTﯷ;R+ > $X;l;yg+2(.Jx'-$?Ϯ<[,d:ęj6:)Y=6ޭN`T]sbӈ3´2kB!noc2s%]0A\!51kell.юg#G"8Q9{1j~%9,{2\L;WrYN%

1*|'({8z"vqR79RMDȜCKCс}p;̄@pI _JJ(}gE@BQ'Z#lBS10P9Cʤ b.v_C Wg_=w|,Qd hfKD5{–cdM$tCO= E`70mL&<]X/6լf8OM9] GyLc[I. o)|+d T¯+zyfϛ77:DzPm#5U8OͨiwOr1G C6_<`Eh&_8TP49)d`i4,6(Q.@Gu 3uxjt۵,W\a棳%9]LjU X$ȐD~k߂`2TCUg f|P9uYÌ&XÞ(\'Uŭ@D뵲-qx&11 OYlo$rfC.^;;w-kI;IdHA3fh_l0z<$Zۏ7+HӬuPY02 415`%!6Kd&EJ,~a=QS(/X  O5ܶ YZ