cfitsio-devel-3.440-bp153.1.24 >  A `B>!M@eee_N䂲}<śʞЭ:zK*@Ԁ KE3,8820d80d659455019a7ac02f4717a5a9a97cd389d2f1acf87247d20af276a498d6ddfc5e9cbcdb052bb1c066fcdb599b9b80bd4d0`B>!M@eee!f03B_`]s! e$t>m \wf'0,N}B^4VuA,O r.ʿ_Q5pږbpy;}H)ܗ;LaP^wܗJ5BJLf&Fwݹl*ߥy^Uh8s08u; n?umoK\.V{=Ÿkq`cu"q̜fpDK?Kpd ! a ,LR\x     ,Or(8 9 : BGFGGHHH IH<XHDYHTZH[H\H]H^HbI;cIdJJeJOfJRlJTuJhvJwJxJyJzJKKKK K$K*KlCcfitsio-devel3.440bp153.1.24Headers required when building programs against cfitsio libraryThis package contains headers required when building programs against cfitsio library.`B)obs-arm-8SUSE Linux Enterprise 15 SP3openSUSEISChttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://heasarc.nasa.gov/fitsio/linuxaarch647QIA큤`B%`B%`B%`B%`B%`B$`B%c7280cfe29e2c2c1a35d6b08a8c39dd802eb824c71917ef905063fae7881bcf20b168ee2a730fa4f8eeb1247b0feadbf03a4019cca9faf859d5be7f2c747d342c08ba223dead2e0b18382f503f78ceb625222d3bb931ab9cd279d80f750803d6d91bc38baab4217f384188cda548a84483660bc265a9d468454e79066cfe065e58f40be1b7ea273c429a3665f7c0a752122293f244b0bbb2834cd5f23d45e2e1libcfitsio.so.6rootrootrootrootrootrootrootrootrootrootrootrootrootrootcfitsio-3.440-bp153.1.24.src.rpmcfitsio-develcfitsio-devel(aarch-64)libcfitsio-develpkgconfig(cfitsio)@    /usr/bin/pkg-configlibcfitsio6pkgconfigrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.4403.0.4-14.6.0-14.0-15.2-14.14.1ZԐ@ZZ|;Xf@WoT@S@RQX@Qasterios.dramis@gmail.comasterios.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.de- Update to version 3.440: * This release primarily patches security vulnerabilities. We strongly encourage this upgrade, particularly for those running CFITSIO in web accessible applications. * Enhancement to 'template' and 'colfilter' functionality. It is now possible to delete multiple keywords using wildcard syntax. See "Column and Keyword Filtering Specification" section of manual for details. * histo.c uses double precision internally for all floating point binning; new double-precision subroutines fits_calc_binningd(), fits_rebin_wcsd(), and fits_make_histd(); existing single-precision histogram functions still work but convert values to double-precision internally. * new subroutine fits_copy_cols() / ffccls() to copy multiple columns * Fix in imcompress.c for HCOMPRESS and PLIO compression of unsigned short integers. * Fix to fits_insert_card(ffikey). It had wrongly been capitalizing letters that appeared before an '=' sign on a CONTINUE line. - Rebased cfitsio-zlib.patch to apply cleanly.- 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 aarch64libcfitsio-develobs-arm-8 16149972893.440-bp153.1.243.440-bp153.1.243.4403.44 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-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/50e413094f069e8f8aa9e9dcdd1d839d-cfitsiocpioxz5aarch64-suse-linuxdirectoryC source, ASCII textpkgconfig filePR_4쾴M%cfitsio-devel-doc3.440utf-807fb2537e832256a32c6ee071e2612b3796b4bf18fd1227325bc61b0af548b95?7zXZ !t/w] crt:bLL,>&pC}(rN@9ǡh *p>L 5_ ϟ'-֯|IƋ*47RǮ`Kk'(у R->T|eer͝餚 47JSw Y+vNۚ]>8kUH/U)[lKU ʦ 5K4{"[r*&NحRS~.l+u"I ]  i?B~V3׏9ur:BUUc# V 0tf]Z5Ɇf`!,N15x w)6nR&Wi{sત$*ıf(P\Jg_ɨ4qKmxkl!4[=zQPV0֑p՚!'b.'^7M25a{z K xr}' 1{[D2BOBwjRl)g{R:'beý(2iHh{[JzD|"F@,_26AH'qB3!qWRe5z =oU"qO0\ 8&JVgA4+R1{Kz/GEg+Vwu0Ǜ%4 c>3Lqm~"'+-+@"i`>,uP,jEړ|*`2q>N|Ǫ]Ah_ +$e{q]{EtU᣼3HSŠ`_% /m+cDrgT@RGk[iQ!%\JWI E`8s2l¥?i|1z>o՗:?pCӟ-7eo ?Vn8` ~*j] e*5I7! nH2MBGck ՠBFzXKW# N[邴7zѫ~oO!6enu4pڧ+1F}ֈOP*!"_x=>"`h46%1)w${3v0te%M?m9ԉd H;FoL =*q;М+|=v_>2En{NtJpp۾o-GX uU-!u~߮ *5ȵo-xE95P}A)]+Q K_C,'>Wb-p} A .dQ`r,ey{G(j6gk!wos Gur1U_;UyX$kg9vgo4A YN|ɡb:CJ|Ӑe{wds=T,JPsƋ?܅>Ҭ&X{M9;ykoson-<ߙ*yl uP΂(e_x61N|C_!'i  b-n@r [NlHQob7$Sn+Ȟ/H@YؓO7ހ-ɶ=~`xMu)+bEa=Qd[`H(PH#7mrDL]fmXK66 a+OE虨0ybk9 `C kːv;E35a9ⱑ§I sVΖczZ| sjhwxeD.sr!x/"/m\s[Y=GbY| fo:szt!j"ZFuQdlrKxE,ZnR!bzf5ChκNr'9 5N{Amd4]b71xȎN%YQPܛE`j(=[)N1a壋;M%^=~<}uGM&֧~(ec*Jzvx:$G$".Uu6%)~-|Y iBR}掊Q|\;76NT B+ghɥ\oamm ϝQI Y<锋Pf% iL=>f!B]Vg)J3-^Hc\;t;W/Q̺*eq8Y*qxx(Ec$'ׇrʾw6U#{[3Q!vruQߕB5mX#[ OQYG"<fIFjzD^=oդdVt{ʱKWY.nPAƆۅ}T!abw<$GL!yrgn%6˽AN#:vX))DE]D-Iv<|m9Qc 64s_mi|i t@nJw+`_/$DUC Nhk#1 %|~+C#fFRS][.I#O>Fܗ(@@sN,/'%&EA^xB}+:jPDF&mQ]|9w8 ԆO"5φ7_dq.wB~/ݝ[w%R;n Hta1[exi E"fPѨ;ؒuپ7JA̢<Qtׯj3.D~kűx&u}ʗS` _BpŠ6ﵬ_>]ev RYB{B8WMMX6پ"uEF.>g s@|q&'x /99#+\|;[Q^>$ɸ)+# w6LPj!ig\ ;nO]T)p}Q>ݍS(t,T}!0gQ־;qFwWʟSѣ]TSW0 @C[A(5aDɳ{gۊr1OrOCU9_R3W6RZTLן5f-NEIrT,xSo^x>ʢr^{?- V~VO? :eI&&u.g1_ F+RwpM7^eq?}k;qmyg~}r BT֑XRD6L$.VC["Gm@~}-i"yܓj[S}[ Zi2 '/.gˑVr=1u_ oWnɔBv5OwZ%aF934fC`+aI㪷_OhYP7)k# gO>bKw[~X*X"-^ |Qr͔Gt;#1 ﳯL O$0zdf+G*Xn hx~/ԉ{J64H#,zB/aƮ9Ϳ 1,/@? rp|oo|L||sZEVP)j,\ƣ%-en6wJ[LPV,~ݳIM?3\x^LFSI%6Zzbw1tW3>wK/oۏo.gZf#:P.O]ڽ{Ƈf @a|) 8%Q@VȺHw=SWZ*]fr F} R%P<~ n??*AiK5F-a87вc=-$(B#M`(lSI T{ɟN"iu?[f%Riܳ8J (uT>`wRσ*N1" $re~[&ʳ1X Ru2%yMWPvSjCNpt!-*>bc0~ҿ7/BċÌF&Ym,cwhbO 1]~ Nvsq2d$Bkhi%#ڳin.SM9o:^)JPo*13|l<:F SU68%Uh1%M)l,q xI,SA3RēA3Ѷk5v2Wz?;$Pmq 9[C?FHr,@p{ĞvȼY53#Lӂn.}<*9p?kdũU;l\%[1nF懣W)- ײNB`~;h% ?ڿz_R^>Ja"is1zt}e)6;b_c7obYȅbuo/$Tn&D=КABL#z۠GmވL/ћEM&b70}A~+!] _ ˍ ޢC] +R.Ȭ*ڰN|~%JNm 5 I??!04EpO] q 7E2xo oq~7W8CT#]"ľıA\X2{2a[g%KDj p] BbId4IQp=vLwnv 8rn"'{_@AāfP߻\2 7'(iaNp g:U;*ƹg8}8P$ag^_YGpgbl;Z[FH[^0چ!:U6}69{g4[l]+Q>g?siQiL=7 XoJ'{| )E#?Ab-k<2);S ژnB;Ro+ G`Gww0:V)Ep]hיFu Ϧ~y|˵}p {L%Kq1Jގ@۬BM|&D@iw=$s<8]1V V}Rcv5{4 .GHF?3 @HS`y>7>JK %rX$ 8$Qh:Dw>qB?)& >j^V=pnϙl> ů."Ժ/AiVP ÖȆ^/s܁rl>>Zu6{(=c NLM2[`?Ae@lޓ|Ԭ`L=;peUwRHZt ZXpNc*HXDh$ bWB +h72qYYখee&sQ1q$" ?RQ˩$y_PTmB,M6?C׌M?&fEQBw<j0iz/<):0[X?@Oˑ7QXIe#-&HUruLQ1{sPPHDj$|شy4y14/ZU^[S3A3N7GSop%4d[+Dvc/3M0L?:pC>÷,3!kh$%1i3X `ֲ6QC|NՑbm)]'gO_M8"dL'Li#{|G3upb-fJƗMw.6qY_eau<*" rtnsSZ7ٔr4]b?D[_G(OAd ^0|Z?@CZL)k'Q~pɥPh.w1zyJwԾ^ˉe c쥌Jo!KCح>YFĦ)g>eO8x/E#%$pVʘM3SQq/JuȓljAY~C\/RK# 9lfC*N#-Evɧ bTkoo/sFUSf&8%NVK$qA}q ly^G_oaߙPgV uf;\m*0xZmËe,)?NKRtAXY w]w XEmExC?(3@d8dc1s StHb);g"U ng?ZCu|=w{v\R̖=Ŋ#AO4|CdrR@` 0k*f,#0P~GD3ݚ?njcL!ޓ6*ޭQ{_u14?軛N&<%}Qlw\C~!Bi9{r&Cy:l![lkzK/97Lgw<]lX 0&,O(WbfaO i5"; %paN1"եhjX+TN7-MW q8E6lQVbYgCoy2u⽑|7 ҙչS=(emb쇴3=sN56,Q9MQȫ9.nFV¿E>`:j=C"Gb/07YzvFN3i0B,F>xjfQ .{ufyہYqʸׄkW҂&?9QG (2%,f!eІ  GnvY9n HQ`gĜ[K`5%EeM,\4K#-Zw]^Ht)wLU\>ުhC&\. -tDWiSqkZf3Qp Cyɟf- P?aU1ffaӓ#;`nzc[ E8%'@]y"W~$b JNox0C3񄵳a z^nccBB P;sIFH qp΀&e}sAZWgbRL~\D%R%v°N:,2_?sm\,cnlZݔT@nzv>lFnl۾|pEu-L Λr$BDr^y+A(%m*Q",(En q{5-Gbe'8%g;RZ69౞@6 8}@{l/!]u?V)GOt9\ ATt:L8^QetsӔxjb+YaNĉڬvsR_*Q5vV}9C!C|`yV]~FZ 8oebz6%U@RX2hRa@N|XPQ;Yq顣/;\Dn[?W~Vg|LNX*q b%CL$MzH $ދ+kC4y52 0+`Սt9Sگ#`K~qO'*3;fY- ^ h[doFbp!\&[uxFC]$gB-S h+&,JoXnNAS1 3 Ⱦ&=XBvclȊ&ӭ=E5+ ˜DQ'kA%R3fAشTt `ﴐ:+$% df |>BIP9D=BuƏEJqlZdNN1vȘwSಲg,o%ɢGAG0LmX[|Y/ٲݦ@p>;l*FFޠVH|FB/%f6c\'Ze_7H4%/-Pמx L>W!]0}LfUvd|9V͟Jb*93swHU`98@pqdIEaMQA!U96s:ZYokFDNPH!p4m+ߩ'ҥP̗O ̯' ujf n8[T ~]xʘ&"=p{ZGnzΈq4?؝_NM&x\FˈN8~ $eH3^8@xlT+O7_ufZ`^c2;vhzELܯ[#~J@'Gn{8jql6#{I̎cΔe"Pg%?QPQd/+p8 DŴt~p]+U%/#EVSƆ,ᨖ^J"GZ-Nԉ7ɐU/D^w8_0 u$ Ì5#!+ -ڥ~֒1Gۚ\WuaP t d(xK(žWlO_+7,+;^F0NoP)m huOL?n\).QBQ 6&~,5rauo5ӼXOzF:իٯUeqI&*Z)!ԣlYySU:j+|@3RK8ol #jekזvwҰM[W@{u~Yޅ;=Vuђ/ϵh8+'{=5“Q˓{M⍦Tr\Sɢ7Ά}`۵uCdTWPe o:պLqF~Fm^1c۬Q-Ö}El$UNN ryӵW)+NtŠ%(?t鼧5MMP8eb&v*?CzhNáF2J@*R^ {'r?\^ D*"]+*I\o $9mf+$HnP)[y;,?$EbC~$v2ka@3z_b-fw0 01gXNͻ{/*s!2BUc]Ĝ"QH7-x̀n3\60oUUmsTE.471~ 86)=A %1Jc\ Q021JC]5ul:*Q{pyK˱H|mXLW}m#L1dLo=%1EF\%vw]{㋜Z3*fU 8ql  RNҙkI%tȮDHDEni+5@ 67q>6`+ҍZHn>k'pO/GSB^VCz+-qN2x]]c݁H9#_FiX^?,AKs+7MVjWM$1k[\ 1|.rre)C)IYsfQgi4O2ŇE嶣P2Fd脲x^>>r]Б)ۼ'A-1R :-_2aHMجIȿHwx+Qko_oW~J0d:e0R p>RyoTb'a…a@ j!>}mXCTT {շsYVr/F`\HmꣷRD>aد,/:HʲB+J.ϖYxAMhNgX$&.- zX ˸;{zP > %1"k{ڣ%Ќw <ӋTR 1+fYN؉͟LvwnU%כ#D H:!ĽӤ,3&A?3nF(Yr?DK!_^BjPZK3#9b6hͻMyAd )(5>Kѫ<@Jnӻ #g(ZT5-8ԘL\] L ޸"Ȓ6t78굹 UvsC]Q$I%ze_~9KQGftV,|TA3"gn %^{a2|c;Q'xu\ʦ2 [ښj [Q ^&^"1:Z}E%6%ԀMqv锒6줇p?H'wRC3oC; >X=RSWc&'2m)G &AAjR #0w*6 cg*vwK0]Q}4&itfz /A FO2a^r 8^WsPby5s9$)b-пZ:Ldp\.sE({I!LY[+#5<įf,-e%c%2Oܒn5cţ[I-JL@zTm Vq7FHA<ț6a&Z3s$ӧ4͜{X<$l.E ϻX El"5Ȼ1bmi q_@۾$wuO+R^D6C_ӃU'. WplϘP.ѹrby_ |t R}/zG@ 9%hysO'GqaL魾c'UYxj$ XA;-,,>Yb{oFззyAvE\+KF5C1:?>iR~N7cƱr1NB.~ūc@Dy;1-G7X^"BHjoSwN;Y2`?D*=Gm3Ac?/1"CF| w*u% Ị*<#>}Xϥ[AGDԇ{.ྤS)54Sw;TL:b>72qԉJ'FE/j62\R%_()UiKMd.$ǂuD)́U}DtC-1fʃ4rex@yVMZ*kpE`, M}KJ"W2e; %BLraD/$ZHF5YRp-#)BwB# P3@rEePSv h@#fPq,flv ϋ@kфG4.NUyWG+vǏ*C qz ͼ6iӂ{"\U] M(A,Q.i>H8(I#an`k*Lj ލ9Ȍ+HsP{^BL|Ut;׫E"11)]ܢ1V͚P$O ~ˬdef 2 ā xb%p7.{nDCzE;0M: W|ߍY#qVz^ls<>yc8/Z^wX ̨8˾fƼnI{Ł$ANZȅD`r$>䡦`MJ#QG]^1=߅}C(kIQzjhapk%b$|p ϼn8^{ 0ήĥ1Jt%߁jwIJX+3y +y1~rm*O~Ц, wkbGka ^Znwj4F4 [1Tg8&"DZ^ɯ BGyWkF]t&m-AC >."y 2È7'mܮT<#&p! E[P)[_7biDQ9OxfƷz}X^Fe벋ᰌ ,$!dlFԗ"\"4?;Kȣ0>y|0*f X,[SռV3]¦vߘtq?92U-!|Q;1/LSo[-/}E&ʜJik{)43NM'^S#Ɩ$M(rp|Ř"觉X&݃-4twϘ,VU|K͐&:J=U5ؾmӳM&2D7m>*F5pڞ c =stAnjΚfmNjN !)/mSGw֋)bhj#8g'M[uݩݜ;TDXJaQq0pD22JNvmNz-IRƟ6m? ]j5<,}Byv3kqOߡe{[Aĺc'f2w )?D91Q [r1"%j<ĈvNe;EnMϖIҌe|$vW^OLfbRm$ŒC 8&deC| w E v'0PBE`^(|m]-d\%WxAXk#~6H".:ܥ #DR;(?4FnoSCK\jڭe @ %P(pw%e+谨iD &v%7¹3r!b_g*\ :ߝ8$h^_1yH{&`7Оy4pk(N3RYi ǭ%T'~JoH:>>  yM0{/l1]?+wd{v6HE!i >0T2H]  yƫny7(@Ku97ux\q/hOvу=)w\7p-Vmwc蓱I\u~HCVFt ȷJ12.`l|BMn|u3O_]ށb͋89YTVz56x+XpU ߾|ZnS++dF)6nFcmL*ZV)kKoÏւ `/Gجy 2O|g8F l`^_5,ǭ Y56ASX%H8yKjܳO"{ĝ~)wx1|ڴn <s8FPlJU&AChv:t[ ۴Rσ1Xn#c+[n$jf0a/H <% $:VGusq >lZQ0\THBNk'Iۉ'^N}+hd5(}\vvS 31.'D\WE6PS[@ZQCYb(.Q;v1Ƒ=jG+ .ZTťxohO~9?:.NkQ5z-}2 y5'lwqn҆HbKR=RTr'sTj>ˉo8ٜR5PWLP+u#'znԊD:a3CVe{/\~Ѹ@}D-z'-I3ѯqP81B't+IGO<AB9A%z H9l394 K%Tj2'v,e&]ѩS9 :>5e:bxEF_\ej78ramKo'kc-HLiZT 2k^O9"| fV%uӝPe*ENm '*etȂDLD/־ah,N/b)N wdP2_~p2Oqfݷ ^?MU}r dV<-6-S9/~%#UJwL-6YMZ2x^5"I 쿞1*mR*eIe+ΌNGYyvL}tNʊP">rGxEq:$=l21g r H5ۼ/\K~6 q!G8ˈ>Z9'7gRy'֯{}Q~0&LA7nK Q-!cMT{OHks$bN*:zl n~ 0B^S2G(ayiyۈ=v"E O *t衉;SgrgsbP+Ha'>@x}+;A,%; G@U$]K]pՃFtA>]=*E!WBb+{7Wc&t(>/b%|׼kR VGGUxpJgɏ,olHxN*# i$c=F Bϩ(H4\sC`Y9l#kz60fpd%ѥ<9Jýut=u"8@fbd1EsMD&X+^Wi|>i*Z.E-屄vUQ#M1W(WTX?ftzޥ (0 fUttx֯6K$iJiZ;&5oѼ8y <}=f+Jt/T)Ƅ֛kPNh*n`.E\m([ʶF=B w cehx]T$Qõ&{66hQK./Gŕg/aDF:)VAMQ˨ayri8EӞfÂkՑ+ jV:"R '9v' ^kRDR?)CFƗK^k"/Qv#D^)gLBM`8ԲЅ棝^zAH4=Y"H,k'tnHo=iJ/)\cڙCjf^=22=36Gn7%' a"9K2Z\H" ~p j0A="Gǟ༞0#4[3?S1Jύ0)#l.rvgMOKPt,2~O,#˦2o \1Nu/~NE)nZ)YzH i]v~%D~>hβ Y[;S"*^$L%=ul&kEfg4]MțW&@SMBOOݹ3gYKڧx +g/>%=il]s N_/I #zRO7[;QJRx; NS*uٻ;N&@I66qEmn6E__=0_{[tH;-,f"fu>!>?3~&sT#`qvV[ ngl$bDb'XVDfXwxʜ6 {f9$2SŇnBq 2#zG^A%^x1B54؊\Vݧ~-uޢby5;ք \hjJFi'u ҥwTr=AQ'p޽f4l(@T#2P8,ʼn/tz3L㧗Mgf䵓vqH]I5vK0YC%FjYU4 (x3y/e>}O0ɽp}ESiIc.1_E4J͆2ZVP(]}W6*Vu; ;Dn)C"VUXL_8ؖ:L48GD`Hg7Gm-{E$vJPhWΤ\" n,?a@CvPDJ;ePRN#qyܲF;9<%3MQ_g76k]x_%#U&l%Qhngj2\ f^sS0~]1ؾ_`* S> Ϛ %%RÕB-O/n'e!̽7f|7#G&HA}\<3xZ?Ȉ SUV $^rT_-p҈y#fj 0FCl|k}B*$? 1c5 ƦaO =sJ*/ZͳLPUߴ3$b.h`K6rlԯ!N{e4j={?iIpoƬgDenuaw&dWө1ZK"1~9EZ-9p_.7np)CS !+!L2O 1|Х;.]tS}rwݒ Wp7@qs9eF1`8?1tqtu̅_cg"U*fQᩎmx#Pj΍>#=&*!04?# Z[L|5A:n^c_rr\L`s@ .ºs ┍Q<{3X8C<旽0IfWz.@A9}g?ԕ#modݮt'3bX+h4n"4/f_(C/ì3D(RL[5LZe4_-9]ecFiKAM%V9wSm߄kHZ`]ô CF_(1^m<\UqKJ<:5҃Qgko?睶ɻ^;DcNt6y2G6QXvy@:jc_\ Mc:Û5{ Ct*$.JZQqbyX6kS /֐X 4~ᕒ !N0i:v,y@wZ9b]]:+.d'O/|ŖEuP\~!]w:ncգ]ʒ]ݫR#tB i?y{l/d?HMI4uƔ'X\˹a R1A,_(wRj Pq ͻ_cChJ.SQ\Qppֽ.ʯ w@KAu.eeTh0$rDA64s4L\.ٿ9|0x`j]|*vOhy^0Ip&s}FK"F2dԺGNpZnb+Y [S7b\رz*w5v_]jAZr><0G'JlBZܖ 5vpAvgJ[KbE霸Rx~ZaBbos FJIp{^Y~M7T`| ֎!ª{ۛ(%G0CZŸMaFBWC1^8S6Qu.~qSI@Ln-3x>ee)l*' /;Ma[fpEyT80[_ގ4W=m $@3rz4 Dy;g-A`OÄCUaWY70SjZ`c&~wtobmP'l'ބ&Xgw8` 2+RN]`+ҥиmE E\f f`݆,,.6qˁENLT/-+JB.x~/4\*2wKփ =tV|)پ,<|SqOܿ~8Ǚ K덖pnrx.᧨`Y0wST? ۲r e Ǹ) U&ɼxA'i޿9OanU1o Mt[yN3Xq3Ä0z 8uUydZؚLŤݿ3|]YIQ $wf/۟Ss(&R;:cY; 1̳)?w)D}`& .fJ/ M/)PHKKRT4ЕC/'Ef}eRyUwPJ; MvҕuCgfB)\ыeſQ  fA7ns9}q F*7XPhxa^O&AU)eփ[>~~?c9o5\?7 4c]a:@kv |p߂nr0p*MFƣoONv3]6B,nB5MLx >'ٹ|8e ͲLEF;*F 2`Dĸ,n2>4Tem͵=NPrl$Bji /ĕY}6;]?XF|GY54Qv'1igbF)"D=Yn8ȣ1 ` 2fX6 M1!gޔ0mgE"چ`hߊΜ qZPCИipCf^x,Ȕs&^vbA|@A(pq!ƌzz(b?ȎP^U-h?/+"riO9|dvHD2,L#W}*(MD*R/kUi+ /݄|Ip$IKyp ՕBӀoC@#/ρc)Zݨ?4 Ln]]4C2i(ͧX/1S~X/`y,4. ]p&궪EzWKgzOKX\uVE u1Ԣ <*iɘ>AλZ+tNgu=uԐ1]ڔK>ѱ)4!_wH/ݕ-0aBHzAI:2DSޒ[Q3ߟrX MCX  YZ