cfitsio-devel-doc-3.430-4.3.1<>,;Z0/=„ȑ> &FC&0g{P# KkȟİkYQQyH~3~}|CBtYK(H`K ڛs.6ūA:/˓^u|uv݀5b[c\ʋ^YZ0ڍ9+=߿ڴ2Lίsk:RJădž=J t0Ph̆ ~(+~76tjfe-)\<?d  F  , 8 D \   >\x1(G8P9:sBFGHIXYZ[$\0]H^bcvde flu$v<wxzCcfitsio-devel-doc3.4304.3.1Documentation for the cfitsio libraryThis package contains documentation for the cfitsio library.Z0cloud116(openSUSE Leap 42.3openSUSEISChttp://bugs.opensuse.orgDocumentation/Otherhttp://heasarc.nasa.gov/fitsio/linuxx86_64t i%A큤Z/Z*CZ*CZ*CZ*CZ*Cb360c887039a6584d2a66182045ef34a0f34e72d86400823e681453ebfb2ea153d96463aac5da3097f0022e1e6e4676d1e4153808f858df7314048f303df3b8a36e57591774de71435f2318866ce3d7frootrootrootrootrootrootrootrootrootrootrootrootcfitsio-3.430-4.3.1.src.rpmcfitsio-devel-doccfitsio-devel-doc(x86-64)libcfitsio-devel-doc   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2ZZ|;Xf@WoT@S@RQX@QQ\PO\@O Nܲ@N`N`N@Ns:@K$@Kasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comp.drouand@gmail.comasterios.dramis@gmail.comuweigand@de.ibm.comasterios.dramis@gmail.comschwab@suse.deasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comidoenmez@suse.deidoenmez@suse.deasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comtittiatcoke@gmail.commseben@novell.com- Update to version 3.430: * Fixed security vulnerabilities (bsc#1088590, CVE-2018-1000166). * Calls to https driver functions in cfileio.c need to be macro- protected by the HAVE_NET_SERVICES variable (as are the http and ftp driver function calls). Otherwise CMake builds on native Windows will fail since drvrnet.o is left empty. * Bug fix to ffmvec function. Should be resetting a local colptr variable after making a call to ffiblk (which can reallocate Ftpr->tableptr). * Ignore any attempted request to not quantize an image before compressing it if the image has integer datatype pixels. * Improved error message construction throughout CFITSIO. - Package licence file as license, not doc (boo#1082318).- Update to version 3.420: * added https support to the collection of drivers handled in cfileio.c and drvrnet.c. This also handles the case where http transfers are rerouted to https. Note that this enhancement introduces a dependency on the libcurl development package. If this package is absent, CFITSIO will still build but will not have https capability. * made fix to imcomp_init_table function in imcompress.c. It now writes ZSIMPLE keyword only to a compressed image that will be placed in the primary header. * fix made to fits_get_col_display_width for case of a vector column of strings. * in ftp_open_network and in ftp_file_exist, added code to repeatedly attempt to make a ftp connection if the ftp server does not respond to the first request. (some ftp servers don't appear to be 100% reliable). * in drvrnet.c added many calls to 'fclose' to close unneeded files, to avoid exceeding the maximum allowed number of files that can be open at once. * made substantial changes to the ftp_checkfile and http_checkfile routines to streamline the process of checking for the existence of a .gz or .Z compressed version of the file before opening the uncompressed file (when using http or ftp to open the file). * modified the code in ftp_open_network to send "\r\n" as end-of-line characters instead of just "\n". Some ftp servers (in particular, at heasarc.gsfc.nasa.gov) now require both characters, otherwise the network connection simply hangs. * modified the http_open_network routine to handle HTTP 301 or 302 redirects to a FTP url. This is needed to support the new configuration on the heasarc HTTP server which sometimes redirects http URLS to a ftp URL. - Added new build requirement libcurl-devel.- Update to version 3.410: * The change made in version 3.40 to include strings.h caused problems on Windows (and other) platforms, so this change was backed out. The reason for including it was to define the strcasecmp and strcasencmp functions, so as an alternative, new equivalent functions called fits_strcasecmp and fits_strncasecmp have been added to CFITSIO.as a substitute. All the previous calls to the str[n]casecmp functions have been changed to now call fits_str[n]casecmp. In addition, the previously defined ngp_strcasecmp function (in grparser.c) has been removed and the calls to it have been changed to fits_strcasecmp. * The speed.c utility program was changed to correctly call the gettimeofday function with a NULL second arguement. From version 3.400: * fixed a bug when writing long string keywords with the CONTINUE convention which caused the CONTINUE'd strings to only be 16 characters long, instead of using up all the available space in the 80-character header record. * fixed a missing 'defined' keyword in fitsio.h. * replaced all calls to strtok (which is not threadsafe) with a new ffstrtok function which internally calls the threadsafe strtok_r function. One byproduct of this change is that must also be included in several of the C source code files. * modified the ffphbn function in putkey.c to support TFORM specifiers that use lowercase 'p' (instead of uppercase) when referring to a variable-length array column. * modified the lexical parser in eval.y and eval_y.c to support bit array columns (with TFORMn = 'X') with greater than 256 elements. Fix to bitcmp function: The internal 'stream' array is now allocated dynamically rather than statically fixed at size 256. This was failing when users attempted a row filtering of a bitcol that was wider than 256X. In bitlgte, bitand, and bitor functions, replaced static stream[256] array allocation with dynamic allocation. * modified the ffiter function in putcol.c to fix a problem which could cause the iterator function to incorrectly deal with null values. This only affected TLONG type columns in cases where sizeof(long) = 8, as well as for TLONGLONG type columns. * Fix made to uncompress2mem function in zcomprss.c for case where output uncompressed file expands to over the 2^32 (4Gb) limit. It now checks for this case at the start, and implements a 4Gb paging system through the output buffer. The problem was specifically caused by the d_stream.avail_out member being of 4-byte type uInt, and thus unable to handle any memory position values above 4Gb. * fixed a bug in fpackutil.c when using the -i2f (integer to float) option in fpack to compress an integer image that is scaled with non-default values for BSCALE and BZERO. This required an additional call to ffrhdu to reset the internal structures that describe the input FITS file. * modified fits_uncompress_table in imcompress.c to silently ignore the ZTILELEN keyword value if it larger than the number of rows in the table * Tweak strcasecmp/strncasecmp ifdefs to exclude 64-bit MINGW environment, as it does not lack those functions. (eval_l.c, fitsio2.h) * CMakeLists.txt: Set M_LIB to "" for MINGW build environment (in addition to MSVC). * Makefile.in: Add *.dSYM (non-XCode gcc leftovers on Macs) to clean list. Install libs by name rather than using a wildcard. * configure: Fix rpath token usage for XCode vs. non-XCode gcc on Macs. - Rebased cfitsio-zlib.patch to apply cleanly.- Update to version 3.390: * Lots of changes - see changes.txt for details. - Rebased cfitsio-zlib.patch to apply cleanly.- Update to version 3.370 + Added configure options to support reading bzip2 compressed FITS files. This depends on having the bzlib library installed on the local machine. + Replaced the random Gaussian and Poissonian distribution functions with new code written by Craig Markwardt derived from public domain C++ functions + Patched fitsio2.h to support CFITSIO on AArch64 (64-bit ARM) architecture (both big and little endian). + Fixed bug in fpackutil.c that caused fpack to exit prematurely if the FZALGOR directive keyword was present in the HDU header. - Remove obsolete patches; fixed on upstream release + aarch64-support.patch + ppc64le-support.patch- Update to version 3.360: * added 9 Dec: small change to the fileseek function in drvrfile.c to support large files > 2 GB when building CFITSIO with MinGW on Windows * reorganized the CFITSIO code directory structure; added a 'docs' subdirectory for all the documentation, and a 'zlib' directory for the zlib/gzip file compression code. * made major changes to the compression code for FITS binary table to support all types of columns, including variable-length arrays. This code is mainly used via the fpack and funpack programs. * increased the number of FITS files that can be opened as one time to 1000, as defined by NMAXFILES in fitsio2.h. * made small configuration changes to configure.in, configure, fitsio.h, and drvrfile.c to support large files (64-bit file offsets} when using the mingw-w64 compiler (provided by Benjamin Gilbert). * made small change to fits_delete_file to more completely ignore any non-zero input status value. * fixed a logic error in a 'if' test when parsing a keyword name in the ngp_keyword_is_write function in grparser.c (provided by David Binderman). * when specifying the image compression parameters as part of the compressed image file name (using the "[compress]" qualifier after the name of the file), the quantization level value, if specified, was not being recognized by the CFITSIO compression routines. The image would always be compressed with the default quantization level of 4.0, regardless of what was specified. This affected the imcopy program, and potentially other user-generated application programs that used this method to specify the compression parameters. This bug did not affect fpack or funpack. This was fixed in the imcomp_get_compressed_image_par routine in the imcompress.c file. (reported by Sean Peters) * defined a new CFITS_API macro in fitsio.h which is used to export the public symbols when building CFITSIO on Windows systems with CMake. This works in conjunction with the new Windows CMake build procedure that is described in the README.win32 file. This complete revamping of the way CFITSIO is built under Windows now supports building 64-bit versions of the library. Thanks to Daniel Kaneider (Luminance HDR Team) for providing these new CMake build procedures. * modified the way that the low-level file_create routine works when running in the Hera environment to ensure that the FITS file that is created is within the allow user data disk area. * modified fits_get_compression_type so that it does not return an error if the HDU is a normal FITS IMAGE extension, and is not a tile-compressed image. * modified the low-level ffgcl* and ffpcl* routines to ensure that they never try ro read or write more than 2**31 bytes from disk at one time, as might happen with very large images, to avoid integer overflow errors. Fix kindly provided by Fred Gutsche at NanoFocus AG (www.nanofocus.de). * modified Makefile.in so that doing 'make distclean' does not delete new config.sub and config.guess files that were recently added. * adopted a patch from Debian in zcompress.c to "define" the values of GZBUFSIZE and BUFFINCR, instead of exporting the symbols as 'int's. - Renamed libcfitsio-devel to cfitsio-devel and libcfitsio-devel-doc to cfitsio-devel-doc. Added appropriate Provides/Obsoletes entries. - Removed the following patches (fixed upstream): * implicit-pointer-decl.patch * no-return-in-nonvoid-function.patch - Rebased cfitsio-zlib.patch to apply cleanly.- ppc64le-support.patch: Add support for ppc64le.- Update to version 3.350: * fixed problem with the default tile size when compressing images with fpack using the Hcompress algorithm. * fixed returned value ("status" instead of "*status") * in imcompress.c, declared some arrays that are used to store the dimensions of the image from 'int' to 'long', to support very large images (at least on systems where sizeof(long) = 8), * modified the routines that convert a string value to a float or double to prevent them from returning a NaN or Inf value if the string is "NaN" or "Inf" (as can happen with gcc implementation of the strtod function). * removed/replaced the use of the assert() functions when locking or unlocking threads because they did not work correctly if NDEBUG is defined. * made modifications to the way the command-line file filters are parsed to 1) remove the 1024-character limit when specifying a column filter, 2) fixed a potential character buffer-overflow risk in fits_get_token, and 3) improved the parsing logic to remove any possible of confusing 2 slash characters ("//") in the string as the beginning of a comment string. * modified configure and Makefile.in so that when building CFITSIO as a shared library on linux or Mac platforms, it will use the SONAME convention to indicate whether each new release of the CFITSIO library is binary-compatible with the previous version. Application programs that link with the shared library will not need to be recompiled as long as the versions are compatible. In practice, this means that the shared library binary file that is created (on Linux systems) will have a name like 'libcfitsio.so.I.J.K', where I is the SONAME version number, J is the major CFITSIO version number (e.g. 3), and K is the minor CFITSIO version number (e.g., 34). Two link files will also be created such that libcfitsio.so -> libcfitsio.so.I, and libcfitsio.so.I -> libcfitsio.I.J.K Application programs will still run correctly with the new version of CFITSIO as long as the 'I' version number remains the same, but the applications will fail to run if the 'I' number changes, thus alerting the user that the application must be rebuilt. * fixed bug in fits_insert_col when computing the new table row width when inserting a '1Q' variable length array column. * modified the image compression routines so that the output compressed image (stored in a FITS binary table) uses the '1Q' variable length array format (instead of '1P') when the input file is larger than 4 GB. * added support for "compression directive" keywords which indicate how that HDU should be compressed (e.g., which compression algorithm to use, what tiling pattern to use, etc.). The values of these keywords will override the compression parameters that were specified on the command line when running the fpack FITS file compression program. * globally changed the variable and/or subroutine name "dither_offset" to "dither_seed" and "quantize_dither" to "quantize_method" so that the names more accurately reflects their purpose. * added support for a new SUBTRACTIVE_DITHER_2 method when compressing floating point images. The only difference with the previous method is that pixels with a value exactly equal to 0.0 will not be dithered, and instead will be exactly preserved when the image is compressed. * added support for an alias of "RICE_ONE" for "RICE_1" as the value of the ZCMPTYPE keyword, which gives the name of the image compression algorithm. This alias is used if the new SUBTRACTIVE_DITHER_2 option is used, to prevent old versions of funpack from creating a corrupted uncompressed image file. Only newer versions of funpack will recognize this alias and be able to uncompress the image. * made performance improvement to fits_read_compressed_img so that when reading a section of an compressed image that includes only every nth pixel in some dimension, it will only uncompressed a tile if there are actually any pixels of interest in that tile. * fixed several issues with the beta FITS binary table compression code that is used by fpack: added support for zero-length vector columns, made improvements to the output report when using the -T option in fpack, changed the default table compression method to 'Rice' instead of 'Best', and now writes the 'ZTILELEN' keyword to document the number of table rows in each tile. * fixed error in ffbinit in calculating the total length of the binary table extension if the THEAP keyword was used to override the default starting location of the heap. - Removed cfitsio.patch (fixed upstream). - Rebased cfitsio-zlib.patch to apply cleanly. - Added a patch (no-return-in-nonvoid-function.patch) to fix "Program returns random data in a function" rpm post build check error.- aarch64-support.patch: Add support for aarch64- Update to version 3.340: * modified configure and configure.in to support cross-compiled cfitsio as a static library for Windows on a Linux platform using MXE (http://mxe.cc) - a build environment for mingw32. (contributed by Niels Kristian Bech Jensen) * added conditional compilation statementsfor the mingw32 environment in drvrfile.c because mingw32 does not include the ftello and fseeko functions. (contributed by Niels Kristian Bech Jensen) * fixed a potential bug in ffcpcl (routine to copy a column from one table to another table) when dealing with the rare case of a '0X' column (zero length bit column). * fixed an issue in the routines that update or modify string-valued keyword values, as a result of the change to ffc2s in the previous release. These routines would exit with a 204 error status if the current value of the keyword to be updated or modified is null. * fixed typo in the previous modification that was intended to ignore numerical overflows in Hcompress when decompressing an image. * moved the 'startcol' static variable out of the ffgcnn routine and instead added it as a member of the 'FITSfile' structure that is defined in fitsio.h. This removes a possible race condition in ffgcnn in multi-threaded environments. From version 3.330: * modified the imcomp_decompress_tile routine to ignore any numerical overflows that might occur when using Hcompress to decompress the image. If Hcompress is used in its 'lossy' mode, the uncompressed image pixel values may slightly exceed the range of an integer*2 variable. This is generally of no consequence, so we can safely ignore any overflows in this case and just clip the values to the legal range. * the default tiling pattern when writing a tile-compressed image has been changed. The old behaviour was to compress the whole image as one single large tile. This is often not optimal when dealing with large images, so the new default behavior is to treat each row of the image as one tile. This is the same default behavior as in the standalone fpack program. The default tile size can be overridden by calling fits_set_tile_dim. * fixed bug bug that resulted in a corrupted output FITS image when attempting to write a float or double array of values to a tile-compressed integer data type image. CFITSIO does not support implicit data type conversion in this case and now correctly returns an appropriate error status. * modified ricecomp.c to define the nonzero_count lookup table as an external variable, rather then dynamically allocating it within the 3 routines that use it. This simplifies the code and eliminates the need for special thread locking and unlocking statements. (Thanks to Lars Kr. Lundin for this suggestion). * modifed how the uncompressed size of a gzipped file is computed in the mem_compress_open routine in drvrmem.c. Since gzip only uses 4 bytes in the compressed file header to store the original file size, one may need to apply a modulo 2^32 byte correction in some cases. The logic here was modified to allow for corner cases (e.g., very small files, and when running on 32-bit platforms that do not support files larger than 2^31 bytes in size). * added new public routine to construct a 80 keyword record from the 3 input component strings, i.e, the keyword name string, the value string, and the comment string: fits_make_key/ffmkky. (This was already an undocumented internal routine in previous versions of CFITSIO). * modified ffc2s so that if the input keyword value string is a null string, then it will return a VALUE_UNDEFINED (204) status value. This makes it consistent with the behavior when attempting to read a null keyword (which has no value) as a logical or as a number (which also returns the 204 error). This should only affect cases where the header keyword does not have an equal sign followed by a space character in columns 9 and 10 of the header record. * Changed the "char *" parameter declarations to "const char *" in many of the routines (mainly the routines that modify or update keywords) to avoid compiler warnings or errors from C++ programs that tend to be more rigorous about using "const char *" when appropriate. * added support for caching uncompressed image tiles, so that the tile does not need to be uncompressed again if the application program wants to read more data from the same tile. This required changes to the main FITS file structure that is defined in fitsio.h, as well as changes to imcompress.c. * enhanced the previous modification to drvrfile.c to handle additional user cases when running in the HEASARC's Hera environment. From version 3.320: * fixed flaw in the way logical columns (TFORM = 'L') in binary tables were read which caused an illegal value of 1 in the column to be interpreted as a 'T' (TRUE) value. * extended the column filtering syntax in the CFITSIO file name parser to enable users and scripts to append new COMMENT or HISTORY keyword into the header of the filtered file (provided by Craig Markwardt). For example, fcopy "infile.fits[col #HISTORY='Processed on 2012-10-05']" outfile.fits will append this header keyword: "HISTORY Processed on 2012-10-05" * small change to the code that opens and reads an ASCII region file to return an error if the file is empty. * fixed obscure sign propagation error when attempting to read the uncompressed size of a gzipped FITS file. This resulted in a memory allocation error if the gzipped file had an uncompressed file size between 2^31 and 2^32 bytes. Fix supplied by Gudlaugur Johannesson (Stanford). - Rebased cfitsio.patch to apply cleanly.- Update to version 3.310: * Enhanced the CFITSIO column filtering syntax to allow the comma, in addition to the semi-colon, to be used to separate clauses, for example: [col X,Y;Z = max(X,Y)]. This was done because users are not allowed to enter the semi-colon character in the on-line Hera data processing system due to computer security concerns. * Enhanced the CFITSIO extended filename syntax to allow specifying image compression parameters (e.g. '[compress Rice]') when opening an existing FITS file with write access. The specified compression parameters will be used by default if more images are appended to the existing file. * Modified drvrfile.c to do additional file secrity checks when CFITSIO is running within the HEASARC's Hera software system. In this case CFITSIO will not allow FITS files to be created outside of the user's individual Hera data directory area. * Fixed an issue in fpack and funpack on Windows machines, caused by the fact that the 'rename' function behaves differently on Windows in that it does not clobber an existing file, as it does on Unix platforms. * Fixed bug in the way byte-swapping was being performed when writing integer*8 null values to an image or binary table column. * Added the missing macro definition for fffree to fitsio.h. * Modified the low level table read and write functions in getcol*.c and putcol*.c to remove the 32-bit limitation on the number of elements. These routines now support reading and writing more than 2**31 elements at one time. Thanks to Keh-Cheng Chu (Stanford U.) for the patch. * Modified Makefile.in so that the shared libcfitsio.so is linked against pthreads and libm. - Removed the fix to link the library to libpthread and libm from cfitsio.patch (fixed upstream). - Rebased cfitsio-zlib.patch to apply cleanly. Removed the linking of the programs (fpack and funpack) to libz from the patch (not needed). - Remove some more bundled zlib files from the package.- Renamed package from libcfitsio0 to cfitsio. - Renamed subpackage libcfitsio-doc to libcfitsio-devel-doc (added obsoletes entry for libcfitsio-doc of previous openSUSE versions). - Suggest the libcfitsio-devel-doc package in libcfitsio-devel. - Removed the requirement for libcfitsio0 from libcfitsio-(devel)-doc (not needed).- Update to version 3.300: Enhancements * Added new routine called fits_is_reentrant which returns 1 or 0 depending on whether or not CFITSIO was compiled with the -D_REENTRANT directive. This can be used to determine if it is safe to use CFITSIO in multi-threaded programs. * Implimented much faster byte-swapping algorithms in swapproc.c based on code provided by Julian Taylor at ESO, Garching. These routines significantly improve the FITS image read and write speed (by more than a factor of 2 in some cases) on little-endian machines (e.g., Linux and Microsoft Windows running on x86 PCs) where byte-swapping is required. This has no effect on big-endian machines (e.g., Macs). Even faster performance can be achieved in some cases by invoking the new "--enable-sse2" or "--enable-ssse3" configure options when building CFITSIO on machines that have CPUs and compilers that support the SSE2 and SSSE3 machine instructions. * added additional support for implicit data type conversion in cases where the floating point image has been losslessly compressed with gzip. The pixels in these compressed images can now be read back as arrays of short, int, and long integers as well as single and double precision floating-point. * modified fitsio2.h and f77_wrap.h to recognize IBM System z mainframes by testing if __s390x__ or __s390__ is defined. * small change to ffgcrd in getkey.c so that it supports reading a blank keyword (e.g., a keyword whose name simply contains 8 space chracters). Bug Fixes * fixed a bug in imcomp_decompress_tile that caused the tile-compressed image to be uncompressed incorrectly (even though the tile-compressed image itself was written correctly) under the following specific conditions: - the original FITS image has a "float" datatype (R*4) - one or more of the image tiles cannot be compressed using the standard quantization method and instead are losslessly compressed with gzip - the pixels in these tiles are not all equal to zero (this bug does affect tiles where all the pixels are equal to zero) - the program that is reading the compressed image uses CFITSIO's "implicit datatype conversion" feature to read the "float" image back into an array of "double" pixel values. If all these conditions are met, then the returned pixel values in the affected image tiles will be garbage, with values often ranging up to 10**34. Note that this bug does not affect the fpack/funpack programs, because funpack does not use CFITSIO's implicit datatype conversion feature when uncompressing the image. - Replaced cfitsio-makefile.patch with cfitsio.patch (taken from Fedora). It's the same patch with the addition of linking libcfitsio with libpthread and libm (fixes possible errors with packages requiring libcfitsio0 and compiled with the "--as-needed" flag). - Added a patch (cfitsio-zlib.patch) to use system zlib (based on patches from Fedora and Debian). Added zlib-devel in build depencdencies. - Added a patch (implicit-pointer-decl.patch) to fix "implicit-pointer-decl" rpm post build check warning. - Moved "-lpthread" and added "-lz" in Libs.private: of cfitsio pkg-config file. - Removed "-fno-strict-aliasing" from CFLAGS. - Don't install static libraries.- Set license to ISC, bnc#734865- Fix SLE_11 build- Update to version 3.290: Enhancements * modified Makefile.in to allow configure to override the lib and include destination directories. * added (or restored actually) support for tile compression of 1-byte integer images in imcomp_compress_tile. Support for that data type was overlooked during recent updates to this routine. * modified the fits_get_token command-line parsing routine to perform more rigorous checks to determine if the token can be interpreted as a number or not. * made small modification to fpack.c to not allow the -i2f option (convert image from integer to floating point) with the "-g -q 0" option (do lossless gzip compression). It is more efficient to simply use the -g option alone. * made modifications to fitsio.h and drvrfile.c to support reading and writing large FITS files (> 2.1 GB) when building CFITSIO using Microsoft Visual C++ on Windows platforms. * added new WCS routine (ffgicsa) which returns the WCS keyword values for a particular WCS version ('A' - 'Z'). Bug Fixes * fixed a problem with multi-threaded apps that open/close FITS files simultaneously by putting mutex locks around the call to fits_already_open and in fits_clear_Fptr. * fixed a bug when using the 'regfilter' function to select a subset of the rows in a FITS table that have coordinates that lie within a specified spatial region on the sky. This bug only affects the rarely used panda (and epanda and bpanda) region shapes in which the region is defined by the intersection of an annulus and a pie-shaped wedge. The previous code (starting with version 3.181 of CFITSIO where support for the panda region was first introduced) only worked correctly if the 2 angles that define the wedge have values between -180 and +180. If not, then fewer rows than expected may have been selected from the table. * fixed the extended filename parser so that when creating a histogram by binning 2 table columns, if a keyword or column name is given as the weighting factor, then the output histrogram image will have a floating point datatype, not the default integer datatype as is the case when no weigth is specified (e.g. with a filename like "myfile.fits[bin x,y; weight_column]" * added fix to the code in imcompress.c to work around a problem with dereferencing the value of a pointer, in cases where the address of that pointer has not been defined (e.g., the nulval variable). * modified the byte shuffling algorithm in fits_shuffle_8bytes to work around a strange bug in the proprietary SunStudioExpress C compiler under OpenSolaris. * removed spurious messages on the CFITSIO error stack when opening a FITS file with FTP (in drvrnet.c); - Removed the Makefile.in changes from cfitsio-makefile.patch (fixed upstream). - Spec file updates: * Changed License entry to SPDX style. * Enable multithreading support.- Added correct fix for cfitsio.pc include dirs (Cflags: was wrongly replaced with $Cflags:). Fixes reopened bnc#546004.- update to version 3.280 * Lots of changes (see changes.txt file). - Spec file updates * Changes based on spec-cleaner run. * Updates in summaries and descriptions. * Updates in Group: entries of the packages. * Added description for the patch based on openSUSE Patches Guidelines. * Added pkg-config in BuildRequires: (fix for "no-pkg-config-provides" rpmlint warning). * Added cfitsio package (containing some utilities). * Fixes for cfitsio.pc. * Minor other updates.- update to version 3.23.0, * reduced the default value for the floating point image quantization parameter (q) from 16 to 4. * enhanced the template keyword parsing routine to reject a header template string that only contains a sequence of dashes. * enhanced the ASCII region file reading routine to allow tabs as well as spaces between fields in the file. * got rid of bogus error message when calling fits_update_key_longstr * Made the error message more explicit when CFITSIO tries to write to a GZIP compressed file. * several bugfixes- fix libdir,include dir and version string in pkgconfig (bnc#546004)libcfitsio-doclibcfitsio-devel-doccloud116 15239127523.430-4.3.13.430-4.3.13.430 3.2803.350cfitsio-devel-doccfitsio.pscfortran.docfitsio.docfitsio.psquick.ps/usr/share/doc/packages//usr/share/doc/packages/cfitsio-devel-doc/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8002/openSUSE_Leap_42.3_Update/ba88f5758e4848b52b915f0f2802d2ac-cfitsio.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxdirectoryPostScript document text conforming DSC level 2.0C source, ASCII textASCII textǚ#^4&?@]"k%{Aޤ*{vJ?3#ȃ=Ltko+34 b@)~!9s_9KF1<_yy*?wy+ņG ٹ 8k;l`fc ݡ/sJak`Akbi]B=8sb &ÜRz?B3 cJ)R#0 Awl b~=#FF#}$)$jDyK`_,xA`@.㈨uܙM_J[/ͫ ,p]$pvF橙;ITS_e 0F̖m 9(n>onҎ$\c蓐DېC/Dut[INׂ)w. %1ʃoZ2a!e!wҮsd8YhN̹9V2So݃u9u=۸Y߂ѕ:}8ؓіA.Lp.ŵ+aW$J c|Ë4ygzh ~:-"Z]O, @%2 E5N#19IuA6|Zz=f/BtsV^{xVǎ( q. a~q7d<-$|qTA/@M)!|^!z%0htO;xc_Xv~&ònH|80?ԄqBߜgq@M&<=!(6r_>)4c3VT,ex_ÍcϦVU jNןkoüUl.7/u!Li .G uځPwn~ڼCo LG@y*E ^3Z*h% #"}(xjW9,ov#y|bQS$w]4qO|Q`lnŭPːxL$b<4Soc^).(r̊+X_<V^ (>ȃ h20GHNߩ-_[)ȃGgF,hE; A_3I";~zLN%Ů٠~Ů07K\TjI=?!Z[[=] P!왙N5aܺ0~J[u[K]36]`8ܢҘLWX]Ԥ;6.0zTڐK8e^Ɯ*ԧ}O'ߛ-+d冖/ q8 <E(PC?z} {{OOFGf"<`k&\GvSQx̿t[>+9Q4w*mYm+Fe%(njQ&oc o[z)aD`iTyW<T(mHaB {oL+4 @lyS0*͋+/ eN5ńmvLƹNH=07nwoʄ:'2V4O/Ybl:YR&S&VGXV#45M!d7tZd`\/;&oC|٢A[ÎNi8툺̔aG*M 6FW?pP fD&ua}Rb[ܵC J2d[\%;=)0yaf#n !_vaa9D3tm%54N/6FhOP'˥φ '0ᝦeMm  h1k^`muߠ!OQ-Vˎ:@ vKkRQ+ X'olF;}Ui{2StwE9aD} ,67o%gr$Pt6 QfS 痣\z1aEL?XY't g7*d~vҷf[/V\hDѕX)Rʐ۽:r#DcLѽuS<SXAZiZ5yIb^h!}jGs9Hs_m= ;೟X7);dZ~̍J)RݫJ ɧ{%%Ay+TQ'Z%?W?h"UꚲS{){5%xەǨ~:fRSSQG/SZkZETBwT͚狵FԨ.̐Z#9lцvL(Xwֈ:E]%6l&z.V b>uI+ECeksD0X`icxhh B%'e@R GkgL,gx3PwH'c ~">.lQ)7> ԓNjbc :sj݊.Ԏ|} #*z6t$ SXԦ:I998599 b$m@xD5g Fsr2_ 9e$b0;h|cfj5ӕs"Uo租>9rCH;DzvAS7F$\n=z^|؉xknrK'T[Ua ]_ټ+=Qhv.*o}\fZx<]͆+ m$$(a&A]BrGV F^?%y:Z3U[ 3ئ媛Q L["3:?$Jl};gC7aHEI n`\Z d> C%`T'u_yũU5Î* dQw=gO+($! O=Bnf']ɦdNl`DxP:*JQ%?]dekBj asc@_CU5f'c/grȲf!ǯc_ƭ]5*aK?W벽0!yS,빦}Sb!~o }޲?Ir$Ʃd:8U[]dWxRp\Ox\B]Mo ͗$9O@{ GG0̘*͚l"+p-0ϾT-'gHZC' 䙈}l 뽐g\H5sGwU몵3elh Hh# ?A95b* N9Cfl՛ '@HMb#. xC] q_,";:<ѼlFembAg#M</ ہG$W_,n?>w*fRY3{q~*xj>qqT|UbA?J{}]d[/-3U P]ziU䴲VQA4R[[:IIz JgRtZY\ 'Md8D+ )ƙAT v#Sj)$j]:dې0=poKϿh\sY9o%iYSTp:``{lR+)۪˭WFPvVcOb7>`,({mz"hZ> j;XNEf:QWξ.(NydfZ,߽2(GurN2=7ICa{ATJywyHt7sXb A< _@}A>ㆎn*$44Wr(Aۣ^l _㗴[x&;:TI )`bgf9n )&y"k糤o 6qD4n;T  9 [/jת"}\6n p'tœZQ S;y|^gEҿpO36;oO'K-d'OU_qLB-)tө53$k,v@^ |d/4MӋ+}׃F!.y/ވ+ "9_ޮ 6%(% 4-0L~a.WlLTQ5`k4쥸9*e,c/S@ip4'#dNvSW~f~>!J4H#0:Â?;Y@+@۴^8u8yvq6l; $NkjVF}E(O]h}?,,:Q9g.Ў\Qwi@fyŎ|^m붦?#NFd0]9XfAP;$lt(TÜgJ(;)q35c!9aͬYX. 9Wvd~("+Ex1w8o"㠡ZFHA=64TIQG:E(CF Pps=q&IHL. I>ڹ l({R\VňU'︭#\/:T/܉n`sh-S8A6bUo6|TKx+$p<ŜXyWԞD4j*Ƥm\T!q4.Κ$QmG61 vwyL8y Y߷i[c;"(G %j0$4woI uqZ#:<+XŅn| *3܏;F7/Fqv&B2Bt3F*] 9) m#iP}߇؇He w;'R,RV kKEGGEnwUyD4tm7[_Y omCꮣ(\|ñp Uh}ס|PX쓈\~\hҞ`݆ @e;㳄-lkH76;j\0M-JO oՇz%4S4;90H_h2G ǻ#=S_>m6[~Z\ӲTw~Y=KJY8ˆ<%ז0]'Q)6hn:d8j4+4F-"xw!ܘ*mn/WOCuz}^Br-XoX1%/1*iz3 B0?- OcqmŖ-kgΊ뱒j( dqS~,1@t+U+ҽd۫Q㩴oAakD]1Zof ʊEG:`H]L\i;rSD7)VYs/tj.p=$NJ"ԅi!#dQ+jY/ԏBN>RY sRU*`2^.q)eқy w0~2V K%HRjb2o&aTPΑAX iZY՞ HxB-l]MԣJ~5 PT"5O&[:8=F9<i[pVTN7[81N}?3YhΦwOfsSyp ͑ %Zyda^>OdS1`Py ؗ 7<oj9hY/N>#9G`9f.d@t=RHVãY*6thBLqbuPF$SBRl*\1P-a We3-}dU?"XHqOllf2UpVUOjZQ8tJø̶/70") YOH JCS(jP}x; 1E?{ZUiW@eCfu<*k( M`(H8lOmV%mǑ¦WW#S+nbە 3PΔɡwM EXƘݸ)Mm܇Q%~sN$fP)zqE!  g%]\z6SLb (c4 [ )JBQvHەB;;&`?Trsyy 5ECQ휪b-VQqs7лuBoxݹuP ^CS;LS?B9U# BTz%4n̪ZAwin{%C>Q,(n !YG!?zPH-_M#Ux2PS/b%zޘb:\ bmYj'ja%&<ºeB][tCÈr0Oo$"3M4 PM Q# Omt tR!ʛB5X l 棹lfH[&I:Q@e5Z 3Ev{m5WhPtE"x6s|x@/~emۓLW.eoQ\XI*r 3Xe2Q}Zy=wf%e`E}h,=fjq@Zf:Ca!FTɰhxzZ'LX<1[\nC HJtNz˛oe> ? J*WWgBʥTfRqo kOÝQ H'-uTh#D80v K v#ZU#&hP$ɋZ.=}&.7m~f?qj[i\jO³)#mݘN=n`*6|}Q'Ȅ?Bݗv[pi솔I;Kls*?ѵG !pZ$VCrYO ZvB{L O,[9!Z* zƠف9{%3mU.{:\RL0 z P:"i9YKq=ؓ谆c(;Q0ܻTa`MV+&Y& \Jls>"Ez1MC+:p\(ɣoGm_- G}YY8+<Նrhwȟ?"@礥~!|*xfХNhY]]?2ǎxMi3#a|T1ȈH^FޞOeY|M'5i4U1iO8)Jo*?0?y h Og.NfwGKf -W2SЖzY.6V_Ur8%$9IVrmJ:y%w1 3\#SAvKrq)/ܿEa/. %xIJxal0K|@K^ؽM.(<V&W=2{NiO·!J4&G<8RIl58:a|L#hX *0@b 9jGKGJdp=DbTȦGx|x4``Ⱥ~fb6qJbFWO9(Br! tS6;Mab.ġ00t31 )6òz6\7GAȔAu RZ3. A*bG3"bmr#O\bݐT>Wu-@Ns76ObMS):= xzD X8g w 0gry¨:^ _vV]W` V ;HHVy?v*I\(O/~}n՝zL׹OC+GkP*q28-N &f'3|v""kW + FV֪\Π9~d+;f$˅@lLЌ: bE,&$[rmoZ+NvE^c '^%U"_c ln`޾ @Q6:8vTSe؞U) kfO6)-dF쾉Y|D= ^ XXTv/GՌRIz}VGÎ'ȭV1 P$l Znv4@.̳x)T^)۠SR~:]b9pZ?%^!F 8J( 81Jg8rcxT$Hã7'TS~q>}bh-@oWT@q|k8J:2ٍslQ=Wo5WhQNny  ^9S׊Hg݋8Sq6ukۉ6$˛ոN_8aЫ]OZ* UOMIj&+RV&1˲'}5ՉqZL-' ޯԐ('uNR=byg0y%?VTyҩ<["Nn>g*P! !eN^%pP@UO ݶ,IJq蔼k@5½<,Y 嗃edXCjZ Ջә gc=O3,LXd9ȰQG%}y"RU'|n\ewj-0F&N?Evgd8RI]$ȉc(7 t^:qNh m.b^*Vo*jU *zL; 8]wa﷗ Gtu r%e/*^",v}s+tlDG.)_+('Q<-(!@r^KL#e^̸O8NR3DŋsbpK!3)&W?:,~?'%QKz:]6ɶ qӈQ=ǀOCڼnWA]VCB=m߳rnH#BʒBc \=@Q+9U܇&mh"3`-QU|fv:撺áw'r-k5QT>,@ZU>#"ýCq޳Ay5k)kTTN?ALkPҠR-)`D@,.>\W cj_e $%lwJZ?q:CF|C=C &1tVvS=Na *Jc)w{6_M~tE\=r鑑!TzOrPQDYƢ{W`?!IA:˺*\ԍg=SQ6V_3 &OǜSӼvu:ԕ"(59!%{_B{ԁ̢/8()pf*IXG Ϝ[T}V E8/=MkD /wrSyēahmdT0D.%&e,H%ewU)3hޕ%1%+\Oͬ xY7ӟԂݠO.UoP YJ4Tfygܐt^vYF'LFmu4"-d*uÃد <w)O#Yr"7ɥ2܈*nLo-rq ##|DHe9zr+8o,6 ؾώui"5_XL²a/~E&]<hqʆAtgK|u"s "}Ȥeсwl9-[ ._Er /R' QOPh?\dڔYD0'0mBʒo]ZރE rC?2!:Ez]YxY^2ZÉMt80.̴J5)| MqP^h{I΋5B-VlPI ܀T%e)~ik#aauYTJ G|(_![5_3?ɏix["4䕴/ܜbo/݋LN=^,4_I;,G`9J\G8sI@rݤ\*g<= IyPV=)p +!G(D5mqǣSDCb҄Xo1ȍNcOp=g+/dud>) h1@K$ v= ࣡E˖|B@]yȷ}PJ\`vQ6jM"cԤ@[5i:ЙkRFW(0Dú7~#7ӛLZrhWsVI<$L(ߴv/y$ROJ_>uՓȫheVDU3ctVj'+ \>ʤމ5̌c8oHJ$nv.4X.f*7 xO7<|!kÖE|"S"Vj}.P.%CI@ŝkpHQ[xXF؂ XcEm07' VFYȂgYg=i\|דXGq=qb^&ɤ ^VBKP)A.RXԀ5J\WNc$aUZ jiߛ!ZtԧP= Xs:߻j;2FOb/6i9p/}D|>4Lj :AN1զ*7<7 Ι]xG2`j&Tl\ aˍK)߆SrMwxz #{~PY}s.Nlu ^$*uSqrej1Ii1Q715JГx3C 1?_~(ކXɼs_yEd$;!x`T(MQT{cgǝHf,^SZ0@΀᪨ L܍uYջzbpC$O=n;zql>q1 }Wx zvDe;{Kmڋ_!CYD~$?G\<MWm[dTpd*ԭ(fNuajŞmmͶqs#p5JRJ c#JvFjTA6OK4mևTJ^;8'☥6I ZizOT(".)&%ƽWi|56A!j2NPklYH6wB7K=[ysaoƼV]2y/ -j/q![.̰;*#-j2UU#0/WqqtyQcŃyʪY䎈!S-LwB-FOb ks•3$4e ~IHԸ=i&uc-}NLm' v|.QmX-Yȿd8Q#,0d'6)Bz\{ITєCQvًS ?F0 -ȽoQ>(/ӗF[f(ɉID]EoL њ񕘇Eu=3BQUIg&`ܺ4M[ yͯW?d9Ҩ.2ҏ*z58 3ܘٵj3zF>ش.[$X/ .asX/C|N^~^VK΂?q' %ȀB$^Ԕ`^EN+d^JQcJԄ_tR+Ӡ؟<DF[N^y])ӝ@4u}3::ߴNǠl7V0LgǜڔW{ [@!'C YdAV~}SAetK!paNMwWԮ{_o`rt`Hy9r)€qNd5(Ƀ}tgVK-?ªtQ(7~_,%nȭ%p%Hl-k\jpJwu rQ~M4NTI^":2~֯$PN9~QV:! Px F iTSn`e,_|bMt, Ted8~4,nX/UQvCIH\~.9Rl.m0-|AO\4 &X֔&NC):A#]5{(ЍWRqtr"x]Rܦ4垆ڦaCGz%^'2YRÇ̟8 b\Up, ?ƸހzM$.6kxpY]L6flOz cFZXZN9F)m~he-/\Phη u݈o$Epm(XQ;֋)F7DԁQM{;J>v )Lbg=%v?DX4AiH 3,T%Z[/v(RrJOy`_i*:&M~ұj㩀n|m|\PgCPE; _˄jU pܥb 6Ng[^?|?i:/j ӏ} 1r4SVmwjr7}ƚvK^3em"}yg.F61+􄊂3B[S] g?yD:} #!OvJ9dcOf2}&-|i(ǣ dW@|,Mg:n*FrC1)}Gq# I@ )Y5꺫n/+D5SVL@(t<%>I)>a~ۖ@:ES'2Dݎ2ӝy͹]0T b0)h+[G"2R  qp("mݚ^ OsF?RBS{" hq#_4nXr:3sfYvL=$~,x!uIٙª Ȑi,սXIߗ1:S_ACXs JH\blzqn?iK'O \p ׾#SO+Yثouh:N&Y@d214P SC&ܨWHv8!"C*%H&H qH](̃,8װi-!סHl=KGp$Ѱe Ɉ\eC†6wWi.u7OmzJ;"99裍 0˩>R` ycaTE?#!۸riEɗ1't%"AVIA$EQ2A\hv5%K"n@=u(AqE{,q:4 azۏ%QSCGE޻oڪ0%JA>FB=7j2WF\N̥!SD:ڗ(uyT<.Ο4FMp{RVT *.0b㨄N@ryĕh>x 6rⒿ Է]GmÁoU!?ϐqY=yFk({西v£k%.~KWm+//vн_ MeLH7S*1sUe9S łԸbz)*%١~}$smZ]5wמE/?+oq+87M&޼LJ^6WC5Z~lx θ4+3u@ف R|:nw,.gV@ 8$XXLt4E/>$7+Ld)4WETh +{H_ 齅L !@a"EWB8MM/>oZtd*䪓ƇsuL(uG%߯0?UKEC)r8'J>^4g ҿM~BWJHz.DEs~4B {]![wZƴhm+ES: |/5e-.kkg; `_ y[ԳHρJG2[FUZ/  9[ Y 2d\IX&Ql5-!4ʮ5<᥁EUņ cm[8wTًWPrtZZ1a(BX-ECt=]“L&qy"q]y9DQ u>/4ɋ?e;x#LJ? ,%z&vzL+:])&ν*'Ѧtx\^ά5?NN Gh5bMqPm ,mDRf-fJM "8#߆xU K4 uvx Œ /Cl~ݼ1#TwiW'#"tHc%PY򘢷͠A!aU,~kxp<)][BܑCr]}5G0g4+FD!(IG:Ԝɲ qܒD59赿'^a 1[ž NTqdzy H$F%R_eHz ?DLH ί]toП=$(SbkVOUMvb!cFF#<褉w@AXkwͤFS>0/6:iK cvuO6 9N8DF|XضJAi׭jxw yhAY]k:e̎cZ4k%P$!I#V1![>כdw >k)x4Yy%NygPUB ƫ=\5tp2cIǶY@wkXh/m8W=м|Š oa%e2#}[xndڐSaKO>YL[u&a!b'(#CK/6"3:Ao[+2ό<&r6ϝQYf<&GU‘4qx ܗlU7 h@b;K_ qM|2j=!ڋ%;"Cd\|:A:NB*n8:>(@Ӟ+y}dNyz )ytvBxt{e n0~~~v-ϧ j:iES#ž9{ն Y< ]d0SGZ->t[z]Fki@9K0_&>؃BMYP&;n8KHZ$HHWu} 9MVZp+ڃ %XLBuLq_:JvG\Da4JAS 7;ظNCbJ^R;C!'Ӏ* Y~9r` $;sV ,cRq t`~r x̾wӘf!z%yP+>{yU#I̊ke!ZjS_Gd)^起zkxV۰I\CϘP8 ZZ> +~4Fݐjp\b㯄|U?LubkTBӮغy⾇KR~t +w(2{-+2ζYDKH'e"zFNK\}F3Os#[YɎoc~;>r{9V_f9.Xsm΍}1UM9I/ \4Egɂi? )Eb}68j2v膲Y*ЋcS\8yևŎ2ì%V >|<ȝKe\ bN1 tzNyհ^q1s+#Ĉ-̛ǐR˟gtkGǚ5s XGT um&LK~zzbtsLչO"%gcԈ<" =>tA?Ԓtucǽy ́ Fg5zQ>RBlP qT=4` C `L2lExnn4*|YrHǼ5Mዩ~I"[qS׿ ʚSooCIuqq z%(Jؽ2K[1?۬}bRP3RYk#VHJ |#p%$W "E v bAЛ3 HW&J ޕpcgg@tqǿL1 U>[hMew~X.0h\+ a@T2鑚]'V;V7RؐQKv ʭRy nx?> /Pp) #/ ZVd:;!BD%nd)Qz+ZwBfn`!H16EP>%V BSL[Co;7n*fCd" =d`FMӒl\@1Mhg=9>| >ݕ œ5ĉybhd0|2aIpN\PldrA6oPzwZ?h n%^CTw~-z#JL k[l&(}q[#w0'\Vex a.ۺѿ`xZp'6r%&]ܠ\A6w6Z0f$GKYUע N`; mgd `p>cWk8g$b!ߚx :#RA QhS9;Aqgf)sCq ;2qyw*;76>B>&^|z$oģm4-oWpF y/QGTE13P;E)\}dYp׽nc[L^, _뗆vpz^Ҟ=Ip!mkn{acr JJuf&o~/C?'RXj 콅TWÉOX9feBx# "SC]Z/4z~l=GYZߨXԂu6:SCH"]Z[`]s&bD'?Ky\㵷bt@ ʭZ9ubC#mGG#ka2u1-?]Vk?^1 "S$.SP^"'͂)E:H*_h.|A_#lzM8ݹ/7:g@u`t}r R@+"5.IZ貔@f%LžVuriǷ+]< ?$U:>_(S*#J|f)Me>u4&9|uzT;v |.XQ/ &LJ]aQU?#Jxǝ;*HbOWmʨ,ckL(YⱿ߃P2ɩ{,5𾛯![Lgcȓ>UuL[ޞ]-=aElq'vY9( /f~L~Pdt/.{I1 %%5'3N>7}e fEܡ2),T^ܴdY3 xG:P5E6rN:Lhg'eZ)1}us%˒o32AٓD …ۮ^<\_@2vp"}=0(& 7OIϕ685 b"2"ͱ,?T_s^j2W<"݅4.-7QĨ;hK ǤI <zɲP51B˥_%^QƢ$ݝ%Ū3 2ß4@nyd-/l9YDAu1$D,xhޱ7*hPW0_ɛcsE)s4ؑfV*J(&H{TŬFܤpa@P;t?%?I)p.py-Sӷ&_mv\.{q6*瞅T~ކ9+6PzVe@:J佷Q V8#lۯvg#:vH'_{8z(˾@k{MȊl֛.β13't EoF2 8\z54JZ=Èo@ {T lǜz{p(_ŀkE8ʿ u!7tu ·u-d(swy޵ -<qP)X ICg-쿐L&ne2fp!W@Sudɖ]i| Sl,h~Ր y ?Éhg>n-VUe@Mc_w8XSx̖WE<{)I݀Jmڴ0 {ܰ ̃1RpTZO889SM#UU8(Zc'՚e:D1UZ-1 t-ƣ-rx*/KbvٷjNt)QŽt5Ka?am VY'_PB6Yݑ|81UDg{yFşNյB]-P c"nKQT DMu 9 Q%\1!AnaCO-= z~ةL2|,BbѡpDvߖU4';h79pL7K 6'sg\-?3{P*Xڇwտ?*iINK=i/542hLLH;f&%Vd&,6̯TI3|A[ Wmm^b4^".kQG۽h'nu4F IGQ&9]`zc|a`4rrΕj=`UVdйn/T)eqJכi{B-OyJmZ =3./$u!N/.i?) L"7A'=e5SHr),jT=^F>BsIlJ%DHz=ngg2V<۽`Pi+cF#4q}bvz79չ3Q!ǵe|/IziRkRo2]ĻSQd ,MCp!Qh joL{9w һSGP 5{ܲq]JNbBR?H`PjG'C~({+.2RM3@*Po~^[]ʋL 4Wxنמ=KoaVI<9JE%ek8 Xs ׾v!Q>5>Tϫy9LU Oq.(ŭך |ͷ?s)jvgLΝpxWHg9bqV^.83;%")M}aҭ*][5{4r´rtDŐQ^u9$ (~'vcmƜK{ˆ|PўQ$4Qln/t*c`>#EUeAKmC*Ө92)uʏ8!!ZW9˵ZFU`@ߧ+>; zOAOoj#vaߺ cמӵEFijJluSBGύً}jMKP=FOeIER5kG^(|N%/Pom>Qr(%`\YXsܴ9p bm^ zf?;%Wh: 2E=\J $* pV7cs֬bgX֨~Ѷ kN^T߬CA`)UstTR $|Y)c0KE`!=Ū_'FR^o9Jgd>̯;w2?\VxK* Ѭ՞W1(}y(G2ϕUBˁuپWh 庬 X)RhmBK H7XkO_9WhwC%(9/PNJw'0͕B Ǎ7iu#+ݓ3Y&=Jt V)/mJޟ5ܟDrkĞ@f[l('䚹ow^)t O7&v?~,p}ړ#DY4<~ EȜĽ\hWբ~Y@)!$J(ݪm[lxffZƆPyF1ϯSC^!y;,\OF m?" _npqR"_\FOIC=z~?Ĥ<}R%l/Mm3} ;ho/(M"sËe=O5FP[o8NzGbgi/RN80]Z|~MYyN꼤':m-lK$JWey{I=CI=/F:.QmV=RB:cÓiӊ< JU B&&jU1 Q!1 6=fj?d:Ӹ!6?$ǣ C2Km4T!ԗx#nLW֔hX*Y@k*O 95'!̅O$gT,6$[e~uMCԣI5?O1pIѩN4bNےBɍ7:TXt2 o=) V e'\ 6%ec۰1P5UuXbiL0`Nz{>fo,>0HǂYf-U z ҔE-Ε7FI`M(yT|*P;(\>j|j#S,vDk1u=ڸf@o~;$8~׿61 ڔ( b %Sat>bJD-, %H9'f {,kFFLEc۶gj/aS}Wv?n!3*"SGIFELH]T}uc R58pVrۮc [+bYwO~'u,~{MQ$z=l~9%,*VGU@%2XBF|p owŸ9wG|X֛ʹgjD n*q 8:d> }bVڌ`k0h3d١@rНK&485u3#Fk+l.j!7pImfb=`{2aE9 `k1P* \$C=|7G.p)VR _"⤉GdrU?Ԋs*JO4O?D/L#UDL!he(2YKMQڟgO O -n u/{&=ѻ_?JDrTRB#gDkE/Kyg=epq>_s#UGTfv5j]= D/06_B7ut7bcqKE<ĨGyg-9Sb;Rxazޮ;̊Q!;$Sooǽ 5}J_T !`ۼHX{~5-sZ qFNUx8b@426fiV$1t0({8"v;BA*uܻ _(gٳ&SSˢp0. \AqU_,qu5j ?XgK3j([Yy$Yi~cf9!4h ƅ/Ro-`E.a hӊFʔߔUl,ɮ~zHϊMJKr?AUTd`H >\#:*} ]GwF&{i<+&O7D"08ڢ؟WICu)sboYDSIଭy`Ov=|c M~ _Ƅo<#o3`9e'ݟDmCIg'!Kn2W3E܇EW"Er MggOs}F}hX񿡣&t|u$uKPʗAƴ{#iN243xzt˒z~v*CX bO\-/,>w9s;Xw$+ݡp}ߤ095bf\جdC(\N9jG͍wAR_J!"{'CsS`lS a]8J q?ً"`0ǹ  r۵5 :{mvZ<< 2Rk?YO $\ɩHyAyǶ>|m.](gXpSv@(kbmPfh[#1rc# ֪E >!f9+8f1Y>[og o~¦4: MZYa2S@wRgA%hP=޽omW/- Vw?ڮ/R4}u'W m G4y6\ykzp~sJ3G[>k+:Z ,0!"P]wڃfzZEZctŶd8 k(TR׆IUj)[3% r R)*]MӌL-18/# c-$m<2D]bem(cqrBf\ }g|o&zFVEx h*-Vh A:02an,g򁷬3Sv9,Ñ 59o%jAv.0ZB0Θ}[۝)&V9nu=nWS F֘ށ2Hv x=)e9.Rbfô/!6|?l\ίZ _EDnThOzUla8pQs._kNGryѴ1JL^lw)x(QD!SBJBwC/o#x!gbAGEk5]9a,xIN⣷؇ &UOĻ di]0|UKNͤ(#{U'7yFՙ'8nPr: \BAT1y˴;raB؄**L/;o^'#,(S:UpSySq~1f_ ovڞqe1HTI"(%;*|q)+1blDЉOH U|WټVڟ*Z9Sv뚯I]7_XZFZ1 9 nG7 Q᳸b]s@j2|RQNUpcXќ [ë-{IoqyC8ȞfQ)BY=eMEib4}Dp8/'.CQE38ېϜ|SK}$ZuL&7+{=Q5s{o_4n4_l7>Xwyn-Р͵5[*>3&\{7.nϊ2NT }rW'jA8)% arbx8U{Ty-5qn_\< (;iIݏzqgBz=c}+1Hmg]}69vhGikjf_QZZRf)tjGP(sZ> %Z0}0 FMQ5pFSPꑀs2FI+qdw\ӒD7y\\0Z\y7#%/ᚈ-frt950AL|xx%đJ23g#yњJ : - Slg?6̎X1i LUӰ>ߣгo /_>2T#`1p2)+U}5&\*}u? q9 fB]"2!*'&$tƐo(>HڔZ3`J3ޑ(G>O{;nGK,&ծ{&OhީQ.1PrHBg m:9Xdױ_ P҉L4o׷4l58{(23Qߜtզ@o ݅JV;8q@˰oH|Tt$jb,-H4E~9lJnVkjbz(nI5̀QQ\%נiy  BGxQ5[3ߡ>J3 nQyyO|N1DPˑO/OҕZ-Xeh?D;,Q!ь-`uLS( ϵ =?_SZU~fJY1gNFjk]Fn1VlIzCFƳ[L𰝚}Q DM-L@Gj15pY')V,yLj곍b6l^(n!EO y k5mOin4"1́C̐jR=dtΣZ(oJ nlc[$m0JPo( nz5!z7 ָ0OY;@ˮ|ȹx \;oz;uiU])"s裎3¨h) _nd}v|[Cmo c-z1< ~N+P|m:6䄗$Bjtv~/(Wc2"gf(jBϚ#iH{O^ZҰ0L yXP"sSZO$/2B?ړ. tvJ9dG?I`|™ZªpWP&i 3bRR8>P*}v%ޫ%˒E'+Dٹ^X=*%K4o1\7%785a@b4zM^UCd h˘c` viMBÿ@{u>LOX%R9D^^wleCUTkxދg9\ՠS7,6Cd1]>,|o tAi]9dL+کtv$Hb \Vh/f&EyAfsGWXKՀu;6h^W!cef[z77iN`yOzUÌI]li! {84҈Qˬ|AFEm>^CqMw6˜Z ?yMCG9Ekj~9\L|B@dxj `̾j (Y yFmr | WQa59Xra8QuӄFm!4ۦގiG@8Eqibc\ 3 q̆QFh؟1Ж ;@ҁn]éAu+>_92QV]=[㳃%1W!>fg/Om™{* ;jlM3YH*m]ezH-3Wz>ȇG@f2,;&qv\v,['/(H9 eiAP}9K\Ǯ~VoA'^Wy0awD#n$7yϱLX> 3TWh-E.d،+!%{罄&yP%}pjU9:[c_\!MSwSˣOGϟ'e0YI9wS'w cfsp׭s,$m&Z1PdGĸ;icaʸJm@DctNCSg,A_L^ s#r~T(;,Zj$eût_^En1+mh2Swjϊw|grĪg8E h?ˋyGىknA,o#ȓ] t- ZÝhH7z1f9xf~˴'a_&'3NB!DN&ad G\G7v.U$>YGkȹ;Kj`:6SqύaUHB aɄX>-0%7̫Zٗ}6~*ۀ GĶ+3z>i2~FL"Ptܯ'j7o\r} Ii w/~{V5#Y*ՌXTy;fӺ)>٫Xa/]$]Cg]h̍;^bzMRi&Lgcf:#NŮQ~ypºaPrӆȠ?c`P~zMä\`;Ery$bLpIDC^3kdrMw~9riBnT5^GϛJ$ {m;*PX!?[tԵ"^q$֏ú_&|jÈ19cx3b<u&jz3Ǹ"΂nGh:E;N=mwL|a췫$27 #bq"{ p:\Jg>q$8I/R˺5y_ ĺ "هG pge(XPS-S3=݄ [y7$lc[,^F7if̉A8wد\]z EwW4}VZ&D-zIL9vD]ĉ4w S>Oyנg&qֆlJhۈ+#6 Sk'Gz/4ELji6r2dֵzwh>X`0EHe: *!Š{)AIQI09@o*x'rȨ#> _ڋ]tC# YW.O=Dǒ7Gx1LObh++=} p N } BG<6%!4*Ϊ lUXlOXC?.&M>hLQ~KS_H"';P^Qy#GpCC_o9=Y&TcGoalWj f@`\- mm>w.K]c6Aq.]B xL\&AQܖJxBdz#3pUՍ)?TnUͅf_ m1homdlq9ܖ1t;^}f 918쬾P+qPETta#9w*D("܈W^9g';,ulǥ:گ)caݏ (m 9Rdƒ,^3wc%RLvC8GX^ !Shl*1} |Wƥ|aeI7kIPb=5J#,)??ޟK'ҟ5ܰYzo6'K)ۑiőPֻ7{H[uJC`k+ פ[I8a.v@mCfO㶆 PĎ߆|| |uTU ېN5T 2-;S!l~o_pzTT9J2mDEHmp!; ^u,yn+om%dȡ;H`M@Cι7cE{pxX h}݂LF Kh, ! Qc֬Ӆ ukVȉ`yDv= +W8N>$JwEw'/&ð7X !#goVOw_F2yyQ:Ebjۏ҃6󽱞@CGQǫqśM& }p< cs}nc&6OPMTjM8r%F\+GdkNbJL0YkE/!)?R79$=*52mr܍Gi#x#!Et/!C6N+?%-JnRS]#}/WĹ٣DerpDYueBF%Fo<` U3zyhcAl̳Y|ϧH,D?Αeud?܀,dH[֨.~]KyK7MS̺AP|B4A֋0&GU~_ؗygt8;̦ ՟Î>%.zʳ\(Y ׉[tQVc& W{)y8K9f]3C{)(g K#ԖK0/!֚:`D/l(xaQy{.0AQLo<2xg5Wb,*_Zn?3GR}<Ao7rb$8ƕ<܅geMcMp~ 9!O\W89SCVނA\2ɦ\3 PMdvMè)-.7x2 g.[ACS¿dZEۇM<tO5bE:K%mh?gz}7„vd$AA^lh4!hF?@Ƹ"⳪[]/j gKҟDmOДws/ax9"1dU Il҅U|c®g_7U!ݓr TythR"[H!}A;(~a`"rXǖ-8^<[,$;,c҆D|k- /T<uKߖ{XOt]6ݢwvY| /hѢtS~Wlq6gx;Guj;0%P(5IT6*!5mw¨-`Gjk1rZ{t#%6"aZ_^u~ZAD{bÙJȇ>MxA;gUyʑGja< dlmWƭCV޼'b*x/dXGY){EnU 2L }-ڊ[3Ǽ~ g>غX=m,&<>O[G4* 78fm%=(Rd;COy'2W^;A?۫CD#88kuK6trPڊ+Ukf$nvhsy:ʠ3ݿ__ӬS/ X ``Ĵǿ6eEhFi(~F@z8b/:3cfI]ra>h I A#o^t(KkT@6!bI0~,C,*pp{zyw!Oc7ړ"|'gD^Z̈́X+U{t-#8<ζBs"luD \pDsSG ZҰҳϞ,d$Ox 3@8M&ͩ#Mh5އO>iFoPqD!D]5T&qc-y eN¢pqz?\N lp7,SdԈ~E6!Bso˸IY]$Bhj컢9#!ak]xxt+.newiBX砨)}bN#FΚ3伓3{evh3QQ9Ԡhc0790j@9yZ~Ow x9@>˲'YsnںW ݚkv?JTp/s|_n)tQ^~p)5z dB$\t gꥍC*/| wls1 g Oq߱":zy8TtPJo\tQ <Ǣ6s+"< be|s\_(OBGӫl4,Y z`̍w~&(m?c=GNI}ߙVE} 3XQu<.ߴ(\i?rۆY8]Ghk %4'K>))y;_BŔi%ɣ(zH9*\;4f[/&rTSHSv!8N+`iCN >z9^:#~g^ F %'9IX(vdE˜pl.cz.w-NN Ň#vأ!Hv%!Q11SEŌe['IJKk9D=E/;J˛8/SQR*Ĉb0FyA, 69}ԑs"Ύc%28x=` !.-dt1UCeQհ{ =q@b`'#65;#.e vbj8g5𻑉w`G' 3 oȟC7]~E tH_ Ea)ʫ\x9g;HۖJ#*Z߉.OvիO g{?<દCɉRh*:?'P,i5a,{jom`V\k+_ D\Ff5ƶh{_bL+EqrbfTEfUjC%YR_ry$h`x(м] Ȩ4볨*KS堈icPVLePՏ_^m2NnFjouFxX93y'X=]M%lL4Q/FqBD6{Cky &Y2Ӄ 1 cb Z0*sMtՎL>LOMLSؤi#7SMV"QIe`_ g.$V*VQ$hCf|evb6A5֍mSJ(mVK*(8A+>RA2-A|%G~L;l?Mꊐ44eXph)/1um.%):o+Ň_{ #g3&ivK5g|fs}{C5в=(A+h5Rc NTl?O7B]nωT$z[m8};!}1_ƭybs"ҠIqNnf)C9爞?W-ߙ\)=jwHUZzS>_yu)3O@绅z*l Ira0e7B3rQk-q}79Уu $;SE-F^ݝAw#~*s,\9bR!쵌~3 V2AI;ha zACWh~z ,:,ũRWs*Ro4/TFX. PjOAV2z2S>-*y cI| %kf"!܇0mZIMY)FقM >(M~x79ǔ̐f|C᫅tm>ԯ;_ݴٻ)JT9&W!c3<4SyYAXCȜiv p.璂e\;$9˱7[1Fjzv1$5Ggzx59$X ?HvrV3Z0D=WUs[/GfnnظA=|NgRR:x5BEj53 ,uFwպgc*@akXFp WCX$vδ]`EHy]7T;mԮAC ㋫f*ky^yGch|uIvKt/ ȟfl?ait })-s0}V~a1}9Cj O!\*Kr-OWK KlZ q~ڊ #b(/XKR(Yp@I^|/Z*{<o}[ًߨATeUnJ vP-yXf,UcN2H_Y]ga.cp_g?Vq$%ﲰ[K)l T}*H7a1j< 82vFׯQgq.1$m,.r#iEu_nyN~d+q9j$CfS>|/' TO) $()59S8ߌj?ru__9(Q"s_u#eujwBml:y6[<8ώ6GgAUS٘4ͼQwA:DfV=rG}"Q\?_ ;.ȷDAժ'bԇ;h. Ge($.gS݆UUj}i<iHH!*P[y{- Ⱥɮ#:2V1eG9@UҨ;#H#:V{L ųmyW]M)_{)'EtDy-0Ƴ NBilva#͘YG_kVcswh" CwXQEO 2*n:n-[1~F X6#KU_Uj1y&Y-BT'U+͚d5|tz=-=֑B&[EqDÓ`"=odwaOEځJ*:s~`gPwsgfx'Q-gT#wi$lYKO9& "qS26Ow~U$"GT$Iϱ\ِۗz k$&ؠvv&Vf쭌yCϼ svl:Y't'_&7ZK6iy&7پR clĞ3إJZY^||"KiVrftjR,EWaeSz2J'kg;wanl @6{A9(a&qm F%ۼEFR8?3RryEs ]aY|`6XMѷ&4ebPiq@-^̠:Ux;R]W])FK턄z%ؤxf݋\~%S*٭{Eڊ )7V|PC&W`t _uu J}Itӯ]PeMR~~ƺX* }4ͩMyP_y[s͐E񥰱 LwOXrh.l}O RlO/[ CemYw0$ln%[r `=ɤ$l?rt#Zi9}o?nAR[oڅ;fLP6xT6iidsn:#`z EnjX/;=>~pu4*>xMcIҭ s1Vv:o bͷ=IQVY|>$|vkedJ 1#VKht0[ś( tѶy_>9'?8ʊv0U- e?6m_aC QX$;)RptsݲL j72'NV39# m{kIP s49d@Z];bM frV}6QV9Y\ٲ$2k ƒa=/|k׈r,a.Kŕuڐ-*;4Ă^.K'd3 'L 5&<=ofT0 R3j}tr bŽ\F{nͷ`y%oiji680]ņ2uEtG&ؚd \s{ ȽX]iEje*G|.Y26PԤ:v2bY<-{ҫwc t;v U Y7rˎU"Ay‹ElPo*О4XPHByB(|5@h:.:obg;º3TL;mj3d6~($k@#ΙyYw[?dBDGwSck9J%GR:J<ɅšFqorxWBcYJH?d^H{ .[Ysv"r AW*3^b-*)7$ V jl Mxs:QJVC@v>@FB\ "hĩv`2@W=^%e1Kͺ,8#gz.l:qbC:rrk/O`Ý0z d'paHw* -ֆrRZD`P_w4[4,BA'uj0\kǑn3 ]Q*W`~D9q+F6|u8"J;R-@9N%/e"%<[Ԝa)#nD.?Jsl&n9ġ.m Ѵ/ͪI( Ncq3D ˰'\o̪#WP.oZYjlj,]r 30 FS^<IMq*Yh:-^=,2~"˺s(yn@䆾5a0*ڥ:EC9nc1a9:n;*4X69'5۳Q;G{/s&q~gԙК`IbPE2N6{F:"JT!SEm$X8(W ʑ !Ic mJl'b 'ZLepż .†n!z4j2I$5Z[ޛr"T#?~C_g7`ulwq:%0᯹fT_, ӈwp(ǥZvh90۔I|M/t}rLZzcCQq&@=7յ޲KerPȟ/qCHqls(7Tzw4"hM=J1A$E!垉ǯmzY=#q]%Rsj6E.V.Vs m҈+Ү Bcz|Z LKY}:ۉ|~uꏚ]y'd?r+y˗-6BTL+DmsC`|&8p\~ h$QKQq(,Q[td>ImF "+.S4(l?L3!pz~]NܙYxըhF]\75k.!:vVflB)V^*҈]0j+fNH ':,R3^|.i5$qJ }3/[|@@a[ D_f*!"XH$ s-f}*rݏlTgw"Bn̶}ˌ14 ̿Z zL`CFT7_Vbn4zwoeC(ҥGօM^_CcbĔ8MUWM-"1aFΦA6WU~<*Ƹiì(#[3/"@,l%)) 魼Z~`ʿBtV AxiK) g@1索}kA&!\R8Lϰvlf+l0 =[LviRǤ|Q;v8R?|v8!vd)O\FTcLQn*j \f:khHm:g #k 17 {)]*L@55Uz[WqX]#g߄I7YdV&U]Oƚ$fȁfY19h+9/a8Jt.uQD3I/2'M{R,M qE@Mg J7Pmu)wS6qG!֪ |l5PBǢ7(ť\cY çVL_`¨w({EU%R@3XހKi9 m)q B,˃^q/iuo,!lStw܁[x{ez xeʼnTՅ0sVg< U" #ao,e@Uu8_B FS!x00Vv/YeT :`v) "a"JPq&p-Q˖ A4st 9z[ٌ.KjhWjx/<R!yְcR#C?7 n@h۵fo#zk(; C;TR\&CTaP{lvXnO^䦩-,JFբ AʫWoq!B0KcMeOl5:΂ȉJ:3˔i)OwZ(r3+CN)Dޚ=ϔz U)UI(lί1-EGwʛei]\@yFxJ*W agc 㝓󿿅]7) aX<G/RUv?uY'#P ~s*Bs6SuQpҰa0e ,hqtubܞ@9rU_P;z3L c>>92 `0m' ?08vy)UA%xƱ(bFuU?N2`a]Yݔ Me9|Bп=eW_SH06aT=ɱl'ZQ'GGl^ߍi%#캷,Z-YR7L setOwU͒H-W82#E \Em}LFjspTA$_}R(#!0"kVLǗE5Dm,jtm*\ڍ<3gϺИFII%t.~wkPz%F<^Ƶ-;O`iR="{2b"|y˓WDlO ~%/=')(OΉĭ/x}X~J63RH2˯Xy\_QhЁpf[ G!?dAZqJ4OK8?f˝{-*_{_*e;}lȫO*Uh  jWzI2A̴FO_OvQP- Su3p4x#9|S'9'+Wς`k 8R:5; YGqo HQ4u)EG~ `pa:'!DT9ʵʍ=%I* ĒeUG 4fZh* ZW' '1L37dq1_ ߣ+'.Y̲.x Ovl F ӷիFx$pw!OgDl}RGЄ}.ߞ-_}GfRUrGA&n=v&pܓerCXl xdz،Q-6fFw6.Yd>p}Xm[06K1IsJw3GHSDmk V($JkwC&4QjfjZjն:oMg@7R&tn|PhAB,q=4M>ҝл+~- bƒĥ;3>*UbW$U.vH).c*ρUL)_8n@ݸ$z/VkM3Mψ`vH^bJro FIF`ge)m1gs4|6HZRaў¹I(Zz>64">$5*șSLuԺḧ(񚽦r)ҽs{ [Y3C9wpɿ[jY^r~HWtox{*ȶ8{sM/S6="}i#@0I`n*U '2S0Ghd=h F<(B-"'삓Z)cr*S޲ >glkm[$Y wB(= HC|YȔ| !UX ab j b~dQ!>WxG~g'G"遑٣Iʰ5DqfT('F*R:鮮μ"잌3LC"SE&9 JHTbYG|pe>d-;{c/V o̰]C6ϞdiNY>g -C6.5yىF|MnyB~/<0 ]&(cAMB6yfn99OKX(i!Hd"?ҨwOlGue!r`K7[SV4u^Xuܢ/-kCl;bDj}+yz@VÏ6_P;b!Za0nLdF[ -fuZʵ Zbdvx-tBT*+ E@|iZEcSp;9iFo-tǚo9f%n'3Y!⡶rese&g熱'7LdP%f㝒dT)"^d򐓞𤧳O T>8W 3zԈe}N9Mx&:++&\W*w3y{*, Q-KY$|mN  B  T Z;^O֗lQ9%ySk'%5sVKMln0sm31&W^ǔMf- ꅖ20l<}ٛ9TKcڇ`N9({C/מEjK㸵|S¢P 9s"s0d~ݲW L~fڬ`Y[RI&1vFaY^B[c6yUL ufHV6.|*^`u5Gvz8̲zީlt~W&A֠)="_|ة-\x0),J d7AC?+t\P;Tݸ<3"stby(~BvHٛ1( v6:d\%%vWu͈)5J~-XUɅ-TɵM*(ޔEM{aQ dոƢ,όЬYߤQwkmڤeI<Cfj-ՐD̽DNvLꀓ`0qY@>~TWK`Z3G:uG\)Z" KQԀ~('b}_,} uTFX{b^ղ\JTIL/MXYTītNzKwYώ"=xXI2g IB8"(Py`_L0q,u3޿U%rϏUtPTJžD1å@x-X߅I$WfFC8z_.*V! @$|]tZoIZ˛#}O9d=I@o_vs햼2*٦;I\pSwM kXLHM]gڟak%e h4"mCo<6d6`3R?x#nsz^4*doX]Nv >w uRӛAeKYi}NTouEIIe!1FMB8ZtVo>ni[qު$)j)?V>)ĸgz\NGWrm鎎k>EJ@iQ5]GeB~"$aj_o $" fď_o!qq"A#2_&7v4ȳ-T]j5M+da&UWhR/+'m~S5ND-K֭\L\p&j+=$o<l9ЏTGpCbWgGߌOpR!X7=XEր:2}V3-OUr*fM=(9aԮ7 RW# qЪ*?M_Ws7AVY%z :Y5qjYIJ3q[ ۠ICZ߽OiY.bGF0}Z#!HRL+H6aN{B_ i1G&} j_$7يqD؄ Jg2lѪlgEHnۂw/ ~ڤ$U,ԋ1D/*omV^ΕA~䬌ۭ GT3ld{1LD2nЎCrޯ=Dg..aK(v~cݬ<r)" 30Ip60%yIvXN8Wg2 3PFfOͤP@v{)-d}QY{:L^ԑs-7)M_c5pvRcfL0u+ ?GU,Ss@RlGٯnW0ݒl5Rð)@J=D1֥ڢ@6޼;Sb3Rf|jjMQxaN8q<]HJ=.yVh$z :z8qP\^Zv SeN߆ UY?'sP)676y(=/͈_!K =b8Rh-.(H66ܿ(cȊ%0C"IzX#~SYwC6p;4i߷-,w @!x곖ues^{9.-i ]zjVVy-G|Z5Osi.PZISU,:άN-3_?TD-'ONCa?vZS&>,#v䘲hZGvTg=WA֧f)"Asgݒ+`dpL[ǿN7#o< n?ca=5[ %? .K10G` C)1Œ3`w_5Gf!O~h]La􏡋̼9nz،;FY v$]&Fk̨D(PX ~Hۉ)7{D zb8 QD`UOZ-HLBMx: r1=nٻ:Dzk5$yB$ULzו}kGx}h'֡k5␻xoxƷN'̒CX =nb8Zvϝ^pԀc,4'F'Aև(r9U+J囃d넾U}aFB%$e2G@vmp}6co`9q6|S~+cCRn~ 5s|M݁xSQ@j:ڽd])% Lihrn /' 厇2|ʇx>n 4DTcQy{Lt] M֎(hgU-?+)2QjeL?ACVYd%y?tM͏D8e&Hu΁(9V1rN^vb uwhXc"2) s1Nr|b /Mr p8p*0v"ΩBuXI( --t (+~IL{kmG?.,xȍbTMzu uPx]2J9]}{+jf.T)\-cfEY/ Ĉ]u>fD#LN eIzw<#yK*sgF$Dw&?25U~ztՓĪ? O拏$b>F\!ie}&irJgar^De"YANpcyao qɬaQ@{H]-0wͼCKlBswj8ɛM9f4 O<^:x۸A\\hd&?[ѫ v}5Ty-}+ot6ֹA,0dJ#۷hUl͖Pe5mA,QiRv:#RM,R& |rfP߰~n`_w^zj=xzR'!v=w?;Z9˧E"@:B|-__Z$g6~F[S8O%H%L ޱ3,i>*2xZOISfcϩ?{>5k,t8knhҚX\U^dXBܫ RLe''6NIgYz%]m\q1/w6YD| C3ϙ{ڬ'rXo"ODjOiF"0x&2NNw@̉!|/3g. \JI}j2 7I0=c&dYHL)kVj^-oAr| Tk4>8<5g Kjng?1^Su4Ͱ@hqb~g(l">͟aviZ6cJ(x ET=:R}A\Ǿgy/u!&_Zq$.OiZKjsPGq3M\WJ9ܲzo +-)l_ooU *RTVPpt! e[^M$N\(ٸ/ ɃSB lrħ`JW=uLk0N-rlƸnm~5a>u8ZK%Ԁ{}1/v`p,ý&ԡdAIcaeCSL[bqa*D2L-kք̤\cҝ}#8Xc@|-$,۵6qz}@cpWKj hN'ej)qu)/y:m[ˆkq@ŀ|onPoxSʴ~Hy/