cfitsio-devel-3.490-bp154.1.83 >  A b|Tu!M@eeeT"#VIM~f?(xQqw(Uc9pqٔϓHI .# t$SUMe <\w엱L6ǹh֤Pyl{UtnC>XQ: ⋕6rZd SKY ]zcc;:ɌۈB@3-\,4r~/t*5j ʠk{@r}旦<>w GgύH}ha |Fa64d6eaffc9f1f221b094032b4555ea01053ae3114f5a14022eaa496d684d1c352596dcb10b3066fd3027c45e708de5ddb402dba(b|Tu!M@eee*dQe }F|$9b%9P/y$FSzqCg]/&HT0_$ͼ0O'\xy򒀌+&05U;cH~(5wZT䀩UK@wdNŒ]=ՏL&:"ڦ'j%(Ω(&۱tguGŏ8:&kbnƓC= `_'7U Pq[ Uʘ ukDtT^UpD<?;d ! a BHPl z     Cf (8 9 :! B8\F8mG8H8I8X8Y8Z9[9\9]9,^9ub9c:dd:e:f:l:u:v;w;4x;Py;lz;t;;;;;;;Ccfitsio-devel3.490bp154.1.83Headers required when building programs against cfitsio libraryThis package contains headers required when building programs against cfitsio library.b|Us390zp248mSUSE Linux Enterprise 15 SP4openSUSEISChttps://bugs.opensuse.orgUnspecifiedhttps://heasarc.gsfc.nasa.gov/fitsio/linuxs390xU3A큤b|Tb|Tb|Tb|Tb|Tb|Tb|Tc7280cfe29e2c2c1a35d6b08a8c39dd802eb824c71917ef905063fae7881bcf2f43bade5d6180a13fcf61a53827267a91080e615384d321047467dcc8e8f35b3a060ad1138c7a9fe86cf88e773845983e1be339d7bb030280be017f299dcda7a6e7a9e1e50ded1d063d38ce1ca0ad1684f3f7d4ebdfdf82a873f2ddf0d9678875ac84aa4b166cd123459e019cf9a017f67e2b7db04618e42bd037a33d472daa6libcfitsio.so.9rootrootrootrootrootrootrootrootrootrootrootrootrootrootcfitsio-3.490-bp154.1.83.src.rpmcfitsio-develcfitsio-devel(s390-64)libcfitsio-develpkgconfig(cfitsio)@    /usr/bin/pkg-configlibcfitsio9pkgconfigrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.4903.0.4-14.6.0-14.0-15.2-14.14.3_9_@]\wZԐ@ZZ|;Xf@WoT@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 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-devels390zp24 16523154003.490-bp154.1.833.490-bp154.1.833.4903.49 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-SP4/standard/667aed480866af51045e8c28859f2025-cfitsiocpioxz5s390x-suse-linuxdirectoryC source, ASCII textpkgconfig filePRB׌-µ7cfitsio-devel-doc3.490utf-875a88a0f315245ee5790e7bdae251bc15e37bfd2271484aec27691a7a4fc7657?7zXZ !t/2L }7IƠ&]/ϲm Ÿ si i#vR V%a<fq={GE6P%Oc 36-pφM .d!F5T)7v>hj+mt CyH&֗ždO\E!-z-$$ԩMƇV,chd/.R(co W}@g̓v]>])+ p"/XBaM¡Ĥ0W˓I:,<o? ]d{UgKYP7$^ŧuPHe.?H~ڹ-% * v Y-[^M@~FdzZ7u[toV}g.'jm۸ksGA*7TwKNZ!x6e@v/*VEbsS+s #q@.Cu!{v|oA}z#[V}?O.%jPG0L(YZ0f;Am`8;?X샰;s0P9_ t5' bA45qvyWO#ƈw/ݖk>4jo8x8C ]lV[`e[im?uzۑr$fae͌' S$ l>G@ A`17@Z%Yp_Yqar5*L'j/꛿Ql?(tqZp ^ ж)K\!ȦeZ/X)qC 8DL|A8J74PҌ}/q<?1Bє>$$NQ6vjvyS8,h+C{$S/rEVͶXvO}hvx`<Ϋ03\_9 01?1p+D.Fk#G;vRVmȬTovQ68V^#Hi!S$YB[#Z7YkA9`Yo[$ u8<)ǙHv2L//7Gb-NQl]dlHaXh7oYk 9sy!ktY'<_?&*Gq&]Y8'f$G:/(::=𭤲ŲM ^wvZ|,SCeʰ3]&W)sCn P ;ZK#5%|! 0˜&-"WNpv 0qMig e5f [@roBj[K˰.fO皞ې.4M_df ­rHs9Hwo[NubE# q|Vh}I K .}af5/90eЗ[w,Dv>j'=a73,iTV4Ɨ:K.8o]9Jp¢f8Z?eVu> zZ6_ZCbHBIɀ檹;mH!w>\_ 3(/b.qE)&EMepAxK4MRIl- XGJ&S4ۈjH-6ssBp/ŀÎU0lp"X)#X5!BFr#AVccAmM+t AXOL{ڞm 6N9:CؕfX2q.DcNI2崔ֲu7IOvI Pe$#H[/q7*R0TQp}FSSmfk:yBkcvƃe*%j22c^,@qj{%9 ve=f0ShM9#a1=lrDi7EY¹ԜZe\fpvc<c2[)r [Gj9 ߂Xl;1T{ ̱ZlZ !YM|"1f{KYs{><3Vrǩjf 5kٕ}ߢbһ ɘΈ⍪`~/}X= yJΙW3%n%LPF)p*0(IP(Wad֑aw կִMv R)KidS:$(S@㣱վhxz? >k@- H-(ib"^Ww8>ĢF\jdT&ڡPA{ӕZ728"ɛЕ7+N+Ó^F9{r|HTXs褪KM^JKQKIQr.5ؗ*El_t3rXwEHIƁ)"#5GOe $!b^z=g҃5G\krA&4h0VПp8<:PտemcZboe )XGG'G$9H2cO@R#L*e+CXהINq,Ŝk*W= ⇢nTeNO}7BJd-f `{_FO7)m8!1(31쥨,/5WVd? :T4ɱFD"e%X?-! Ͼ-鴜OgtdU$t!irgNU%$JIM*S/~۳imsdmouhtG /?YBroV>ρ46)%'+s"g]fqdYzzpoFQHĞ\%A\O^J\Pdh`'AN; ]9Ư9Z\PK K6kk9 +=lzDKx^ѿ Zw37݄5-3𱤛u>b=Ճھ#K ~,#2Eb@rh  ]̡U0>zf0A ɏ2gH;Zmz#^.1ȁKmqkIuԩҳC\ef9*>i"~W&c6u8MZyA9 đ8͕b֤n?()0J1!d (3ߟ̓Vg/ϱ @x ysr"O/۹,1hssw"dOC€g+ |{8?AS,w#4I :ؖgk*d^ei<==x/ =]Fc 2(QѺ RJh+YՒ@*m6cqzg7~O=wg}l䎍CXcrc/V^Ǖ rSMwya}&Vu2~[x]~_N\to>WI "Wʧ}tlWd3ku!_+ioεf5PhĘ Rx6%wa),0h[S,'ًf99#`֘ika ĚZ/ټj:FR(ܲP_Z,D5I[k[(;_Dsx"Hrgoi7+Me*}7'΀9/3'j&ОMYu^/(a-$ڒ3Wo'?d ng!fy"^~RJdY9цN72.zWla$5$ S h/}/!ߺbq2+L$gkpLt8p^Pql+, aG&d%)/0|\T5e +/w (Jd {Sk3rq?]JZvCOTu|G4 %\E#(a=Iw6=9j (&X5+<4ߌoמ;TcxR<綍 ν|PgT!8 T04?~~H{}1.5,c\ ^ PAA/ zL`g*,o 6GJ7"%5 GbNw)q}z /ex KeIEJ1@htrۀrG;^HLS;xߡS ا,xu)]ҏy`UjMb>PpIK+Wj(^!iR9 C#-/syQXQGmgrI3֐˽ͭcAdw5WEeF9*.w&zdȨ&8eejq`̎Zdze[!t]tZ #-!JQ>]=2,SO|݀,tU[XIs1/iԴPqF`k~CalLHMzA{*EӇ#O.#@Svt_9iɤTvTu+yjSVJ%dlfj2P6ꐙR QgʿU-gZ} :/WJ($$58yQz69]ˌȡ+/_| +]kO^)Ϛq\X]~s W-f:Tzv4P+On@-Cd+"YZ GP0+1mg7!?UA&`PFi촄k,/) yRbFce 8nh9Me̦Ф-"1U*=EFyw9D&şQx ] ]J.H֞=Bg;[P(t q/ WǤBV8 û RGxjuq ~}xO` 5Zl"56 /CQ;1:1DBKpvugȻZ@?67-*|Z%'6873ːL2үo7kFĎcwrVq%V"\+ΙNE[mqI@ª_ܓ3Vw͕A|TVVg&azKvwZ(#KBD&5<@ 4=\@e!U25Mn:mY%G} a](!ntbaᰥ֦&\qljZ$o {Bġ5s6UEqx?$P>"?fƉSV'0t:N:܋+TXXDsx օ^aݳh]jcgAkȦ_3 MA.LUWsϪ=ly#p UyٶT+gFV ه4 =hjЩ.0u ?ЩԝJxQ%ˏUVR8Gzn-ǤKt[k79^%4mEJI&/=g6-wz QΆ_}JY0/s&PPMUX#cnpe<ОEoET[3$5UNpKմLף*=IQ@["[\8R4V}=O%27u;̯;Áo 答6=?]EdЇ Otc43Op+Ng@ ҎI=iHGtTeą6!@++ y7@h4()N &GՓ&6T`ld&' P#Rf;οC 0WI^TS%z<($ʳ<Վf6w;dE?t,QvԬߓ0` MC4١o_ ͖YJ 24d DVuC&D,h/_4 iN{e?:Aaަ!FZk6NԇzV,ËW@mƆPBb]#pzHOM"|P!>GnMصa,7-FLAB"څ&|;J鯲v;m=ى}?7qF=W{ѦcMڜv8<>HT~18nqZj>W5gp ZNh][EV{^v} !'x?N}?6 #njS0; ܎ ?9KӡhFA$ 3beފeO/vVܣ)T.+?38ubzx݃SbRSe;5B2֨9vF+e4L 'H8p|W+v" okEfrxk'Jcal >Yd*M\@VY "%uY^ P5|@Дcꈱح3FV™Bi~`L0]tP cc3ƪj^"I:vn'ML:`{VɒH{] %ίA^xzQ ?&5WضPu*$^Ž [2Ɯ ֺ ,U. 5$siZNr;CqrF$2REXֆ9L DqE?d)Ȱ}H\:,0=\ڹT$ϽE#5, TDܝQ}6W_/ 'JTaeE?Zi-"݃ 8_ ӹLHwgP蒭ENػ+;'aEhEUZ&v4Ӕp\,\ tB«w~PSaĉ>| ,!ڷZe 曃9O.nOleK<::SVmw By̪. vR+d*쏫ٯ~YGь:k@jg8Gw6 +0dG :r4fTDYv?U"loB'~5W ;`ѫQj  QS܌>Emd|Cvyns*U G+Ɛ&䑳Ɍ {Z쿷cCwN ,!ᠮzLܓ'n]XƇBIma1nc`w«DC@j|xVX> \Ёq_. `8FΆ?7e5pPl&Z>&yFǨRq8udNYnjxyӚ1P<AhwxEFqs 긴wF d&x7ʶSLƐyit܇=l)?siUcB'rc^?&:\v'^$*NDDrCQs=_]9c8Ο5;K*$]k۟t "mƫ^ԅ TS.O9z(0R[An܁ .-g"{@|_ڗPJ sxHfmc`c>v|`79lqܳJp~@(WꝉD)\=;am05!.Ӗ#‚CʙOsr=@I0'5t>mz﫧U ]fQlU)nfou. THh[&$;beERvy蛧Q2R-u_R@W s20{X,Td9>7zZJh̰}ywu|Do8T޾D{E,x D9ï_dv^tVPzA Mp8(BoDjM $,\kыM{YY:4c, ,Xkm,swgN7/*|1 <# 2jO$曫}kI*5TRO9>hQesL*# v#kbckG2/!ÌsUi\p=>k1zw]LcpܣId[uUN>>Q[)k" seMc*,vԹUɌ[a-ޛ@l炑U5~&RǦ~&dfuuιaN~PesˀJKMIR[$|0DmO}$ұop-5͘ ^:G8A 3bn=/?D GŇY f ڧɅ! bFtDbH.лvd3w֐6@?kAqQ ڹ.KKHh(xqqW^7(.%R3>5YixBKќγuDupDuQcd=opqYv~CR\R۳\ }&1!Å?̨rcD)A!>6R;%A窫ۭd j ?pLdzdh7N3_c qPw^sm]6͹fq(u§'td01^l3J6Bb*!}3VY @".RFŮvVXaWϲ`x`jOA$$nlT҃/IՑeu-BEgR>T#<յ.l!p71$pA}mG"Vje$,[,[|KGTOT/RcF~[Q5:Yc8ǁBɿ'L73tޛF6Q//HKh[">Sco)1|N"@sMvt/,k ±Ć<_ (1bkAxqٗMpwLBn L$/GW,)ᄳ)~p#x>Y>  N~JdžVш8ԃ4ͪtR9܍hc[k=8C!| o'[ mCpz9nGP9(~= o.ߐwqw鋥Lߏ^r2)' >!niX9,ZZҝ>kRb>.%}')v>U4RC6`O3,"+bD8-˫KZoh r FIPw".J0 V"|0#D!;VGweCȒѠ21ď!GجiCv{c濯 dgZt  c | Y|Fl2ar>.@ŽI C`@WC/HDc֭?/rX_6 |KWnZZwd,Y)!H9#O~72G,~&j'PtmIpFi(ئ>#P"W?oPpl6?bmq-PA`w 1|0SխW1=bw=n`ii ̺: y&>lWtz/[Jڷ n޶ }aLe,>}Q(dFw;Jj/;Qʕ n3nʔz8!78mk]*.A[h&ԧ {ύ*X諙m ڂ=5ltMѦ ,/ʻ8KF\3Jl(s _9terrO/۫qd8%5i8-j1ՉKkT߰nJܳﱊܜ% ns ~s>O(q!3uݵ_a{v=>ͤB(.=]l$@ [KlodkFmSuB 0=Ţmw[wQM6x.H>6|-jtbLHVs6HXjDzr[ D4a/e͌,o貴 Ec/C<\ Pم6#Շ8[;|Osiڡ|SMklB'ϔ\ίe>r±mJ^z=O%}[_;a J);ŷͦt萮C<X "lД\;V-C1{ZQ}k+s޿m,8dw)|XD(f~M p}q`lA2*}] vîC22d wXϦ|<{[P.x"6y6 aN0s"ޱrɸ$,3Q1L~f{73`ibqG]BbI9/$לr2$ٳ _(XT@a!-^j Д~ $P]aWTHbuTG*6Y |})̠7u 3h7W+H{PYw|=S#(BQLRD n.Z üHaT:zlu"hXjg* ?Q@ˬݬHK@DYS0L"@}{׮! ?(A373pbqL#^diosMb\_ ؇Ӯ1vhld6jztǔXXjPyK U6!l׈fU}-ʕ.•0ا \k̹r:{Oң99qoY8/(иqdDʅ*dLeu^cAĠ7 w [otR'/, }I"|=p/>+e+rt+4ߟW8E?(+BOj[3->`#4Jвxq?{K&F0I{ \L(B) !BzVs9KSp#“4K"Rd!rPa8(6&Jq^'s ~2 !1qF2^,<_ɐv*b,G}nyn^rv=k~[,TYд L 6%Ѭ™COܷ)!"-657{YS`$snlB{:Ia> ]zie#G,'5%V/Pk?aGsezλ& _: ž(qTEDGv0}K}#]BOj,`"| =7"$R`m@Vg@ #xQT*Fa(R8 ]R Bܲh l}\&+^cP-$@O<յr0QC}?pI2ž.ts"a>3L 'M!oyx*M5 yo@HYlZ72JyAin QnZiNd.)*/m(gv1oO :Rmo8#׃+<#;xηփanJml7:5o5,yz.Tc&fVuwu];YK{u`ct[r;]e޺J=僋<͆wdLΟq'3$ NvT.4Li2XozBDEpӖ}-1:6%nC.i_1Ryx7o>2}Y^ӗJ>г g .WvK*[0-yNSmqaM)Jf@ܿhiX"TظOc /s3:xBr 'fKZ ~\:&x~6"b׽5<I 'L:Tfg?4c{'Y Ó)L6KJ׋Z< MC򾃞W(m.]ƅ{p{pJP9hbɭ\7?KlQU A@GjT!IB>?І|>k_4 Ξ+k EYGV6IMr7a&m%XZRF5sxhK@;$֦=N8x_t0O5K&N=dIZpyIM_SJ$]܅ 2I OJ!7zB+[64&Ep\ׁ,P~MOe7 K>YzGŁ8?Rjn#a`Be H~*d!Tnm k~NԽ 83ԥfANEg ݜ8P5㬏[UPsxshMTz.ir~ehwۺlSD)(]lu-a5jo܂;wJoة[! 5%he e|)(;rL08%ՒA⢐TP@F ^hDϸkXvZYO)RLhv%$t&mmS{dzf/b?BY:{muj|( J)"Nr:p s5u18GL$̎=M@3 x7YȨG;('xtt9'5AD6($LbdP'dX]pmgVZ}7&덭Џ CN¬y9nAO w"5e\wzm!7#A%GDj_/=W7N-k3qݑ͊qƴ6R",l*5Uyn Yo&e"=v.#Mdvv"A p28VEaRsh8=FNđRu&3R Jv+| k,峳_h DaqN]7aқGUB&:Y? bVMy7CXx&wWy2bݎvL7Z+ 9Ȧlex%|MECO7]V'X%cdcC r?3_(#ЏXȯO8QFsIy(b A\&*Z+w V/Pca-DvôxK66o8㊖!}ir֝e kJbhKuL@ BJC!)^I4s"_Ig˥\i 8Mc9Ď cptOe8nFvFBқ݇Yn'd%!5Gi}">"3#l>Z+g^Q?e0*/@|a-Pn泒 $iuۏ-z8;Sz{h$ QJŢi=07x`~@[➧$瀿_V{9G=(mJ]h N pSS`km* Y H45??UFnEt"^+.eb*P)B3op^=v{Tjmnݜo_ֆsris!qvZCfW(cTwydh1b^#=m4B|0mnh_kH͹00p#0Y ?h"kp|?ݤu )JsF $cfHYoTv'^*P`?ҼU)beآ`l5ћ!@*qZŭWĝ#/*5&)pYZ(up6j ~2ɫ[HxJK@[Jf9~3 l[,Q 3O3@H%v=k%E",N/_-*r2z܎i{D0NЯn[IFKawBbM: 5&뎌^ȿe+۵ܻJ~ˡp3.Hg GBrM]뼒)+UQI*wfm cD< 8SÙ\M<ܷgaGF ~k0It!3!42 b ֟,`WˍxʗN.9NxՒ_A5X"n)E(rU]x3YQj= F,o\]pp5y+=׍%LXj7JO5lZ& . 5xpJcd h4ۚ !v;O&½c\/:MVQgDR0ܩa\5d'ҳ5dvI^Af#1B/t}-5%:7atʜEįmţcSPpNM?4z)Y Aa QPدE0MwovW@/Pk'V e% T> p W7cدDͻvlX"10Nm6R"9,}pzA;sP^P[jN|>B6xǍ E/C#vV&=e~%T=fZ>S^O,d`0/fk:!!oviImG=NGvDztvCE,Y4ִonCRg)-$4Xvl]7q!^ kW{ U ќֶc=?GUb"J^Jy3,\C߀@A 5g#^"p}Nv7a- >^`̥@Ľb?fG͈)nђbВPerܖsc ρ )m:PY ^6.m֬(yt=2`٩s쭮yS[AcމOSdZ\*jsg;Hp0yb9Ͼś06^=q,W6E *8^.NH8iIOrjn4R_|Y|lj#gM^`WՀu>l(ǒgX?ێ.0?,&MwQ*, %%d^Q_YLݹkLMܩ3B ׹n2|PJdn,b`+=Ie'*'g`HmFkU-:6DJ(IӸQrj3R*[yrPE~Mɏ]t>Iet }.;;ѵ}cQq/ y %J{$woרY :: Vm/ˀU?nfVjKw4Уϯo]O=JF[mA^-Ag][CK\'DXxhU9Mq4 ֒ fiAO6p{½ޒdVOpvxWOO5!}GZlr,/v/)ȼ,:#rSXo3-b٣q&X6L_ 7DQad0fPP}M[S%w|-[b aIX >vpxEB[9xCK]QlfD$FO7W5m7vz(2GB$aX$`Ư]FƢhN#tZm$v⋙omPV/");u#e%RK)\d]_I2Nac-`F@E+L; tKht+BAf(lThlD-mI|Q!ӱ3 5OAANEb͕[ R`6gThcܩ]9A_bg.M5}F7@CjI dS}?uVp@(?Ru YG`p/ERyi )>cYP~M/W0KPDFuN8z;]ȼϮqZT܈@oA(fh.^m?/əh|溑^4jrɹLRfht8t0 A`+HSN*W|u 6#ѰtH=r燵u|5upyїW !u9>: b񯲢΃G(kY{ )Uy>o4icKxUz#( xRwД{1R&(\N}@WA[Y(h@%sʋx6fi]F^ Q9jpLq|}Nz+tތKKp2(M*aZ_MK-Uo-\9fޜu[u>3  .BwE?QBE䱽ncRQҐVyXiS?ܕ& .}=S\О IZo!MҗhzDoՓ~@IyUc?: SxgHϧ{ܓ9-ReK,124GÞ#B~EsAocdwӚZz]T JPY ;gsׂ` 4|ύ-dO>pBQFNd@ꯖ] \rpcs $jl η bJdm2 8|ZHk˽VPQ] $Ǭ~<"_C]\ߺgߙ>C֗;1SacsF[5XˆAq~SZ\>{0Y !l_RHVz˼`j֐hAمTT@CKҘ/To]VX.1w GDW{Il2`< cʭ_O[ؓ<[kIR}JdT֤`&{ F Gd;qW[c?"Tx+Z3j{홨 [q1$U7v#5-[/G9oycze6Zu_MH((\i_ v_RR;){9vj;Lnd2 . d0w .k=p31it֏'>()7 'fLd ;A,ٗ|Gտb%?.VA''ތ*ܕGPiPT LJag`, h;Em8}5M,%R!fdg;t+( Ǡh6hoTsEYjg_04z 50)2@;" 7[{ɪ遭½Z>f2֍zSD9gAѲ0G$$~Ǽph[2 c)5x<1EV'aر׻}=@޶c,^ !B?q ;OA:~ @*U*՜!UUJm(,e݀JsK8-dzeUӵ ѳx7U w#)IU܏x(LSrǹ1E3+~#ŀol(˷(t/y$)+4&pFq5= !]IXE! 0LNeXDzCVІ Uac]F{q`uo8ᶭ6z50!P^=(sw/X'{oyB_=Y%U#GX5K8T Z})sڙ@XҀSg0{NCQx9$Xj UvG'R^(6?[Y(Ԟwwڍ[3kE?J(@q1W $A&6#N<,Ұ炼*3s23jsȠ0#lSdMΛ% ?u^錑 4'uOe bh}'/6/ .ecGk /-;wP \H8 .*jՏ)Ld/D]r{!ߺ b‰<&swxЦәO~Vz*  N$B0 GvH;UMV99$h>&FeA ZHeA}'}t[^j$OqZ{G4f4r4668Kޡ' l+"0cԒ[Se*8Q`庋+Jh]e|TB q:Ua9i1^ XgMF.)VAevHjO^tʓuCGItvgJ,[;b[JnMf$lSꘀ}qM}rGJ"/? n|Aנ@?gZbț^W.{bO⌬g e%MG7TyMY\p_wA , JDϳ~l;竵ksZ3큛"[?080olszF,1[8,<ŭwWD^wc`z^8!~P3;%MiFoTrEGHvG.F%AωѐݚށyzrIzw/2o 8כo(-M&FdPۍ|"Ix:ŻO4@G] וkY߸VQ4-zdpPp%9#3t&I O v\(_eB_|%f>u5+cZE)?k,F5feK/7U9+@(^ ߄[yktj}CB&26 \Z؂Aϣ?,TwC?D41֓Cg8WK've S_Y@2qnfAKd |q$4?USg`z3Ola:x wAB;At!i!A$5CqqSV^קO>j+%3*c* x8@Gn8 BIoy3 *XM2,f%w9-Ñ  $@屭E3d:Tp޲*lf;[4-I?!K[4VJYutCGzʞZ%6UŨ{-guZ67튋ݼjp„&/6RgH/7F[SCԎ\٠wO". bsMɂosY˹GOȜQ'g_%.3ݬ4G?jX{[,F0 GNueE 19(9~N͙HVwffk&\I~ /{nI,*SEg.r1'\[odU|qRSlsYxXU>&XS˾I͘v^L| (GP_CM$$v}"c!SV I}4Nq\OKKkJ q#7&epj$ZNp+8;ʦ*D^wYyW|eh_Q:Tۥ$?;2T "Jw3S6@6GlME)`F --q:Ϡ"T~%R$b8=gnr)2=BC|5QF/`=m Ԧ]mɲ`xQ% u`VjYb7sV0+g& .)ÚV5UmK.nqM(t~'VGA~͸aU.TcwnPb$lm9`-a7 k}!w0%)\nXcTp< uk0cR\m zT uAc{Z;T@7)A?vưј`ƾqiKyEhAәMCVn\ߌ9&|.w{ [Hh@Hü.vkftSA;:,9-ޣdQK!Z gµiΓ?^Rko?RyPX dwUP{,:7B~:N1+b/-i6rQ\q<? qY?寁M7/\ylطU"T> ݤq-,Q\zEܮ >/W>k ʦ"㛏83P#FVէW>j,ᴸ'SZ+wYMk)gOp =cScv$Lh3&zgi3ʔ)/%#Zƴj643z=J'5bӇeB :t fPR[ D̘<Ȗ|WF@H~^ǫ"Ŕfbdێ П~s .؍ȣϙPhZWpFh."R-SB#­zڴ֗$VF]5\5莍{5h*u=uUh^r.箢`RmjwauRb6h޻aI0`IO—zP8d>zF+*zjf-6{"%o2LWtA1w7 %"Ɵ$s2)lZŗr m YZ