cfitsio-devel-3.390-3.1>t  DH`pX&/=„uPbJUo/d8wl3NR_zZ_T#5ւM'P''qfsLwP}zكƤS@O@%|gPw^㝔-YrM-[GЛ ߀7 ^K_RZ^0x;$iHW>su2iG mU 5Xme~u^)Z/X9wMR`66+lhDZ삪c4203b3933668394540b12cdf7f9c15701dafd1bӉX&/=„B{Zv@,:of)sen:Y# uۍ^Zbbm\]D)~=i--jԲ?s̪O|W U(Ƶm'xd YITN@lt?ldd  Z 9?Hd r   C \x<T(89<:BiQFibGitHiIiXiYiZi[i\i]j ^jUbjck$dkekfklkukvkwkxlyl0zl8lHlZl`Ccfitsio-devel3.3903.1Headers required when building programs against cfitsio libraryThis package contains headers required when building programs against cfitsio library.X&tlamb71nopenSUSE Leap 42.3openSUSEISChttp://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://heasarc.nasa.gov/fitsio/linuxx86_64TPA큤X&pX&pX&pX&pX&pX&oX&p52c9189c07cc5c8c469fcc8d7062db4b8c2e59d0affb8d97cef0603a2030ee057c517d038408ba303becd4ffb2c728629e7096f979ec587a24f9ab105fa4fd46c2eaa4574d832e5da7f11e85cf18336elibcfitsio.so.5rootrootrootrootrootrootrootrootrootrootrootrootrootrootcfitsio-3.390-3.1.src.rpmcfitsio-develcfitsio-devel(x86-64)libcfitsio-develpkgconfig(cfitsio)@   /usr/bin/pkg-configlibcfitsio5pkg-configrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.3903.0.4-14.0-14.4.6-14.11.2WoT@S@RQX@QQ\PO\@O Nܲ@N`N`N@Ns:@K$@Kasterios.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.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-devellamb71 14897741963.390-3.13.390-3.13.3903.39 3.350cfitsiodrvrsmem.hfitsio.hfitsio2.hlongnam.hlibcfitsio.socfitsio.pc/usr/include//usr/include/cfitsio//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/fae4167d0f0512c0c14d02d8f98512e4-cfitsiocpiolzma5x86_64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePR8!\1̙CBcfitsio-devel-doc3.390?] crt:bLL' ͂0U&B<ͳrbD.)1"XwX]ڪIƭ"1c :aQDu8w<"??%AG<YS /Lb#;Aˋg 6ߞi$XV&Ϸ66"^oȩ|qd"bnzp>YMVf #3.\yߓR2sTӊCt5[ ))%|&w×;2}|O`] vpA6UBA?ϛT: a#'2\N4z(5o#Ӯm#hwk (MQ"yiM2V>rmY \OH=w~fΛSkQ%m]@eA0dcSwߜvE߻@pfKǙ#˅x(7J:!_%7.&&DBR$YZXpDH7\G*-O絮,D54GFSlK6XyL1zfٜD2&޸l=%{K p͇)gs\B.vKkPTqNWxBjs|3/%V7 fP*=; "W_>ci(&s>t{354i`%c\' l\-3ԋ_=r;^S.J\`8&o⎑tΆOlq\P]Ya!A{ ͎zXvn۳Cr(A(fOUlҍ9 I RQ1BR }"i^tsvB1Q|+w݋$%⸺³@S}SzK~^}Nr:V䭳3(gJ0k 8R&B%Q(_Ib}P!4,ō3wЙG OGO+1-!e7tA@ɈggK T͢V㐸y`hlw+tIF,-R#شT2oW kb"hK2ӺE$\Zy 煉3yYGقG B'+B|]ɼ__MK~]7ݭRZӸο:LZV$yǓ&uClyy"gghnK2Zo0 KXf]bU18 ?fUb޼szk6@G Mg*D<=J56B 7aLZopXY]iMm&D]{ݔgNhbK+CD/3g~H ˴/fTkA _~$hCjxNEI\4Dibj<$FXH0;nlP.TF(6l+wmKq 08MYԇٖ4qsm6$mb b#& Po.3p=ګDgM!ߗ&+p튱Q#"KbVöf[,ٲ ) (,LNΔe)ڷzrIiW__;e1 ,_oA"e~.OmM=2H ;kZ[mz{C-7,M4m ;:o͹R| :R&EHp:'?M5A;/g&գ$So놲 t?{'\m#V$`LGRLYox:qxH:7WNj6Fa zG"{tQP!u">.'#j﹠3TNfO,{IrMʵx%tL=ŒMm+&W"-(?[?m5NB5vrƁ;Sۄ94 laqQd6O O2\1+JBx`nTP($I%R\g̙G햇`Iȳe煡(>9"M(p3j#G>Sz7}II'Ki+!ރ igNyml]̇̃?< ul!uN!.j\e[cs [*6̑!YXZ2נQxPTDH6X vGgv&|WĈL}K >v`9##\_gDf#Uyn6xE_BUB%pYF. hQRb䎷L. *BOJ=~([#>|j»Ҫ_ &epb gy&Phz슁P Zjl ]' kJ5E`QFHpp\+j7i44-VLu4|ƦoǺ'C|A74P1|z>7ܲna6"yHvvc} 0T^Nk !IΤ-ZF#ujB\ׅ֙0Lѕt&y2oB2Rp@?߆d_וҺ8=ZjLFxW)8)\.fw@UŁ?bEOu|dUGM,1RY|1񄕿o.'if?UB|k  gb3!0 Cdʿ ݙհ*u{y)}/3vcM'%I>ŚCnMJ Ts*K7TKbA_ѓ{j J }>z/ `P?3XcZY|b7@ L?5ȘO~ߎ<ԕkV6R[ O w-ԼsQqnڣW"rL jf)?QdjߣE5S)xY HdЊLNHj,ḫ%G+9uϦQ} `lN+LucaAf7̓i2"'+O;-{-@"H"a ӑ)d }:2e:2mӇtL(R0ۦ5xPSNJt3Ȓ4r!9͙Wh1{.]ADGAEٜ^:ul'$FXL/&LWb ߙ {)n> kVcGiUDqH*yWxf{]VG-L62L09CXD& yxanYfrr4s\F &1,oxM^dƬ[5 rwּ"s:'mAa}NWQ{Yヒ3ѩ_iiJ1G[@/B }-11^7'q3 ȩm\"T?d>i6$N>/0XNz[6xӷfFM7!S1 1; z$6MD4^?W鹏3Hj`H$Uni^Z ^. tuXT_uƥ10D)wտJo tw/zZMޚ%RМFz(T"HJSGh ܋͕ݾAds߱)Xkf{nr<}QxmP73&Ըq<[r^ϩnx<hXDbWNxN^k hFJܦ{P{ؒq46g^U6 Gnu_4 ңl~Mқ q%G%_G;5T"ޯ¬۸P ^ +"}\@~5$Lk 7"b:N䍐Ar a(dWA34C;X'`zjR/[iTIFaUvRn=po=OfWg!Rw-[-v9J%y^$iFw~6 *srj*eXXR/9.7c.`<8]ojC@$ :,pJ+*ʲ_㟍uv@EMҿӕ-tw +2=WBCoNJt:;aAc(DBӔZ*vSC: V22 ɗ;Y5y~$~TZ<ӑVc<$sV:yd!kE%[_V0ݸT)5efuQ1 Ie!{ + ސ\tGEAdK{AvC&E3J\)NwS\YBD[CzK\uh)Ær'bƒj>lߢ[o &wnUYzES.1Glpt=-jPQMk;7 أGQM֥fn vpQ޹z!_nբlN;VD&; T T0h+&І`^ho"3:- ˕A! Q<šFfM`T.G"%R]iBP!ȜzkBsk<2V@ێݳNc{2 Ap!oy{:K7}Eb_4e@#)SV5(XhrծyFJ ̻U|M74ت.7)c_gvʭ ڼ{{„w501%WY8s Cf<d bЊu=lefo&YH#DR*gVA^BKhVY-o=t4d)Kdsq˺5@nhߙ*M^0ejF,:WKJ%A߽@Pr< []^KFHŻE%l(`LSŚtJe5:E z01κWHEb Zu.MSp qFz5 ?"4֗нu8&R_)` J $BQPYVSd<)̊#L0䤖j:3ض̰ UkU笘k@>fxu gBVDN3~ s]dxu{])u#':el*G?86nUW]GEG= P倭Z %46 >DnOsW?gduOf=8mصAvӬ >y4iW%kмE; ݫ[(pNT-Z-xyуޝX0iT>-9Ӏ p}B=.rlRk#*&,3bYC&jLY {+t?['66l8(SWiᾧW!I-";AA$0aqP\0UfE1@;;s47!0w1!9{u֪ woUL>2{dTeW @ㄿ;$>W:-Į:+_ѐXiNRّYWS)5 pD)vOU"9Qw vmy*4XHK| U6چ',k\+7Y[ShIQFلOt+&\,Qo jsPV_>H= G촼*֎HX8rB L%vF w5[ ;d{¸tdOP? 6q6;0L"9Zu҂ƲF^Eڔpm5-)| q"1~?_K*7r05)a;R,DqTp:%ȋ4qtWbdoiF@EĚd~ n}a.W0lHx~ޮ#ԏ {0ㆱ:C{n]9Ҥq]UF]WҀ*! @2Sfk5АN-: J$lJ:`Sݴ]r冔cj!vi2ZT]q4о 9*Uk%1 U,}ڦhYK<@& +~F<MA IVnƻ#$bH8h"6{&K:di@+uiqD#ȢnFm(n!hS GNԹ!AA2OM A[(l!cUtZQ (kd<ɩElY$6ˌj/BQ^^A<\Bh-Ш9qf"=U=q`KC@"A+h DymSB@@473iw9P}ᠫӜ?|@Nz3mk4eh~(XT.v e_uS3R[UK*5=y\OoRmpbD"C6)ʔ3G )1b7?ޫ~a!|Ì9B_d̷ޘ١XALM /.J]n &btQMY8rFȀ:M7j-%y+4 2 MCQh62,F.o`>v9vv*`aߣfOP싷8](x#OPxF#nնVR~&pX]YgNtzAd@r=Mߠc@CZnTLyVGO+^))}hYʔ:ށ@b(2s401& dvc!ֻU\}夻'~fta ̃ylהJL*V|1(l R Ȝf/ k,[1!KPbPyMq) gSvNCVZ*_FT% >\T6eTPob!_=mz{AK\&ALYpڵ#d7kzk1~ZP#ޝޭu璛$~[)V Y3Ch/4Sn l¥Tt}p$ܟ_eeBX+ gQ4'`< vԯScv끂B * ^Z%Kmaz }coY`jӬ= Kzyx$Bar_&U-GD}+.j)`eB2G0FrRĴSH!}S`vzNּ~@8~˂'qw;> ܣA+oT~p^?v8EXX N|6 ղ>éR/21z 69gNC'͟9&x؜P!Px\ZJU*m|ĮOh5F":pR_L?VВD&JǏU߭7=`'1ĮaD9s]lL&N~+? Qۡ "(i;X&I>>j%J:,0;C'B?©Qa(zXȳ4K f6fRBV<9HA[d$#ƶ,u2S2oo8%ꆖZR<}gk-d`7kIj@Y4`BUfnoкg+/V|*L8v "KA ĞE4MJ`)  *c|Fk@/vR*ȯex0;J.F](qH >A^r9E /HD,WvW$Gy(˛ҟt0LTuT+Y^4g$5,))LG3Y?≗[%oPM0sq;ơZQכy5bZbyxAF#M_!cl %-в:y{;T ů )0)}w'5ӗ̈́ۆwf2et;Acۦ(H )8,hN֍HQ/_@>;K\?/N0-k_ j~vΓZ\8ٲ,p%Q[Dt*9jxpа ݊j=AuyͶ$ެzڪ>,0~h˟?G /j:;2FzGp dѸ[w|6EĹ}[GoT<3A"R '%2ff$ h#SI7dJ8Ӽ 9tr# 5A0 ^'/x낼3.$mۑ:!1B祿$l!sS_6kBߺ6nr6L Mk.Ho9tG '^*-TE}]ALH5ʖMV4 u0pf):Ov pt64mI׉4gWhR/PE#zԅn(1jaGO][?> H{<1Di%^ dKuG`W!h9?'i_< `d:嚧gMO`dd(k` u5),(Vo NR!dѺ-R܌zc6r<tb.3Jfv\?EU//tۘozuٗٽgZ8Psª֛3Pcn*4Ҡ6KnT.N4#Kk2 ;ƫdr,BhdRUc"0ꂥ tz>x`>q| OG/jiN%HaMA ;T_ܻG* 1|Kϰ|%3?utRYK_Ŗ8E!@`g q3[ChBE<5#DϹ%R]כٵhդZX_`o  f2K\}+BNC&&(׍fջIGD*lG 3'<عKݯ Cˡٳu zd=c)X"8@s\p%oTU-bgеo?U>E6+-µr07H3zy9),ݷCoHsS57@sq=3vOЋۅ=ے=aB5b;"#75ET ?+l!x6i Q-Lp\י>,#N%ЇC?<|*?9վV~5)sEZ-'v`E@Ƈe;d9%݋E*\aK8y+#zX,'9.ZekV܊q1UݯJt/s Il`ׅJ N d^;gamt!d{H 'l#!}$Ps}oݕ(?9ccin'*_ܮ#,' '{8z67>& 1x`憫2y `|.tA,ɨΨpkhƶ4tK:F$0ኢ2,tP}rv^ɘot֐X_L0=Z.;$j 8e\WTLW2u\s.izj4w+aX/9u4FH`<1qx¯e/sKbZ[@|>DUIjcs#BP{0!ɷ' +%%1覑=Fkj%7;b2?^f 加pWO.c_j@~rxiYrKMZXs(H{ҝ?UϘvաX ST/[Pi{')~Jvr,L9{iX>c*:o±1rN}IO 6X~tO;'}+܌"W!Ql$>WyS[Itdfvz7hbUwo| pf=Agǘ(F ~TNIbxO]mc|E=eEdXf$ Tu:肆fM~?l1U2T>-3)t1S@F./C$޲UǨOH^{upZFw=Oc}&CL_vPVK$OpS+1_1X#JCsAr Arڧ O\PK$-6J*S\Qi+ڄ o팎)r!q0օqm! E1%ǖw|r/cȾa8LT`/KF1Fbhia O:-m,[~m*0m~#ӹM|ܫasXD\%Д[B_bd (@‰\B$qtvGy e=ꭊuh_m͚aeWzE]35x Klq{!u:Ϡ }I4tGu?}&8[Jlr`JoS~Ć>9AlNsyQfU;R<9%ȹ<+$WX0/$ԯ9ѕYeFpAKا4s|Ry][~A'p0!{.E?/D/T,$EyWs ]Pկe#ۀ6&8{좘nxf8:Ode 5}HBpme,lVmTDDԄUD{.3A8 N6n(igR̎ uD6'(t~#NeH]靻>C7`˙3QY-EGÉn&%y*̻}KX:=)v2" "rZ|"eWwu.Qw 0̺Wnz9?}^hT tViZ Y'zY}*)6yf=`^|Ul'G,%>tEJ>̐Z2_LY.B}x4Z=&gm0Q\E L7 ~I}+~UN^银KԺacG :A#~J8Z}lT4vABT3:"'PH);&F^U;f "өa[["U}̳{] !;*'O4꧇9L}fUM%=aޏ_CxSPFD!$ `] KI\b1b;4JŇC~|e"eZ zgބC6p5$ щFYvσ*nŃX֛\ЯvܢZK^I(b@J̸cR2o*o߷bS2&47&^J\x)I󟆥V||67r\0+P*}{2g xoNJf4g;aiZ/JA!펅7ux$FelPG捙ѸnU Ѓ4UK O[̪`Z=V?Oe{Ւyb P.>RNc*h>1Ƕp~41R:?b)ɸ.pO]$yxfe$ PGL8HG>Ao•Tu"rb軵OyE3xʧ*t#wb61aR"ؼh9S)c<_C: ǭye,PҾcatptFPwIDu@dA&d$e`z 3)C1hzO m{͜ ϑ-~vm7ʢx=ٙc!LcrVȔNqe^tHd0UoXl ~#ˆ))|aؕ—ל'24p-D;k[3D^J!pE{BŚߘ>q׈VpBs@&BAZo:OWcV5`6\@]c[mv쏓v}I Ntk8RD7c"p&˵}6I OzߟK&%pr&FG/s#5z*J YeJ{Riwa[ 97AT:3r(0a[CɸrwLj/xp0(Y$pe|0OdUщ/!`{f8WKhCB2T?nsK03g.@;GoIPiLeϊ7 IW6Q4GN)NqׂY=T(Z[eD…uptܽ["c,(٠+HA+_ee`t`٥FÀev L% y-I<<B(@fAEUjaz5kŌg?*Ix킛xPOȋڱ-ORgl5K+3sfOAKQ$sic=Js-U{qRԎ5>ˍZ#F~-6h1QX8-<rkQQWۈbjɲ=d*0u ߀@{){1<ͺgtFUx[!xiA5"i(GzL\ܤ``sqcc;-[-YJkzy]+~ Z-.lWU7 snS,=Z\*MHgEXRtkہ|L_%kt ̏Wa\WQ`!SD:<^ĵu6J7#J(W+6ָ2 [u?\U veJfJު:I]w)]4#Ɗ%R} @-qHḘb/Xb!T" sq񨤂]ƝZlDcs-I ht;]SX"K]K椇 P.d>+o d72ۇSo!Zf+_rqe\U`l~ 3@7VT <&.,\p93ty5ݠp(0ŁC34$*Z0A?QD;l9de3 A:pxֳ_lב{YP=fbDL*Ź<.PL3@OR* pI?"xNVdyہs-aD>vo~b 1ߒH3z,YԌ&4O"vTNrdGny*>b!qG:(Y~L}2'ȌC/#Otj^&mSźrv}ωNDZ?ƥtY&YܟC$@wд{J,S(7qZ3=,-D@Vn?;Z h@oc.na5{%9wP!i7Qiut=\~9=r PȷHOas[Y WI4jxff ǻ#NAXi;5L[V;}φ21B$y ;,^в%,V.¼]~"JbD-~; `SӨz]j u7.+`b*IwUk ^*iUnsc:rJ[9@|d%ȈԸȈ[,Q)HOcS c|KH y) B.^8mic A5 qh?wR,~ٖk[[.Xz,4O,V$J?ŕw6Kqg'4^ꋖp3T-{5_s]>ǘLƫX mE2 \uE`qo3z W*ܑUݜg lA{1J&F6H|nA[Q^;bX *˯kaк>6*. ꒎ @,,&oM FnQuN>KLCǡ9H( BOz.)_m*pwz |iN4da1#sP3_PEޖhyftW6]ͩIFh-X)jc۪K\VF[7eBݤ^$6Kţ3*F4rMV=\I_TU j ٫KEϒ{NjL܅ؔG6~I'tW3\Ze/HUUZx-I<ƄtWJ#,]+Ӛ{{B}CݸFsq1piVOךOq#$\mic hQ|Q)8Fp 20tڭ;:tG;+[NdүB*ƎX]^6d.9GlatΧB7vB W:+ ZlAg4Ǟa)|ZcZ٦ֶy=`b@!ul MH 6IF*;*ogiDZY/-M ϒc:NC}*Eu!=n Ϳ&/GxUXHrG[ ۋAwORpGQپ_Qwf}n$PA<lg|..g3"#b>huhhAAuŒ$"ӐGUùgUǻ#=\Mz]X =F2/kv7`;>e^ЍS9*kc4=t"5:T?,Эg=LcPߦCmwG&!!R\f &'+Mϒti6ގ2Lv sCPEO7pTwbv!?R@ 'fbन_%Yߚ"={6='R& Ex.򷂎CPպ#dqkb9 VrW3/Sk, $#z͹:igjS^+çHP SqTzI3cavAw3R[C}]JǭH~h|xnL!h*e7{$!ki 0TҰ ba$(/e|ťBs ۢ.4Wu&ξxW-kEGZy9Vã'2#FK|Cł n_Of[v*F>K5)o&.:/zx;Z&}瓻3(`jj1FD1 OvUC5rZWpTOH=T7pI)xj#q!;[xœh& @腃seQX YqpjeƑAP5&#(؁"li}Y -33a|isS(o:p͡vdN,ZS$aƥ^IQ=Z؍H$wiHzP+O,]Aj s#tR/^Խ{|P%Hc6-R7dk"y`%+RKI~akOcΤ*e|/p4"3NLq+o@B@C@D\,ϳ@Kf%4s6R|$\K6sPO`X bK H31= =m+Og=X^Pa㺽!G3953&ov_De3P{yDm.Ve].z5?a e粦{jsl ALŚߦS9gą*wH57?R] -XKQ]󥌞p{%M˲M⩉TO_ N*J^`ŤH<|&Pk˺F@\!XZWĺBA3)1|sJ$0IW=刯 9ö怂 {'(s:P 2 y zֿ@&4JI_US[l @;dH&ʏ[BRQU 5L5Ou gDHOr.Ay1p$^ޜQY!7ͬ!:͂E֤ZA4J5Ւ4sߤo/W=V`gAԯ>j3+go1s| ^0&iF:ElqѨ4%m$EhT'0{>pQK {ymj?y,kva?tDB޿Ph MgoO8Iӱ}5F/EAǬmcN]'Xܙ zT6P*匛nsM.ˊXz|(vW+fQg?/Oã=;ߖ`#O)\"YoIܴ ;?r4{Ą~iVҵؕwBք/`;J-ɋ.%ϕy hb "a"S2eK*H+>gx=Z5-)BaG`]c0qAP[Tt` l7!;\8bF԰92 W,EJGYl>q $PY S'A=/)Dm6ge:f)w9TY婊noi.-Oǎb\5K^ۑuJ4;|k5]/ĄoxcXAY!nGW1 _.pnbOoa" C]X0[5yN=QfbZF-;yIoV%9G$NM`6X888PV5yN>˘ #|Anwe5!_^;rf-gNeYofP?6*I.mVgtDh&=Tb ;>7[W~Q` UKmƐR)*\r_ _`xAHع֧-{ʞ/er {Κe-0dqdL=Y -Z/K6v2?5'j eg2ixX2%Ԑ>CCH!|'4].loO |{Mؑed7kJ ŲܢSv#ˉ8`Ke?< TXU tAKf9^G_t_ ϓq\z%+$N4_v^Z.*"|`8(KSU׺-;2k-9fy@6I$ A@:\tx9Tci)dm)=*0%)S8a\R,6 [)UuE%=,K-Rb1n808&HZq#ЊC f`[:9^fЉ5:@.z/S EBp/ E#d햌}vFOhQ_j{AHAn%VEơҕ @!y%4f$$r=nnQ!Vh(v4|!͌;/"<dqt V4bU7][$LK&ǀ0x1KP05.ȵ=:zΜ'?LM8}rkS1HPh]A86T{B!^ AIlWJvz_cA1 U:=THv<5c5ߎg/ɭX@sB~ʍyڂݮ⅊l-LJ)J[cӁ}԰ 8̄}kh=<ƅ%& OT8|A̪|W0RA9t8k*b~iTa2e, idv H& $*RZc欓fuapt5Ih;.Ν<G1>\9Ia1Rwe=xW'Bj|̡R@Z@{1%`dZ!"QӅ?qwTz¹BubphهD<&[{L ^i*39o_@.,~65@|,QʹkliġQiJEFb,Q\/ ѤE#Bnt=KWW URS%Z}\+0/ꌷL WZs*6jo(o݋qp,qGoDVkm@툍g5{6\O,>d8+ m7t=4}c&$R*0 (c"n7zS@R&@FDErK`׶x# IOV߫v21=WB*DZ&$W5F 6|Hp6 rlĈ bqhiKrp W kc0 Aʼn\P2&<8{T@_9J;}Cx" Gٹw 5p|!lgFzP/]~H ܩk8k!6 T+ܪHyI'Tx (oǒF`d]< Rst%] &3 ?ZVԜܴ|6n^?H$X^ e62dwsEKp;eD[>X-Kh@}p9ك҉13REz]:#3RD\"8ѡjn\jNHg'.{c35z=Mf%>FmXCǜnt q=eL/lz'ň9"7I=HMWЄ79`L۲!tf32yTBq +fFd 7a1h~4-՜^B;qK7 &T VU .rXktW  63{YW_<'dHZiꯟ5S?Lw^~S:Ny"e]p2JfK"LN{5̎lJ)1}$&#l 5 8l I< {"i1Z [Zkf^ghpoK y?tҴ߳O"|p(ٜͧ%,An[#(&z)QT~(2n;Bkw,~ nP3K:VcA(j]DGNi:'MhB/[~bq0kv@yyS1'X"L‡rIHf`w0:p<)+`*;tѲcF`Fs->\Cy V.uj=Ť!MM{=z{8: aOi%sc8=f,촁i*9P@RJ+ x`C;!ypSL_$CIg YSP.fؾw Ae(*kjZ5 ɚh44"x4`i7$42o<@2:E/=yGɽ*럪:AyG=ƈ;]H^yQ+ѴF-8w]#x (ЄyB/*q/I\ȷ,5?@^+2}BЕ=z Zj]s0]]Jt~7NNʊONMoh$ KZ7N7GK2fQe#JukBw&PTF-,^2CzYm90f)hg^& q kyQ?\%G|xH(rX55aHzV vV,C py1Qn!E;3U?'3 \mxD3(@!'_yP^gmp;2\oB95@^d# Bf"ScXN05t|oe|㦛4h~͜8A¾o?aH@i 6ުf&8km[,sǏm rSH D"j/40# 9=ka] U}v5WҦ8n1G.y;UHV'Rm9A?GM].8_'ɱbx-\Py{ 2AWˑ\/DTEiHϞ=Ou._XàOʵ0XXi;([?o 5РXgL5v$:/Z9zQw#E B٧H  &9m;7B"I[Ty.!ʳ:bQg/kOtzqaǟyffb`;tBέ9)PZT2^w Cen:!pwGXҿ #Kd(IL},BJXvo0w[Ia:-yH`Q0/rq)b. t ^{ ؅mS@EgǢ@|'6!fBKJ\pYm/ :Xx+W-/G_;55ʕxa߮T3H ZOgkW+Q~߮k%wX.M7;j|NtuX̮v,_sy)֫@=;u덴9qqݮ3H5