wcslib-devel-7.12-bp155.1.11 >  A dk<ڊI%z bx͖$4hςes刹 ,f7'~Uo?/{wBS,!=t]2&[ 4* ,kߎu"2Qtz)?˼| \*h!@|ʪ$95ۼYW3IWܤO >$~ʶJkemјtkuU@+8l6vb%Ыvu6kp׊v}jŎ%gi!f϶7 [_qI^LA!_旦czxs\ם,ՇWwɰakw2kwg~@`9 4^c7N?w*KJjlO h_%#zy۞2'YSMh+}OW1<'&'MTWl_QMݱ T^!ioijE+(b=¯KTL280eb069597f545ae978644e1797316eb9c8ad96f63a6d2175aee1658fe1dbdee74fc634c55f977a67cd5584cc265dc318d0737d3pdk<ڊI%z ( O| OIbOt4s{ʩ 19D =xs7^"vu[JOCtJJlLXz\W]Sd/Z{"I&-DusJu[һ= !Ȑ3O͚|nMrm0=5*I KdzVոnx {NC;r>,W;)K"j^.SGP7!>*EAO r0RO@H_Nq 4Z%|hlm:w%YȓAEOCJ΅?0Rtśאx\rT|d3aGo!*5@EEZFEyfL:V ~ߥc+/4;݄z g|!DY-I&L@䒩甼PDu m}ZJoӑr0;:Jk7*V2BO{i{^k7g'$>pD?d  < &\bl- - z- - - 5- x-,- --$(89(:BFG-H-I\-XYZ[\-]-^#bmcd~eflu-vPw-x-yHzP`doptzCwcslib-devel7.12bp155.1.11Development files for wcslibThis package contains libraries and header files for developing applications that use wcslib.dk&Vt  -CidC A$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$dkAsterios Dramis Stefan Brüns Asterios Dramis Asterios Dramis Dirk Mueller Benjamin Greiner Asterios Dramis Stefan Brüns Asterios Dramis asterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comjengelh@inai.deasterios.dramis@gmail.comasterios.dramis@gmail.comtoddrme2178@gmail.comasterios.dramis@gmail.comarun@gmx.de- Update to version 7.12: * C library - In wcsp2s() and wcss2p(), fixed handling of status returns from linp2x() and linx2p() relating to distortion functions, specifically with respect to setting the stat[] vector. Reported by Sepideh Eskandarlou (via Mohammad Akhlaghi). - When extracting by axis type, wcssub() did not account for the possibility of time axes with -TAB or -LOG algorithm codes. Reported by Mihai Cara. * Utilities - Fixed a bit of confusion in wcsgrid relating to cfitsio file opening syntax, e.g. file.fits+1. It now matches wcsware in that regard. - Portability fix - need to define _POSIX_C_SOURCE as 199506L in order to get the declaration of localtime_r(). Reported by Marc Espie. * User manual - Documentation generation moved to doxygen 1.9.5 (was 1.9.3).- Update to version 7.11: * C library - In tabini(), the default index array should contain a 1-relative sequence: {1, 2,... N}. Previously it was 0-relative. From version 7.10: * C library - In tabcpy(), collapse degenerate table index arrays if they are collapsed in the source struct. Minor fix for output formatting in tabprt(). - In the C test suite, added calls to wcstrim() in twcsfix to tidy the structs before printing. * Utilities - The default option in wcsware now trims the wcsprm struct before printing it. Use the '-p' option to print the untrimmed struct. From version 7.9: * C library - In wcsset(), bug fix for identifying time coordinate axes. Reported by Mihai Cara with patch. From version 7.8: * C library - In wcssub(), bug fix for tabular coordinates that change axis number, thus requiring tabprm::map to be updated. Reported by Mihai Cara with patch. Also in wcssub(): - check that all axes of a multi-dimensional table are extracted together, - fixed potential memory leaks for tabular coordinate axes when an attempt to subimage non-separable axes fails, - the error messages for non-separable coordinate systems are generally more informative, - subimage extraction by coordinate type now recognises time coordinate axis types via WCSSUB_TIME. - wcsset() now identifies time coordinate axes in wcsprm::types. - Extended test program twcssub to test the above modifications. * Installation - Bug fix in the utils makefile for creating $(MANDIR)/man1. Reported by Aleksander Kurek. - Bug fix in the Fortran makefile for compiling and using 'tofits'. Reported by Stefan Br�ns. * User manual - Documentation generation moved to doxygen 1.9.3 (was 1.9.1). - Removed 0001-Fix-utils-tofits-location-in-Fortran-GNUmakefile.patch (fixed upstream). - Don't use %configure macro for building i586 package (it makes tests fail).- Update to version 7.7, for details see: https://www.atnf.csiro.au/people/mcalabre/WCS/CHANGES - Remove workarounds for gfortran 10/11 - Add 0001-Fix-utils-tofits-location-in-Fortran-GNUmakefile.patch- Update to version 7.6: * C library - Bug fix in tabs2x() triggered for 1-dimensional coordinate lookup tables on axes > 1. Reported by Mihai Cara. - In datfix(), don't return status 0 if no change was made (fix for change made at release 7.4). Reported by Derek Homeier. - New function wcspcx() in the wcsfix suite regularizes the linear transformation component of a coordinate description to make it more human-readable. It decomposes CDi_ja into PCi_ja and CDELTia in such a way that CDELTia forms meaningful scaling parameters, often leaving an orthogonal or near-orthogonal matrix. Optionally, it can then permute rows of this matrix to unscramble axis permutations. A test header may be generated from wcspcx.keyrec for input to wcsware (not exercised as part of the standard test suite). - New function wcstrim() frees memory allocated by wcsinit() for arrays in a wcsprm struct that remain unused after the struct has been set up. - New functions wcssize(), auxsize(), tabsize(), linsize(), dissize(), celsize(), prjsize(), spcsize(), and wcserr_size() compute the total size of the relevant structs, including allocated memory. - In the C test suite, inserted a brief pause in tprj2 and tspc, which otherwise have now become a blur. * Fortran wrappers - Added wrappers for wcspcx(), wcstrim(), wcssize(), auxsize(), tabsize(), linsize(), dissize(), celsize(), prjsize(), spcsize(), and wcserr_size(). * Utilities - Added -c, -cp, -C, and -Cp options to wcsware to apply wcspcx() in a variety of ways, -m to apply wcstrim(), and -z to report the total size of the wcsprm struct with a breakdown of the sizes of its constituent structs. - Fixed compiler warnings for sundazel (portability issue). * Installation - Upped the required version of Flex to 2.6.0 (was 2.5.9). Problems with Flex 2.5.39 reported by Derek Homeier. Also added '--disable-flex' as a new configure option to force the use of the pre-generated Flex sources. From version 7.5: * The C code in WCSLIB is moving piecemeal to the C99 standard. In fact, various indispensible C99 constructs have been used in WCSLIB for many years: the long long int data type (in fitshdr() only); stdint.h, inttypes.h, and the use of PRI formatting control (in wcsprintf(), which is widely used by the library); and the C99-extended library function vsnprintf() (used by wcserr for a decade). Flex-generated C code also uses C99 extensions, though with workarounds if they are not available. Except in the header prologues, which are formatted in a special way for generating the user manual, comments were changed en masse to C99 style in release 7.3.1, and variable declarations in code that I have occasion to modify will transition to the more general placement allowed by C99. However, there are no plans to use any of the more esoteric features of C99. * C library - New function, wcsccs(), changes the celestial coordinate system of a wcsprm struct, for example, from equatorial to galactic coordinates. The parameters that define the spherical coordinate transformation must be provided. This allows WCSLIB to provide this functionality without needing to know anything about specific celestial coordinate systems, and has the advantage of making the routine completely general. Requested by Mohammad Akhlaghi. Modified test program twcsfix also to test wcsccs(). - Fixed a problem common to all of the Flex code (fitshdr, wcsbth, wcspih, wcsulex, and wcsutrn) that made it thread-unsafe. Reported by Cyril Richard. Added a new test program, tpthreads, to test thread safety. It is only used for code development, and not exercised as part of the standard test suite. - In fitshdr(), fixed a problem that potentially could arise on systems where sizeof(long long int) is greater than 8 (64 bits). * Fortran wrappers - Match changes to the C library: added a wrapper for wcsccs(), and modified twcsfix.f. - Because null addresses cannot be passed to functions in Fortran, wcssub_() now interprets *nsub == -1 && *axes == -1 as a signal to do a deep copy of one wcsprm struct to another. * Utilities - New utility, sundazel, computes the local time of the Sun's passage through the specified apparent longitude or latitude in a user-defined coordinate system. It can also perform several other Solar related calculations. (It is unrelated to FITS WCS, and does not use WCSLIB.) * Installation - Added an 'uninstall' rule to the makefiles. Suggested by Cyril Richard.- Update to version 7.4: * C library - In wcshdo(), fixed a bug introduced in release 5.9 that potentially caused loss of numerical precision in the sprintf() formatting of floating point keyvalues. This was triggered when a large range of CRPIXja, PCi_ja, or CDELTia values (as three separate groups) were formatted using an 'f'' format descriptor, the range not being so large that it would have forced wcshdo() to revert to 'E' format. Reported by Mohammad Akhlaghi. Also in wcshdo(), fixed a bug introduced in release 7.1 that caused the coefficients of the TPD distortion function not to be written to the header. TPD and Polynomial distortion function headers will now always include the DPja.DOCORR keyword. Reported by Derek Homeier with patch. - In wcsset(), fixed a segv generated in attempting to report a non-standard units string with wcserr message reporting disabled. Reported by Mohammad Akhlaghi. In wcsutrne(), allow 'Angstroms' and 'angstroms' as additional synonyms for 'Angstrom'. - In datfix(), ensure that 0 is returned if an informational message is set in wcsprm::err. Consequent on feedback independently from Mihai Cara and Bruce Merry. Clarified that informational messages may be set in wcsprm::err for returns of 0 from datfix(), obsfix(), unitfix(), and spcfix(). * User manual - Added cautions about translating CDi_ja to PCi_ja plus CDELTia for those historical distortion functions (TPV, TNX, ZPX) that expect to operate on intermediate world coordinates, rather than intermediate pixel coordinates. Consequent on feedback from Mohammad Akhlaghi. - Documentation generation moved to doxygen 1.9.1 (was 1.8.19).- update to 7.3.1: * There are no functional changes in this release. - Changed all C code, including within the flex sources, Fortran and PGSBOX wrappers, and test suite, to use C99 style commenting (i.e. using //), excluding the header prologues used to generate the user manual. - Documentation generation moved to doxygen 1.8.19 (was 1.8.18).- Update to version 7.3 * C library - wcshdo() was writing MJD-OBS twice to the header, and MJD-BEG not at all. - In wcshdo(), if MJDREF assumes its default value, just write MJDREF = 0 (not MJDREFI & MJDREFF), and omit writing DATEREF, which, with a value of '1858-11-17', looks strange and is potentially confusing. Reported by Thomas Robitaille. If the fractional part of MJDREF is zero, then just write the integer part as MJDREF (i.e. not as MJDREFI & MJDREFF). - Bug fix in wcsfix() - it was writing error messages that referred to DATE-REF and MJD-REF rather then DATEREF and MJDREF. Reported by Mihai Cara. - Under control of a new flag, WCSHDR_DATEREF, added the option to wcspih() and wcsbth() to accept DATE-REF, MJD-REF, MJD-REFI, MJD-REFF, JDREF, JD-REFI, and JD-REFF as synonyms for the standard keywords, DATEREF, MJDREF, MJDREFI, MJDREFF, JDREF, JDREFI, and JDREFF. The latter buck the pattern set by the other date keywords ({DATE,MJD}-{OBS,BEG,AVG,END}), thereby increasing the potential for confusion and error. * Fortran wrappers - As compilers are becoming much stricter (gfortran 10), modified all Fortran test programs to use the type-specific equivalents of the various *PUT and *GET routines. Reported by Ole Streicher. - For the fitshdr wrappers, added type-specific equivalents of KEYGET: KEYGTI, KEYGTD, and KEYGTC. * PGSBOX - Modified pgtest to use the type-specific equivalents of WCSPUT. * User manual - In the section "WCSLIB Fortran wrappers", promoted use of the type-specific equivalents of the various *PUT and *GET routines. - In the section "FITS-WCS and related software", added ASCL and ADS codes, where they exist, for all software packages mentioned. - Documentation generation moved to doxygen 1.8.18 (was 1.8.17). - Allow fortran argument mismatches in rank and type to pass the tests.- Update to version 7.2: * C library - In wcssub(), fixed a bug relating to handling coordinate lookup tables. Reported by Mihai Cara with fix. Also increased the number of coordinate axes handled from 10 to 32. * Installation - New configure option, --disable-shared, defeats generation of the sharable library. Version 7.1: Changes in the contents of the wcsprm struct necessitated incrementing the major version number from 6 to 7 (i.e. the ABI changed). * C library - In wcsset(), set wcsprm::mjdref[] to zero if neither it nor wcsprm::dateref are defined, as per the standard. Reported by Thomas Robitaille. wcsset() now also checks that the number of coordinate axes does not exceed 32. - In tabs2x(), fixed an out-of-bounds array access produced by invalid world coordinates. Reported by Mihai Cara and Michael Seifert. In tab.c, declare static three helper functions, tabedge(), tabrow(), and tabvox(), used by tabs2x(). Increased the number of coordinate axes handled by tabvox() from 16 to 32. - Extended datfix() to handle MJDREF/DATEREF, overlooked in the changes in release 6.1. Also fixed the handling of MJD < 0. - Support Solar keywords RSUN_REF, DSUN_OBS, CRLN_OBS, CRLT_OBS, HGLN_OBS, and HGLT_OBS by accomodating them within an auxiliary struct, auxprm, within the wcsprm struct. Now filled by the header parsers, wcspih() and wcsbth() and handled routinely by wcsinit(), wcssub(), wcscompare(), wcsfree(), wcsprt(), wcsset(), and wcshdo(). Requested by Stuart Mumford (SunPy) with input from Bill Thompson. - Bug fix in wcsprintf_set() for resetting the output disposition. Reported by Mihai Cara with patch. - In dis.{h,c}, the DOCORR record is now handled as a first-class value via disprm::docorr. This required changing the struct. - In cel.c, spc.c, wcserr.c, wcsfix.c, wcshdr.c, and wcsutil.c, quelled compiler warnings from gcc 9.2.0 generated by - Wmaybe-uninitialized and -Wstringop-truncation (via - Wall). Similarly for various programs in the test suite. - In various functions, quelled warnings from the Microsoft Visual C++ compiler, mostly relating to pointer arithmetic. Reported by Michael Seifert. * Fortran wrappers - Handled compiler warnings from gcc 9.2.0 generated by - Wstringop-truncation (via -Wall). - Minor enhancements to character argument handling, including, in prjget_(), blank-filling the returned strings matching PRJ_CODE and PRJ_NAME, and likewise for SPC_TYPE and SPC_CODE in spcget_(). * Utilities - In wcsgrid, handled compiler warnings from gcc 9.2.0 generated by -Wstringop-truncation (via -Wall). * User manual - In the section on "FITS-WCS and related software", added mention of the R wrappers (Rwcs). Suggested by Aaron Robotham. - Added a new section detailing the limit on the number of image axes that WCSLIB can handle (currently 32), and how this could be increased if needed. Prompted by Thomas Robitaille. - Augmented the section on the Fortran wrappers, particularly with respect to character string handling in argument lists. - Documentation generation moved to doxygen 1.8.17 (was 1.8.16).- Update to version 6.4 (2019/08/15): * Installation - The rule change to the Fortran makefile in v6.3 to add getwcstab_f.o to the sharable library causes it to depend on CFITSIO to resolve fits_get_wcstab(). Hence backed out of that change. * User manual - Documentation generation moved to doxygen 1.8.16 (was 1.8.14). - Update to version 6.3 (2019/07/12) * C library - Fixed the Polynomial and TPD distortions so that, as stipulated in WCS Paper IV, they are now considered to return an additive correction to be applied to the given coordinates, rather than the corrected coordinates themselves. Added a new subsection to the prologue of dis.h entitled 'Historical idiosyncrasies', which discusses this issue and other vagueries. Amended components of the test suite accordingly: SIPTPV.keyrec, TPV7.keyrec, and tdis1.c. - Fixed memory leaks and other potential problems that arose in the wcserr system consequent on changes made in release 6.1. Memory allocated by wcsfixi() for messages in the array of wcserr structs must now be freed by the caller. Amended twcsfix.c accordingly. - Plugged memory leaks arising in disset(). - New function wcsdealloc() provided to free memory allocated within certain WCSLIB routines. Suggested by David Motl. - Eliminated a swag of inconsequential compiler warnings, particularly those emanating from the flex sources. * Validation - The library, Fortran wrappers, utilities, and test programs now pass runtime analysis using -fsanitize=address and -fsanitize=undefined in gcc 8.3.0, in addition to valgrind. Also compile-time strictures using -std=c99, -pedantic, -Wall, -Wextra, and -DFORTIFY_SOURCE=2. Prompted by feedback from Ole Streicher. * Installation - The non-graphical tests now run reliably in parallel builds (make CHECK=nopgplot -j8 check). Requested by Mohammed Akhlaghi. The graphical tests can also be run in parallel, but as PGPLOT can only handle one stream at a time, some graphics are likely to be lost. Nevertheless, it is a useful option, especially with runtime analysis via -fsanitize=address, etc. - As CFITSIO doesn't provide a Fortran wrapper for fits_read_wcstab(), getwcstab_f.o is now always included in the WCSLIB object library and sharable library if CFITSIO is available (and the WCSLIB Fortran wrappers are required). Use 'configure --without-cfitsio' to defeat this. - Tidied up some aspects of the build where CFITSIO is not available. * User manual - Fixed minor formatting problems in dis.h.- Update to version 6.2: * C library - Consequent on the change in release 6.1, reapplied soothing balm to the wtbarr struct definition in wcs.h for C++ compilation (C and Fortran compilation being unaffected). While the object libraries themselves are unchanged, the modified wcs.h must be installed for compiling C++ applications. * User manual - Fixed minor formatting problems with the doxygen manual generation. From version 6.1: * C library - Added support for time-related WCS keywords (Paper VII) by expanding the wcsprm struct to store them as auxiliary values, now filled by the header parsers, wcspih() and wcsbth() and handled routinely by wcsinit(), wcssub(), wcscompare(), wcsfree(), wcsprt(), wcsset(), and wcshdo(). - Augmented datfix() to do various consistency checks on the new time-related keyvalues, and added a new routine, obsfix(), to check consistency of the OBSGEO-[XYZLBH] observatory coordinates. - In the usage notes for wcsbth(), clarified that, according to WCS Papers III and VII, certain global image header keywords are permitted in binary table headers and are expected to be inherited by image arrays and pixel lists, and elaborated on the difficulties that such inheritance may cause for pixel lists. - Revamped message string handling in the wcserr module to allow arbitrarily long messages while greatly reducing the sizeof the struct. - Extracted the definition of the wtbarr struct from wcs.h to a separate header file, wtbarr.h, in order to reduce the number of irrelevant warnings generated by 'gcc -Wpadded' (primarily for code development). Applications code that needs to access members of the struct (unlikely) must now include wtbarr.h (or wcslib.h). - The WCSLIB major version number was incremented as changes to the wcsprm struct makes the ABI of the sharable library incompatible with executables linked with that of older releases. * Installation - Several changes to configure and the makefiles aimed at facilitating code development. * Fortran wrappers - Match changes to the C library, including adding a wrapper for obsfix(). From version 5.20: * C library - Added utility functions dpkeyi() and dpkeyd() to dis.c, and removed the corresponding functions from wcsutil.c. * Installation - Reworked the makefiles to allow parallel library builds, as required by some software distributions. (Parallel execution of the test suite is not supported.) - The introduction of "deterministic" archiving (ar(1)) broke dependency analysis in the WCSLIB makefiles on the many systems where it is now enabled by default (i.e. binutils configured with --enable-deterministic-archives). Modified configure to force non-deterministic archiving during the library builds, thus repairing the dependency analysis. However, the static object libraries are now reconstructed using deterministic archiving in the process of installing them. - Fixed problems with the dependency analysis, solely affecting code development. * Fortran wrappers - New wrappers for dpkeyi() and dpkeyd(). From version 5.19.1: * Installation - Updated ./config/config.{guess,sub} to the latest versions from the GIT repository, timestamped 2018-07-18 and 2018-07-25, respectively. The previous pair were dated 2012-02-10 and 2012-04-18. From version 5.19: * C library - In wcssub(), fixed a bug in handling distortion functions on axes with changed axis number in the subimage (i.e. via deletion or addition of an axis). - In various routines within dis.c, wcs.c, wcshdr.c, and wcspih.l, increased the size of various sprintf() output buffers to avert -Wformat-overflow warnings from gcc 8.1.0 (with -DFORTIFY_SOURCE=2). Also fixed other warnings in these routines from gcc 8.1.0 relating to -Wcast-function-type, -Wmaybe-uninitialized, and - Wunused-parameter. - In wcsutrn.l (the units alias translator used by wcsfix), recognise 'Deg', 'Degree', and 'Degrees' as aliases for 'deg'. - Added a note to the prologue of spx.h explaining WCSLIB's use of Cox's air-to-vacuum transformation equation rather than the IUGG relation cited in WCS Paper III. - In the test suite, avert nuisance compiler warnings in tdis1. Made tsphdpa more robust in handling user coordinate input. * PGSBOX - In pgwcsl_(), avert nuisance warnings from gcc 8.1.0 relating to unused parameters (-Wunused-parameter). Also averted nuisance compiler warnings in cpgtest. * Utilities - wcsware was not reading the -TAB table from the FITS file for alternate descriptions. Nor was wcsfix() ever invoked for them. Made it more robust in handling user input of coordinates for the -x and -w options. - Fixed compiler warnings from gcc 8.1.0 in HPXcvt (-Wmaybe-uninitialized), and wcsgrid (-Wformat-overflow). * Installation - Amended configure.ac to allow cross-compilation, and also updated the auxiliary configure scripts in the config/ directory.- Update to version 5.18: * C library - New routines introduced to preclude altering the global variables NPVMAX, NPSMAX, and NDPMAX, which determine how much memory to allocate for storing PVi_ma, PSi_ma, DPja, and DQia keyvalues: wcsinit(), lininit(), lindist(), and disinit(). These are now used by various WCSLIB routines, such as the header parsers, which previously temporarily altered the global variables, thus posing a thread hazard. - The Flex scanners, fitshdr(), wcsbth(), wcspih(), wcsulexe(), and wcsutrne(), have been rewritten as thin wrappers (with the same API) over scanners that were modified (with changed API) as required to use Flex's "reentrant" option. Consequently, they are now reentrant and should be thread-safe. That also passes through to the deprecated wrappers, wcsulex() and wcsutrn(). - Fixed memory leaks in lindist() and lincpy() uncovered by valgrind. - Test programs tfitshdr, tpih1, tpih2, and ttab3 are now careful to free all allocated memory before exit to defeat spurious reports of memory leaks by valgrind. * Fortran wrappers - New wrappers for wcsinit(), lininit(), lindist(), and disinit(). * User manual - Updates and amendments in line with the above changes. - Documentation generation moved to doxygen 1.8.14 (was 1.8.13). From version 5.17: * C library - Fixed a memory leak in wcspih(). - Fixed compiler warnings about comparison between signed and unsigned integers in tab.c. Also fixed warnings in other functions about unused parameters. * Fortran wrappers - Fixed compiler warnings about comparison between signed and unsigned integers in several routines. * PGSBOX - Fixed a compiler warning about comparison between signed and unsigned ints. * Installation - Removed setgid permission on installation directories. * User manual - Minor updates and amendments. - Documentation generation moved to doxygen 1.8.13 (was 1.8.10).- Update to version 5.16: * C library - Bug fix in spcfix() for the previous change.- Rename the package from libwcs to wcslib. Added appropriate Provides/Obsoletes entries.- Avoid unnecessary double emittance of %optflags into compiler line. Fixup groups for openSUSE Factory acceptance.- Removed static library. - Removed requirement of libwcs lib from libwcs-doc (not needed). - Added Recommends entry for libwcs-doc in libwcs-devel.- Update to version 5.15: * C library - Bug fix in wcsulex.l for the previous change. Reported, and fix supplied by Tammo Jan Dijkema. - In spcfix(), report the value of VELREF if ctype is translated from the AIPS convention. From version 5.14: * C library - In wcsulex.l and wcsutrn.l, applied a workaround for a memory leak introduced by a change (bug) in flex in Aug/2012. Reported, and fix supplied by Thomas Robitaille and Erik Bray. * Installation - In MacOSX, create symlink libwcs.dylib pointing to the dynamic library so that WCSLIB is linked dynamically by default. Requested by Paul Price.- Update to version 5.13 * C library - In wcshdo(), provide floating-point format control via the 'ctrl' argument (formerly 'relax'). - In wcspih(), PLATEID by itself is no longer sufficient to trigger a DSS translation (reported by James Allen). - In unitfix(), ensure that the message buffer cannot be overrun, e.g. by blank-padded unit strings (reported by Vishal Kasliwal). - Update to version 5.12 * C library - Bug fix in wcshdo() for CRVALia precision reported by Mihai Cara. - Update to version 5.11 * C library - Bug fixes in wcspih.l and dis.c for WAT distortions provided by Ole Streicher. - Update to version 5.10 * C library - In wcshdo(), allow output of floating point keyvalues to 15 significant digits (was 14), mainly for astropy. - In wcspih(), allow unrecognised WAT projection types (tan, etc.) to pass without returning an error. Reported by Michael Droettboom. Also fixed a bug triggered by SIP keywords in unconventional order, reported by Colin Slater, LSST. - Update to version 5.9 * C library - In disx2p(), make proper allowance for the possibility that the TPD and SIP forward and inverse distortion polynomials may not be of the same degree, reported by Martin Kuemmel. - Fix-ups in wcshdo() reported by Michael Droettboom, and several tidy-ups as well. - Update to version 5.8 * C library - DSS (Digitized Sky Survey) coordinates are now handled via TPD, as are the TNX and ZPX "projections". New test script tdis3 and headers DSS.keyrec, TNX.keyrec, and ZPX.keyrec. - New function dishdo() can be used to set a flag that causes wcshdo() to write headers in the form of the distortion function used internally (usually TPD). - Added the capability, via DPja.DOCORR, for a distortion function to to compute an additive correction to the undistorted coordinates (rather than computing the distorted coordinates themselves). - Added auxiliary variables to TPD via DPja.AUX.jhat.COEFF.m. - Bug fix in wcshdo() for TPV, diagnosed by Michael Droettboom. * Fortran wrappers - Wrapper for dishdo(). - Update to version 5.7 * C library - Extended wcssub() to handle distortions (and thus wcscopy() also). This required axis mapping to be enabled for SIP distortions within WCSLIB. - wcshdo() now handles all distortions currently supported by WCSLIB: SIP, TPV, TPD, and Polynomial. - Bug fixes in sphx2s() and sphs2x() for non-unit vector strides for special-case rotations. - In wcsset(), modify wcsprm::ctype after translating TPV so that subsequent calls won't try to re-translate it, the PVi_ma records by then having been erased. Reported by Michael Droettboom. Also, restore NDPMAX after translating TPV. - Bug fixes in discpy(), disprt(), disset(), and disx2p(). - Added disperr(), prjperr(), spcperr(), spxperr(), and tabperr() to complete the set and make reporting errors slightly more convenient. * Utilities - wcsware has a new option, -o, to print the wcsprm struct in the form of a FITS header using wcshdo(). Also, the -a option has been extended to allow a 0-relative numeric index for selecting an alternate WCS, where the alternates are sequenced alphabetically (without gaps) following the primary representation. * User manual - Documentation generation moved to doxygen 1.8.10 (was 1.8.9.1). - Update to version 5.6 * C library - Bug fixes in wcspih() and sipset() to account for the fact that the independent variables of the SIP polynomial are pixel coordinate offsets from CRPIXja, not pixel coordinates per se. Diagnosed by Michael Droettboom. - Validated SIP and TPV handling by comparing the output of 'wcsware -x' with that of wcstools 'xy2sky -d -n6' using astropy's SIP test headers, and separate SIP and TPV headers originating from the Palomar Transient Factory provided by David Shupe. - Changed SIP.keyrec so that CRPIX1 and CRPIX2 differ in value, thereby making tests sensitive to any confusion between the two. - Update to version 5.5 * C library - Bug fixes in wcspih.l for headers with multiple distortions, and for distortion parameter look-alike keywords. - Bug fix in sipset() uncovered by valgrind. - Update to version 5.4.1 * C library - Added a fairly lengthy section to the prologue of dis.h describing the Paper IV keywords and the distortion functions currently implemented. * User manual - Added a new section on WCSLIB version numbers. - Update to version 5.4 * C library - Further work on distortions: wcspih() now parses Paper IV distortion keywords (CPDISja, CQDISia, DPja, DQia, etc.), thus handling record- valued keywords. SIP keywords are also parsed and translated into Paper IV keywords. - TPV, SIP, and whereever possible, the general Polynomial distortion function of Paper IV are now implemented by the Template Polynomial Distortion (TPD), that being a superset of TPV and SIP. TPD, which can also handle 1D distortions and be used for inversions, is also supported as a separate distortion type defined by Paper IV keywords. TPD efficiently handles 1D distortions and distortions without radial terms. - Specialized inverse distortions, such as defined by SIP, are implemented by TPD and recognized by disx2p(), which uses them to compute the initial approximation of its more precise iterative solution. - Generalized tdis1.c so that it can do closure tests for SIP headers, and added a SIP test header. - Update to version 5.3.1 * C library - Bug fix in test program tdis1.c reported by Martin Kuemmel. - Update to version 5.3 * First public release of WCSLIB 5.x with distortions capability. * C library - Changed disprm::dtype from char[16] to char[72] for reasons relating to header parsing. - More armour plating for disset() and friends. They also use new utility functions wcsutil_dpkey_int() and wcsutil_dpkey_double() to extract numeric values from a dpkey struct. This ensures their independence of the data type, the appropriate reporting of dpkey values by disprt(), and (eventually) the appropriate writing of DPja and DQia keyvalues by wcshdo(). - Augmented the usage comments for dpfill() to explain how numeric values in a dpkey struct are handled. * Utilities - wcsware now uses wcserr to provide a backtrace on errors. Also fixed a couple of minor annoyances relating to alternate representations. - Update to version 5.2 beta * C library - Further development of disprm and related functions to implement the FITS keywords for distortions introduced in WCS Paper IV, thus changing disprm's ABI once again. disprm's model is now similar to wcsprm's handling of PVi_ma and PSi_ma, where the parsed keyrecords are loaded into a set of pvcard and pscard structs and wcsset() does the analysis. For disprm, the parsed DPja or DQia keyrecords are loaded into a set of dpkey structs for disset() to analyse. - New function dpfill() aids in filling a dpkey struct. Function disparms() has been removed. It was no longer needed as disprm::parms[][] is now a "returned" member of the struct. - Implementation of the general Polynomial distortion function defined in Sect. 3.1 of WCS Paper IV. The polynomial is defined in terms of Paper IV keywords. - Bug fixes in diswarp() and linwarp() reported by Michael Droettboom. - Test program tdis1 now tests a TPV header for closure in two ways: directly as a specialist TPV distortion (as before), then by translating it into a general polynomial distortion. It then also tests that the TPV and polynomial distortions produce the same results. * Fortran wrappers - Changes to the wrappers reflecting changes to disprm. - Bug fixes in fitshdr_f.c, and test programs tdis1.f, tfitshdr.f, twcsfix.f, and twcs.f. All reported and/or fixed by Ole Streicher. - Update to version 5.1 beta * C library - Distortions-related bug fixes to linset(), linp2x(), and linx2p(). - New functions diswarp() and linwarp() compute statistics of the distortion functions over a specified domain. Changed tdis1.c to test them. - Changes to disprm (so changed ABI). * Fortran wrappers - Wrappers for diswarp() and linwarp(). - Update to version 5.0 beta * C library - Implemented the framework of WCS Paper IV (the draft distortions proposal) based on a new struct, disprm, and suite of routines with header dis.h: disini(), disalloc(), discpy(), disfree(), disprt(), disset(), disp2x(), and disx2p(). New test program tdis1. Consequent changes to the linprm struct have altered its ABI, thus necessitating an increment in the WCSLIB major verion number. - wcsset() now recognises the "TPV" projection proposed in an early draft of WCS Paper II, and translates it into a disprm distortion - by request of Octavi Fors. Additionally, it recognises "TPU" as equivalent to "TPV" but using a prior distortion (coming before the linear transformation matrix) rather than sequent (coming after it). - In wcspih() and wcsbth(), added relaxation flags to allow PC0i_0ja, PV0j_0ma, and PS0j_0ma (i.e. with leading zeroes on the index). - Added wcslib_version() to return the WCSLIB version number, as suggested by Ole Streicher. - Fixed problems uncovered by valgrind in prjbchk() (reported by Ger van Diepen), sphx2s(), sphx2s(), spcspxe(), spcxpse(), tabini(), and wcshdo_util(). - Tidied up error reporting, particularly relating to translating status returns from lower-level functions. New functions linperr() and celperr() report error messages from the structs they contain in addition to their own. - Changed output formatting of floating point values in linprt(), celprt(), prjprt(), spcprt(), tabprt(), and wcsprt(). Updated the test output reference files for tbth1, tpih1, twcsfix, twcssub, and twcstab to suit. - Tidied up several of the test programs, mostly to free memory explicitly before exit so that valgrind doesn't report (non-)leaks. * Fortran wrappers - Wrappers for the new distortion functions. New test programs tdis1.f and tdis2.f. - Updates following changes to wcspih() and wcsbth(). - Added wrappers for linperr() and celperr(). Also added prjperr_(), spcperr_(), and tabperr_() as convenient wrappers on wcserr_prt(). - Wrapper for wcslib_version(). * Utilities - Added a "lint" function to wcsware to check a FITS header for conformance to the WCS standard. New test program twcslint. * PGSBOX - In PGCRLB, fixed an incorrect use of the MOD intrinsic reported by 'gfortran -std=f95' via Jean-Baptiste Marquette. - Remove upstream-included build_flags.patch- Update to version 4.25.1: * C library - Updated the test output reference files for tpih1, tbth1, twcsfix, and twcstab to account for the change to wcsset() in release 4.25. - Documentation generation moved to doxygen 1.8.9.1 (was 1.8.8). * Fortran wrappers - Updated the test output reference files for tpih1, twcsfix, and twcstab to account for the change to wcsset() in release 4.25. From version 4.25: * C library - wcsset() now supplies default values for the auxiliary keywords EQUINOXa and RADESYSa if not present in the FITS header. From version 4.24: * C library - Changed API to wcscompare() to allow a tolerance to be specified for floating-point comparisons. Contributed by Michael Droettboom. - Documentation generation moved to doxygen 1.8.8 (was 1.8.4). * Fortran wrappers - Track the change to wcscompare(). * User manual - Added mention of WCSLIB in "homebrew-science" (MacOSX) in the section on other packages. - Removed autoconf build requirement (not needed). - Added a patch (build_flags.patch) taken from Debian to add CPPFLAGS and CFLAGS to Makefiles.- specfile: * update copyright year - update to version 4.25.1: * C library - Updated the test output reference files for tpih1, tbth1, twcsfix, and twcstab to account for the change to wcsset() in release 4.25. - Documentation generation moved to doxygen 1.8.9.1 (was 1.8.8). * Fortran wrappers - Updated the test output reference files for tpih1, twcsfix, and twcstab to account for the change to wcsset() in release 4.25. - changes from version 4.25: * C library - wcsset() now supplies default values for the auxiliary keywords EQUINOXa and RADESYSa if not present in the FITS header. - changes from version 4.24: * C library - Changed API to wcscompare() to allow a tolerance to be specified for floating-point comparisons. Contributed by Michael Droettboom. - Documentation generation moved to doxygen 1.8.8 (was 1.8.4). * Fortran wrappers - Track the change to wcscompare(). * User manual - Added mention of WCSLIB in "homebrew-science" (MacOSX) in the section on other packages.libwcs-develobs-power8-04 1684749508  !"#$%&'()*+,-7.127.127.12-bp155.1.117.12-bp155.1.11 5.15wcslibwcslib-7.12cel.hcel.incdis.hdis.incfitshdr.hfitshdr.incgetwcstab.hgetwcstab.inclin.hlin.inclog.hlog.incprj.hprj.incspc.hspc.incsph.hsph.incspx.hspx.inctab.htab.incwcs.hwcs.incwcsconfig.hwcsconfig_f77.hwcserr.hwcserr.incwcsfix.hwcsfix.incwcshdr.hwcshdr.incwcslib.hwcsmath.hwcsmath.incwcsprintf.hwcstrig.hwcsunits.hwcsunits.incwcsutil.hwtbarr.hlibwcs.sowcslib.pc/usr/include//usr/include/wcslib-7.12//usr/lib64//usr/lib64/pkgconfig/-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:Backports:SLE-15-SP5/standard/c6723647fc92b167b96983e9963eba82-wcslibcpioxz5ppc64le-suse-linuxdirectoryASCII textAlgol 68 source, ASCII textC source, ASCII textUTF-8 Unicode textAlgol 68 source, UTF-8 Unicode textpkgconfig filePR#3ؒpfcwcslib-docutf-8eca40bb4e13973455e2cefe79e6d52b448897fe5c3ef4940b9718ccab7060095?7zXZ !t/B%] cr$x#H.3wK2Ʒ68r4zySsf۽P4iIYS@20Kۇd5Í?;xjӣ97g,Nhڼ V7;%ke, 9, o/a6-qyt2 S(ia脨xE"}g׳k2U8\ 6J1-^:@Oc5IVcv>{˃',8亾co4#M;29^ $g_$<&"h._1D?# ;h4?.\S w*<,/DmL$s722<~ 3OcC M.R/j_\9"D+bkq`"amLUgo/ŚmN#5BtcEW0O+WnT+cn =o̮y󰓰B[T+7+PКWQ~?cS7w\+fC/.OA UʡcG6_d7|v3+}_-L r+Rzήda?/S]`ޙ`8]s1]mnQL%2$V- cW,? M!$znjh8X\y@\턲U Srl&Aiegƫ#lÆyJp!N A),rAt<)ۜnP6TMe^!{oPҊ忆TUn$밍i{.lRM Gۯ0mjqƲ̟Q}sOd?X%%h.v̝E3䧬IՂ>9^MV~NǨfGuZW .QSzJe3D P VU)eAƿ5k.{Ӣ݅YcO $<+%;~8`v'ya7A:pM-{ xn>T8<2vnjO(.U+>r+[Bt'\ ņ6D@{?:TkI B<ϯیTn30Q[k!hY݅wm&rNh &7]¦%;N#\f*V;~~ 8 ;d4(K^<7NO 5`ÔM3Yfe_bf*ruDTa!#d׸bG?Uɖqj VOr#I-EFsaU #L؁rH؜6`Ŗ QLo~y2Dl[ʻ#f z{rP˥qL-,GF$WzͶj f[Vo[I@ $|b{gƹB„-$  t`_U0 b{XoOAoM3,c3Z)C?X iحn|']]2blj 59-QDs9??$;)"I~Vt2b`[N1Qg?(:kօ%&yoA b7bpV4w^o+ӊ^{3E_#SjrXn+犯CFО"aCU~0ֺ\IM_6k3 >6Au*Xk}|ONE~lsȰQ1 Qv:E#l ҀnXBۗhGRP3/JrsbgDWuֱ-y;9kTlm{XsxXNb1 i<'iM[W( >." ᴘ_òlSku*\;}.H<ôcp_(t+;N/C[-g!O9z8׶e&Aė- HyX_`.W΀8l r#mwP)Q&1$bvxsǢp99=N E2W&Pپ>ZK?8Nk֘OBX|tO[ܚĿzƛ4# c9R" \ j2UfDC})5jnҖe^pcWdǖFX*ZF}FMwGO'!hZZ<ť:me^%hG{U2=.dKn>W" T8D G}!"tc<_IUNCQOE  c\~pC}t1T:)Rbh|DPep^2PtdCCFW|.{b{}wX C+lB]=Mi}II31\4? azo¶{#U8%+8i,HY*7`ޣD%UgJ}2hwTƒS#C2Tca~H 9 L&xu!d6>A=U;Rr t#q ^*JkT[5s=އHg"+I \nT^MT\E)-MTSe/\87-W q(b[7Xd=,.m+ۅ>8k c GnY@O&wyv6_7G"Eހ9zV׬m"ZKݎ>eWGqSjhż%0.;vc)Iƴѽ3cp|F"[^;HCc^ODJ1`Z҅>'kDhDeCՎϫ z%v_Վq+i"{=)lܒǸTm>/:?_G$Vœg:@6} cN?u*dq`A 5V6>^T}6i1,1|Lo`ӝ;tdYb.%T"ydHFnj98}@ "TndL7e%5c+oh p[rbUʖ{=IH*+j+B1\VR+ӏ +=(U"Z^")t!9$ a{a31=_`kjn,@(9'*@=#  OVp(r>)ް^Q/ <@tr9zJws%A|ҥ?Z; 0m+ox)EأnjȠȍ( ?1VXT_^0Lʐ+;4[XV* rWq7 DcCKK:^4`Ejc? '{Z/y[F:W*Fu1lp;ML#ZcPJ~4FۭF) %+iÚKb}&g4e$k{0|ebLEUt/$<bUMC*lژءi!\k5ܝ`X+ 3 V lv!+\;~kdǨ*hRR)kVASiBg Dn`$Rb})steP0]"p>$ xTscB$!l>4ǿ Ԛ 1jLzhO~}0Cȗ \0ؙ]OWu4M4"&UgqnK {T}Q*suڨNIA9t._$P:)ꁪ{cXʂyqJV\ڝ۷Ͷ5PmgD^ˡpwώ_ <`|dY3xv) Ģt& KB ERܵ Y\ُ?gE_ף_4@*si0T>BHdA T Wx}"E%VO5͔s[e2@ DdK簕I 7I6}g+2)}t P6Fq`6)V+.}̊_]Up?,i)* :000Tʷ;6^pLy(X,&g`ʥ'p+tyV򣒖h ?^qYJY'ZQS^IzTT8xHf sЊypP[IςǤ+m 7ңυB2FġOb@J#& R3O}2ҳ{|Tt&Ѵ3`(t&Df(n S r|>0C:fI,ȼ{|sHUE,lyeӈ2e; |?N#p* ܖ=-W+tY@ԕu;OYOc*>,ao͐HXLȶ| HCg4"f=EFB5e5<C({qgi^ 2Ԇ'9̥BV'|,[vϷzw`PydY=74k4^EcVp2Su챑M7 )0&w޴vI:4fA82LO$^J\ Ղy;1kQ+ ~@ ~-E[n9HF{%y;ĝxkx)wK۲|yk_\P#q4]) ɃJtb' rRЀ7ڥOh|CE[HUFX!3)d6sQML0k]L^~݆vUZ?-s G<7㥰(bJI/>z)zaW^5cu >N2٧UpNt;t NdoQۥOUpa5 mME售r$%tPj/5[cC8gm@Js 螨96a uY6rrE{r~YqhSXG&L<LӦ(&oSzD p=X>M@{: Ma>Vox|0jzK,7RF̷bh"zV~(~s!ך*:,c[ǰx8 cHcośLE?ՙqbo(DMy!ж{`+K֙6OE)&ayh3veur*1;zE[ԓ{xˌ\;)4҉]EM/aUHgxt쯁T=|sgA<B˿&&1Bm~@]_#~ *ML 4pY3Z3X"ǡ u@ߐɌ+l6VY5{ Nޤ,tV}ڣe;ė;'y=-8^uS'4⇲!2J82H0A4ɳ@:j-_[ n`W'ڕUм]%BJW}~rx<-WՐq #e{FW5VƙQ#IWTRx P8"qHt XA6_fOQ`qPYYOu``6X(mmPv.?/g>y3.&xo-TОw_`F& B5Hh_sQ=`!G˱&P4}߻[2)cM]. ~MJ],鷕+#zN //4VE ʰ2 f }KXѐ 6^٦+D <2OG[qf' ߟ(E+x5`@{ST_|=9߹PL*)ClHuo)L gt*&zmZVf|q9V\/O3)UkP$Q@:~7Ye Q92KtZ=hܷ+_|겗a4&ΤLnh8H!5쫨m;s5%5궝R^YMj5r6 Ѓ. D8 q&dLJ*7Yp#ZzΡގߞ<o7o+iVחݵ %$5ۍDo>ݍuv醥]Haׁ&@)7Nb@?gvbjImHJ,UYROe^Ҋ6e20G׾k Z$Vh tDMglGFع#D0pO Co(Kv#P9v~Ɨ|5l4d3nMҊ~^K !C1myW"s1)mmf]SW=N[; _WhڵKlT*^L_GD_Qý?I6ť4)7#V)ߚF49>LgyQqLځAHS{lv۳U!Y&OM!=.MZ8|a,ܡ5c==a)Fq]xrd -mj Z-toK H b:W͇T%ɫpQ[Ѯτ㞾Ժd~i(vI 7Jၫ_;c7t':lTػ͗ݷuɚEoT3=!T03̢=ᝥꣂǔ7B}ev4ԲipbiM׽w8Pvu9Mc1KWn0Dw}^js&[<87IjcyBdjU:ѽk_qR)Hh 8zs_IA#CnS?E6&,~mC{6>w{4OEI\_M-:ܺ \S ٱ^Pϊ_W7 P'9rUMՍL[9Ts[j0Cܟ-q<@RcȸrPiwB$-&4. fcsms2.E%* /1 uop@/ta`; M&Nfkx%}f Z$}D] h=/l W!7EGNK1H^or*,~E]0rP~ btBmks]g(Hk2Gx?+zwF%8 ;φ \p۟E) %_z['(?򶁽J y;Frq69獜be z > JLyݒ<9ѕlMmT`-kc~-C1'}58@sg~]GkU֮;I*Mlݰ:'b玍 8\XFF*{l#oŨV.0ǫXd]d"SznU ʣ'i(LyAVR ܂*rV8Qk.)u=|,9xt\D*?C q9/|||6- {Dx'1Z+V Q^+- ĩqw56+SE( VU0Ӊmrf*˙4=-ٰ%:YSikU1 oGY| SH̘t (Jx>cœE)W~>of3A<@6:xdεC6?zA°?jg8~j+2x46PZeB]yl׍3q/춏iNuyJIc8Bk RosuWTOQ $isYA6Zy}*Akg<- D\Dĥ@"LEk9ȟ$`],\FsR]8_ HlY&w{cZ܇=Tl=Ƿ~rXPGX$A~M# mPHNlC[>{)( 6/j;/&/9Bd8.܀J BcPwj(wPxx zw8Atˠ&ɩT`cs/&6a)ߊ1Kq̰  | 5I5JvESj%y6JVFv{z (k‚h#e+SVJ!B'&22҄V_paP"RW)sRH?Oۨ'?K O.ZRQ@ڕ 'АA` S4VCQDcsڧ h/i2&|*rYlmtgQ^$ ׋_ 56Yt*ruPܛ LozTt+pϷL.BpX(|ET&3tܸ8ioԎhHO%HcB۽]p3m,=xo[,]DX՘V;%@.Uq_vr#2]TH\-n|Vj3Rd={K{^<#FL6(|8,6p*&t-`=Ne{U "e:GAOb._ܭQޜO{Hf| 'Ρ>#XΠ^ZdC R̽Pfg05`E3*F7V٨DǕ7|t򈐈[P?,ѵ{&O }Ν|!o3wyO$VI wjm? _åߊya ~W.I+wd]ΥF-)6^vi 7r`&oKęNL.r7m}$UJעb빬3{G! 9oPqGtUޥ\{.EoԚN d{o,/ϕ˫.#OnKKDɉFy#fH_,'&M hsV@Nf R./KLm36݃t9+U-r;t꣪kf}/ȑpn&gLGGf| ) &@ 3c}'SCÎEpAaKSHq6dZS7oyEE,3HWcB4t3=G-hـRxִM ?jrL.-#Mn8fax~JQxǫ˧ b֋^Qp>;p|_xo򖃼O奫ٗm MM$KIhRiU"c~_-ʭʭcb5M]F2j"ycDXlIgkS\ȋVd,.xpjL`e@2%~{S@ +紸6xMaAELED#Fzs,aН T OY#o>*33qr0 fDGmV馊]މ6 \w>vBPI徟GdϞR'1W0f_2},)FxcWlZ^:dWe=6^iUh j՜4m˶uDBEVւq%0y;Krؗ=qСX! ) v-V6KZf>fB%2ٽpi{u&..npFl םÒ}&U\j{;E<xUGu˦aW&d^]UdbK0t}x_q2W,ّK,-?PpQ͸h"9ڞ0*]^սGgg0퍬0wlTºu򀆛;(+CJ3>#j”G0( ̈ޓrn>OT4[bTPW#>It#$GUޢ*c$3w6)"2ί&/ɐoF4EYπɭiMٌ͑gs:%!T?0 i,:8oz"ptrୱzVM3k%lIi.o2)/%籎N:3N9l"!-͌U+;KaI}n샸6NNgLۡ-=Ȕ3N(>mf؜@LM]pqb1&Ʀ9@ʄK-+pS?~wz4yqVG6E>]8i]Cw^0CSث,ЁE* bRjhF1|)b0p 3(Vw*B?7Vq1y<~C~4%n]dIY% " V;s{ -tø4ǚF.G|XnRS$$D:@~cw։TgL]Mbn穹M2_J1=# wf8c<\āTqS~~4Kpiu A`(Z{j KO~ 3;¦ΰi6m7zERĔSkܲ8^a|ŎiXKPkL,8:U=F9Xu?/WRxmL!a vd.FW|͚AX2ҒNB9g NP\]~!mͥƚ4jٳ)d7Xڙn_'Ctyx4FEL4q; [YNgG, ԿLr Q=B'[J$7PKJ/7uj" ;|7GǗt֤o)Ž$p]~I+%)2{VHk {2L6svW,#1&u{bO.B1B~m,TXe6łpVmE*4a#ަ( ԒrTb2p끾Bg 7֖YNppU:&7U Qku;aa׋Y%YfIP])1j [Ku&MqcUaJ5Vdj\6FWݿ[sMBN_+$US"ֽTw…_5V1,V׼jKMJu~sۯ>۝q_MCc`LdQ%1w8TALG-w.4Hsbً7w^/aF`RBYam; cҕ?<CƽZ:"fs%-vmwD [YD/W<*d +q{ϠyZ]R3 ev6j>՘f9k-#Ϛ5'ֱrleU1{nĤW}:Б3I2f#)."> my )\a`wo*hpXDpAvqv\n͘z)=#КCv= g sn| [΢̣b7e=>-ZëlN8 ɠD[֖=n |STI!1G69֋WnoѺ"Rv%2϶aq~o{qGײ" 釅RNEPMfz-ԁDmb@9YqD Hȷn݉l7QLG` AV3/t}"&B'w)ĢћirM 0 8ːOs$f^B 4&\!#@j^1(^^e mٱKfG\6 X=/a~ ]<$oy54e"M h}Σ {;yUNˡCŃ'o,Z.re7*=µxA0i+hVQ?Et zxM.=C@Gf(g1mK=ϒLˏ N[Q"w~BP֖?oM +`|8xD}Mo74n᳇>3=80 i*[ ΔV,wD`}n}A4 aVJ*/K:5}_-XʍFXb7t/(ȅ~\}2qiԘvrJm_ *١$,#iA^}Ϩ 0P~ˍ}lV8qSzQw7K\?JեJ cav"%'59h~:PXLpPtW} |䃺I^K P5EDρPJN&M0IBV g(t1nPދԄܣg+&?\DN[3d)W6`!Z4D}YP5,:rDs#Pe< =?Fa$i/mH~i-$ΐ=Fjaro#t`yl9PSRf{bFLB*k|罬aϵQ\k8WVl><9g 6?|H$< tٌD4SA &)h7RX1K΢LyhZ㬙β . "?[隚A,16BM*M[uE\;(!޸gm3;ha˯h^┘ Z*2=iП>vqhfjרu/PɒBd շ*;( =pPPԴhU Q !ԻK%d,hDsTteK1A=vdK֭T߅;'v|Ox EKyoTx-uYSh ϬRCǯYB>Ǻ% y.n 9L;GTtJUoRl%ǟ̾,Rs?jNHd1 9ncxSqPv$e6hx,3.v1߯!J'IOܡSPj܊ZgR?OB=03"fNkiw20ERL-et#,6,:5ϩ=c9 6،?浏8f-UJ'y16eyd vv@5 xy9SiMK./hryCJJANޭF:9pYWLO/v8"y|cy{Ĵ-^@=(^fgq,] tp#A:)N)pJ=Rc^mTcA{8VǓV}~TE›~l>v ZTc 76\'J1"!Y. }Xe{Ft5>m6P0Y^{[E%JWu5z|.]9DBW񗹘^ZM* UsL)f9$1#Z&ɁmxN-x?' JH>&B:(Cűg;H?p,]Hk8];93OK%D6"ۘCk|k;Ò6f*XN3WϭtWވl;sd{~LKn@Co͎\.C^p` 5>?6tV~,QΔH>q1, Ft|GGUNfCÂ_i{vtH-¨*dnj+,g i5}BKg쑀'7q/8VV vTT,!P}5V`89|Su1;CY/[2lvcX*PG{ ӑcZʤyB&?APk˰{%]:0f "!5uYE]lZ!q@n`QqGj5e o, 幃p@uWk3fUkA D(`Hgܙ\Wlz[w&]CF :4#+itTïaG}K ^4|0wk4i-!?ӁGPm1Ϸ/0)nm+.C #ž;sB uRF>/F1S pvGP{-~S-y}ׇ`}KWU&<ȸL(Cq;m\K.nsr7PYT(*p:1^S01Rs2HAy ?l[س{P-e*; o%n<~,S4C;EbTjz'sme&y(ݯv&+[m  b -E@J=1譽nGѳǓ,ٳ4G8Pwď/\U,f 4He/?)#A9.2W2[F!OL>/K10&X3]Bb7%u]zWf|6@O'=LV iڹNU^SPH[1 ,&Ek}6ŃjINnUPkhX̝]-DZ෧JԷٮ32y&^c'`u<-z*~qgu%kPuQ=JNVu밶N BdzeflP%LﺩػʇpE?3 u V3Pt13 mOf >eG IӚ=;a~' FlE ;]"|=z ,iB{֣.rڷBe<ֈK>nOGd[.4R|p,#KюKq˵PI)Uޛ7ę*-;61^Li떃 QW-y1$yLyp.O@۲t557 ;Ftяs7u*^@Lt GRYɪDsg +O"Y;XKq6,jL%ĈHaMNǦʹ>,4"Ԇ䑕.@ M|*}bzHk$6dh5kW%h?2k^vZ'!$+M MP&.wsC*fhd<EY|RNFpk1,ȒYg~V/VŔEbPBÔNg"#~Jt>#?{^s5~$BKP P4!TL\q`)BW޻5p߭WTv$e.rDt7>CPإ[$x#3W%E4) b3s^$ь ܥ N&Jo ?clf*)w='LN 4@l7vyT/%<MfuSRGpɴ1ˁ&ؖFf{ 93/ѼvvJri6%1ndv״Z@TW|6EAP1 d|5$T;ӠQ3ԥD`khIizUݗ`y$;aO*~\t[8Zϗ3rZ-dYUR0ZH74&9ޙR[O45E(صvLݾ`{WЂQPRq1W ^!N]R- Enȷ]κ};4CCq3ĮͳM7`+&f8)I[>0%~b9U9P>T#NSsO0qf\\HW0 ;ɄJD,ύBdFEؖ;v4ifD҈y_"*/q- |ޏ"ȪͣykT:BǨ{BoL4Alm' S_"a 䯏pKDMO=Gy'|^GBvb#׈CJrÙE7=ڊ q.k VBܖ*ӵBK ѵ co8'/R!n@#RQvo,6X{kR l#Ͳ;VڋՓtk S֑RBnu >{əVeS;{>8 *լ S؛Fyhso/'bY "}3Eo5򯰼R|4 }KV c8mag˗9$aϠ;s%Y!Ԋ+ym?ud5\A<~WjlvHfcD3˸wT)L39:f1KxJLce)upE5ppIg0/^^I~FpA3dd+U(MtV~Sxo[y3a4y?\MN3$UCPݕc[kmL$eˍ{y:0yd;Be^>Ai&RK_fg@4{S#آ<9pDNWϻz٣?ؿ,^✷Ktͭ -u4Hp/gz4u6P?/幏!&د!iD֒,:/ν~;NGaf{TwU-uh ?bH ~P]J핊C?PV#oW:tAmWb%E2 {aN{x=lBaʙ#x5CF1h{촢{@_NHǧe'[oK:GH%ʄ:>r0*LsSjM.W2J=ۀ@.pQP+[,p!2~I15t$GaqHG]92vs .=W09f(J:}J/ƳvKzOAע/_]56G(/rB-(\ٌGf|v# %"`^ "0E B\z*L dx.^=fJ$E)$0NE}T~R` }Fo22G”c/L› SRV0@'xDmEx:i68t72g?Icg04 2 NB[&VƴljLYdC7d5ya=V.5e2xȒe0ȿQxy74r$sX6mR'ݖVmf/? 3A:H?'B4X^qYz=J,,DjgMM𡜿5!3?VcWg\p01sD9ܠ_1ڠ*U>3Hq {]ZG&P}$@ʁZA䨠JZyf Ǥآ?}l*EW:&ѾvJ1:E.e|Ii6.n%QVp<92[l֦(8 .a Sdf醎ٽetc6\7'B8u 8)36; i\ۅ902TgS>Oyr]E,I9ƀgn?zzޘf)^p'Ç#՛R\'o@ ՙr%Ko=;4aFc hr9\l],Ny.(we, \2Z")=&$8g@v{ߚr*o7cz~td{Efe<\OGY=;dX?z1X4Çoj8~VO5(n_g4N9JM /+||5-#uh[,*s9sMT"ђZ{qk 謉H {14'p߂u#GBϥxhE-u2sϤaQ@yQk'Sm @@Xk ~ H3jxXݰQq洃v-)Tr ?.Cy# X!U(o )X1!MVmr\&x8%OOVi7H.~%n}ǷLu0A_xS-<$_A߫1`[PT S:Y=ltw·syIѬ&>N#11=9&V}x8Rw]g?YB/ 8VKN,TG,zf̅JfzJt&J4F LL\ +^!6PKOWW\6]C`G[W 4ČpJ,PLt OoPCKK>;4 ">U%Ϟ. W#|me^u)^\ 5 5dB -)UZ/LP:z9bY00rFѻOZG8~o};#8䔁9\*{uPAV 8B E%^sսR(ɎydWA/h堻; 0A OMCѵ9mxR˰cNgI--LRr+&|a /:qBV BbԢ%ve_xlQ:F4~Afĕ`(<۰"Ӷ}T&UJ>uͪg(+6_"E \ڗkƶD}fytȴJc6\S*[|\E QcJJV0εe8-t~a!_RΨ0b>}axÞPqa_ͷTx7Ljb&0G:08&{f+і_fCqSԹ :[ָrc@Ksb2xaE y{}a}P%YGEgf;7Mf:ߓ%;Pd 8KZeDUm)mmvb+NآǹMp9cnMYG$ xe%لUЁ?DtYlÅg,cH$#z3.8R);MR"SvC1)6hHK*Y],rq)5@[lk!AAڊyb-eF"\hrm#ihyNʻyڭ)!dYOU+<Q۔Rz "P2tAU[_0n{lTC%pxfpUc Bd'boB^ozk͇ڴ9%;E\A ʧ=4hZ$K;c?G:t\`F`QU 9N-׫!_;ݥN0v- 1s>LZ!Wj{X,J*S^Uccx]'̂$:WƯ$+ Ϳ?_1E寅ºؙ\ r3 ^$_MA&U;Y7J睮¬/:BD9zBR-dӔbip> V,(N?1Nnlr)R[Ԝ0%@6RQ '؇&.n!fct5)ƥy7O- s'Q5r>X'HeC0#qnʊsK) Lr[^䪦ĥ\WV^?AJ ޖ3TWA7ܑȥjp)Bpނi @KxʞLB ^eVHwx^T<# c9xGQ;6MҒT&8G;N5,)v7wt̶PIMkMg/jb1]U֍~R.Ҵv]>Uh:~"hr%*e%knL,jV;j Nh\hT\'aٲQD$ZW*3FN̄"kG{M$g_ V-Rq3&V6nܤX1btz'~~RR͕@y2I+|K2}N&{09O}Q6U(̪3 htH˚´9n!,.wpW5!ȳX 'Aeɴ,.ES`6˼i0 .R>bĶJbg˄O\^WwłcU[ zTPQ,/zIkՆ{Yq\eKǺCk(==IӧЩ{N3aS:] [rC]wwۻQ.,{z7 }ROu87-ڇLR̬hAܢ)eBӁ1]k}=>RͻW f~ I|] ӽy3c ${ϕ,xR?qΣ:YSvM5oL~@5QdHz.DVgSl!i<u~Gzs%#ٓ.@gpCM'oSE0,c ZaUvдll.ËiA9!~1fL4ˡFbvK" 0lտCbXQӾfND$-5NШ>1%o'b>/ү@7bw )^,`Qpl#kIʿ): JށeƉDIg(i s<\y.ϚLQ'wNJ|݀nI@EoΉ75U}(L?Kc.뗸 3V4M+Iam no'TTmr)!*qV)P"CG:i)YSXl3.'R6 s;qĐzp<\6hw ϐ5:3`K@WQp Q8B2,pɂY>ƏfM|KǣorLFA{2h[c߼ϝ ۄxޠ"cpqr7_)"'狡 ΕZ+ kg)4dB1ljԇלqm"V䭛&ExV#KdA࠱lZ6Qz )c~>@@O;v"џ lAQEӃ,{L7=h-s * <ϵgs RV,ԥohW+x.*Qۀò{< B{H vb١FJ Iͯyo_ߴPe߃1h*8 Wҏ_Em3a56P+ЊF M'/)kPw !k-盰ڛh =ߟ.Ure.cGkf#+2[nL:ArDQJ߯}bm^˱َuI o7[gA%X^eYr%"(! H̲d#5v 1yPzUc5i(U6"sdokY^ٜ+ E&L`e! D$};'$E%^ t&Ow'0i[E$nuwR@Pn u_O Ddslf%Sm -yGR-d)=VNb_}Q$mQ c@57u[Oz8ZYuDq Ax/3X_f5Tf/|Q^L1<%⽞C IVыMy6ΪڝcpǷJeL@b_a4㫙 Pp85 L*)miGb7+_KQ1~1M!2{n۫*I fD_G~\Lҋ_{(Dy@ *x_M>f,-8,4uluq>,!Is,dܓLje Ge9`.׀w';%x6(cv|z<#EAd UUR8ҰχZ36s ]m}%AZL8øCRb_#?^]=WN}Y=A9I3%QУ> *~bx 3w)aU/̩u*'T:] ݎ(όm\e!>ּ̙Dj/t_OE_MVN&\Uhz"k׏uP@GKGv+"-_kE {1CTIP67?}O<5ZNYpPe1@$Ƣ$4OB>"2 ]\HO::QBcń~aV[h'XJ؇yka9+S6me79CTYrws#D0,D dQ t6U4D d8":>1ִiXZk~q)gybOEORvTPC$H~UM ʺ^Ћ닽Ch4ǣj>Ua7ԹUD*wl<Յrg/2̀m+-vV5B=i9 9ɝ$@5wYz5AL#'4%Dl±uWZ ,WQ>YN>2tNڹCUdOÂbo?j5:;`nt[T ϡlTj"6증4 TGsT{`Wļi0ªBa1VUX#A&Qi ԣSMtn$u/10rO$V'l{u YvUk*x=Xv㥶l 1 GpN_ER0ku:HLTI9OSsiz%_bR^AIn3:"rgy/zwy=sP4 Ȏ9.AL"ΗHh(4.vtF4R?8k:n` !ZvO Tڑ=]aU1ٽczuP\7`xSD<$+5,cSd=E[b5ʖ ([ݽKLyQ PkR!>V#bu: dže80)yq-LEWfnIs Rޝ#FVSګXc- ]Zy%,c}zL}Ő ~#ѫ"9y6S/`r7j$T_qʙHRhS ΠrI +ıUjߧIO1\F7Tq,V₡-c :Xnra"s}z%ufq"q" tb[2*}-g݊&osY iuWM/6G zW!0[Y` -A(UrMoo}hBw|BxrjA(Yx&Y~LsYnk|kWt\l?wjGZGsߦnOy=H5b]8JI@&i]"=:L;KɊuDz٤ev9Uժ9|x6ߡ$BßtA<+j*X}ʟ_a8*WKOՁ$/a{e,T a4]e4e&9kc)ѼaD ck &9ׅE݌uҍaK9UBL1h탐q5*F?%tsr7O5U;b__hg4Ԓs}||`]5g(3?[]:$}*èG"C0&>4lwcWBE=B*G ߢMѱ4sG:f@OW bFĘpAqifNkduOwX7#tI+cW*>f=)bzIfMyN%i8L^VQF$@'A^w!kFHdK RD E Xdb=> u'.ގ̞ۧ˜UH Qrzb6R18[j(KΜ\@9%W׉]h>K0v۾No -xey\/NxeE 9 PbCiLV/tVjaoHIPjAaɜGSJ506CŰ L@έp(2F}$1^Hx^ɩzɰ/X õGS! ~~ + -F͠9>{@J<ϖ%#bGUH'p| f6KRLļ[mGS9;^/IiZ!quKZВR۩|bv=N\?|ԏU*g A1[ֹf.ǸIaKă՝fg-s^rk{o8U|竾d Dz~O`?;q-3#yFt{ݷeo{,2mp8q* 3 Yy,h+Že+ Y ,HFpH`q#80/&%e CT:nLx V^Lr3 W*=N̬-$є]J\p_WP0F>jQw'ng|R йu|AN6iXOzlŵmOҟqf6G ,QwgM>i iW^?^' *#q7('ʉ6r.qC`v[Pʉܯ+eolH i}mc׍?x+Hl@#Fk+MVV4tte[C3;/g1Ecm yQQr1()F0OE f^yHLz.\kjy} 8O4@,rP^u A WPJ~|nS\DM)_L6-.Wuk."^oL  x.4mH Ų׵GZ8%j|. 2DVoeNDm8n@%HށKyU\2 d聁lFz^ ?XU|r_ ӳ+J0B,/\yW'ؼኒ .^A$CTuA.Ciϛ{g^#Kيݼo=99>I+O@O't^{b[NiTSؠBE2NY"(wOlm{gQY\-i[-%&EgZY~&|]K~̒%Xa\435X=MCQ \ue6AwBeD%M _´ܚC6үLeSWu7l185`R"@Z{njQ'oKe !T̑X[t(˾*kd r bXm莻&!ˎ1SdG il#mv TY v2 d֭hH"H4XE1 *_p_M/M6&G\F2ߍ\Y|Og} ~Q 7[sǐ$FWkFFY.Q0"AsQ 3kLZ~+XO8ԝV&(x:pQ姎mVqbbpSnK[mmlҳ!9rQbVbWsHPO(ZЋP TV"y{ 0εBXޙLǬ˙vi.8Ž# wr(oᙤ"LviW2L.&`Bp]N^Up.F{{|r7tD]GTLNXL| o]+=4JꗬoIa^n;"_JY&R[]TSRǮ&x1u9DFH`6|IG4We@Ce#pk#`FF.z{Chnf&8W .27'KjN A5e;`XXSJooi`*MdFQ{Ux鐝)%7&k}V=ĽK7J&hGg8iAt'ׂ˃?7p9{J6pTtɱx=k*}Iigq(|Ӄ~hmQ@޻%EPGbWDz|zNSq#s%5c[Ny_ /M*uJo3Q4e^(,k?Ϫ%u/Kgߧ 7uC;e޵ჍހEkpx \G~pY8މ-HI~^eУaVY:Q as1Ϫ(Hz .2ڑӰX'mN&Szփ:V$d_H7Ns2 Ym{Tʇ7xIl+8  ά!ƥzalcb4_\A?辙l {s;u)=Y2ݳ2]dL.̹ I[T(=A2q &j(usJ;7-*7Ee{4E#ަ(0; `(f ^̦r{#q{S{npápg#5WhRXA{hLTr^gקXk7{c1w\vu:b +oN7vQkf@Um|휫 ݋=Lh{gUiӬ,wfI_/Ɨ!AHTRvN;Ym7=8't޺̀i@F1`ϋ]YF!nvPGJsФҒ¼vb_gH15+"9U17=vAix;:qQYK]4!"^7Tӆ*3w elH!肃.k3'nk[/GD Ϯ|eM 2ֳ7>k0z W_潲ϜkQ Gvy1rp lyz-(p4@j lf{7 (A{N+xkIDJTOU!M ~׾/](kLI<+[ 7hB[8CE ҌSey(q+(Ϗ>F Eav4۵ʤf S2G++K#9'Sy%Txp.PƗkR2(P}*M[eeE_~vb8M#:߼<KLD [z칉 ;&tuF.ẳFC!Uॴ;$VPU?,1&tbcslRJtz:2Âammu$]@{sؘ/_,ݜߖӚC α=NHbmQ;:bD,uCJk#@%~wHs5M߃ȦM08 1zXp<9 q;Dn.k+/mPh!82SyX,p@uBmA,.phNh,=xKla^e: 5F~ވq'Ap&|;iS_ +A¥af额e DQO h.#Mq^/yQoi'tw1WLW#9ʜ&'>JX Avo ~= {eMFflzo$"[nspkfEct~ og@vH0* %#QK ϰU`ua4jGÈ/eӾmƜ<ȠҒof'Ҡ"<";V~%_Yҳq >N⋻HZ塙%,7g޳uP=}!qF{psJ8 Hj픃~!hoynVk؏w_<Ŀ3X65Ig/R58#55UXڤ9GQ1| PQ񑜎=Ji"*#?s @yXб;cլdJ X /1UŨ'',2!&J0v`/<ɟ#vWycwSHT<,}td84::LbbtΤsly(ӞaWBJ DJ>Jכ38P v": *ia8+fT:Mť"1 XŅQ0] xG:iӪrwSWT/(Nvhc|]A%|eh7Y8dW0&9%ȌRܑi9T]>/41g?}iaRA,\_)wDd/f4DI[tH@B]Cqo#e?vxf4qKRN~nI~!EQ&Hi-jպLt׋}t#Um,Īw[uv4׳P<pR8i ZcMAx}-&4 !ͼ \&4>qp[p PEwjOg9!A )¨@HfT U9BA꿦R0 &Q3( h&X^/d"Jv\R@,b:O@ |]){rrcs& S;FHb_nZۿ}PGR`Sv:θMa]JIlTtď5H,xwuً:\;ۀ6󣫞~t]5;F .q-i-9'Qn;{']~􁚑y7{J̤oUޭ 㤚Oc^a==eY@:~YWxTo>ï2G(]K^!.+ )}K-軸|/HwZ ob=!7/no89yOi%dk {m3!C+Am 1by9h1X;=rUD9%r*`V+ImDc(UP_\$/a/8%5Mk_,&5¨f/ ݡ)_^}L?TNƳpV6PwD$"3LE)e9y 8{I1*a(@pP}ll.Hy-7Ay!~y)ҺyFrkI弍eCSZ$&r~s/YĶ$lt9W^)]Fc/ƓLRnEڎ25S]ט_/ߋhU75˗*!/@>9݁(19na=:o0Ce`!($Bߑqf',2 EaO8nBKs Tt{B@;J` '{$ႮՉ[)D女<@ o-y}h\ynÝ2Z+)[j*JΒ^ش:]!gO8ΣB&4rğTSмY"AU* \[Z\憎Eϩ=#avP&چqկԦՔhdmFO&^)rH}:?@l5@߇| oś.=Pdf 4Ն{LA.E; RY ]PՈM^mtAИnĵ)kqQPnrWɽK7rLX?`V$TH1):izF ypQx&by|$>3:s8b.|A^Rd*o{䐽M*&4"0s$T}laد7^R@} am56g&t6;=3xS!+y~{NtyVN}9+'uv$HF[.cIp_Wr5aZ~' Ϲ'<ÔcqUIGZ[i $`0@#]>۪qRvYJ.ӂKj#9o#XC}?vu@XVӒ4t0A+nB'hteIbkE~!/CחB^ =.ut .p(ho]fE`iEҊl#reA|v\ q' Z폷i#S'\NxmBh-3E8fXqE0Oߴ$ }$+r;d!AݟnM{ʖyeWuMNp{C\@aW;]!Qa&sML UC 0(Ä1cXqFӐ>)11c>/>oUrrW1!8Mjp='vjWђomٺqOfzx{^@=>^d2m]5, )38a LS5φ>&vEbxn}{ jrXDvC/6FX3[WdNhE),'0mv*`4/Of[,yo{ EӑQsWz~䳨kat5kQ`$k]41,ufQr% BJϷ/g`WmsiST]ZUsVL}̨sQu(܄d,5JQp=X'5ěVXvxF*M:xqwj $=z65&ߝl(QZM!(N/taMI;+-}yl7)7Ϣq@7]ضBȟ"l؋IaV= o)2Јn9uoH_;EU$-rS`B,CNA-Y)e7Jv҃7+d.ŗ寢 C w7إ03Έ˥)|A[hPb٨]He|[J4ф*= -za44fq^t~+Mj%)a¹5],KT -E e檯Bd*6W~:]$L,ЬZVκbUW ~) |CALqb/C0Kzxk/RzO)n|$I9ciϩ$ak?w(IY+?9+c i wR" C뎲z&)֣YkcT|B抧fyz xoFɾFz9{.ڍqB[%A1s\g P[[j- n児ݒ({-B7H2Kv_]VA?)%-4B;U<"D@tsD3F4 /@|`3N2ȉ(wye6C|9xYVD=;uBzNz"L54Ah>M(Ψ;iA_;9S"A':U6K*8 W,͙ бٟ4 ˿QQ<*nKU*gܿE\9nZfw\iG>:">Nu)4G5lښ/e\*EmGgh^esiEOYFZQkG\>DMw}aT폪㭱'Qo ^9DH^kwb\-.V@m.6M^Ѵ<D2*&ff Λ8 [Ig:h22{ 82ϩ+z>3Rs?4&NMǸQ< VOf3#jIZzrVȊuDKCJYŵIM,?x0+3 o/():Re:^͎4RMw30{32zd^dRL:)Rػ#F#!V-Ut,=.j>ΰ 'me"#OdY8Te;Jl ?Jy) {kAd4״hBػ.DG @pn)zSVL+ufӧ1KQkaku?p>tF9lQF[ a&Ib*NPD# -{osr8wڇux1F8 ?D׷?,ݶTtq i@jls9.^,(WlY_LY]ꧧFa>ĕ$@l"8P0J5ӝIv^J]N)>Eo~ᆰL-8 >LfRAmz۬vZqzJEXwIqgKZU83:"D < _ +@l-hWy2D&ܽrVfӿÂ0̝oO '0>Bk ku ,IUtШ=);`aߪ/7X =V2b} [eGZ-|6Ady+wʰ~x-:Xq3bĪ1LRxB(]#nVuOQn~4dgjKTBbĒ3BNj!UM}dK?fA?!$? 5'|xaFgn(=N$~u}'qgn`dx98pCQl${EJX~eζBz!"eW;&B́1'e;`orOU׿U;ZV$#iOK/M:LB[xp,~VGW5xU C%%DQS 0݉^u(ԩ} b j#oN'R?ɡEK )nU{DKyRb2)GY}ϱJE35W߫+xK:Թ?>#f/lˆUk׸7|H5T[7.;JZ;>g./ԒpAܴy9gi ZM>q/(R鎭 "Dm)4-𻮮0+d3f"SYi-QJJX(Α}=?qHpw'H>\EmGl?"9ix#R}0_pgzOFp]gҤu9/m:F*o ׈66-E:\hs2 {SL5 U&D ``i"#Ȅ/wRweTJ8u~|&goU)&ڕV*~uVŖg:tqqArG#1t_pO+S p_K;\Sb@:|.V"sw-6n94g {k?RWq (L%VQ}q1E<% V,kRTtKH"/#I֬PJ>\К-A bzTtwQJsI1p{"j ?JdJ?C7ϖsf1x}F 6y:pp^U4x;2@러CDA&jB-PV5in P3ͥX0ͥU 6'tz8@A(XQ1aEfE܇g_^VY=DwR>X؟QZ cV͊F.9w9G6K`أ(S2X4xܝh 9C:z܇PKhn䱵{;,&֊OI/[wlD$lHOA&b;]x>G_]EU^ˇQ*"tm۲HXЃw<']؎AѪIks!Bo-];&vp)$ɜ ){!%!F )AV #*;8mš/șx^ f{"^Hll'C5aE+XshQZzR@?`rz93/Gk&& M8ԂV+:ΡVϜ0:] *m)}wI)Ղ7Yd5!ׂ0yGX-hqܣ;.%uXP")pa20 EFÌ# B&7Rjxk `\)q`^?Fpt`E\$&*<û\^e=\@GP|w*GMFھd;1+eZbQĎ'XZ 8%Z!Jr3*DteFխ: nYk`TTs8wTPM-˽-YF#Ik} %^"NOx2lEE8`@X,r7Nֺ|xZê+k %%mf!n^/qJbLRu)#㸅ز}uthH}IH/zIFpMslʓ~&ىH|(gؽ%_%Ycerf#ľId ꧛Oۍby\搵^pT)2{IV#9Y˃1$YpX!4KXDUpk4WAج_e5cYXgT'1BWS X YEJ 1f6b:ҍ%%qzOUmtB[ĞƇd,Qa£}y%y&p1Hض &I*$Э.,+s0̤ 0ۮ{aVWS]Mf<^hf29ْ)( q يޮ)(L|FB/7SO3 tn(ygvSsһ86}m>9¿c# KO7 ?šm#=@vhA؋ .fBpUz\4I=TSIIFZXL v3t,\O='c΃ D-)4;aL _qdʯ_0|Nc}⣍6&ڕ#ei񴹐á7c@.ȿ>vU Gb')Ac͹?!tB+8T1̱DY.UFkD*AUU ;}-}8>H<،י]mOW@;53"JB,mG aƹe!eWj=?filMhC:أK^>L^JM)絥bb)ɉ0ؽ u4ȣ\_ϧQ悸A%wdZa04g`pS'i!|@5>dx lݑlS"ӽ\|>k-0pC@W0  )'=:a&r.1[l>1bc UCA>Q(Gǹ<:Y38'2PHxWy{5z*>J 0~ύ*R_} 1Ii տjwrW h?cAuL|\y[%k'd%lg.Uf{dIoY*K}3L&o5ۗo5ucg?R11-V I|[ܘInNuH%݋]-Nb4VEՁYU #`X'#'4,@DK'fp"3@g}p{0{urseDA9kjU>q4\ n$fOh~EDs`0Al^j6m2䵔 +(qoNbDkX&\.A3\YNJ$Z3>SMU0 VC^a]09#3"-Y[Q'*[AWvH)ĎjmN{d~9fHQ"[lb:*ޫʒN.)3gH6M TA t:y6{@ 2`"'U]4%r5.hδ Zr5]ּ.};;PmRo$ r} Y t>g?'~tHc_*ଫέn= dc;^{ȹWvr'gFwIkOCƟMg% RtN=%D xrVת@a n+;"q g\F\rWdޣ dDxFz(PY|ԽQTa {q.tb;}4bjtuJ<ĞmC.PaPl;7)hE$ѯ.ȩ 37dk~UxC@THs?_ JN[KXd.s;W[B29k4b>xz X4[}ESazaT@iK=z#}Q6|^V> T1I{;^ 0ba\m=zd+qy}AUY32*D{&l|K8Xt\1.A*Yo^4d @0W.y hȞJa&zNHi/Mj2^nL7'*f[ᎈi)dj 2#o!NT^;褷aTf ;\( )ZD cfzC/:ň85 >:'+-n7D9g\<LC1t!TFj#{ v onH('lDIhٷ(ZNN\d=Ҡ,J/xg0_w/ᒤѻLZl^'lΧ:^ݷ>E@j k`}iO8[#m!!#o2UϮ#< 3@'a<93 (e8A w7c0 #}P+nbiBdG1DC}a Q/{V^O p On}Gҍ%gF ::DmMꅌ 3$ƭKw:jD 6|`rۛB ѰnufhFhqo_mP" V 3+ >teCz;QL D/([T ]=xE gFc󿦼#切:"PGطJxT{y `_wl5|"ԂYj7w,Uһr&^Ύyw+spF/ˌJM~%=gRSi!;7! z΋~7SQnV~w\,|_a^yz2: 3~jۤ7AGx}2;[*}뺖uI|2q?C밓 p`_}dgq}9U؛gL׾+1Kp݂P2g߿TzlWȾ&V71P%pOÏQEnRX is˲\5^/F,0U/3AYBfM'|@ Yԇ~%wW y. cl%ߛSdW~Q?BwAg06{o7UтbZ@k!yωaMT aCb2h6kzŒz9zް6-f~?h)櫌yv Ǵ0̯gjLJ$(|wm\4?OǑƿ/"K0qe-m`E,&i;fP&ݦ[me|Nt%,4eNq$.Ls*ـ&JmT꣧ȯ=#_($+6:|$~E:l#wSk> Oo@GuP KiODgL&X|lW{l͌R梽Ϳk@^gvL7aEL?6kܟ7M|o_ 4Ő9'Pp1ݸXJ۸2 q 2-_9*?<>sĆ ',VDQ* ru8fqB! tXw*ΞvPGоb57$y>1֩nJ1֞.S]W73HU=yAl`]NYĬɚJUy8P'S^,Z_~54OώO#/sF#l>FHȉr֕~!8%U8vY@#DAryvgǩӭ4^KUni3v.[qwbB?=~AMg[PgySTH i8|G@tu $9zTljDtI'_`cE:b5 dyKk3^e%iTή^ϣo\)b϶輪~jb 5ɽJg#ft j=M G(o!QBgv}g ҁՅź.HGƣ;} Ҳ΅""F>H=+T/*SyݝQ4VzgҪqez']u`&zͼ5a3n8fc;@\IN.rPה@/ Dx{G sE*OnV)݋0(l/q 'B幐&Nb<0,٢o9J{Чhe֜2u:2D,'V7>\V݇I:2U=}Mҥ՛;na"𨬴ƵG֦A~\hپd$k݋ȅlt}, ֝HDh{jv, F?-fRXbvT]%Jy f|h(؝{{\5gMfUMg6=?pk7s 7k־}+lxHɩt\D-:۲.ſyP%~E|\${=6bfJg 5豲nf#ۭXG̉lǧ[YwrEC|6O|0G.Ch99(Uȅn"\obKCycLkCҶKg$-WSqW"Μ0ȸۢ586Y%0Ev@wDqx0ڝ+,){ƃ4(_oET:OD=MxzhPt~sN:( Zbx':*H='Eƿ[AtA;A. K=+TY B1M7,ZMP5W!QE\KR^U./D2DaqbPl=alqh0`;CiϊO#ȥX|G\<)/ b5XAPDpjЭ! ZU#}AMG`ޭmM 1p]Rv*VE hG ~P:'e''W\FLEtR>?ӴQc-H=aD{ī@S4T85gDpvX'l$UWe/!΂V4w`e%OӾxOd#V%u`bקPYF}"4Jgn -$iO9!O񞌇L㴓=i.B!`ˮKn{|9Wh&FMN쐢+y).!\ҖE{0f Z0Ԇir"MP.UD;~&ī<ӺwkÓb$3&ճxX@A?JL1z]Rǣ`'{Z;&eVs:3.&N(fcU+rs/'1*& iͭȊIt;G]ZA&L+ nVo&7|#!ߧ96O-.wY]Hy YYɀRAA.Jo>zd,?_aeAo`(-JCyHN y\Bz1." "Y!%~Z ƠyQ_t|M37t%Y'BY2+bhֺXDya7L@R^;+SWr;mkCC0c]yR(*uLS+@(h僳GX+Bt@h A7*00=#ѶCXsS!V=ՙ>f"t;ejبz%~1]/KSW:2KU v!/3f?:,w&}/ە@XR\u:&ՅtS=q?4pDM)fD t=Imō "m \o> KU2V N?Ie7 1Oݰ{5bp4'[.PvzF 0T$ټ)r>lt-4qD\w8gmS$  X Y5ǡPGo߼s\aM/6'$C+`أev!ܰWRpsκPɗg@I \o.CZj17C=6(Ja ^f[{"s##4EgM,S-k˶`csq`n'\T2.0ް"40+@M:QEрe 3LrB4`BؠȹcaE>VIy#>`ZS9y8B#JkSqT諕 S&2^(+\`0U/Q\Ϣ6[M7{*؏,Q%k0j[j\/I/^Ptp,I.sRGMSnb^GדBno\;P A;TzuԡcVM4U$|J읦a4ޭnORj0Xo$v+@[ҺaO3g_w Vp&Vov/m4X2 (Hav0ʧgn{Vā_ JDjL,:ŜeR[H%=UF9 RjZ&QYiE,%oKϫv$H3v%?\歝,va M>+UL@q\ y'NcW@rzS< k,M9s3=[ m>DbM D)lNMH65ÈApj9LcnD^K:{]' yռ=4-K6QA)1lV8lbg ,!?M]hnS%#4'0O\(:3{ctt|:>#s%ԟr٧1Am|xZo_᭬0 ڐ)եZy]C#40\hʷ+Y_-*s>`O&դG>;e \-oD)4~ʟw`hM!}HE`ķu9ZI ˤiOwዞzU/C{_y ZK   g9C}8[Gp/>q3`\I%V5crڄeo#:WOlU{+]y#AqQ\P:Qk%*;n b=\4>)ɕgDPO+X<;(>d/TPYta91pH]q:{7<*sz4OTle"'(֧;jX"UfF`GɿΛ6bиO!q WcD /Z C۽P3sYD=g|:-+unheHZ,FgТAY Đm)-=A!67>- t *6HCyp G ;RӲ#_2iU[ꀌ#e(K m4-jŁO| m@%͈bRj[E*}1Pv: yp^KrV6dm.Q ,SvI QƤ*QabM}Q!9 AiBf@܅, tAT4 `lA#FuU_58p..cc`: NJ"*G( /\xf(oNߐ ͐W mE}o&A~P :~ssI6Mh-7C<β*B{kM$$rS!F8^n8q{t/ዜkWqeҫiO/OΉ:6nu5| Rxu 9z * Dk;:q4tKk`_i]Khm7,4|`3cOPV/`SBnuki?JnCM|ӿ_Vic{O;(p{&_cm ɟ];] e~RAF3ez"l'o*h7PD9!\pJ`>#:D%-6FٺCj ;,ZףWd(c%9IV~;yT[/ui9[:>8$$h0ܑʹ%=#lC|o޷*6K9‹6(1ɲ= rns\&pHWDgM!D_b5gĔY|_i Nu ~6W@ l`9KŻ *6xė }%n kjьG7]"pu-4u;q-՛ -'!fGp 9B{@nY8*O=ic=? erY"KAaŞ~<J2=`u}_$p*vҫ[FF$aO(DՀE[BAk¸11@&/-[z1ُm^vgEOHV];|,8>8Mft6AP*xY^xOu4A7c|qD\;p'h\Q-V]brlx\n2f;>-9͞&OM\`rzn޲!PPAu(ŇZczm 6/o cIM_ 2hBG%cB{|eFټ 46+! m|_V"ߴlrkn" 8B0ws Kƍ&n5{6uv,2N'q04e9X.}t买AgYv)a-4.٥}ά;`:gDAZ5/l qQZ41'Vjq >ā5vN#B3AX~+#I ^W~|,צ$W 4 @'Oqc^<g!;:0\ϱ1OC>~$:8+70ҏo yrڮNU0KK{ٯei=hGֱCG])"0n%?Rx)Vji{t<(a7F:?lc `HuLPL^AJѤE x읞% Ge)cbz Xզֺ&t6&RoW70ań5VkUX:@-HG?RΒ#9?~U{V[8 x)wNys8tGi~jCZY$"R@GIΤAO6߯5ȸ:"Tv'u(<݈]=ڑYxQ~7'142YGH{ThqnM@yj{" ]uy[~&͸A{]u,EvXzmvw|‘FaF(IKpU|_Ѕ01!]3\6p<ƓXh f4TWr)V,_>PDw>!K<|.^V: @ewJ=2i~,r X ym0DAxUȻuްrE@$m)~oю!Ѻ̖.2%QZXP RF'f~oF*_r.7ZCʕNn_IT*02Rm:9niL6H7{OSTUpzIl*gX32jԵ˥a琉x+~#UksorrO^AI̍ȁNi\mjhGv_{&fkAAv>Iy22qW]@Úy*7ȸ/iisT#qu^'i"9d^N̒ǁDtBM_4Y©W1it*<Ђ 2d$$nyJ67Υr]RBL,`5pK8YJ Mݷ?Pn'sO8y c5Kw|>C7- vF*oJc`-TL?o_42/+ɑ_HV3~o0 (TMEDƙWm ij_' ՞uP\;#DC,}Yf o@o݀ <%\h4İ!w`֊H,*1'? ܖF#8vP0~}v =hF-8'iAڈr|eVeC K!e% A<9ܟ4Q+0,q[eYHQtoxxO\x*"F-P_8=3J䪹11~9Mi1\3hg++-Tҡb;jnwFbY4O7IY^(W_eGl)!?Gsk5CaQ&-|^a d\gid_A)–d#laOȳ)w-8 q7QH> JA_s1{qy*WDcD ']^tᙜ3LKr<ěHf=k[.5.;rxa«v1Gޓ<R4 kx(ZmZ}G~Gm؝A@?#[*evB!|d_];R"r&ڂ& &Dd*ɫ*MLk$M2}`󎸰 %[kF>#J}A,R@4 ?l趈BA͑ VػfgX?9EcmNJB Sϸ= Fx%xkݣ EJ &2WGw0z(*&0 ݕo"u9Lw' )gٴȞl{igON^?S%Ar'}Fr ROd/ :0. d*O'o ʎRX-ð):]HSQKgN߾8΍Bv\q1-|rۏPn8d2vHVIH_1/ua:ow+ebιGđqSA,mh1`ŗ)=i}ׅl/cPYx‡QæFJT:ݓ:L9$mclQD;T8f9>ZQfX"Ml n$߄(\G`9ItVm@df|c ݇ uφkAarAp(֊ W W<hu4JDqw̥'.~ @Fo ~aR;xg\N2؁g[I`g Q jZ ct;U5:m1UO^+нiJJS-[ t Ž{ɼ Oxx$%L@w6 * O|?'0岊qfQԇKo+ sg~#bFnpߖ=:J=s8$T% ORf7< 9??>U|ގCkTlye~6PbcmGODdfRR@KS ߣʐ8>{ܶfuv%?=T=O؎ 6ČVivE=.aV3HpOrNTk/|?3SŶĶezR 񵰺&-ռwxzlJO."e?ԎzlJi$L&yLgpRS(W? BQBaV)t3b($.!\/a DwV .5Jx=ܰK4i$ /  i^`gnjҮ]-p[lN90f) BB$TakF0p@6ϏM.0U8evxգDm 41l:{,hYDTa84V l̓l^51bɸHMoG~|`λ㞝 Ylf=2/ڛ:d' vwܓRZA8qLRHDFd\;D ϴ{" DŽM(1+D6ԟFS;F8>"bQ?NooeY>im bCh'/YdU?,͒ V? sy"Llч;u;-I=N^6ִk~Yja8Y _4̆[; pѻ E?} g`&Z͗R BȷWv ~ſD ̹KhW"jw'+D̏MgõHP?): fRH?4"N:Otb̋ -,g¹+~y2PsGR*r|ɳSiѤ5 $k|"O`e OMW>@葖QN?{yV.w]]fzF{"@ud l5_$g-IP86#< U>IQ~W>=44bϡ# qaQGAo]a Pp8HWZQThl+19vyK9dɋZy^u? N}zW-Q^5;֦06Y=[&r!w#tdXz[)uc2+zx>S}񰛈N$;J>#o dnK705*ETxtB|qKMVМ_"g#qJSb@63Xѡ΀ȱp'TAQ?wojTNUU/=SŹjEd#IFEiW0sӥ i3i Wv{F _V+n) _#%,v[х.AwGœ1#6`w>E?AejKB½+z) 8?5GdŒYE~~W?@sq#LLw_Hz kcT|oޤ<P9Ƞq| ?θ-Ye:pP-\z6pΪL*-s7K4~3I=1:1@`f-IVʙ׀IO>!ᚘ~&XS=؆貉;HԢILUc U#hbؚvuJ<B,jQY\eZ+hb6r"H75Y#uywy;!\tx@e$ɒ2Z?)g89<٪ŝ~jz0ݐb'd~&զ_<PX74kU ԧeTP(DA)/^3t )78<34!{fnaIdq:EE-e& o.EvetIoe\7a.]Mr!qTjC/}V|jB#>IfODǮ5@*.cR{ѹl4wȟrt??=&bGL p}`yxzmy&d1YTa\Z}J)jo|zO+ bk;r*G;t+:5q?l0[g#:Nb9ujk#Y>{yf}RuA7-T#7l1QvD#v?!גahP`!z03qS$ BRHBYRyŪ-<[[Ӊ뱄Re%.X2/ja֎{eaO5 6/@U>4_|IJ*<{B<7Cߪ ̢vګV&9o`.SH%I%2A7>^=;6lt^mq@="6';T%Ҋ^Spmi8cN*ZRor G%Et~dv6̷َӂSCazϣl*9#j-ؒNIr$7~NQm x°jEK3'{-obC}uJ b5Q:we| 葢q'14t!J.J:T?m*يܐ>X&.t{h[J 2zRZf0]A-CջOAwN] 3r09>)xMb\fTkޞZt/G۱x_$g IPZF]LRXnHr,߂AΟkx7WpİHs3wHnz?CT\6X=(D lUPi84A/`Dk٤?MFiFסN5\F@b<>+4Lcv^,gh_ w PH(#W| Ӎu:[H⩓F F ڈFI&:I{)QIHn$ 07Du oRLx ؃(l~œPxkG#=7D3zXpXT&2:3JF"fᵆL~_?u Bպ+ 恐| ByNd(ÛŠ-S8pqFķKyțVK`7Ԃ>)\f--O<>qJR+KCF,r=I%s( ι rAcN:q~3s**:O cK&6gv ^W҆*(> zߺd?H` |+ʨ!^_+q(Lvb}r5Zw&NYn|jK-Hc29DojG/nhHw} g Ÿ{Ve,rf0,U**2V,d72> 鑿ņ.A=剮7H3J̓a|y$&4ZɈD4,kt₦hXFTQ =U5 ,4Κ1ksG8_m$Y !-!ք?;3p5W#crjaU6d96~=y{/́Țq* pEhSR'Ǽ!ODυԻgi6{gb']|X,|,vORN=BuPyI* 4Pm wo 3Uja mD )E_o@Ē!Sl? ۍ%h.!BAC;-, $!4|xc$9]Hg#` q0@A@|f8|}a]{Z#\z)$3NQDlΩI.0RI(k uऽ{Myv0cL~+X8wHp=4 i줆dž??g B3kQ[|]4 ljCoٗ@Ij=ˤXD|+0,eGDFI_:a*{gLQ_t#lutR-4v.IĆLc=xl2/\ȶjA`9`׏RƢHbbz{}uIWwxZ qTDG/KƐ)Td/#~&;>q)V r.'+UЪ iAw]x|*PL!bjk~):&NaE6"~s)LkUn_0pЛ Hxh= sYzIAm̖aү\d}2kĆX9>SkYd&dazXVB)=t-\&j4G5ncɉ):np1r|%vɸZ,s=d-(0{=$5 Pc!< zn.5R;^7"z\_eEal(YK-מyĴZG♋vʞ{mfJ_Δts5*VL2#tq炫HQ)m8^£uo=U.δ$f1t9L o[qLrH(ڒWdd(ZjsG>WZþ@\'_ā]wH]:h| *p֚ iE(iWtVʍ0ӥ~u[#-3$u~Nqt@*p\H +BlmhA.!S`[bLAY!мXw:zaaӽȺ8 G*@¾ (KE)`G3os,,4T*=34Z4p|ht3 Ӟ WXί!V( hԡj_V|YKev#NlSBGMӺamd.:C\0nSIP53ăZ]G\xp>М>S­mntJ` 'ۙ^(}>Q:Gieְ/][FdCFBn @N:xHBڑ<(]kּpKv pC :H;1:ݞltZ9fqj4Bj|EE&جƎJEBCqHG ?QWB5_zkX%mP9 쭫_|sR8`1b%QvSC"^zѽţ3 CΦmx<AR2.P 2*l 9 :/R)ndi$E(5'}ެ<}VsvȢ(4mP>$WIA#A[_Q}k* 6¢Ԩٍ[@#oQy!a) Ht4ȷO Y2h"mrhbL)!g\bԃ8*k+2sA+!q?Jt ϖSc 45#%Z5^0:>4o;"=w!gd"Ue+Og׵2n6v颧_@sKW/eBCvܰ2y@r c5>}(&53I.GèMݽѦ;i!>o;Y IhDImGnLdH.]:o3h~J$gw(Le`ٹ-ιC Ұfs&\gXHdA[z~Wzϰg sst 9Q)U0h%??)5,}\@=JKB ]{l DpGF8^VG7. &jbR"N-o'Jg:]y}>(u'+ЅUw (ifiJ/D(9Ukޟ=5:(v<ړm eխ%Fސ*ٰ@<-< P~g t۰&O5_O(FUvtLs_X} uLcOz>Ezas'J M_PO<:DxY\ &$/Eo@מɓGiYk"Q=VO-Bܖ.răo2"W{P*8&! | gӞ (7xbKBi 3V$=YG \9p*3.[ 4+qo8vTmw9@"bQG+1"\{"faY-L_8o4W)BPQ2waLs%:vOuC8,?ilw0" Iå2/6x4PX!-^ȥg^FPq|ZA>9pn쑚 l%aS̳j|cImUn IRc<Ґ6G_!6(A Il?)A6EA;%UĈo?x#SһW*W69 X{BU>~`ҪHB^EreD(ƛE16Q:1:<zkf~_kեL$cW>>Wtx:)8ߺDQljVoVl7?1+Aa.z:t+J6ϛbd^EKCzqwiw==6| DIîw^' %_|F;D',j ܽUǧܖR_O\PS~jIM_4]X U$,,ܷ9 pkd,8ɜG IFv R>Fze\ܸ҄|Z@K~ X!FG(S1lmfZ0hM7D \Jȿ\f-^7%/2͵\Ԩq$w:k^!1(Ȼ0kW}+pIv/`qfS5âO-8&ެ2j|>ƢDN2+AzLCq3 El%,pɑ>|H+"!J*=s׾V=?_#9 YZ