cfitsio-devel-4.1.0-bp155.3.6 >  A dk=CI%z 4lF\A.«/D^z P|=y_64*+l_' o2 oVuNj ;y gOQP IJ+I;M&r:̭f]K- [2LSuUg!Z%K#2{[m:ιE: {yhz Oǹ\\Gd5{Ch貧Sl*{;;{._L\PQԙn4/tWb-1Go]Y3ymĹ p^G#;h=7Bq+c= \kĻ3ATB6@?qvdOSM0$FJ.lӆ{%8'h݊0?W}h-YnS# I9F=@܁'囋guF[ i= B^_|a1ìj োb^)8!5YNW#ݐItjB{D0h޾ 4P VP}EРzRIjWB0QŭJ2L|s~^|Y4+ ݣkܼ ($rWC]NŬ=d>pDE?Ed  `  >DLh v    ?b(8 9 :y BBFB GB4HBPIBlXBtYBZB[B\B]B^C!bCgcDdDyeD~fDlDuDvDwDxEyEzE$E4E8EJEPETEZECcfitsio-devel4.1.0bp155.3.6Headers required when building programs against cfitsio libraryThis package contains headers required when building programs against cfitsio library.dk=(lamb288SUSE Linux Enterprise 15 SP5openSUSEISChttps://bugs.opensuse.orgUnspecifiedhttps://heasarc.gsfc.nasa.gov/fitsio/linuxx86_64҈U8A큤dk=!dk=!dk=!dk=!dk=!dk=dk=!c7280cfe29e2c2c1a35d6b08a8c39dd802eb824c71917ef905063fae7881bcf2c662f56bc38b5820013cc82fb08652184f70fb31a010b2a84fc9d5a913e06f4fa060ad1138c7a9fe86cf88e773845983e1be339d7bb030280be017f299dcda7a6e7a9e1e50ded1d063d38ce1ca0ad1684f3f7d4ebdfdf82a873f2ddf0d967887618f18a77151ea4115b8a5e6ec2734ec2a62c486d33bbb7a5b2059b7ea8aac01libcfitsio.so.9rootrootrootrootrootrootrootrootrootrootrootrootrootrootcfitsio-4.1.0-bp155.3.6.src.rpmcfitsio-develcfitsio-devel(x86-64)libcfitsio-develpkgconfig(cfitsio)@    /usr/bin/pkg-configlibcfitsio9pkgconfigrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.1.03.0.4-14.6.0-14.0-15.2-14.14.3bBa_9_@]\wZԐ@ZZ|;Xf@WoT@Asterios Dramis Asterios Dramis Dirk Mueller Benjamin Greiner Asterios Dramis Asterios Dramis asterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comp.drouand@gmail.com- Update to version 4.1.0: * Calls to the zlib inflate() function in zcompress.c now handle the Z_BUF_ERROR return value rather than exiting. * The SUBTRACTIVE_DITHER_2 option has been removed when using the HCOMPRESS algorithm. * Updated fits_get_version function to return a float calculated from 3 version fields. * Added handling of SBYTE_IMG and ULONGLONG_IMG types to the fits_resize_img function. * Updates made to C/Fortran interfacing in cfortran.h and f77_wrap.h specifically driven by new Mac/ARM architecture. * Fix to the fits_insert_col functions to handle columns with TULONGLONG data.- Update to version 4.0.0: - Removed separate directory for zlib/gzip code, and updated configuration to check for zlib on the user's system (required). When use of cURL is enabled, it may also pull in zlib such that user applications may not need to link with it separately. - Changed version numbering to 3-field format. - Added new calculator functions SETNULL(x,y) to allow substitution of NULL values into tables, and GTIOVERLAP() for calculating the amount of GTI overlap exposure for a time bin. - Fix added for proper handling of string columns with zero repeat count. - Fix to column filtering expressions which write #NULL values to columns of type (J) format. - Fix to memory clearing when using polygon shapes in region files. - Fix to fits_str2time function so that it now flags a particular case of bad syntax which was previously getting through. - In ffgclb and ffpclb (read/write byte columns), the "undocumented" feature of being able to transfer columns 'A' string columnss as byte arrays is now handled correctly, with improved error checking via updates to ffgcprll. More documentation on string handling is in cfitsio.tex. - Fix bug in 'colfilter' functionality. When performing a column deletion of the form -COLNAM*, and multiple matches existed, then none of the matches got deleted. Now the first is deleted as expected. - Improved handling of corner case in ffpkn functions. - In ffgky, modified TULONG case to allow it to read unsigned values greater than the 8-byte signed limit. - Fix to parsing of corner case of extended file syntax. - Major updates to CMake configuration. - Removed cfitsio-zlib.patch (not needed anynore).- update to 3.490: - Fix to imcompress.c. It now turns off quantization if ZSCALE and ZZERO columns are missing. Treatment will be the same as if ZQUANTIZ were set to 'NONE', even if ZQUANTIZ is present and set to something else. - Added mutex to fits_execute_template() function so that the creation of files using ASCII templates will be thread safe. - In fpack when using -table flag, replaced warning message with a more detailed description mentioning FITS format update. - Added flag to CMake builds to disable curl dependency. Also only add CURL_LIBRARIES to CMake link target if curl is found. - Minor adjustment to download progress output.- Update to version 3.480: * Now can handle parentheses in path names rather than automatically interpreting them as output file specifiers. * Fixed bug in imcompress.c that wasn't properly handling conversion between float and double types when reading from a gzip compressed float or double image. * Fixed bug that was preventing use of bracket and parentheses symbols in pathnames when opening multiple READWRITE files, even when requesting no-extended-syntax usage. *This fix necessitates a library interface version number change. * Fixed bug in ffmnhd / fits_movnam_hdu to properly handle wildcard syntax. * Fixed bug in fits_open_extlist to handle filename[EXT] syntax properly. The hdutype parameter may now be null. More documentaion for this function is in cfitsio.tex. * Added new function fits_copy_hdutab to create a new table with the same structure as an existing table. * fits_copy_col / ffcpcl handles long long integer data types more natively to prevent precision loss. * histo.c routines now recognize integer columns that have been scaled by TSCALn keywords and may be closer to floating point type. * Added backward compatibility for very old Rice compressed files which were not using the ZVAL2 keyword in the way that later became standard. * Change made to cfitsio.pc.in to prevent forcing downstream libraries to link against cfitsio's dependencies when using pkgconfig.- Update to version 3.470: * Added set of drivers for performing ftps file transfers. * Tile sizes for compression may now be specified for any pair of axes, where previously 2D tiles where limited to just X and y. * Fix to ffgsky and ffgkls functions for case of keyword with long string values where the final CONTINUE statement ended with '&'. If the final CONTINUE also contained a comment, it was being repeated twice when passed back through the 'comm' argument. * Fix made to ffedit_columns() for case of multiple col filters containing wildcards. Only the first filter was being searched. * fits_copy_rows (ffcprw) can now handle 'P'-type variable-length columns. * Fix made to an obscure case in fits_modify_vector_len, where a wrongly issued EOF error may occur. * Added internal fffvcl() function. From version 3.460 (Ftools release): * Improved the algorithm for ensuring no tile dimensions are smaller than 4 pixels for HCOMPRESS compression. * Added new functions intended to assist in diagnosing (primarily https) download issues: fits_show_download_progress, fits_get_timeout, fits_set_timeout. * Added the '-O ' option to fpack, which previously existed only for funpack. Also added fpack/funpack auto-removal of .bz2 suffix equivalent to what existed for .gz. * For the fpack '-table' cases, warning message is now sent to stderr instead of stdout. This is to allow users to pipe the results from stdout in valid FITS format. (The warning message is otherwise placed at the start of the FITS file and therefore corrupts it.) * Fix made to the '-P' file prefix option in funpack. * Added wildcard deletion syntax for columns, i.e. -COLNAM* will delete the first matching column as always; -COLNAM*+ will delete all matching columns (or none); exact symmetry with the keyword deletion syntax. - Rebased cfitsio-zlib.patch to apply cleanly.- Update to version 3.450: * New support for reading and writing unsigned long long datatypes. This includes 'implicit datatype conversion' between the unsigned long long datatype and all the other datatypes. * Increased the hardcoded NMAXFILES setting for maximum number of open files from 1000 to 10000. * Bug fix to fits_calc_binning wrapper function, which wasn't filling in the returned float variables. * Fixed a parsing bug for image subsection and column binning range specifiers that was introduced in v3.44.- 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.patchlibcfitsio-devellamb28 16847496084.1.0-bp155.3.64.1.0-bp155.3.64.1.04.1.0 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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/e563226a9bee7f7b4c5e600dd794b462-cfitsiocpioxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig filePRNI(_Ucfitsio-devel-doc4.1.0utf-82607c4b4d790da80c575795c551533c0bc9849296f60ea273f798e883da09a47?7zXZ !t/=cz] crt:bLL ؝-~5 J,ѿ :ELw?'tV%Qr,b{jp\\" Ѓ9#;\ˉ9Dcx0wv3򐕦̬ 10qA+/Ȇ7L&Dl G;!$K;}ߧNxܢ(=?5!2~TE3>`B FUAۓ.ZbW '*K*[6 ~RUXrSP@echWz6HUxF؜w*EAnx+$4Tk2ŖDdIH %h+RǗiejUT|p7_AJu9Y-m#ߡ%g)5g3W-cCSo֘n8K&kvFʩB'46C:xzP9T oe'qc0~\H.ӤX@ *Ik |\{mT@-{86?*IBaR%(P*= 'F >\,ǥMGٓK##)O^[GF>29\Ǔ檑Y1l1-<3 %$aQ/$U)Da,Q]y 0ͨX3)l^=M&a)8 ^2Tqw;[x*w~+h1>(EJ􂑄w>,?*;⮧A;#ոuQDS,ptAd?^9&7MRuͥnn|Vz8qp:MLB}C{XVJ9\'JcT1]y2JW3sk yeHBfr̮§#)udHĺ!kK=h9~Ӕ`MgիTgF_? i1O6YdQusM3bR oKQvL7cI!v</gpI=un|&SL~E~/$&=p2r5>ǡN>ߋdВ$'nj }{G:D9JʻYqU@s='^m&x@fP#EK2YebKYUJe7X~(hU;$Y;ozgBY ??d TuhT6Ȏ PtPdqBQN٠.4?d7;B|)A4Gr&[_/#Ӗ6L#reArMjӟ9w╇ts{$f$rǧ8,pf{^;ջ,[+YA~1ƨm@EaK,&&ISԞ \(Ya,3Gj>ɢHp[a"YWu.c+5c$)83+ΎX]UxrњTRSq'EѦ&*Ϭ G>,-)u DgBOid9+BXs5+y -L !5!3Ǽ,e>A89{l*SmG^DUCa3+5;Ԡ51[$=.nh ]8B3U?fPpKiIyKBVI6~ D׻C,1tR$dzajDeIդ=MUcCUAuŞm{҃}FE;QVOzzK?K$F(L96#+Hh}h 7>sf6}{HHX $:.̈́&DL |$ \ wUwmU?*reo9j=$Ys5E% kqp#o!el=`k^;heN4'RaGlE3,UU~}TAW.1\[I:9A wEȞbtԿ9xTaESpx_[daO0Me;UQjyrTs/&pkQa &ld0xZlXq gQ;@bBBS}({q'6C<`hRȤr sn.L?3t߅+i-%v(s d$ Q o*Qgj-FzQtU7qcWAO@i[%)zbʠր@~]Pnm8ظ^"cqKUՄH(:yHKiO7! 4^.]bwzh헻_P^V _G<,-0^A=갖1Ӷ~!k|kG&BP[px.\c7vk}S^c:G7V TAZv>335Ɣ˨ôX<ﺫQsL ,3,TbY dlz 1&'}g6KM"c?^UHn/eQHH dJ+-֚h{*T`UZX[k3NCGF4S7R( %^r; @pl6qY|GD%=gM0U9 RCޓU>8O=3g4$)N~%vzh,ix'S'!n2?bȆh-m3IHwќ̎.^m}A YLŹXcofMaC6}hHO -FIjAJ_ E٨$A[/K! U=?U-カ>vYxtXҭDɻNN,Vb̻JeE+KڶlJzJJ5Ka6eNOAwބ.cHAâ2[ydnWѵ z @O+^;sK%ŇdeM>#0ۦ$& !P- 4@p4:nO;dk-GxSf+Мtcd$PZN0`F6= up{1p!rV[C3:##GOIhG m, F6*GH M.m,hB%\)J'jދ[al!oӴ;l5kh7лai~3gYpfǦ q֙˽oʮ&|8U~'[v+\fԘLV+0̻7r9G 闩/!0<@^YVLXUNK<7MWKbTjwuce?)WJF R%%|( 0=x¼OKFT|FDZe({IChd{#ޠRsz9>tҟ ]">ݹ ֓'o֮LVH{gMPDkj%0NJJ+c'dO?c{piA>'';gs,'tOZM-dx8Ow>Rpjh/CyPt 4SSоW{: p42]*Fpwƃg''dZh>!IZa_\c.@zS.nSFVm]n\b\tGSU /֪u8%31|7KEowK[Fyx/'2(>8+jY`05`zyNtz:~̼v")ㅘ=̦>\J&P6oNy ?^w+`4;a-LSNjA ck@fKvx!כt~ҳ멖E%p5qߨNe+ lsA`o,'W:TJql)6XeW'{0lIAKk]9* $8qfO y6H9%y*c~jzY fIE$olO6.g:j,U%ФoH G7>O! Ui6ڻ'1$GV*W4*T~uGgd%0Slmk_;"DKIrmv;/Ty7vGҊMZŽšly5 DGo~o(0q,l?x6D(n6u=k0j(}4 Lg2.屡X#&ٙ!9q -Q,mEVr^!5tZq7mAHp,Dv$L4;Hui6U6GĖj^ԤQĬpLL ˷CMa^^ ,q+MfO-lA& 4,%dCK$%+(!nUZ5 dq!BŠ9`#B ;L^ݝe>Gcq*֙c <MR ?n5zpH.~E;>v4ul5"y?9">46?_N999ѩu#ulND A^ @bg{OxQw/8F3ɂ.BXhFfF⢋ ('c (`}fRx2l,u&j4-!G&K8CC@ xB g tET/é ߇ˬ3RZ`WjGd=r άfʰdg6?qO&9AXI0(DU7ƈL? b/~1Y$=a RT-6 ff0fqH[GhgAfzխq"W%3#syHC kj2n9Jv=a%jfpHPbQhFꓼ~9w^7- ;I6#d(KTN̹b l؎#׾cl Lz'逷6WaN=qzZ؎V54(MJ*=Q&[D^~/;AQ#!4~U꒯zo`"Y—жug ؕI5zv`&waQH:Q.H.PMV9츫+vI.'A1Z@aU[қ:/A$}=B{8gC; ,>OjnXPz4ödǓ˗dzfArx*_ZZc(ϫSkuø%[3hI|/G24|ߴPNJ!|%55~eX'rYuB\r%7*_G#aO >6;*ɞAFMQ#.Vh&,[VNb* SYc*>4+l r2}[I*(7 MZ>HηR#P"yr]T'GEO5hN\Qt6ڹѕ6L hRn Gr2(jXeN*aC"Lxf 2Ηlϊ2c͈&ov72UK?V4\P/ҫ3 yA-܍1Z< vkOpˊV8k{i:@:*K?Lɛj#toËg@F*^wxgYkҙg3ʧRLL[!~ ݇v9|]hc>).H708mo U)uwHL0zg`nnrMc叠`[D16(hU%^D;(|}yѡظ2 GlfW'@8* myTK$1]Z Z\4i()@iM~P/Q C&-DFIWj(?=vrctTȒCF}!"Ϙ&*c)swlz=4EGd}2qQ; a򿖑qf0{ SPg͘KojOn(R¹n׿̶WΛ\J6Bs=\Imb?!S W ODp^2= UdeǝXZ8XκsQ7J,tм6)p5?F9Xp X'k\8Ȼn'GM pete:,?@}ֈ|/ɹx\JˊNRD*A)v#J6 0Pvn R7$m1U6lM3Cܢ~P4KwN_VS6}<.|o ѲQmLS{=n3y܏.kޮd[XTo >gk,֮V.<5'] 5ى:v}#E- ͨ wWF%yGR}BNv3V>GymnFDc+ \.GY#h01e2{01|ӻ26Dl{wi ثW~9}(igXBq"ܝʟdh[\P>{cfH^,%@0lN).9ʲG e('ɅpiϏ:<[DVvUG5(!BnhRp(ZlE*,_vt@P-tI^?7* 7/is"+w匯4y4S8T_wxNݨzndsIqt>H@ߏ#x x"?.:e&C jk%J9X?'M;~ b(V1|S𲗗2x7;\)UȂ-\Imsx`b׺GTtE@ h9rL>1,xrba>gP|. l(+w{od J GX=:V(c ˮPy 8 5_OԵ<܎s=%#saYG< YoйE;36\0 2[-q|UIrzȫC4`l!n@z~ 6&iwqѮb߲{Y>*L#n>J_0Sjۖ[$^e%3 hĆheX/JBˎE0A\8,3j:e7m,Y2ZYLoM8c{Q A]㳀La^NΣ`߳Q4ESb4>,_ 0Gvf::L tTy{\hPx {{@蟃Qr<HԌWhmofl7^2UƝZH"}z%R!pVh)vKd7lʺ|lKm>D'xaZHf <)AIG ǽvƨ9߮)48A;55>ɝndSۀkpo1geL_C`S I~0mydϤdy,"hHto?#PNקiĪ Oɚ#K$Gb#Nu bl:}wcl k.~A%Ԏ1ӷ̘7 ,cFZuY}\H d& /8)MP cR04=@+ n!Q+ +j,K-B\n@cNL&MCڻ蛷hy{>FDZ5Vݷ?qqE<,2*Ykh:69KLz= \|u#_Se1z.߷BaZK|iZ-%?yodj6 %a,`a/ԍ~b{ ohs>[ʍMfhym.s;`K#*Ǥe9dVOp %r8\V2^joJ VvW\D $h]k>z.iz5rL=s}m! VUG7arhRUXtŔ)6㾭^>:02d?Q X8p6n/μ7MD9AZђxI)݊gi Q/0 q 2fvutAqU\]Pٳۚc=ܚoo gVMHS ?%-ԋSo" Ku-0hR ^Ԙ_ޮ}CNt3fՄ@Ҍ0(jdU8zyNʾ+Tyޙ6_ "cf%f=;{LyǾ`1/#B#x6u\_YYΧ|<]+@ hKPH} lYo&e2$յBuLo创V64Vf \rO\w'5Pˊo0 5LSyLc j֞Sqv&4~[JL?v ^d:Vw`$]DMP'1 X,ڥPw6 \IYij2N7&~EC{?yP1*ɼ Ew{[<RyӾQp !H-/P$UYr~I-Z Q>i8S78а'^Wi/[  qeR:~ך!Ӿbhp.NFKn2@;P'#ǐTH;<,!/h˜YlIǤ C^>3e{y PD}4,jj# 3Dϒ.I5o}ϿZpZU'B2jԷ~Y vD hRʀ,߼khq%y?$D{ΧzbG}ywD+hM..+d?]_S1M+Ckb(_%GčjА|g5ƭ#(Ry|5:| *wm}8{n='.K1dJ1o` דl`q圢S pͫR80u2PZQ UYImW;ukw{36d_êM8SpWǢTqr*e4aeh'exNܳ s+MKܦ]XfQAz){4UȮQ|W'A 8Vj;ĉ[;&Y)T{ .v(JZf6 AW}%:ECeyS ? JyׁʌegRzcj7F A܂M9ګ6UwBQ{a5xLjpLK|1aV1W!b8.j/iFkppw4 vXLI :>6B)paFIݔ3SC _r8"_i.5,z} ۬m gO`_YČ?\~2^iEFdYUye+/`: O桨;k}b дy\Po-%RIRsvemy  \]st_W8BK׉Y}\yh.Rq]1>Mi۩ް!Fk*ʂ~seR;ϼr$rX#tFAr6Ri2ɾ>K)NˀE!/@ M1ዧs;8t?eՅZ<*DJ<0( a^<26hXB`0M)-pG1UfB;yr{*fkTGnk)$I4W՘an;0VA4;| 2MKؠ_)roWo5k^τͱ|~=vfChyF]qsxU ˸muthBݝ[\aHrm3ߩkgH~o a7> B>'5ظQOXѮKüùedc1!O2"1TUYQ vL_lNhwʚ٢ni%{ͼ7c|D6U ڃ%l:xaw41+!iYKhc c0˹Ty}9.;E4b։@@5W|)>fҢ/K3DKAcӟ9e_% f#?D e$`H(Å%.a݌ezCs%񲏛"k+?+3erX1-ok ‘!J7%WFNRh13{0̴#, ͿJ!/(QC,R] EYIo{-Y*2"T3ŽXCOhZO( D89I#a)Z)Oax߱ cHԙSaMA]Y/uAۭ0&#^b3zte{3!c4ܖ39J$wB kA?- $ݵtF&;I-*͋֟6ipiO^x'"(f&+`ب[ (ވp H# X|{<9 Q͒N 賔Z25 3muY6;6yIqY5Q] /~"Ij8+8tj~-Ir`K9 6B*F4B/ g2lV|;{*r edqk\B E%'+dЫ)NEM5tېȖﬨBz 7Op[v!(,U -MO}~Eݙ,?cň5-rV9~=zxCsr3,RM5E%!_}SW~4b\,@FJy EAhaI، B#&jQHar}޲Za 9{B2կ{J (z nO_AXhJC^BC[B D{e|Ո]-TN__ƒ)f뼶ԳWkiOʌoϱSY*"=jVe C)Q.!8䨌iO0DÙ0خM1ɼq=\c]YH=7\Jѱҭ NaQi6-]pmƁ%@LԷiꩧ˩ VgK^˘.[j@Gg~ oU)d6Bz?$X]onX5̻}3(XGLif`#T:iRDQd6[֙!V ~V0nkO9 k= kTx[zՂ}~`1x.Ӓ Hhæ[^]]H€"8 ܭV_]ԏe`sςdd,ƠJ|W$92&K:`y$-Ar0Ʌ# +=PqTÑF_A>`m>WXGҢ"Ɯ0Mw]ƃl~7iӦg[I.gp yfԊּ[T+݄sܘT &c̆:DO$2A81U9l;l4ȍhu: ax%v)n<\S_eG˜޼phzqx'"pLn(wx4W:<%G:`W aMv״/CB;ݖ-:H-Ho`g9M Ljgcz$3Ը6oWY@oJfلQhJYm.NVÄy0ZՓJec1hJ^ČEW>[$/=@x)ī-CPE5tVLz~Z^jOsyl"eÄxo^_]۠غ ԔDQ& ,C%j5(|~"5nԄw #Z_`k%q ~fKK84D5A~\1FH8׋reAzyTY4cC[l98j[( &ȀhhCǫ ׇ"9#5}fғ ہvi?Eƞ8w3n[)8QN) |w)PЀa:xg57wڂcמk!H1DcR$NLh@d;E K9Ć,cvp;zTE>1O; 0-oinD¡KZȼ aoZr@Q*L(ſ.N:pUKi%*y׼߇!A8CJޚe/S'lM|_[ q1h)j$D#/nDV_j *a$U?I8#@2/]܂$ HY[z^'_ vopΜʧcz9‡%|BJH"N"d]Ph2 2Խn:Gy} ^ 7@EOeZwecu861YT2pwz{RWZ/w#oWhszt˱sKޘm`W;lϥ8 C) +8a[ ^|z!4҄ -4UGR>M`5zdRPKSyǗ+jQD&{)9[gKVO ǿ[Bi|lH~Scݑ#( 0&?̈́?gsDObz$VlCE+I誁.R'}evUiEsr&;UG_Uu=eCdv5!$8n}B{KQf+F-Qm_c^DYYb(:ozS!_/Us<"]S~p$DuYGl8h~8ސ%vk՝ނ X+dn`isrqqޤGHn Q偢5^@>IX6%vDzϪ.^;=>)_^-nA/VE+CO IJ@2ĂI4b ۛZL$Vk7ӽ y k72WArt6fh5C pHʷ7ZPtC|>G Cn[50KС:7/6MenϑfSk;P3>F%Uӑ ũaMr_waO?bF˯$>ꩩaÏUj5 H)2s>y䠲(: F&o׭*AvKx~oek_e>K'4_ `c T.W?(V(xȷ(_vGDZ~Jwdqx<:Ժ? `NKܦ3Qж'z_7nW\h# dx|2t}7R8jl$h/SFX478k+Vʜ_x[s\D@Ev?-bߟ6!q朵Zk;7Wup:`+9U~M[$_4YBMsL$]#с)ڪ(f'd w9µ˰>vbH27(=.GP qV֍G1zL[,7,jmEWo?H898`T昰S2$4Mg ֳxz@l6Ա4 =ڭ+?ǾvLsp<, VSH: h,X.P݋I%}/g=%~/&{_a1{t $$|,> Jp?Fm.d ȑL^&Rɱ8s@6ܬT]xOH55Ml1)Xp|BP^@J5@(2_ZP b W֑rtdD^)!OLq N ΤKN:f,&e|ų$( g@q.Fh]Z9, MvS!n%ߋKZ%FE\r;X,<ZK^LJ$xyf!Z&bq{A@%em+$wE \nuv Թqt!}- =526a rP#|2 Zf!a'P\<J ..m==u#갺#92nmٟjuVހkqUNgWL:IF;JG`\[? 1YSDYUƄrfLc11ѹ~YQ4B;cm]쑬r6ZS~^Jcf{YCӱ"n %#  rϓk@ݙ'[=H~`ΑM9 g4+X{ ?VWA"S}OsS1@c&[) +8J5^EFRfd88}_WqH/q!XFWAR}tUG2^#F^ij PzzFGY쿦jRœ5UKmK+Œp$/,Rmܒ'ec 9, tZ$}٩Sr(.iEA϶=&g "NQF Kj"IcԞ}c:ƒ,~ 7!ar$,c x&5 >zd(6֙mN`L;f["@ K{kݶ'LT`梅MnT( Rl>`>eEcg *-Nv2x".$FS,Vh9OB%v> HHL6#M1= Բa M ͭu_P7$3~; 8Y^U5pe*6=(֪YBGĝ5 hfb4CⲽȏW72߹"l$ךZGƉچ /&xE1Bt?1vYQ"쉛s=j$ u RG`]5f8q,%Yē␫lĕ^lHy>O3LK>Џ)|DQo2H7Ce 2:!F{L.'G|G*z!Q/dkaD-ga3={-? tKQ3,%88ymkӔ)BJo#:K|aRu=dFpcD~kz kN ^Zȵ?ĉ|%t8S-46Z'5L¢SQE6+ Ez%{fA=5.K0KHI>l]|>[.Ԑ;7CY`\%;{Mw{RpȺ[Í5Pd[ 1TccꔁLEKoyĎC ۜ~GiZ q .ԞckfN]x/e 0NHjHN?Q;c5%c"Ux5Va= nX5\4z}lܡc+[^3^_N">m?V=ţ=hBΩ@G!8M݄R Zi9"y!K n $?2q{ja'>ׯP]l"$uYb:ҜNv3MQ)6_VT" Ȼ'-f9M}A*/0:Z6ۂt),ona (te7kWĵhsBd'fJe}cHZϬ}c+{ U!u%cq?HKLfѵ{j0x:l_],J(5+"ąRң_rp8E1N#R7"" EVfrG4X%rfd3WgE|㖹ގ[rھ7VH"SU"yIzҡ{̡:ȃ'> d뒘ca&esKX۟wΣA=z0םM?I%;]C9|k}9s;֥oPy*Kt;V (zCS$k b0=i9@h?ܙƧ Dsy|~GSxx}JbַyBBGLф4 "LC BTѡPr[e/оκ\֕}}$%P-`:CdP9ҝ3ͨ]͎#l^gx1u|+42nW`yzJ!V28f`[8' HZ]WTo_f``cNݥ*mV,!=2F0E@ܨ?@4zXXjO]^3C[`pzet> `uPƼ(' tVaC"mM*@ %:Y9kB$]Ћ_O-cN݃6AߪL@%p):ҵq嚞cuZd AkU;EEөP_=tT^!QvfmjxI2 -ى?(|X?|ӋkJo#= <Fg]O=k|=tjU^ C< -yyv,G-q_Dh$Dov0.~!!4)E{v7p#ke$VΕ>0K+ %, n \Q+(cW>`y!ҡ8 J{$6 Ou"= PAh:\Qs1 m0H"a-Pۛ[Lfml}4ӣ.~"p*f ZTWǙ9Fįv;Ws|gcU Ez7^K >ȷ 2j'\wQf# #h*Bbh.w9{V㇩GSw\%>w =4b(BՏZ J%s_4q:/s6z0 o3@X0`|]|IuR6A DO Xd^ط)]yHa:ciqtYB |wRW ڈG*Stv ;{B|K-9e7Y+m숥b=O"/#,I!|1BZw3W`B7V8Urγk]׉#@F_L+ ^@K`VԞx3(R]B54)5l%I`&sѨ׈/t](#lemXGGob%\e m^.efD&1wk܏$mP\ [hp*o DP,Z3<+ɿtȃDŽW(ZcAU#gYX,TFƜf[+k[ޒKQ2l yhd߬{u!X]4K'-E]_׏V [dTmʩ<>W$^)"S7X%2a"~=xtS .zרka'i)[)ƭG옍~NC }"0tAFv^(܁l#tuϬ]<z*, v%3Xl7?:0AL$H)ըt05>ei (ӠPV+0,{"! Uۮ 2t.QufpmEBu8B橫F n选 ۼcjn_.!H7Yyl#xu^{9>o&b|tu"لЄ!Ԋ>1}ש$**k"YF}p6.z;wS8!eOExMSfp*'1)x?3{k:)b-Lߎݫig6cݭ}5k-RMhuQ=MC%1úN)gMj¤D.aE+;:(^qh~ܭۍuly=SOҙԤ%lB'uVrwl0TbM=/?ړ/d) <vZaW~c=>>]HmG̈O R{Ȃ}̘S;1ÝJٮ@qaqjwK=~ۂ T.1hI-+ n,3,=CdB;nZz͍;D=#G [>|aO;MŢ%_lumwM7hr^#Fa5*nߎ=<,@ZE{؎%&i( l&+FS_ŨO嚽4^+tfN*{dk~xkvȜN5&~Nјu@\df9cYbV7E?LHS.ċRBg͵&tBlybENR@/&kF:X*F8N;_I࢘sv]_XhabRzxHUaWW:vt焬 bG UC${~5aNtpai'=y!XH}[^P7<WTؿ NWyjۤNR=owy UnWuYr.S;nze9 ?õ*aJq!(;̍׈ snS͠H4V 5cK'Ǜ΂P'mH$^ :秾ȥP^-7/haKGYG#{"ƌ+77!)oexFwZf^3ʸbE^Q,>%3?wZxi>zRRTAțjaYv2;Uw(6p;kJeP`xY32сraS+n |n"<<`|6E@ 𛃈ө4qhv]Y?ᨵHʵ(#zBvVШ'I=ڸ?hUEh,"P"`ɷzB~qD- :0"Oc6'2>Ikg$kCMi"'}χ"dR|p?-Q49HXuQԯE $v ?7ӧy~>dy􄑧o#g\Kd kM;y32Nu @H8[ % 4G(Tډ#q1Ug`%l`z4T+MINd ?锗YWIIݲ5v;7z>2 A/_'h+}.X&V7YWx]|%" XnIQPzpyȗZ[kB %WE u"m_E@>KӶ`|߳r.}կbW/cAPjCtY>:xE[ 5/ѕQwBǚJ=Y̐M 8<^HaQ" ?ɷLO5&wjC2$[zn&Acfh,Q`H#g&ߊ05 9rW'Jr:6 WxwK nIˡ=39"G Vq1XGt!0g9@{0ѹ5k:\7͊~_Xϋ%J8Yq_|k/7z<4~q=\!Lg/gFb:o67vWŹV2ӗSaa!V=JHY_.eY`5)P2ZB/5 0M%N<@8׷. EDI7yE8h&4FxUƻu$(|$J~r'Eqy\Di`Py<1A2 @:JRy&2SߟoʨňzaSp+k Lf\a8 Sb(,D t߮`rwy[jmaAԈEMn=Qu.v8DpG$ޯМ>IE1׬{[X4ʹԦKCX¸_-JRn52%/&NUt9)<: 4EwM2Ej@"l>%zaD H5