perl-getdata-0.10.0-lp150.1.3 >  A ZeT/=„){b r hD'[u [U{O7 (N8:i"L:n*gP'Kv%5k~hg]f5K rܳD޿_C.Av`Uu;5eKl?:X $jW!:z NS>OomNz6BYE .DY;}9lq{CPx d nwjMu$=IhjTUS0bf554b0ad6770051d85db9f2f0bcaec4f7cdce2ee54e67763dca407cc255f81aa74328972aaf996a106ed6727589138c64915d7gDZeT/=„Кr@\u1A>򷝞iZmNxY᜿*~R3I0k챃k\_!LUK7BBIq-=7ʠx#=ǕR,JiAl? AT;O E/-4(z^qv厅w>i8lrWK'l\6ҴQ6= ^g}q~;O)xם!,O⛎)(^~kALch 0̬I%z3K &"HvXX:|>p>H?Hd  G , 4 < L   0@p   (89 :7FDGEHEIE(XE,YE8\Ed]Et^EbF`cG dGgeGlfGolGquGvGwHDxHTyHdzHxHHHHCperl-getdata0.10.0lp150.1.3GetData bindings for the Perl languageBindings to the GetData library for the Perl language.X@cloud127openSUSE Leap 15.0openSUSELGPL-2.1+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://getdata.sourceforge.net/linuxx86_64ƚAAZa^Za^Za_Za`1e3f5659d04a6938bda2b4e33a1cbb451a2866a0c9418ed68cdd11dcd26ffab6ffbf5a21a48e259fa1d70a2c78103cae1294f2d70c7a8ef2a9121b27d9524d18rootrootrootrootrootrootrootrootgetdata-0.10.0-lp150.1.3.src.rpmperl(GetData)perl-getdataperl-getdata(x86-64)@@@@    getdatalibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgetdata.so.8()(64bit)perl(:MODULE_COMPAT_5.26.1)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.10.03.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.3cloud127 14865552000.10000.10.0-lp150.1.30.10.0-lp150.1.3GetData.pmautoGetDataGetData.so/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/GetData/-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-linuxPerl5 module source textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d3821b9b8112f11d8aec638e617da1d6336b2b34, strippedPRRRRv痫uNbutf-8737d4265bc1511ec3138b33778e7f2560d29647d24e57bfcc7a6c7907d91a109? 7zXZ !t/ǔ] crv9uo26_g6A,5.f,W{ xOs+,&#MmL ze}9A{?AzxOj78K~צP)?z&]L2 #16jа(PևVyU x\٪ɂE,)P?ZAKiiu.сCy?g᰺ ɅVil7vJ)4TTߡ\x˂]٩*-ŏCE}ֿ[U)y'd>} \ߩ7Rőn.?\9vr!􂶜$۠ʊk mlC0.^X&N@ƬXYV[yi9|ƼJC|2k{팷@*M !Q\3ʏ?cVRKG3#OQ{ػ=2KPr`*dj=A$s<#q..ͺ1 *'EPd=oW602(Ur-"3y8m*]Wg>lXCJl :)NhMV+'/YߦQY{w.,U WF`{mέ*ť4DJf*OƮ(\eSYݓ2XKp(^gPtl2RQBqTtŵp2wbCأ@H0dD7e1@0YzBIZwX%x&Nˆ礽8۫V)[zc@Klg,sucM>r\÷pX;]<Wiɷ9 #u^h>k*5s쁒gPsfL}8Tg~BQ> Hcbf= 9;ao-#B k6^ 7'Pj@M;cWhl!+cUą .`X%# \fӝ(Mo @vUGB^%MTwEFqcu<ll! 'YmV^r D^;O(fEgWC6,\i֕f>\NfwNo/>Sqkr!<тb l$UC\7w~wG{ujczC|7HLێ`ִbDF#T|ΣUsKd94LWRކR/ 3;_=*= a /;R3æZvWQ$ <["F7lAfF3*MUwTqssnhbBMU Ig3 /w#P1}?F iMZ3mH`g%{'V܁.>Xa1W; ;R}b. ;Zo"!VzR`~ς;+?H-al;.s-%WBPuڑ' Z, ,`pF(pZn-#ļ_:k{]pryR׆ܛeHӽ&c,Q^ņ&9Hrq)ԡ*m$7gAiJ7؝`V:ҤL_fB c>}2\']QC\3SuYG R 5PTgհPþ&Ҿht tCEyr1$B@pI6O:ҭpMq+MT' 3\cTq@ZGaItbiA/'! ȏ]SͭDTWAh7:ukYe K9- ٧wޕjV8@ {ϐvD~Eb[Q>ZS¿:;Bcj^lϲ;':M-xfbwSi/7OaqgɇFLkVP3 'xtdqi|AC֭<\Fӵ)x}4 p%֧ ^x-J'*ypۜSL](>'fav^X-[V"I™r4VR%\\߀Yڮ?fYNWpVlMsd[Zq믜rp(w Q~-wGL;xh5\ind|VMfT3߬NJ5FbIa>%—Yez3FL_?_dẠ-$ 2Ǯ4Տg{4c`F*;k**S\|4R'}亓`Gď񴏉;~-lTuX] sƷ|wc$&VY8BsU?Kh~{ilB5t>I}nb4l!%GiV,89~ʵ  NS ~ujS!`7&n+EX:;Et`ܷTV% 5XQ=+C#=:>ݕvҕjfٴ:IJ9 vi͚6qQS@Z[Z0M؅DWB_/IjkqHAi;Kh4 8թ {JMܕ|Ii@6Nz*bZ]S"_N݇e8czuZ0BN%[{E9"<7P`Y +Jy_HB L90RII\ h"x,.뢘>ҁH}J' }-Hӷ @M7Dݻ'1۽L͖ =/Zp_l8继[ Ty:nQPn"cr +s\KRh;#{on ;.܀+'syb-Tv芗Sz.ۃ_|= PbvGC'r9oedk͋-o8ɞݠgO,<ut٘mmvZT A}>[ʹ^:B|J8Z5q|+%_[%7c\Hc5+*pq`>lCHe9 7BkibK BH"GZCk2B':FZG{7wsmw(gwŸ7d,ڿjF|HINP3{m'> }'_^HÄP#*Tp񭝣W#Oy ijP5̉%0E?SRf^:e-$]B{40LsTFd߁b7ܝWg4Fdhc%;-AUY^@Oi#A@2R(H,[*O=5 HYi%Ťsx757>ܿD"uJ̐;;^QÏUHt"C1vЋS&8<4a rBr dķP"3i%*{$y$g"ٰt4Iƙ"qVB֠?ЖwՃ Ɗ5n ~xی37r剠Bm)&?xQ}4*1^ץRdtp\X3V oڗ/o3Iқ5 5w*{NR 8,iG^UBC$u.'a?VZPf]#% $IIP|sGT۪S;:/^0҄f~ S*1_aЇmbثX{7 Esu9 jSҲA8Nz2O'8]>K sՂE)68a}^l:=\!P|eO2W56/1߄ia37hyzOW# *d5s*s\'g& {oi K-킜~=Ы9`:֖Y7=H9xx&G;>FDG$6um|wjbX *lrT'p%Gs%uE[Z6um=OJ"ޔY__k L)2@;e 0giəٗu`tA>1l>s|&Jd-K8/A(F8 `!ALFş02g^UwR*)1杶rQM@):N ўE9fWcK5*rXť .D;ᬊ|,譕M|>y Ta~+8{g>`$>r:R3YXsÛãwY# :zꖣWbzysDenw.(ƝT/|F]>gecV7;"QN j*  f3 sF;}!Y.G+ zl [TBBr)˫kμ<ҔS~{ ȑߞU,Ji**jpK4W2HEf#t$ϸnA;!с[@|O4cYHްu~G>\kh@)R{獼ǀ*P>â˱ ^վ#yՖ[fW䞧n6{.F>bytJT4A„_S?&V%$h~2б.7f^Y(;6#=ө˂ji?`;@|vtWB4%cZB%g]ҝ;۰# 15Yp(M6r ~"ZGN46v*44L9O<$=Y%{:d;Cd\%UQc>eXl2B$C, f'%x! köw%&ĸFKäk&E{7Ctiֶ p4$TT] ߴjy P ЎRf8xx=jJ fu \[LiýBԝpE7ыG\S&4zLY$J땥 V#}.-Xo !Li"Y'#)XfV}9-}r8BST+ZMTЊŸqr>~rߕ>δ@i?CHϲ 4e]_趍<'(8"A=14QIXtib!`OK[SK8}7~{*Rd$Ћ>52ʐ@jO yo/x,z΋ˡ;|JҮ9~m%CT_Mg0)\$dwHI4B_K(v "/-}6,T?YE$-?Ye~:5BJ1= F֥|S>= xCO[ "'l{˜0E)8c8+b̛=n[Rܓr핞-K}AzIՋ6; bY(╟fҪq5xp9g.'gߟIM*O!^)AWCaМ$;TY@dXi- I ny(yAmqm@{7K&?7 CJ$\&͔ޢU4:T lJAս i?⁷hq:^⛁^]0F1RR^$$zYlD6\MqOY}׏)SVkx3\@VX}KmSQ iƇo 'A[yAצz:M0&h)vzO߇I]dڇe^<[N*buV!dYjcMDNA4$1"zxn\{7 yagM>29YUN.`0wpP9*7Y飼QH8,Spg:r2!z$f@u1\X/='^W*ڎFɌ40fq/򛩴8kTk_!Cj}j[pedDnn9jٛ{a %9}v<棇Rav0JѠfkn" Ekx3CuӄͨNQ@x4 k@N4V^T@6dF<5x = w_v6SljQFUϮMȡLȋf"8VfZzCTVC;  F5||triތQR 楍w0qȺy7Fbn=BHOTVDs^1%LZCFQ AGz^V7Zus}bpږ>XSmUv!K}/b=gP`aoj1%{ gp{F Xt ZbQ߯d$ n-_hi{ȹr#^؋Hh:)ĸ)r FbL>j1#;笪ih&8li󰗴JUs"Ʈk6$W!Bj+ \Е na hҕ~aE?}[94pe[|)<.9p^ i"gS/XZśKUoFMC2&|?ZF<.%+A _vQMݧV5V/|P C̋>jL#0bq*=^/l/wb^lړ*4.kW_%EDm'GĚ0Z942n>( ( CI6 M Ibo2U[{W+R K4,?,G+rұ˸#&3Ŏx?³Z\f/{{x=ZjQ;#W QkO 26 qK~4՗$YB ȮeZY{M|Wv@h<l3TAM[d7I"CVeqNIj6EtHG8u χɴל/J.~x3;<|BiVdb9}Br%/ ]RD'S^ζˏ'T?r^&#{Q[fMj\65\.Sǐﻐ_&1j*'L.Or@-:~۴U᠄x4؆;~~#`;ɝf{d@[] 6XwV/+"ͅme6H0'$NFM!^Bi*'mo(^@uDvO4n} +^U._ v=?w DhW#9{6w1"&Ԍ6Y_ uʏf">@ԝ;~u81k >!qJݫ{{ 9wGI*7(1FK gO:W9}4/qxb?;쐰'% }='zY;bω޽OlT8 2+ ;M>D̼+g)U{xǛfKNWY 8r֤H;! DPqFα(fJW:-@sz!>Ӟ\`ov)ćp c6qpH sH.!#pxaN1㭠JUt䆑 ͱ?pЎq=8v(O*N!44pӴ a wZL"Dۺ#@F&<ٽ Uc+/!RLs֥t&وdFxEYV([Wnn Nb?:wt N';ҥ/HM@Q*OrCC1cC_6/~Iݍ #D=>m%L<:CN8|13Z>$rǫ28 r7\~N !ln:<1o-#ض#mo+C܀ }7! 漠M`\%P":ɣQ{^.:t\y C{HU1ORj}.ɲԫ؆9Շ`0Ll\# \/TgsFƺOBaW6^72 ፦|~ ipj _Ӕ͊ )u#m|1w6rY$do +:R|Nqq&G1:OI=-[dQ癢*Fy-ŏ4"$Cmߔ^Lt5{`2CۑEP2 5xi{ [Y`pi=t U&*lZa`IPL=7X磏ļ31p=O˯e;lb3"wU^nIGP^n/l:`'~6>h"9G^?]ڊ~HT0@{%7 f ҫ4  e%L -[1I"ڎUg1r>ܒczX+80`u_*7 Rքi4r-,YX n<t?p{˯ԏKpe?\zCQ_C{l~ob^NB t?OHuNQCX}^U$&?|+{ݝO.RUY7[:3*5̉C~~]XLqK) ~]C3Y=ȴ8;oٝ9}Tr.i>nKDi-fUzZ`:bn$ϋQv Τ-GD\#ֺ[9sO7S:D]?IN$ Oa.&ᘾLEf0"RձVQZ$c8Sa[`gx:ӥM7>V*xȃgL='f)ޜb=- #|+XY~';8K#Xҩ4gUn<:Y^'NAKA \4>PE%zf8pP@_Z(&V,AjHe[E3 b HP))4ѴgJw]uq9Y2ݘȺ׫UB6vƹ+<`ȻIqjAF5_8<@OV"utxj;VePOJ![Ćl1S_ W%u$Z=1GUu|zq,");5>A=b|:nJ}v/mhG.B9%kVhs9r'%̋4}}w&d%5Pb D4Wj$:N]2kɏB:wV E8O8jOy'Ol]T_-.9# _H6yvN$W230 ts1~Ҁa; %+M.V J|Mk]gU{+f^?3 lfE|ZCyUtl̡"}ǃ8/|NhU*$Q,}H> |24L%)LiOO9KLYTTJ $yഅn"P.oaq)@!,62ں540҄nN'Sp G?$َh.ig׷J31{?w`޻}.J2;W^#03%_4["E k}Xʜ CI}"~7GaNmZ^ja*xp8S&IQfX[#qi(x_b OE#ǸlV58騢D-Y'7J5 R=s|ByqV3#Bay<<@i㠩?0ԑLaC#JCPV Dd T4 ^ #<ҋⲂ2~ۆp]%{@9-bcrp-,_~C4i·O`mmSE;3(kZ#uEڑ #~odԿٸ-^Mbu +*\E-CIRzrLvU7Qݿ1Y5-oZ֎J4A^sWyWE/J*D=}79 i9ӓSB4%᲼pva>,j47M=h#U0AD+!pr1slڔƮЈ#B}VS>F3?!Ec| U)!5d.7D)(0b2 /V܀X:U*ooe$f뉈NON<:v Ŗ&cTiEX xId~[n'.Gk Ͻ;Ԁ"FmY՜_HX:fW+Z]:M+:H 8;B'Af~Q4yYGd ;`kRS>ⲷkܭܜu-i<2D…"ZC`Ǐ[\>PTf/U9ƃ]jT!ܗ/ BscU5ڧãN#O8_.5%=d;68-[z:ͬfݦ5ͯ\Kj'(K A[{w-fӻ|Wt L`ΪrWPY!U[71w׶SؔeHrAՅ=Ls: )B`-Hx0^HY^-^ݼҽĴy Pt/ )Av {d | 9gL%+S"'Jmva| ZSmӤ?7TAyܭ.sDR ~E7b {YuצF@<"y3j60b|5dc/IcΜQ}6ZMj}6fYpbt Lr' hh&=(gŶn/xr-D s>]>u/}YfvLEsae"]Wpڮ%lkuۋنKp"Y2ẗ !Ϲc,?f3IIw:]?2ڪza*aRʤȳHPGX- Th E>(ֹ34JϾsT?B8wԲpDp4TO7CnIvA^ȐӾn'f>+ KoH٘Чc + 2ҷ!PU`ENGv7C9<}(+ŘvNMBS伽|s3&y»';Lja|z |XV cƷuT7rH> Xl'oފ#xdkǂ7qvS]Q'Yn‡|\P| F"9r?)~La#gXTixnzmsqr: *'Ė nsW$EKyg>HiM^Dj_!)"M`nK&` 2v0+E^6xjILWa7բZ Uk%[Bt$0@Rhw /,;S<.=y% OgPJ'@=ōOz|oq<E-(l04#G$wO)Xs"mՠO.B}{+H(Gs\} /j n.go w5L)vY%gfڏ'ܯ:*i,A{"8,R09eĿ7zﴠ d !VR:s>2v ΩBBo>O`CK(Ԓ,Ķ[#4fuzXc5/܌i''k'.qC.,)IM3 P2UAr,,ʙG' nfyptլb6@D/= f5.(VV0"v}H׬AwڋqŻƻ%MݧK\߂qG $wIpvd޲o:1m(Tov`jm~[f(87YF TcJڿ0&>b[j4ץsGٗn}I &^& &0B"V[*gJ!4!?)%$ ]}OX!]yjçOOKGİ~'T'i"VVx~TPlE+S*G:zњsrJ[cgw8lvo>$DI4?`R]cPsŐO.pB{0zۢ BqFbYPv'ժ0be; Ypk\/XTy؀ign? HM7,>A@)ig !@jm9vF;Ff @Ks+˯Py{r YXVi qA}".aY1*) FD܀@߆{|?񝾠)<G1aZ$޹IR%kJw3x&31OPW:GʒU ,Xt?ж._QՊYPѵb& %c+++$R :'Ρ3꛽]JvzO]4$9ַ~JV[[VdpVH0LI}楏ф =>sqA&!cm?wXtIYy?}amEV}9X/ ij ]W'~~55\`~u$j.E$pX~gd}f4ۡ.j坫KB/+XH _b_H~pT;yoo7@ r ,TAJ3nktlAYK5`6 wP Zj̜6# 3\k`wy:ʾbRIR=pGrMtՃ)3\ŷYqQ2N++1؉Gs!gŁBq5qrNGƖ̯<4<ǁ73N$v1]׌"l)f)U 1Q8e,Uf^ HtUes ?4xBsS2pFW^,ʶ$@5J(ce=vir] ?ʒkDNJ6{ 2ŧn'~p>M MF5Nݜ3{q)+p A:@u:*x"t5 gwDNytJO2AӀ.ɾXkLw̲vbxmO[s lJc ȴayg۽bA/ݤŔc=x1JWلOp񟵓lяӉ仲n`xo!č7E @ZNtDl+f6]iónc߱!$E:{I[2ek7ml"櫺8ߨE~|b @^)̙zծߪM U6#cRq kв.t>Q,DzLzkmԌFpQWkҤpg`*պWF 1*9S gu]f{KXFKG+0PD=(npPO(xEWzTm15'YF+M1` ȇJ#On#J]iGo'ٸWyC`[ljF/#rN=N{./#|X&Vit]:?)Ogѭ5ՠZ򿃫r])dW(̙9&FٻFS:vm /0,XhztDKIο,vx[}@޿TS ( d~Yf`6^jFk[X{6hSSPkp=Z '^튄V=`3^T%M]EE0쬮NAvԬ\6bEBBFSތmhkcZ'eGa|J}ɃbϬ40l?uJQE\* /p}_P M@ueBm`sMيW_џ)9\:I}^x Y夳՛i{jugo7S6$p iuEbd!:~'5`*O=re;`!IB۰cbvR2?$UDZ$om<-OVE%L\IBz&B}#XӤȥB<2P`O&vSSgJ|(3s\m%4f8dnryO1-3&^܌W1OXQu-+[n2a jvtȏs(ݹewg<*?݆DTt L,P2:phK7po$uxvv/R%2?Xg #F3Y@1آTxQJ(HZ3s8 [y4I"7UYR9i[p<4gNE{euSLaؾ+q'XG5:hٓP52jJ¸o_(esx{s3ߪ, 6[I4ϡs/~+,^ iY)SH=nq zEԿ ˰/EGa #YZ@#{ݦn{N⪟g,t λCjPuq Gv}EY^JK됫=+(4$Af?EȗD ZVHvL^:ۛy׽yl?MT?X؁%y՛!P%q=gg5}G`]m>T5KhP+=ڍ;m'<ՆM$JK@Z#"\ *b5 y*=h@^ nF%ۮbv6$ihveY5+l`z4ζGFP'nX^rǀAs u}+rBOHH |G:Mfn(+ʮJJ03"AbPAN=XkjvQٽ r<*+T~K\]74*DD?m9{(^Yy,iT~-.똁W<VGQVNmWPlhZ<]T('P}a 0ôm4ݸ?5e .C*3,%5Clf3w/ߊ6V /|)85J`L[tۧv|^ߛ'A>X.=\H?襛F>Us;5VslЅ -`'C@5m3.Ň0\H`:"PX)\uҗ`c*QuPjvgU^!NXgg9m:`s1b>ZbiN@jt$;>#T~=w4zї} 0O)7K=8P3C{VXUM4dt(rygZs7uGfUr'ch޸qO 0bT[WB>ԩN5CF-grCQ}{M*!Qb2&z*<k96iTΔNz#v nnf4/^3Oh]mXm/Ԧ y&Q~{z̈CwRf'qu6SƼ%۩EuDIOh? e֫a[4?5yPU2a> KwyHZNz"mי7Tj=/tBFd$ZfIU%#s#ÎaëPu*;%۳. !2gPXOr^xb΅폫d?q5%=5'gK['/Ǯy3OLJARx&I'fWLS0'zMǏL>d1BВVבUyh˙Frb,eQ6cU[-bc&ڏ]ba27i[539IЭ7H\_Pi^XŚ397 !XϦ*b] \xEĆr̆"Xg|N Z-2^gy`$jEmXE(HD\%|U{4^hdSxP3$O]r#yH;/p{x+KB$xpE@ N |OAz Fԁ_ydJ萺d٠]DӏW Ȉ'AY8m; Do 2d*'ʣGOm5tV8@7oTC_Q=]3)$P݊^`X獟lm͗6f޻89HyeI␛xK%ZN4MC'B1'WO^9yVN 2OrɛVsKC:{1J r5b1LHj\ rHr39HI1 A^QK˂(9?`FCğwЬ"C;eҧ$\'YQ}wMLdl[1KoG? 1-2W V& FݏHGu}>LsE:_ :UC& zƾCi;Jۺ,nJsRX,x@ ߿vb*Vvd8XxOu;5j⛞P$*Lr 3B;?v\ߴOWצ FJ:mpۉ.<Ëreɾݧd^h+ v/1Ƹ pvt~fҒ- /-)>B2Vk瀦]kt^Xd7EzǷ0ooTc;\$;IٟI;B']<;."k,噫G\Y`dPLhhESk|=k, +Xou|τp曑S#s>[f !G\Y$)ݿ"hzSn"i=GD@RRy8fCO8䳜Z@.jn4*>E0麚_:ۄl=ҧŨ>*(q&.l|2E‹5d4p6| 8-F7#^Vם2%͏ovxxӉܞ(L7ưqz{y9tзTsc,uf#3xK0'+4 A:\YMWuo>z=iuN ,J: KBj I : /C4=%M|wD,ظ]);4ʼnX-7iCg9?oz)=q ƫx&G% ~)3McoKpИL3L:ȡͥQܿ_EGk.|o2D%<Ҏe3Vdf L+(;d]"aT%JĎSe9o+=$dǙDܽ-KCmcVN~*Ɩ<O( ћIԓBh" C148k^Tc}|z#1J|EaM#HQ:CO\zDN5BVx^ $pk\ 4(}20HtYU$ᥭon;@N{bȱ[PA3_# N-&nҼ)#G@rRlU9+>Gs~!%CWT5R6c)"+TrST^ %p;Y$0|UQS'&|,qk.sE2$OKr ~~SmK^ @)Gej iO@G8, ~DUm(Z岛QQQ=1*JMaס4˞7mEmj-:{?t9ٹ X$TY!ÝU0FUPim(~uGX䓼X!(˴FzOzn_5\CT$ \ z`r)-"Y#|2e>!<j%N ĶȰ$FD.ks,^KplVRrp7tvTZ|Iۉ/ynnDA-Co@(*Ҋ9Ef*2L[1uh4mbpCRZ; 5p=]i `X)y_p !5X{ NV1Nr_)GZ98/+'݉㍟erO[Łf1{0Ph'r}_8*_?*gW]՜YCvc]1+@&,.Mu-Ml(1z<)uI+cyfS3Nq+}(͟)Tca}F mfMPrJ="a+]f 2_.ܗʜ MJh 3_2 D`]+dpvdC|XVE=*8"j%R%|F&7`($x9@yXà $l2оvfڪ> o4~|e_>Sd>.Pބ=5RDw8nX=ȋ<7 j]-e`z1)yH0FikÀ\.rpd@eaYmKQvtFgmY<ځaѕOխY m`šeg] 4$8_+A|e"-#VK%.FJ_8Ƌ )եw8[!UЉ =Yr*bOhۆ733 +MGԜn;^sЪjYҹl+8|+2jU tnVau*6cEx~1C){xdEm} URc$mޮH ˔k HGnܛn71t]d<#tv#W,/cV4/+C'QI,58y?;+0 ;?, LؓhGE) HuzraqOEm#676\)sg_]s1ι@}t/xvʉg&hU|s^g;Q>!"xzL<';5 Y0([,ǝ5~8KBW  WTiiU2dCţ\`a+iH$*x$gfQ$,umiy1l!1Ӟ{)DuYEI*g[ִP B#)<[ڳh{HC0S %Ǹ]3H[Z-Q@@# KruD8RB>!>έBr2&Yn$*T S(|`#XJ08-is:*)ӚTd  a*DS9C}/28l|k G#š3}p!8p# H|gb76LTsQ sB8 EaXe~B) n}-?%ᛠO rOF}oG][<ܗ˗M+t͖1 .&n࢑k3/eHh5dL [D(P,d>L\N6ܺNɝtLTѭ&])WBٜ <9ja֙B+"!& eRr*|fZ m FgD!l1"OJ5Bf\l#uL,cz`&|P' "+5*:RT IMr}u?Dj5t'-vZFt|zg2Wb-DۋI=9$&9Ao@WY,qpQ.SnGp8 q*-N= L\-w|ݍ*`=J/U(d8_l'aD8BmuXS`]3ˠteIԧmX}}Fğ՟FT^E&?oQr G3FV>9 d統]D͗k逨(^i>.\BֲYѴ7o3ڗ^'SA&?Gux,lWsFʱF 0VUcDm#Y8 Aeք!ǿn@HQL[G`R"Y m#í^7ߪ8Y,=]7͐n<҈@8c=V&ڮg[vw9R { 0''&Glh|8a≘৞rI dH@{ I8TӎUo<9:2l2 ^»Jސq.sFh) T. S"rYNztifQ^)Y&o*Op1%m 3b^*߳#r9J pxt ?Ѝ_JT?j=ѲJ\L= 5)S3cWsz/gt/eUn.7VD+ɖEZ=<`#ԥivN3a:^77aFNfKQ ;̟)hDnQvvhp,=Uz#LSR={hAßW%6VTQOEk"fkޑʦ }H U._(ݡ%~QXJ 99 ;Mqn.`_V73dU4᱉ +ΰUXZiW.0@;oF`Ƒ{mld&I:N$_,ĩ ig.?XCB mM!["N=ʠW^i"DRsI=b?q Џ|L!驞㡢6g*@ %b!љ6nRL %(!9iO6>3~SVJ$PE(E>zkq9Pg!Y#6u B:[a]ZVfQ0Dଜm5- B.''?n-$ moQဣp?7ГQ|jЙ=$|0|kv|"\(9NPߙa;ͅa2=#|F̗}צӈKEN AʓKV5&,ȁԬa"(Jcd : 9*!TIWt.ՋºKnn#7=j= W𐿜8v_=4 B8x#M_Tچߎ+'[KBi0ON[@o P={ Fib ]YZ%|%jfҘY`d["-t yb\kF"N|r\qmhj1aG; Blu^ԁa%sOZު7; _j׻ ImJ!kH >\*5 cK?)UBA`cZͿi/dD嘙MX{tf3צ D8~L0%19dOteK/cKbKˊJX۱j||@Ĕb3LzKuzˀ/"_-u>}=Xb.W~ <LS?q1wfA3,ʧpTf?c'8 ) מvະ &BXg18h?({_v}h[Sd%7rwI$'R?*f7q?&(T"~ ED_(2{!CS\`V_YB{kX kv1pȆijPf lYv]06ݯ$ &YG-\1{*%E9/2>(ZEU84zKPզa#ia+X|lGݝn;fNa?ʰ^lJ/w&`wOt4f >Y+nLta?iUzHֺ-],y;*Uv >[Ey|T:Mf&LSҍX6P>3 y:\!ٷ"x^b`'U/hvkP ^8(ݳ,we;Sh"-DA7ٸkPЈ֑bǗ\$ǖKf ˁð7AMToIB QG#F"!^]ȩ` )GMMQp9dJC_9וm]D!2Nҝ_sH qfu7j%ٲ8Md;R  \Eq}*3Hr/5+vҍqƲm {v*ՒK%_oP{ASe[I7Ҡ͕0hlQ=t%DTjIaGaF}44Y{ j\0o]wyTo BryPmh!V;"ڸ_fo HJ}O!ցcu2R#B`OO(,'7AwO;"?|V/ N^gOC`}h =ɫJf& /!J'WpW{OIp8,d r:{k;Δ&g(?P[MaRNb6*BleP&f&nqNSکbx1VF-ms٭,Gi5I_:Pzŋ|x/{i~Cqӥse]P w fFyϳ%9 {%>ag^H!ĭ1p.W~E^QV&+'+~! -}^"rRi.l4: X|qahlY*"s(߼Q ǎ2}x-6™g(h+ai^Apf7)@(HwVRgu\QPS9&q§.8UPvZQ)okV!0 WmsslΗ~ejS%-.\)nb WHhP#yM/#czTXp(0i3"'3ǷNVf=k;Sf< m$Av 4\C铡Gg1E @X0tQ:^I'cRHzyrI$s?{e=k޺X&Hb\xep;@ͻf Ab Z[_G;Sau)ĤuK֗e#KJ0HsȦcePT3ָN/|A}#— +yU+O/5- ?P1uAأ x3oJ۞/|(8{TTgOc/?N"g:z18! vCF+0? V 7(,oӳ:*}h_'#I2 HϹmcB13F;bB$¬f@N8\C!-NCג7\ gK+?`Б@9brQ#GGdz=Z5WLi$r@xq m 3MzʂȤ[TΘ=` 4E2MVG1/ZRv/g}8ױ'P6#g`t 1r fK7 89Nak0m5 :uu\LX_ /! 탽P4?^?O- s3?CJIڈ-/&|q̧ U"3q4O#,)_2fToHnOAq3V@sdeI0Oo\L8`~+wmʡww] s!'20x"uYn !j@cy VлxIHˏnJuDD#x%1,vU#\KrK@;bHM"^ܷN`BS9oȪ4(ibltiRbb?{އ@,D#i`lrx[>Dp-@UE'ayGfmf}us=;I\2Ob(s]Ee+Z7lcn9bԝ7&R@u);;d> Iɓ-"S=Q"A-#>3= ^+CN1iUߕ $Eg=0UL59A,܆z{y C޺yx%.wcmf䣟<-$aw5 *ToIp,To~[]˽($",e*^D:遤 ⌍,7Iu_nG9۸)/wXc_ >w1j5ԜmDKY(J lP) e{3IhfR7d#Sw@R[ `!qTLL fVJk>J EK,$Lm*Tx7RW&%AhD-~̈́M869##_:ݓN\֜~˙8I5ɮԪQ 7n\pDBw9[N)1 S7 zLd_W?ko[ª?@X-60h~`V:;@\jSsMnzJ=Ӂ6mxH+9,om 9УeF% [HBVxHQ= ~whub5{@$b}ynCۮ1 Ll˄!/搃(w@HM~ۻ;4 ۴#>{^mVURLM)xk/ `v4 Lw6hذ[,qm_MxFA=nl(`pKD7Q pI91lzF$ , ݫ {pLĞ})_ %3]|8*D0^ mhl.+$pwboUEŠ٤T從|ݡǯ^>b%- ̒$|UzAЯoZC;,0# ^}.88qu㐛 z:Ӝ2艂;8ٹ%Pck~ï Ga$7y˙9^8bm%m rXEu|:$0 DN"du刉*7Iv uZ=j}H߅cRquwq̗]1([`@iNF[JHehBOCm>dv7>[Kӳ-rEږTcWP 5?ޫexx |pSUzbpB Ũ7SLWCNC,2ߩl5$CS>X _Zl @dd};"jҰ)2f pbYm׵ ې 0푅dؽu,kEő.TRXZ +URB̵EҞgh`gcc8Q#WMeyƉr;gzc5 C[cE`o>IEn8E)?r/|gçX9 BuGS5r|&(S6@ }a@J4`-$ѿ4U%ZQ[UC^Bw,PЬY_ mV4IPImIt,& ;xrvtRxtURH*-U5 (FP5^]n}~X~U2E0DRvۖMTB0W:(,!J˯$=\ 85=rMNgBwLݼic}6Jb .R<^ pcE_=gT%wuC}-jo$ m(X:1rC$@àw1~)t@{$+NL8,_C0 kc_ɩN\yYRGpى^2UBkH{kT!Q Gcu"_Rf)‚<ߥɅQ҈a'PEHˍ pO@$*-{Ӏ s8A&cO=J23jڏ*{0sv*$;Jx+@bJ(E{t 4q?cMp% Bպ׆ws;$Rw*XMknm4N1M2gnO*TrBLTUȐ63'͎36?u K:A @Wy:%e#Q%L|\-^ĝ.1d0,;g--uN_R)r聽.:[LK(G:vI1Z6%KR66uumQă u ։Cj[hnzlYI5jNUҸXռՍ/l}Q_m6˭Bhi+QQ%ŴTʁ;3ñ֧[jNGQ~r_Smȭ jZ9A¬>&S`cpZl಑L TXD 9^x%{CV6Ny'; ha<, XA`85| \@!=3MI LJeF41e V҇e>+=< ¦1"<ה;g']9PNc}U 1<5K xoҵ{_/X=4vZOj<*D0-u>7H ju13J\Or =/Hk$+GX"J:z4Pu))X^d;Ґ@.D1SzG7MlMp*J 4)CDƞLҮK6-8N18%ݥ5k |! '۞'#)ɺ0< O]kMx±}RqL>̪JT揧9{HZ+r|ǤcLƵ~d]Q_OTV !4VG W2s8i?C IH)L 3scR1- T $nH03d,TsD=Z&W`OlqBb6IrI/[9՛r ̘s )j1m$/8IIDcI:]]"pjSvz{hCkCϋuWⳑICj)IqafgWuq/*8~R%m'Ӧ4rB PEkY9 gcNn.yw%t'۱9n`W|G͐X4*Mۦ?)+]S6"Wp_MKj;yjp8~( +#drd„0->#QT-n[|RZ鸼!G)([#Z&Y'itR92C+B.p!o|dddtQ/M^cɃ%DD#nl/&ھE=ZC2rIv2;QB[ar\c[z%"Z~ĔeUܘ+cU:fŠZ~>R TAm[,gGِ]zԎpڣ&96]Bϳ(?/t5[᏶۱"VB%AB73$`Uo1%d-=F3%=C=S+ 5h%}"y:@ʻp2vrC(N9\>OXkvÁAO|L(G[:foPN?lG 6,٠? `8c,b`б'2#LRhQMkoa3U|? 4D0/tf?cXՂ`jH6 "m7WC3҂gSW`BŮ/Ԫ/UoCD1yaz TQexhFz" 'cdD.G&u4ӔS+oOLK3+gtvw/4_܈R"SG<TSֹA%ʟq[Q)nD ̬|nT/x@mdVWVyKX.IaP&xnTc8\F$]3њ?u|^Ko?B<6X ?0)3Y 40Sdh۵Cv$d;+Z8Ϭ\<[KVmKt j4 6RѪ(:f\"%oҡ{sȮ݁~WM՞t;x\7dln_R~Jz϶dI:D$33>bׂ0 ohY- +d"Kn}a;wܯomp+[=6or ;>]azCxj^!^ZaP pZ@i"Twz-|e{7-JX7(q6ԭ/N嶜x@e_ZhOS䁧,H xZk XSH`m*@") }9D^Y#MRP/~JGOtzlqblC~Ȫ3f3~Р*}"OI"Hq$,%]YBqTDgoY=[CVC$T{h*20G ў؅Daߥ!ζBuyC11a{}Ty vQ3T`,7$K $:)H5iNkW< "ٌ];)5dPY4YgOh8QAMW *0pU GJ5*]ۦg]d=?7T.2X@f h8l`Ob !&%o}1Cq=2_'Of8IX(15ZAdOeTTeB9",H&+AѦ2%a _@r %_p3^x_>5vBYAo Ĕ^g+ll*z=1U}*Kpj i,} C1}RhME֒DD{kS ~*}=_v\^($#B FowQO0AqȈ4X~ڤN/a3 K:dw.eC&+ e mRF2#uw$ye*Y{p\nR߲ Rtlʳ8WOpIkzp\Pqjt&;E%O.WǰM1;g#Le,uAV^RD@gK#M' R'ۿsa2;Q+.5 }5]prVzA107fkt %\豹rzjHX#=j _w%yIr3qu@iL.ˡ)q>cTa[W´It2bOL0XRo`o)_ݺC ~f4͡ k^o Ćb5p Z92] ,I=}ntKl )8XX@Ɍ>|B<3d ϱIU~#qĪC1KOm%"@{҃k+ RE߭k= 4 f$!5 X=la; 6%߼it3ؚۮm~zHmp5fd& ٗ5w+ XꦾH;[h.B7 =bLx_c\yaL؅.KyBd <9w^X0oQOa%J FDS(1e2a^҄U%2nP*+{4BLbKۖD}:yJ i+gM"} }DONڿ%`=7w$`{~W8a8SiC3A0PL{2)/rWbZ<@[m4sH>p,ߖamZAPE'hq7|c+\ zl Z%$YEJsaZc4 oqhvĠ4e&+RVSIX(qQϐT8AļSܺJhW ux0 XN{.yxEʟZ2yVwf 5L0)RKś 7#얉( z{5?9RC*w5{ڟe>)Z+ @Df .;>X8@ E_cM*˜J+Qj52ʚyxℵUXC0STlg ~[>rt|ܾ=%o-'k$qc-{SRPq9bzPe0&sA\JRd.^<9/dx`,N½XoMXuƠvGz&?m i # r7#Vz%oNfQj: Z<0{)٦zbk fn֗fŏ^upNa60 ( atQsBAAsdb\d"fJދ>]mEF3hŃ"=5~ܐAKrvx]9qy*xfKYZ33Lc$]zcFK&wVRu"3y>j߼FXaUbd]2]wŅ9jg [+XY2 )mǪY'fmb`RF_]o2ErE׿ ً_]dojqGdd/1.-gԂ Md!k+F7Z4 KK`}vLlatXYo&\U %Ϳu|D.qPᚥMz;8WKNqf,(*vKZf q(+WB틦V&(#"ȁ_;^Ŋ >,ַuJ<z[QKX,^;?_b 8CxlD +i\jڠc]䄶dd_F7)eؽ/30= t~4(O8Kߥ8J%M] #ACį]7Y" 9;撪CES:a>jZqǶ{=Dtօ%- l{LEج"sr>xIσۡT+w3GT|I ܜE`MDCȬ&y Ȯ`q?lm!50^7Ptx,KDur2b&|Uh+0{mَ]Q~=Gr i⿌Lj +<[f^vXL,#B;($nB@$ҒR9xK|lᑼ˫brۆm QyXrp.Ƥ%e0qbβfP-"']wODui7(-]MK"> e̗5(1# %;{EM!ܽTnm|7BhJeO@ Od%y<{)S[&vT&s`EUF¥r)^WZ+\ߚF}]gV )5q8gJ #KʉwCݞYe28 O8 @,bO5bAY Q!8MP^ѳMDiMj# N%gyMR?ꚍnx%!N*qjL5ͿX&"Q-W]3"Hשh rdi2?J(K91*[Ų:4yLU֒nP{I94EyGu8=A K~ϒV әp|&fj>g< ºXAYX]D,X4K50zkӭ*}/e!˹x Y>$V]ɂx˩/rZ/\#( ֙o X;=>-f9AC|AvrYU־ |/~XuKtᚮWVCiR織 *ַ|+Pgo c/]&3lޝxh2JMK˛x\!X2JO{9E&Q^l0ՎٖSV}1ܦ {يɻl)q)]ܛIn;2*͢BXaWb3ή͑ &\TRJ6m"Ŋzi&5uZ\kHx屑 YwVV7}wȬx䢸z6.٫?̓ ,*bm<P _Df7Z)؂x_,2ެ[1ȍܦ*ͽ'vv*rUfʖVty}Cns0: uK}Ɣdj!x}8)wb\o+^9Ϛks('bH E_(1'Ǧ)P[mˎfMh축7i/2[J<`?+}>fPr0 <:B_ظdNxuD!]*ȧ0o vù'_ OA_Ն{m mT7X4#`hIJ++5QF~$'ҽn9g8vh$CMOЎ6{ p7.ݠt\ڇa zO \lLϩT  l $bO3!\̎x]Soq"R׻>ʲyҧo  h^6,8.o*1fץ|H8uk;dr#373v6E~%B%95n@{bdNwӍmޜM}U^* -툽Ξ$kPiӅCEw%Q 3w&x%(d K!E%^6Z $)DX~7ﭜ.ˋߑRDk\ׯG8JY'\$VNE-pw Nʀ, &8ERB4$-_TYLy.0x=|)yF/V^dmw!tr@NiIVonc!gg><8E\[oͮ(H~@8E>|L y!)P=Mζb=Q$>iMyyEtYW :?LJ5;\d.5K䥿!{.إ nXo%Nɾ."2%֓{f"WO2cbQF}, \xN^Aˆ=`?HXQƐU7&y38#.^WJ>LFjd|jx}k~Pr~% %wF$n#Ilq )A#(CC}E! ˉ認#⺵ԏi-";3t9tH|ċi0'q#Z/HPfr[a:L+B2tE]^?"2lbUm['!2U㳳Z1Yy0{Qv1r=㼫! M|q u Uc&#t3B౐`Xo uѕtkvI H%) .b#F| kYS;/6/ S ѩTM!RJߌ2s&>I iC$a׫nAǖ*رizN:>,}F`e@ *m b|nKMWyѮE;!jkf :p>`=#y!$X Б  ;*rSV0ANN!(gf_j'm& $Jyd9wiZs21FiT{l`S0ߩn 5Oc{K]vw VH9t*>X"^}|[O8~dM$\Ra>RmaԜ`, e.9vdF\dhpF`_xrRi MOW{Z٨Yt xˉ|8~2kNNfbg;>ie$W G)ކ3tf|zYtrr<8A%(}u-ݳT3#l9=:bq)yX sZyƦI׳ָ7 &2DP2;Rc!p3*AZ=o QU.b]Rʿe`<(Dd]{rqu1 ms/ W6^Y s=X(MIݾ0RB*ÒB-P,E)VuRZT.cX`lP D7M sn?TQZ];GvuH%S vD")aswkTJ}kicyڐbxϫ14W/;0lJU ,6 (!'{;L[YJALpY`F,y+Vv!v4@~ 8;:$(8G^gVse(=`G6nY߾KiۚQDU1T%1(#竴?:$kU]!z7sps }]~dM? D!جI3UhZG2ɑ}N3 S:=a-ur<:R-p❴%$ 7[B{zO^{UiOH27]5ܧ`ʮYɸ : KAVynR3?^7U{`+ >d֢.oqϞ;#0bHo[Qb{ڋoEn x$${4M&t|B JLJ%2!y  ,\ws{!b2F%e6V*GO7o~Ju[AeDT.$q6PE'tTq59IPPlì RڷEeU֗nv AwGyַG/_ e.:m5w^.HYw}R #W~ E\FT4&M]n9z1Yt&nuV]W۔iR"P[s”@lEJ;pי8xNLKiGy!1TIYTT|Lm6 @z@g-3AK[u8 ;tB շ @EmE‹>[Ex~QN˻+#۷-5 ds&PUK:3^1 =d$2T_DX64 9׭<=tʀP@cߺrefMt1P#<"`к?C N".ludU+FQ(*{b"[& C%٣ !=SDС2zOϗ(oquYZa(i[r!ⰸTl!ߑ-7ȩK,d|s#К`)PX|x6^\l@Ǧ-nӞ2X%^r^Rc)<~L]K U[{hPnq΍1.>mrGLs\W_]'y%a /DɆ&%s!ǘ%/twtLP]ܫ0]sDG$9o K "eVf*ˎ4|f2:;1pgh!| a{[e60&yJd5@9K &wB>0p|H7mɁi# 1숽q".2Lghl cν'e%9/Ê,´)ndf"xp(xjG(wJ pu1&q*r(\+[xBOSB1(w@S,?yK12ޠB-u|_e aPhr_:oM8쀜Հ$˳2đ>k4RGGsƥo>Qd;ڙG[zf2bh36aV*-|1)@k8bZ;MAF0 g>(8#DZG%lb?HLGɭA-$Urxq.~湢4 RdhȮRUj9/ܧAk B ța1l]qZҎO\XP>v~è)GGE!ГF ҊLR%})baxd _Ifkфzf[xE)~~yzO5i@)ٔTbq1 LfL?X(ZFd9;8et7iCֹb) gQMVģÓL Fܲ0uE6OG!:c%˃&=;13(49?7#Y.[>/ vl1I~Gy== KPqE6K|7emn@;>d!ޕlu6,GjQO'][W(TZ]]3f^o(S@n⌽Rwy;P˞woN[kz?+GΩ۵Wj=7HWn=׻A]caM>u IN/Z=(<&ʹ]1bmK^8sl 1eɚv}bںn6!Ȗ(-aM;Pߴw[}]@(`#"p$c([Tl\ihcJ-BđY3@Z_t$0Ӂij]{Ȯ1,OkIay!Oo ]ϒ72p2Pab|)䢕(b̯(#W[:il>T!"p: T޹>>K@q/q1Ve GގIwe ntΙ_JJ>GMXA\ͽA62d},"1m2OJv-{re{W:ſ$6K9 ffCqg:`r[xg)W?&xZi&f2{1{i4)C Ե \389o߹^HpKֽJwH %ڮʭt04Ɛ?5#8ጅ (e `xKZBxT=n*t}; c5vb ~ۊ^}bK]Y5VvO[Բ+ÌNu8OZ֖p4萃gʾ2zYr#?J~4l),qVy\!s//k_jw aF{' V~1]Zs6XFِhܙZ3I_=Vw-D? k ބzLU+јx!ffU_.=ؠ`|/ +ˇd(qS&t3}IK cAo0 iB%?J8TuRiqYon'YQ&OTYC6~Ry{>Hqi#3LZrC@^=Xk^Ѧ`I7tx 韍94w]o^l0j"rrғ3O~JOQd¦#ˢPgl;Xie%@.R /dE6 bθa)G}(fA%4zq9+{n:uѡ$^eh>cē A^DrEsgƉRطtcvp]ǁ.<;?+tb|>;gl){DW^`ҧϼ!fX 1aͧSgxDoCWڊhְ dk>$=_Xy@?S4VK w WXu C8QO|&cM"a![I1RqGa6?dpP) Փ1h 7pڈCPJ8&tIJ:a`~-bZ-#)U$i}xs<ml俞EDCuat><{ܨP[u/BX|P't"6a|ٷF 8aHZIwltiFL눍lF- 3J/]D"IL˸1Wx mډkZ~|kvp5TZ΢_Qq?Z{41;Tg$_ (W+#M=n,]ktW#ZC% sa3$#;#V,!Y)jşRj0iW+.8K t_G#Cj!#%prʇC#:%hNUݳft)6<-E/EXd/^ť휙z@YPmfQqB"a7]n ֵܪkuLm/gTh>s@+et448n,hi Fd]VZĥ+Ш6'&{Y6,sB ~78k" ? YZћ?|EN'9qQ}+v~H-+QVVh^K=8*,rq3Pp#T|kBb&SEU˺#x V(Jfε][kd14, RI?xO @Z=GdYL((.JeRm#e֊ap;i&`gzn0:gx-Gx;ΟYN)0HC4,E|wa)XOz|6b] T-Z'^v0 حγQ~k1z" - ā$g>1aSPj*kGvvXctf[PuӒCLҖ KD0(ZnΏ=75H;j蘻!!=8/x@ R# |ѝi {(YʋieLnmNƔ~ WhCGQӾ{45ҦbF4zoAt*Ѫbd(h9r4jgcrwg|O?}@D4e}4Ώصƻ ,Ib#Q]Qu|vu*U?)FkOc=To!?%_%\ϸ*CUOޞ& ="QdWqVa* a-bk'WZhsUl3v+p"Hcu|9 Z`ѴZ!.C䚙(W!Tk /KbFc+RB_%6 ]=\K'%<6d7QtwkYHkёDW=co=@l P['n U[p WzZco"}Y9  NtweKTgւq0ӬEX$8ԥ}e9< xG6uxr_/]gV ṴT4( @6l}bP'&sg#D-QH^54"B:H:3dv# DTb;xmk{rLy\u(6dFj 2 %USLHB;y AgD:Y!y2H76 b۷̭jQ ?a)ѷ'r۽?Xs .Qޣxt1U0Yz* _^$ֵlcHscGI);h~jSlFmNp=ipiPhb_PM!I7mčds%G嶢a= cm1N91ʷ<# g;86^*kUGC3Z]Ge B3׍gm&KONX"m)'32m&@ǂ0"FQ(3FE^Vr oŨ ~͂Jg|* T$]zI!2FΩ?i#TeҤ\4μ-jՅ1ƛ^n)RjCxA15T0-ۛE`h0֎t '.o΃o9@G.L)M#efNK +lRi/S+I1ܬs>z$ &28:S:)z02< b|T~8{~^MGVJRsq7*f.# 51& Utbbᣖp۱y^k^<-B2P@BYcy֦lxMZ~_D6Iuy%l!#BG^i"_W†/"zlI X 0Hث1%}H'ewW%ȗͅěu'p鷞|(G<#4ڝv8pAkV\qݵkFֿb}wRK+g!L=XF9vV ;$jN@. HsĴ)m6OX)' 1L^ k]˞D@nH%Betfo%XH'99 s6:!=]/,|yARs߇OLbt*DZ"9^08On>BL@<5*q|spyaudwQ!9+܂1"XxXQߊѽdd3 攽!Δ_;Ne~{Aa/D;rIDs*A AC֐-AXܷg“k\W+E6эLbm`/8Q ˥q9AH:G敫ۇ>xkĝftP$ eD$InByq3L6sԊ̈́&E(!+g$6߄*h5$8a6E4=fPPД[;-Aj}nB#i5xHbWD KDmo5Z8ai;Ux gK48|xy%Yۇ%A[{K.mG<6C0-8ܫr6J,gǮr_ q&GpQov]l̯Pފm3)<9r®\M qRYcG6KAf&\T!uA&N}&.6=)V+\ @X &`"xR./&7Cc ڏshܰEi咐apRcI Q9Z#g6ќޣ*q(ӆFW`p~Jcy Xmv˧Q33kk0X&Id$L6dc #\%yvj-,t <kV)G8g ]K?陎L Dps-_Pi?X˔ҍKJ\OဟXdHRS{0!]htTlȳф(#&Cl KT4xa;>ӮiAEf sX{7CyϏiVu!=;6T\Zcagt(;'|f`#jB*oϏdp}"}>j]Fʷ(ĂP'n $}݆7tysA:7ʬGm[Y#|EMR Hj)1Sz|6}c~tPͰpQ q,_{cԶ3IX>=OM[<4$Jz̛%'6 ܫ7[-i#SS/+}A䶆 O6r]'s(ftEX`MF`_MA OUZ4D*83l}*mW2pɹYSoÆ&'$4[+TxWSD6JӉL8o{:=i Ω1QmuClL@Xq+1yKJXPI"R}٣ G/H/ܖY8m>ېn%g<ݮ6z&bЈ.ǽuPv$%fS 9ӯgN?S>fޭԼG=ww%4wަ~ViSiKd*<9e O$9J% lp_HRtVn*j|CYTh3֢X;u8IP}yHeR2TWlڑSgM h}VC[35:.:G Dp!>h[}G@tbZ8Έrsy#.1- @,mdd.>#8~>Zj:X; Ek3g¯3Rs#b qab^2|:j|P?jd+]L_x!`q̙>w1HDN->H}ɉv4)&_F`da~qSrٛ &/-$In`hI'R 5ͣ\0V:իi8Np&@+dad’AB`ֵ쩯V뫿9MJ,װqoLbO|3 E;O}GV3'݄$Q֩sI!ΦoU06> zdz/6 K>51YxXjRڵ Ĵ-p=&̡ ,aX5w.z]Kiҵp<,+[6m7B?v]_Jq@]DK}rEx"XD*G{GK"ta:+ǸBZU렷 p\`ݸwh\Jb9w+,qаdvx(E깇_nEbՖ2 AJ .c;ޑfzOQr&r z5 ?R8XwFgFs`>sX̧4ō^ӷ`2B:Ǿ-2l*'* _uan9l{4^ux'*'N X/a3?yà2kSGPK[@T2V|IZ b+"‚4wЧbKۛ}aEyȷۭNISy O" pyPn=5#r;Vv8"/q-z9KYw$g=אu>1N0#Th`%!xg%hTL $=#}Gg iIsp{VH:9X俙>i =K@2L뫔$P_N$\e׵/)*>{֣(l]^2뮶_6I@8p->.]eOE(T:. PNeApE̐K1XE VO ?av(8ko2]+A u,K.QXMu_$ D=!SSɱ47&lEav b.wpek 篳|rv(p|HRSl/)iC`ƖTHh(y]؆9~ו!\ B0b96q4f_Nr)!Kҷ8luwM50pJ&: #J1^%(4뜸NZSMkNtHwھ}# [Ӌ 0* ?Yr4_D[=zL Kb&Z7\IjL QkoQ"[SCAcNWٌ3t;rkt Ή@j]8e`/YG#fGB$@*npy3E-͔KQ-fODͤp*=k2P~a ͺ㈭ߌidplʔDR`Dh% {ҳ_,kVH2gr+rx,[ۿK#(`&^Պ,6|gtj r4"$ ?Dk旱3PK7H儙>Ay{c.3s ѩn0`mJc-_q[9xfzKj0OT99qϼ3 }q n;JOuany0G9 I6)]S!v1('Rɮa1pêdtrlaUmG2Qm&̬ OFW_œ\L|qqL9w )0Ɇ 0F@ۀgrNk6ؽՇ߅Ks$6/n YR-=sβm?pf&V-sqL27) !+͋Yo0S9I*y2(VN8/okOѾ R=hk{z*KfH$Q/멶M6>fk0eY=  t%%w2;sX?^PIҬ_mdt޲՚w?Z`:"5ON2pV%!qV\P- SDⱣЬYJq"Lhʻ[@IY(? sJ9w6G.z,:L1T-'1` ]b+[JތNZ2dvoE-$ ~6|EHN[J ̠.?2K@7[&w/@t,/*y&v
    |G:^Æx% )+@Uk "[d^K3l-}TIX=8t|d _QW3&Mْ̠=d{ϱRإGlxMֻD4Mz_W"@xŃL"S"G[e>{B 3Uյ`0 { W[q_eSU;$}<ɞnuu8q=~mf@w4|ds"72Έ?{JNcDyOҧg&qRYZe "g:R҆: 9(0 H督 :l*4R)Jdp=aдh16ƛzdO2a- (M[8-/ej7BVz&'|_IHRa98aP|aZ$G) 2=ϢG'n2f m7+z]Q eH)L^3_l/{{7vdwF4:@qVK]hpT,V0S2|cṃ4e|0 ܄x^Xc8|Ceyzbƞ.&2+ྜpqwkYqMˋF33tM5GrhxBR?Hgl~@!Qpu;SXM1gҒ  c=,|e utݘqsmC?Ꭵ 9@4yTD{^p}>0=q|[O=j{Ռ͌ggoc 6:%}w0iÔ6oH_!;pδ453]Ab#Vu(v%*G*֡Rhaf&jhVޒ7A;o0WXl`8 gvL Ojr{I]CG t؎>^LQˆCFC:rZیJ@ Au~B"A`JҤB-pP$(7hit@HΠjX>vnU0{z(͒;֜ˋ9" pW) "I3: QG 5&oKx_1運8%w@5?UN!cx\ 8ĂT',=j.[IPd@ ͦJ5u>~Yޅg<7C?,hv>z j p*ߥ1jG/5%Mj& g r;4@ [pV{ SNM`Q-Cy)9-Uvc#0U:k՘ȓ?u"]ڋukp6[2  <(TN َr 31s ½n Zpc &]zo)b/ 7׀=!E0߂J(,z˲| }GS[C*]dIDx==o5tn\88T,s@ݥDǾd>w~yAB &*OFH=k'ϝrB?&}bQJp7x(9J L:|]FE0rQ竧P| X)' QHCS3lgėh#L.,Ts"x̣y*l|nZ0E'JwG+0!lnr6,Ck]/4Bh ڶJF$Nxb 6/!z#M@G' eMY;FKf| ?Z DM͂ahMy<6vKM! K#_I@Mٸ,ςbڛqעtf1Q"s)ӏuj@@pH6ee$xb?4/3g[4_di.8 qP17Aim&ir5HV:Kj̇ "]Y[HRy7Y6-MQ\jMV\@>(b" sM2l*,q%t`:S~Ŗ~Q(wS.奮,x[5K1y4ކ}\*]׺6B"\p]C\:'tK^_RKʿu&D'i0L~e>Ҡf'D ye {jy2@ќЇَ7w>lB^ +.Hty}_$NcqݷF`1/fS=aPb˫Gsj;'N2Rb z!$ ]!X]#&_NXfO}-)rv.Cwa`:Y<9Wlތe!"*>`M((p q-Єkk@) Ӓ ǂ? CjWJ 4zS-,: oPW:FG%/̄8%RmMǝ kd{F‚kDv1/*̮!nH^`XjEڈP,iL~cp馣975jn}sMXl;쭔i+u tBqC}Y ݂eYBNTGqVG؂g@* ^ !si ǴF YZ