libhts3-1.10.2-bp153.2.5.1<>,,a!M@eeeZýdČ?AEp@#U_n|fqnjv7066|qܺa @}),ڟ!n%Gnuؙa6\+f'M4XHCw֣ᡋvt߅d+ Z>lsvRsKO"jB@)ErJ`+9ahΩ3Фӓ>9Ƣ1V2~Ahj^xw/Gj4iz,09lZ/7 rUXkǕh7$>@18?1(d   S&* CTx~     4<l(8 9 : >-@-F-G-H-I-X-Y.\.0].8^.Ub.ac/ d/e/f/l/u/v/w0|x0y0z00001$Clibhts31.10.2bp153.2.5.1C library for high-throughput sequencing data formatsHTSlib is an implementation of a unified C library for accessing common file formats, such as SAM, CRAM and VCF, used for high-throughput sequencing data, and is the core library used by samtools and bcftools. HTSlib implements a generalized BAM index, with file extension .csi (coordinate-sorted index). The HTSlib file reader first looks for the new index and then for the old if the new index is absent.aobs-power8-05SUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgSystem/Librarieshttps://github.com/samtools/htslib/linuxppc64leaabb8ae3c66411dfae274f65bbe17f44d45582f18704cc5aa94de9ed93be2efdfblibhts.so.1.10.2rootrootrootrootlibhts-1.10.2-bp153.2.5.1.src.rpmlibhts.so.3()(64bit)libhts3libhts3(ppc-64)@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcurl.so.4()(64bit)liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libm.so.6(GLIBC_2.23)(64bit)libm.so.6(GLIBC_2.29)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libz.so.1()(64bit)libz.so.1(ZLIB_1.2.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a ^AE^:@[[GBYf@Ycl@Ycl@W$@W$@WWPierre Bonamy Todd R Todd R flyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.org- CVE-2020-36403.diff: Add patch fixing CVE-2020-36403 #boo1187917- Include baselibs.conf as source file. - Update baselibs.conf.- Update to release 1.10.2 * This is a release fix that corrects minor inconsistencies discovered in previous deliverables. - Update to release 1.10.1 * The support for 64-bit coordinates in VCF brought problems for files not conforming to VCF/BCF specification. While previous versions would make out-of-range values silently overflow creating nonsense values but parseable file, the version 1.10 would silently create an invalid BCF. - Update to release 1.10 + Brief summary * Addition of support for references longer than 2Gb (NB: SAM and VCF formats only, not their binary counterparts). This may need changes in code using HTSlib. See README.large_positions.md for more information. * Added a SAM header API. * Major speed up to SAM reading and writing. This also now supports multi-threading. * We can now auto-index on-the-fly while writing a file. This also includes to bgzipped SAM.gz. * Overhaul of the S3 interface, which now supports version 4 signatures. This also makes writing to S3 work.- Update to 1.9 * If `./configure` fails, `make` will stop working until either configure is re-run successfully, or `make distclean` is used. This makes configuration failures more obvious. (#711, thanks to John Marshall) * The default SAM version has been changed to 1.6. This is in line with the latest version specification and indicates that HTSlib supports the CG tag used to store long CIGAR data in BAM format. * bgzip integrity check option '--test' (#682, thanks to @sd4B75bJ, @jrayner) * Faidx can now index fastq files as well as fasta. The fastq index adds an extra column to the `.fai` index which gives the offset to the quality values. New interfaces have been added to `htslib/faidx.h` to read the fastq index and retrieve the quality values. It is possible to open a fastq index as if fasta (only sequences will be returned), but not the other way round. (#701) * New API interfaces to add or update integer, float and array aux tags. (#694) * Add `level=` option to `hts_set_opt()` to allow the compression level to be set. Setting `level=0` enables uncompressed output. (#715) * Improved bgzip error reporting. * Better error reporting when CRAM reference files can't be opened. (#706) * Fixes to make tests work properly on Windows/MinGW - mainly to handle line ending differences. (#716) * Efficiency improvements: - Small speed-up for CRAM indexing. - Reduce the number of unnecessary wake-ups in the thread pool. (#703) - Avoid some memory copies when writing data, notably for uncompressed BGZF output. (#703) * Bug fixes: - Fix multi-region iterator bugs on CRAM files. (#684) - Fixed multi-region iterator bug that caused some reads to be skipped incorrectly when reading BAM files. (#687) - Fixed synced_bcf_reader() bug when reading contigs multiple times. (#691, reported by @freeseek) - Fixed bug where bcf_hdr_set_samples() did not update the sample dictionary when removing samples. (#692, reported by @freeseek) - Fixed bug where the VCF record ref length was calculated incorrectly if an INFO END tag was present. (71b00a) - Fixed warnings found when compiling with gcc 8.1.0. (#700) - sam_hdr_read() and sam_hdr_write() will now return an error code if passed a NULL file pointer, instead of crashing. - Fixed possible negative array look-up in sam_parse1() that somehow escaped previous fuzz testing. (#731, reported by @fCorleone) - Fixed bug where cram range queries could incorrectly report an error when using multiple threads. (#734, reported by Brent Pedersen) - Fixed very rare rANS normalisation bug that could cause an assertion failure when writing CRAM files. (#739, reported by @carsonhh)- Better formatting of the descriptions - Spec file cleaned up using spec-cleaner - Update to 1.8 * The URL to get sequences from the EBI reference server has been changed to https://. This is because the EBI no longer serve sequences via plain HTTP - requests to the http:// endpoint just get redirected. HTSlib needs to be linked against libcurl to download https:// URLs, so CRAM users who want to get references from the EBI will need to run configure and ensure libcurl support is enabled using the - -enable-libcurl option. * Added libdeflate as a build option for alternative faster compression and decompression. Results vary by CPU but compression should be twice as fast and decompression faster. * It is now possible to set the compression level in bgzip. (#675; thanks to Nathan Weeks). * bgzip now gets its own manual page. * CRAM encoding now stored MD and NM tags verbatim where the reference contains 'N' characters, to work around ambiguities in the SAM specification (samtools #717/762). Also added "store_md" and "store_nm" cram-options for forcing these tags to be stored at all locations. This is best when combined with a subsequent decode_md=0 option while reading CRAM. * Multiple CRAM bug fixes, including a fix to free and the subsequent reuse of references with `-T ref.fa`. (#654; reported by Chris Saunders) * CRAM multi-threading bugs fixed: don't try to call flush on reading; processing of multiple range queries; problems with multi-slice containers. * Fixed crashes caused when decoding some cramtools produced CRAM files. * Fixed a couple of minor rANS issues with handling invalid data. * Fixed bug where probaln_glocal() tried to allocate far more memory than needed when the query sequence was much longer than the reference. This caused crashes in samtools and bcftools mpileup when used on data with very long reads. (#572, problem reported by Felix Bemm via minimap2). * sam_prop_realn() now returns -1 (the same value as for unmapped reads) on reads that do not include at least one 'M', 'X' or '=' CIGAR operator, and no longer adds BQ or ZQ tags. BAQ adjustments are only made to bases covered by these operators so there is no point in trying to align reads that do not have them. (#572) * BAM: HTSlib now supports BAMs which include CIGARs with more than 65535 operations as per HTS-Specs 18th November (dab57f4 and 2f915a8). * BCF/VCF: - Removed the need for long double in pileup calculations. - Sped up the synced reader in some situations. - Bug fixing: removed memory leak in bcf_copy. * CRAM: - Added support for HTS_IDX_START in cram iterators. - Easier to build when lzma header files are absent. - Bug fixing: a region query with REQUIRED_FIELDS option to disable sequence retrieval now gives correct results. - Bug fixing: stop queries to regions starting after the last read on a chromosome from incorrectly reporting errors (#651, #653; reported by Imran Haque and @egafni via pysam). * Multi-region iterator: The new structure takes a list of regions and iterates over all, deduplicating reads in the process, and producing a full list of file offset intervals. This is usually much faster than repeatedly using the old single-region iterator on a series of regions. * Curl improvements: - Add Bearer token support via HTS_AUTH_LOCATION env (#600). - Use CURL_CA_BUNDLE environment variable to override the CA (#622; thanks to Garret Kelly & David Alexander). - Speed up (removal of excessive waiting) for both http(s) and ftp. - Avoid repeatedly reconnecting by removal of unnecessary seeks. - Bug fixing: double free when libcurl_open fails. * BGZF block caching, if enabled, now performs far better (#629; reported by Ram Yalamanchili). * Added an hFILE layer for in-memory I/O buffers (#590; thanks to Thomas Hickman). * Tidied up the drand48 support (intended for systems that do not provide this function). * Fixed bug where iterators on CRAM files did not propagate error return values to the caller correctly. Thanks go to Chris Saunders. * Overhauled Windows builds. Building with msys2/mingw64 now works correctly and passes all tests. * More improvements to logging output (thanks again to Anders Kaplan). * Return codes from sam_read1() when reading cram have been made consistent with those returned when reading sam/bam. Thanks to Chris Saunders (#575). * BGZF CRC32 checksums are now always verified. * It's now possible to set nthreads = 1 for cram files. * hfile_libcurl has been modified to make it thread-safe. It's also better at handling web servers that do not honour byte range requests when attempting to seek - it now sets errno to ESPIPE and keeps the existing connection open so callers can revert to streaming mode it they want to. * hfile_s3 now recalculates access tokens if they have become stale. This fixes a reported problem where authentication failed after a file had been in use for more than 15 minutes. * Fixed bug where remote index fetches would fail to notice errors when writing files. * bam_read1() now checks that the query sequence length derived from the CIGAR alignment matches the sequence length in the BAM record.- Separated the binaries from the shared lib package- Cleaner structure of the spec file and baselibs.conf, thanks to the amazing help of the packaging mailing list guys!- Update to 1.5 - Change in SONAME, updated the package name to libhts2 - New dependencies to libbz2 and lzma- Update to 1.3.1- Cleaner spec file - Added baselibs.conf- Changed "./configure" and "make install" for "%configure" and "%make_install" - Moved "%_libdir/libhts.so" and "%_libdir/pkgconfig/htslib.pc" to the *-devel package.- Initial release./sbin/ldconfig/sbin/ldconfigobs-power8-05 16291268871.10.2-bp153.2.5.11.10.2-bp153.2.5.1libhts.so.1.10.2libhts.so.3/usr/lib64/-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:Maintenance:16823/openSUSE_Backports_SLE-15-SP3_Update/0429a4e037a94dc5977814d7649bc723-libhts.openSUSE_Backports_SLE-15-SP3_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8f7bcc7f6624ac0421e9bee7918623531dca711b, strippedPRR R R RR RRRRRRR R`jpa UEMkutf-8e45254587646d9b1b87426cbd119b8a51bd71b12fffe8e0308452831e3852017?7zXZ !t/x`]"k%r=dBFaܚ&%gja NuMP <81Y^ R{ba&ݦy[CqJ2g/; Ս!9WTQK9CeE: /,7}9!zrwUނ ЋX&G*';~(Hq]M-: a\EJs\~PPlZ! #7ZJ;*'_]rVureQsic0+`f8+QeEL<'8&T/UMpך!Dl`Xj}1Dł(9 j7z|t%pݾ{1JBF>Zi:Cua7(̇ $^Hw>l~@"-x(rE.2:]w₊((N\[yigq(l8-z) rI&g>uhʳ!ïR"Rq:1Ǥ1pT~Q2CYUQ.2\u71&'.}k!qΉ#'>T>*A %w0p;cq\uPzoHCFw@S *Ē?s9v|{9L=HoG>lR҃ϟ9},-Ĩ ^w`5àChiheC NM0|G3ëƂܾXpXlpV6ؒ7 *o&ETǫ'۱G+D էjZ82F,Ӧ*d;*Sw-L:bJ+i׽AHG>I 2~;X鋺{AYy8~ {]2ӕVfhi4mbiwȒޅ8QxPֳՀρwиk@\{)/*SVy JKBN1(@K*`kX<)SFmemm}X<ƈv8u[ _3{Ac*dJI$awc0@/LHȝ+1nUOڭ 0Gv+( \\U24n8l:*$Z Y:1-2nU aLJH"qv){O_Y9RyT8w6aZ v,aqv@^]bņr(S{-VBka`= )% Zd5cE1c?ڼ؊ޞ\UoI/LE 6{UtVN@bf"LpQ eꁝph=bÃEOJ?~L+EGpjMZ(ńlx*-;Fv︧0nwPyUThrO QZET*_#:~_ U.> rŨŷU3qʈZk#H> %5$wBimcwb.IUjg2 )br/PXTG="nwyDU9 m핌R*7Y* {gr;QeEcy '*a^0uO0aW/ ;ҁDʊGbs mNtO0^(\uh޸\%p!/8oB6VH\dV+-y4ͅ86;!gŔ&r_j#IF)y(Yf-b»ɢaI$Jlo4u-+,#^sHvP)LG㍅xkts~fj&aę1;ZkU꪿P%ORjM'39!^K,#D˶y{K5e[|צpJ ࠙kM6xDiy-hVW $)Kd=ϱD/K_f;sL^g]_Ґ>>vsԞ#[gmHp\C  Eq;ݎєqRnbk63q{ŠPcfw&~y2KU?p,NeZ>]lY x0Tخ ì,M$4dk*D~'oؾa #A*AK?jmuڈߟh@խW9jFj@(FY ( m8`搲K) Of S[[\?Aqe~̶03K{mKMʞ"!eԱoCVMvXkBz2WzS*'준>L y:Fr9'Ĺ`z.rL8cR޾yHH!@ceL^N꫕OUylQ`ߐuF\n`\1ɼTh#̻K 86cbXEON{s*)_嶶1(I/&f ajʎ3XE40~l|?]ClO]2u݌^Ui%V8(2h,60+~~gloj+,I}%6࢕iK @0zr훘* %µW >Tɵln7C-mt9 ٹD<K ҩjf~^2dw:!%gLDi0:$9 *TkyV( ^;< #& imz!lQ+c텂#ޔ7%V a5H(>+T_tH{P{h3I73:c2 eAS~*r;܌chqeȁE(/UBkqyTs'jX3iO+Ğ;S⁨G*nv@AGQAVc TŚgO4PQ?j2 toǐ+wICW#$[jeim,_+; 7e^Fq7>pdn=rRܮ9TaA). x@ЦيP2o~rn:oJ(-,(f WQM3c&2b0­̓lFj'SFm)3a޴o{\o4t.-9yU^ԘCzُ9H} h,E9H b$B?=g%$nk΢!Y6wLLsm}7ܩ/GD +aUO#CނW]^(dUEQ"*mr1O\#zVڈu}+'=f;:[{+W?'n'>yLj㈓OKb" ۖ# ;ڕQ&7-r?;"c+>媻8#5D׳PϞs-Be2-b=a$';DyPQ 'aVy i](6L s|lǓ JqK>z#HrY Ve#O9u2`OL{W} x yO:&?Vv|]S6yA'29Qgdi'FK 0?Rި&Af6w،3l6FZ] 6*VeReHC"!O_eVj9.*P+CB7IS_曨D@{,u8!X4QٗĥS9O}Oy@@tL]zH@dH^?emk&At$ߑ };ȗ5j`5J,®? /Va$<7DOfUIu4đ=UƜ7qq |#8%ىRdQ2Qrj\% B~|q i˓gz cox'3MV}^8U\3 XHA^#OO`_FHMgpF%p:(^( qa`ƒF+r({_+6,ŭ *qʁ6<0hV,IJHsn7N|;Nc{*8F[(yY%&^^!yi O7Q\$}*@MSHnHQ_9a i+LƧGd=;MFX1WE%c(s+L^@=uJ?%/nU~!3 pQadB9g"i BN/c)ɟ 2MrơDD8 c;leu ""=U^lgޘ-sO4Lh+%cV+/"rwʭfuS0;r$F߭6Q%a(8s^~7+]*/Zmx.tKj̥8[Ȕ5ʑV> Yj'|uNb/*\O_sVfW<3D9<6q/Z?Ÿ^iWDm:lgV7d qunѨζ'!Z%/4vLT'+9K#E#[_Y֎ JlFfZ8:$Eם~Kr'xa9%W S>`}#|p5j_b>ŻÆq3ֶsO%n1ohA]`?4+!pO\_dE*NPa'cQ,R'iGm:OѶlyEnP\_uqtos/Zɖ l9I=+*}ګvsbR% gL&4xّ|eSI h0޲n!0ŗ_^@ESx)9#/, ;ݙ$Xؚ,ȠaSŜ%PnÖU40154qwsܵH# Q0x|<߄>{RLeWM A@TAQQnW;ҵCk3((S3.,7WsYX-9ޅ=i :MNlm@.Sw҈$+fsOjqWX|QOcl eKg4yq)5$ {YeXk*IKM R#1+.Hr֪М:♳2V} uQ@0ЄLQ٬WޢhOC$+,u@4d|'PױZx ?[ծ.!)g`gC|UQe_ ~%7l΢PQJj1~C8nm 0VoՇCF _ZP)w*>+1a: )^ٟg4Y6v? )]DjBVc,GAfc0(l`b/:m@"4bxVӸ6| / &/q6519ɿ 3x|L;kW 7ʎtLX-}o對!tRYnj`of}^a1{LiLozm/O= ttg2pXaՋ'n(+'Z8$<3I~(o$fPu;Gih.dv i{RHrX \v6 K5&)MyBUَy#\L1\ XYQz ) M'iL_ kP1-KĀQή366z2,ql`mnlMqGřČp؋8K/򗖊h15cmr]J/J+Kl~jOU%۲<鰔Ô\q|T=oL#ArJˀh{$Eaꖛ Dp=djT=̇VܮbMu^S mËUXA&(Z&`a`~<{_쀨:AJּח IJ IzI]|qۍ\A`̾F1з ,Ȓ]?`VN3=쟆>58Stp,, !;w"sFZb &Nw)_^6Pa5ve[AnC3+Lۇ"]|cYJY~ڕ8QPeAMp^D ^A*wIŵ m1 ]Q9K=Ξi&6ZAj~]KgSub{N>5ѷZhO~E~@Y$&̌E啿;Onh6r/@i`d9 ]G NG`z7΁q_)ghխ|~`Z# CF-yBd">Sc%=*9xUbx&?C5eЏ#bLf!|+Iuv|z&zl06.B 'e*p29i8)L5䙂-Cw> @ܡMls $">56X; 04 0Rh|9Og]cR}Fg[A+iyQ(!zˠL6+B<!xyrci5ƫ]}a*HnBhn%lGUƖTφ`cM4~EݴL[y%nv[}#z)%`8&kMSf'k3bs3x|jv8Zpp~;pj$T׳$FD=ֿ~T+sFm5C i9![z/ QZ3cb;ׅ1¡gv8ds6 $Ror|Z5ώ`f»IO^: KNݫlx 8z)KChc%f bVsvՓ,?,Q܈+ODCxg#e8;sU*yo  Cn%~^YKLŐRE4 ?|0XEaPGjpls;2LIR=!CxC.P aH v2XUjQgꬒ"A ^r֖3--= QnAX6E|<^[(N!(}@Sȏ0J}}_*gDw<<~e"?D6IT({ŗh$2>uKU=%}ŘJڱ>k= Ҙ>)x)4"Xf,Pddw޿=r>?O@^ sl׃Il6wv.`) ]M5_3dqL]l.tH&rǗp̭b8S*sSUܨx=B`p^($i,qb{ !o &x>u!Mxrv/^2. "W/=4LH\. VpNAK%Έے@(=ӓ~&>Ӓwgn@<>~j:f\Ŵ]o}yҡ3VN1YUM5&C&ٸr+N? .&{U>1|$+5>sLr0(O%P0>66j+1{pl or;/8QD;Q`'5[%')^4 Ks- YT\}+Z]bG$XH2=i)WN1U}W1|rrK*Z(E垁~^x *V%5uJÁ52l͍o,L(U=r.5XT??dluĬS_#5*A`߅8G7M'*JRUV=R8*>7@AO9F͂¶p.BYDq+[ OQ8vʡ[=K8: Z,/1TqE-uj ^"V8T}o4l8acZPh~93&ttg?Qn^.ºf'cޛ|EI3f 2,0"~I-Zbݳ33͵XIB`^oP5`909%PuhnၞWV7i{em@0LdWEs]yREvsk?^#|GqQpBAͱƨx0nF*[e+Ix}7( .jW OhY '3-Fy$*ו.5Z2LfsOG,^>|hp9awX]=笳EROGHaZ3WQ-c|Q*cSn.t%<=I1t[Ox[oT Y ueLs`25 "ld\&_Vxg̓ !]^4=*T$5;=+ዞ~zAgЇ^ AݒM5:+GIxl ¹R.Fj!X2Lؕa%xdS,ߎr'@/CY)ujxmaS[t0Y 7W>8?t>!$$Ώ8~xN;T.?}O#u+drRK5TG]1 |<FpY2o m'b|`bWI:&!oVT0~v9.y.kB!ß1u&!a${mRyme`tܶ*tLX7(H6=*F3mпp?ꞓu5~ »l}tdVcǶ@-^6VR6^dj\QRiQ*0Дy cbVӳ.N͙ŻJ;˵Mp0@%|^P*ށsBJX%~?ӠFcP.f"D&mޛn={”ki OkD>;.4[G)tAbc9ߔAteQrc+OvobyXC/aLox~oX}vbA) ' \rv~=kKWt T< Kڽ\::[5FF 3~TUe%Q(Faq{IYe1d -MH<4-.=(XX%83UsSuVIF|zՔ/1WgfE\JIt4IePjtLQ*CM6VnO1uHJf*PX@{FC924W) An[63 Ib[Mþ M@{wQ'i.:F!f}C'Q,hrޚ8j#a@dtwx;G%-RTeX~󔃯`^S~v31 C572nDE]O۾ukve"&' ލی6mFoh?0TA{u@;p1I;} @$XoPxh]Gݶ;^OX9s\ NJB6 J`s[h4 6=+r<5ajPTׅthAOg^xHޔd: F'QlT9pvm.̼)3k*m(8] Vp lVTaE9$>ѯC->J P@DWxu5>+rk?=7QKwwzwG"Ҷ$hFt I4ouZf#o(r8rYfɶMTHNK͗dq O@#qs'VyM4|+%P{6xG(h6EFK: \6`T`%l2*yvCdE #m=>[8n;WAk T@{ź0q\6waQ_zف^/CHF78rN#vcp6>ĺEYM<q Bh$L;Iڻ_M/9mCrǦeT!)'EP1磂TM[TJt\ll XFq^[OM9ߜ0nN֪OHb`/Tv̀ѣ-( +BNpWbag}NcOX-Ce"{g vZ2q1lo@::-hA_}"$a5#\#u?,Gx5-W eW_ߎ3D©(c[*ULiڄxyӣ9(ԚY]ƈ98+} p.BZʕ:䦏J"( $&g1MNIʜZ8mFaш9xm:Y6~m)<%xX.yG57wz-Ľib=`M9GlǀK+ 8sJx# j>!ZzVZ@f4ӫmj&i%ǰ#MMYHFO$&AEĎz )_e\~ڇ2? j֘gStUi@^9L8tm7[a~ K*Uv1\"oa@mc BP+tZ2ůvFD`n*z$4R60'(򟴃Jh>cǰA 0JT {ܑ}^zm\Ot;_S]St4EbɊo#r\ k4܏!ڲL65v7|o_M.E,Q48(cLb6ߐXA|68q\`A/a~pՍ) 9.bX?%P6L+k9z}/C=!zt}XTok@Fn6?E¶T MZT$w? HA۾,x"FpOQU#:ȚցfЊUZߏƶ|ts+eofY:&y-wSw5zrMo2va16_9F#G4u!U5rl (Fm0T}E36J J浥tzυ$2u>Q)20LЋp.'eK㥵0˶̺t>οF:@ȒqJq;|&ZR`&W|N5[{‘F_W˳ìzFO[:_t ɡ1/a؏8{ܱbVʷH!, 6+/ ET^`cLRr`qi#B_acUܟ^|]+. ؤ?=c6:+f>nlSO|Wij{Uc%FmL%tE[vjnM%MlC$/Y0&s%Dawl|:l?S\zdJ@YG7ԿarkGFٖTbCPk-\mܛ'HʲEu(~c~S*Sg1|{K6/H< Fb&TdBހ3BjЬ&xeq䯣q Vq)h6tG~0 sFwa\̚6 4pRqfДN(oW}\ʹ<``SɅeaQ:/u_6Sq{&x'@ק 6ESs7iH![jص| ] 3~"-^i;ə8U=h9wcK`"?1aBA!IP9Qdk)uɻ~dіm\oOJE_>DkJ6,"Dzw;dOVn &|^KPW.P$zw/RM^b%]oXnGbPo*>ikC./?m tUhZRg,X?Q@G]rƨ6[e :2:4{Tp|%)vCjxAVc;'Uې1( R$ ߈sr:ȇX>xVR^Y^rnۈ<_2thB݆'WPl+ ѱg&^l eMQ;.*;Rþ@$(Tȇ `ROE APRZ]l"J{*4h)-\8b3/R?zT`W E&@ִݰΫq 0}(>֙o748,5Y6GoL~(Yk5άC ;@<Ӏ}>:\XRڒ0jsa8gƿWJ LFiCqߡs{\UL4Q}vD1ɍF%bΣr] o*ch(b$| j_! ?ʓ7%n| bQ|d2[Wr=Wq!}|^}i7ӣY \IUXKdw*%!y1L:'iV9$ȸT:r!Peqɓ~KvƃsкUgJ{>s˹VxHf* ќ֑Pmr4љ ]c."e BAw! Uvπ*ጤEe5.wdـl^sDi=S7TGa|aIYd|4/*o}iYبXㇴuңEq*T0vo>{e;V;C/Sx.($T}xn\EayU@=7>}hnFH<ߦg[z[GcY(&h0M)R ]FUU^bCa-^ ==t$xa‡1L8xtpSo(a $:OinK3:K 9kJpr 1y 0cZ;cz;g[ ϻq&κO ~[.Jș!qܫwyB>[- `3~͐;9o)2m`n,)̢:" lL`:>WG7&dOK6~%kgNmWs~!a+ũCVaEbxyT%zQ"],q%/Ἀv DXHiP=5XpY}Bx :m ,xRkEbևew#E~Y{ v2?N3^H39(uzj<6,&T)#BxC;pNޥ5z ry>!M_K^T8'e$®σ =>Q~|93cI5.mS aM{3+Z/)ꂉ;' sѾ;R4ȶV]ɧˀS=C\nG2?: lPm=HMy525ZmQyٌARu>FnS2oP.2)hZ2]OM]S4҅otQm}9Rk]ZPHEKf{Q'x=Ht3y9u ζjH .sF?%:41U*D L$Qk qU p_cЦ}/>QT}.V=R>$|ʾY#pzIjA%GzH٨BCӣ[x{OKaXf[M :rWӊ_ Ժ5Aύ {39K (ǣ |9u`˘:WAb4KVX#z9ᑀxgIH#{" =(N|fE%K, &ױ3ۂhAFoo Fq,KU/(oЧ iE"05BqbఝngbmΜd@^ٚ Է3ղAҿ|ɑA쏠1-VO?D`ˡnb_]uMpAh w4!DӨ%o,]aEAzAt$nk6l\'U^˷+BTB t6Mg7e‰&ZşXkM@3v.%B3 +֫Ɂ%YfKeBU P2M~ɊP*+/MKȡ,P*edȋSGBRE8c٦u SpR?ރSYU~t {6,CT)3)"+0.)faz!CQZU*/ pD NŻR5{UIM",;0*]iuÆO1ɜJP7f(A4-{朘eD oʎkB.( ʋ(:=$ dHoOr-O GdO\l1I{kX^w!E?>y3ƞc  V_o}ᙛJ}ww9򜬠dS1f%3žhW"<Ӵֈg=ѐ+Ǹn}ME>"ܚW7k"4ɒd.1%$Cf)U:⒓䋪,ًi8 tSAH odzsawjd$! uZ!5^F pxO,A*e˪ۭcY3+ 7Ŀ9$Z!U?Db7;PQ!t&Q..w2Nk=Ex#ZʪKui_ 9]԰P*et.ɏ"axު"u 8ģ`=E|_z,GܭX ##UjbkbAA|zKr- DJimnE< YH eKXpzN׈lPC*Y~B^ U#I˚#.PԜ sD,r:`aF*,4Z _O %܅0Ap2Sc4f';1&kL}v_Rks7ՍVUjJ|ZH*`$# ,깏k{l3!ܮi1U"V-=M\.=@cSXPT!mr&'}l`WkpQ~٨},0WS{dczoO/< gRHtUB `.,v醧|x{2rA q>v$;)G)zPuߴh_b0HNˋI} 0VwpAa\B)nUĞ?5m1YKU]l:A i=0_385vii,EUh˨ WNh:CzM\CJDy+ ekO(drb#G Q4Uk9lӦ* t} ,˃~0BdnыLIpoǂwvL*lD08ã$uӀw,at/z")ST%"%T%^zBǺ)CCn3}h``T?jY_dG<;P|JunKê<@Aea1%&6R} Ò\<^s1'Q!n mF8+NP( (_r1oJnUAJiOnz/ M+ouvRN8й$kj*DtJB_+Dvmx]r LeDZ0[/SsLKJ+9IpAqrzwn8ӿB?O+,Vnz׳.ރiU4aP|>/Yg2Lԯ'#ò`v1 ! I+QW*HP3O5? H@2ȸiࡷGKuZoBp^0AKnT%T{ Z9|+ncWH ' XDHSOe< HTAOS$YѴh8N%P e$.N QFcї9^Rr798v?ҝ0uW25Ԣm~ϙOKt>4EČ9Rpwȳf8t^5G#4AQ IB&PX܋&Y^LB򹎱"d.]j*0uA~~0;pHāOqhFňU C8|lctWj ehd|[{֨kO[L- wb/E߃'1i_;1Upq2ӯC4p#bRԴ@Q趎j6Ў4Ne]q/|wxX'7g l ?aVbH%TL3Y'48fByP=EwZ>e8Y \ݎaBt%4)Gȑ|K$ kʠi=<+߶.6Rݓє8F+%Cx6~QuH^([CcQ9ܦD fu}{2,LS\Iu?`L;KBlܝ,s;gz>ѣPSA_ J6z2Qn)_c&îU 2׌~baa@roMfNS{C3^/d&sWwkċBHDJ`n4.1^dkv Ћmh|9c/iϸ36T|593EMl*=]vɸ%[6RŹscT0Ѽ^p`0/Bx'ɦ):/ "% A/F]01pzg<]+ثZ_q}o2eA;W1=.l+BxrWU0_*`F%8em 4@#3OTΈT>og3QǛάp۷x,şshsÏayjY`0+ #!%tv_=31 BnHDVJvCS|=HSOI u&d;iu(i|;"0kX~dq3*X ^RM,_erI-=1+ *$b56l<#>r|ĔّbC& 7jΙ h ,0OlZz?MCSQ4uǽOd!s g82>1%#nڌljLda杰r9ؐwF&PZlcz@yLpwwKE/Y`E?01uIt#!}N>54S6 A ?O=;ޅe#g#!y]C\^2  5JrFPJOYL!>p,>:/l8txSG\y)- 9D9  KզZұF|K;M7ǾM>[d]cXhu3ǪC&]tִ/%'Ezy+#ΐڎضrS, zs2Qh :} gBr?)9>?.}ؗ@]:{Rn P{,ђdPF$HWXB+18A-'GкAZ;"ʚ|UuPq[X 송 YZ