libass9-0.14.0-lp152.4.9.1<>,x`a@/=„s8>,rc&6T3Y ? ^Q)X"߆#06dcyfO,77BF f,-ĭQw?ic[Td:p뾊/rϊa{7FR@LaoXP3մ@#?#d   N ->_elt x |    P7(`8h9:> r@ F G H I X Y \ ] ^!b!c!d"Ue"Zf"]l"_u"tv"|w# x#y# z#L#\#`#f#Clibass90.14.0lp152.4.9.1Library for SSA/ASS-formatted subtitle renderinglibass is a subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter.a@lamb28.openSUSE Leap 15.2openSUSEISChttp://bugs.opensuse.orgSystem/Librarieshttps://github.com/libass/libasslinuxx86_64.a?a?19d189f99613c95c8319d9c6c7c577466d6c4c7aa9addabfe392b911249a51e2libass.so.9.0.2rootrootrootrootlibass-0.14.0-lp152.4.9.1.src.rpmlibass.so.9()(64bit)libass9libass9(x86-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libfontconfig.so.1()(64bit)libfreetype.so.6()(64bit)libfribidi.so.0()(64bit)libharfbuzz.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a@``PZ#@Y6@X+W@VVrVqR@VetVQ@UTr@pgajdos@suse.comMarkéta Machová pgajdos@suse.commpluskal@suse.comidonmez@suse.commpluskal@suse.comtchvatal@suse.commpluskal@suse.comidonmez@suse.comjengelh@inai.dejengelh@inai.dempluskal@suse.commpluskal@suse.comp.drouand@gmail.com- security update - added patches fix CVE-2020-36430 [bsc#1188539], heap-based buffer overflow in decode_chars + libass-CVE-2020-36430.patch- Add upstream CVE-2020-24994_1.patch and CVE-2020-24994_2.patch (bsc#1184153, CVE-2020-24994) * Stack overflow in the parse_tag function in libass/ass_parse.c- security update - added patches fix CVE-2020-26682 [bsc#1177862], signed integer overflow in the call to outline_stroke() from ass_outline_construct() + libass-CVE-2020-26682.patch- Update to version 0.14.0: * Brand new, faster and better outline stroker (replaces FreeType stroker) * Remove option to use the FreeType rasterizer * Fix spots of missing border around self-intersecting shapes * Switch from Yasm to NASM for building hand-written assembler code * Clear font cache in ass_set_fonts(). This fixes potentially incorrect font choices and an occasional crash if this function is called midway through rendering a file.- Update to version 0.13.7 * Fix invalid memory accesses with BorderStyle=4 * Fix change detection bug on frame resizes * Fix cache bugs with border size * Reduce precision of border width in font outline caching * Don't treat :;<=>? as hexadecimal digits in color headers * Fix parsing of unusual Alignment values in ASS style definitions * Fix potential truncation in timestamp parsing * Treat negative PlayResX/PlayResY like VSFilter * Fixes to parsing of embedded fonts * Remove arbitrary bitmap limit (fixes issues with subtitle rendering at 4K) * Allow using shadow offset to adjust size of background with BorderStyle=4- Update to version 0.13.6: * Add Justify style override that changes text justification (left/right/center) without affecting event positioning. This breaks ABI compatibility with prior releases. * Fix ass_set_cache_limits() to affect total bitmap cache size including composite bitmap cache. * Number parsing fixes + Fix illegal read when parsing some numbers in scientific notation with huge exponents. + Correctly evaluate numbers in scientific notation with large exponents. + Correctly evaluate numbers with many leading zeros. * Bug fixes found with fuzzing + Fix a small memory leak in the parser. + Fix illegal read in the parser on specially crafted input with \t tags.- Update 0.13.4: * Fuzzing fixes bnc#1002982 CVE-2016-7969, CVE-2016-7970 and CVE-2016-7972 * Improve compatibility/portablility of build system, should fix e.g. compilation on Solaris. * Fix memory leak in DirectWrite font provider. * Fix the rasterizer when rendering some large outlines. * Remove hack that forced RTL base direction depending on font encoding. * Greatly improve the internal caches with refcounting and gradual clearing.- Update to 0.13.2 * Add ass_set_check_readorder() API function to disable use of the ReadOrder field for duplicate checking in ass_process_chunk(). * ass_step_sub(track, now, 0) now finds the start of the subtitle at now. * Bug fixes: + Fix an issue with the new duplicate checking, which could lead to missing subtitles after seeking. + Fix a crash with Core Text under specific circumstances.- Update to 0.13.1 * Much faster duplicate event check in ass_process_chunk. * Interpret negative timestamp components as actual negative numbers. * Look up fonts that contain PostScript outlines by their PostScript name instead of their full names. Family names continue to be used for all fonts. * Keep spaces in font names * Drop support for Fontconfig < 2.10.92 to ensure correct font matching * Fix some small memory leaks, potential crashes and bad data uses- Update summary/description- Update RPM groups- Update to 0.13.0 * Add native font selection backends for OSX (CoreText) and Windows (DirectWrite). You can now run libass without fontconfig on these platforms. This fixes problems with fontconfig behaving badly on these platforms (it could take minutes to scan all system fonts). Even on Linux, this speeds up loading of embedded fonts (such as provided by ass_add_font()). The DirectWrite backend only works on Windows Vista and later. On XP, fontconfig is still needed. libass can be compiled with both DirectWrite and fontconfig, and then it will fallback to fontconfig automatically if DirectWrite is not available at runtime. * Add ass_get_available_font_providers() API function. * Change the 4th parameter of ass_set_fonts(). This now selects the font provider. This is somewhat backwards compatible with the old behavior, but if you ever passed values other than 0 or 1, your application might break with this libass release. * The ass_fonts_update() function now does nothing. It's kept for backward compatibility only. * Much faster gaussian blur. This can bring a large speedup with big blurred signs and such. * Drop ENCA support * Bug fixes + Fix compilation of the freetype rasterizer (disabled by default) + Fix rendering with some cases of consecutive line breaks (\N\N). + Fix some memory allocation failure checks + Avoid system locale dependent behavior by reinventing some standard C functions + Fix rendering errors with strikes (GH #193) + MSVC compilation fixes - Enable harfbuzz and yasm build requires- Update to 0.12.3 * VSFilter blur compatibility changes * VSFilter color/alpha parsing compatibility changes * Bugfixes + Fix some potential memory leaks and crashes + Fix large timestamps (larger than about 600 hours) + Fix a potential crash with the new rasterizer and complex fonts + Do not apply user-configured line position to non-dialog events + Strictly clip non-dialog events to the video rectangle - Changes for 0.12.2 * Add extern "C" guards to the public headers for C++ compatibility * Improvements to style override API and implementation * Bugfixes + Fix some rasterizer bugs of unknown severity + Fix a broken memset() of unknown severity + Make timestamp parsing more lenient, which makes libass accept invalid + files accepted by most other ASS parsers + Increase compatibility with broken ASS drawings accepted by VSFilter- Update to version 0.12.1 (bnc#921212) * Make ASS drawings with an extremely high number of control points work This change increases compatibility with VSFilter. * Bugfixes - Fix a crash when using newer harfbuzz versions (GH #155) - Load embedded memory fonts correctly - Large shadow offsets rendered incorrectly (GH #142) - Fix incorrect closing of last drawing contour - Fix issues with undefined behavior in shifts - Lots of of malloc() error checking - Update home and download source Url to new project home - Add baselibs.conf in sources list for Factory/sbin/ldconfig/sbin/ldconfiglamb28 16294544000.14.0-lp152.4.9.10.14.0-lp152.4.9.1libass.so.9libass.so.9.0.2/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:16843/openSUSE_Leap_15.2_Update/3e567dba75018d5e3e1bd9ec2e49b165-libass.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1ff17e81d5467a87b9fb9600de09ea9d300870a9, stripped PR RRRRR R RRR R';S/Kutf-8c934428c2f903e400a7c04936382c59da096aada3362f63ec6f37075116955e7?7zXZ !t/P9]"k%ndnΘ4Ofo_^by]wᬬ!gp3l@bteEesQcn|5:Xf # dO&+hF7BɝDw8i8@79Hr$d\.oRߦ{Y/̹ x 3;{:|'*9Fo8cj[e_bE~wصd`ӺPKJ;}n"ghXZ# 6%^?2 6́n0}ܒ+'o 00OM ricp:u}y.s{E\TQJ~UEeR8:0S6pQ"wb~&ͱ;. ()|!$6ͭ~~)9mq"1-ja:mep$֒ /Z8c\)f,  (dݎ} |f Ȳ9Jg 'p Xhf٬5Zd5]=R@ qb~YE>g3M!*;:"e~-)~p r_>U'X;ZcZI`vHWB'ҘC+&#b `n0(:+RI?PBX`QNtǺE+]^ث&]k.u.g9;HmYctK4t gSͮ&h\3E53w4Hu^n`lÌ`c-Ds+8;q'sds\/Rň,4`shˮXF}H BYCzgPRЧ[!~7K˒i/mfx@VkXijaYb.a4sDQYUr7joH|aoVILb P穢/~K&߹BZίyz'.;k Q_%]*%+|@ [` o|m+ҾIL\VIfoP۠4Et˦<*=YMGb(MaE0:v5A9i-}#;|3(ARʇu ͫ1bb49q.sw4I*''@vs* N_Kt"BϏ'H=]PLЌ>QFcn-7O{'ʁeG.yώ;6ߴQc<ԧ'ܐ`B)w,];61a#y{Xej"$>k8m[Q$яmՕN&Qmű~XL#l$fy㲢zB'ζR'U3em!N*OÅt'0͢M/^!H_/ۚg m?YiiK07_%7m`TđP9x麖nX:@tR\^)_tCb2%4 cH=՟f T4۟*ǙBNu$eQ/a8Lx>O \Kc9H3h*USXNfj>/zZb.eι?=s 4^K(-*:0ZKtqOBrj0O`V -PZa0eXVsDPRX,e%!Iv#Ԅ9? BnE7 k6DZQ8{('Sصp O3Em·__fojWiW tjB0/C7ɓ 0 ڐo{;KFyVݰPaQORR$uC. ɀ<ԡl0r`b/8/@sw|@- gH=ް K/`9!x@Mh7u#QN DZ`_/= Wd" +հKRG "tZPv;ҺJ"6>OHR9OI_FOfJԊt:SM{&\\:¦ٟ瀥8Z[цd;F[VKT@{ъir(eN }@hxby'oh0zTeϑ*瓽A,VbF;WP9q~=u^Id'I|*VI&6;U=zYXK^aô 'hk^Mi8v2X]z$ǩI:^tQegu!aBy\_bqJŻ+T3/5@C}-:gL̆/;XveWL{)i ?3ۙ$l %Y1@@/ d2L?@ Q'πA;h._PaX;$A{Gr.E Ò8fSxb36fmY!_Z ZX.s3=~R]<0C6<=ipv{öK9Ufr8(ZU#8U$uC1W; ڒ<}P)[c{UZ;>]) ٮ퓐=mhc5լJWI)pY͈g3`2S6ZՓpz⡷g->]D~Ɋ:LFYEb@>hGN=Sʼu=tZ U٘FaLMĸ}ItÚFy5_j>E~6luʮF1kC:n6%G&C ?Bўnr1 z=D1'KͲP=ʊ^FTUl]ELc,aKʤ0r6\wzmC ڵHk_0wBɜh4 shwmW"M(+qy{YQ3f4K\S o KÞ[ o^bIH=35.ήuCA EK|Xލ,WdGW):{a&_Ji_ PͯFUx_G[BL˟I-3teR/V'ɱȆ: IےˀƊsvu]7}(:+|MMe˅P5%,3k/#?iuNe YRx!q2)>|.DVB> M[v'-PtK|cj/ܼ$rEX=/7?>.p$k8묛?+mTlhN04z0sC#܅w^D R=;Zh;.[m~ؽ}KtjS XҚ"ݲ8u} -gPZيh#Ie/B:+kIPL ANX"X8={OmMPhCW kR\o ܅> o"䮥:BFSۺ_]і5h"%ͫC탿ʼg&ہ- M:leD) y@ɩAƓ!B{m>7NƦ8_02&'f yko)}"8`6-7}k{l{.IpVHe"5fP.t#a;,8*V-14HoY)ƒh0R7 浥I!>|'z804HêUŽ6=4Y MA>$,ڰEzƎSggRN/"1G..~K8j,iC"RQHO >-w8`sn!m(KzG"`6!bhbHi*B:keL|3'=]ױYO FX+@m/&5 lvDRez+MNin~0o6!DLa۱""DUQ.+ h Y)NŻ%NjrbGsEGܙ!n>q"RXÀ'*:g$~0>KHM\%ANppqN!JK+dFpa:`?'Ha.Xg#۝ԉ?&¹B*L!)W}5K'U4 Abc}VU],X R-_mQSnRԶvC4|%-Ar]ÒkOhԾܜvPjڬ<,iVq`Ow@5/rQć^FxCV 붣\-f'c8_{ZU-Nc"I\o@XHFmgN h#T*ڵM&je|swԶډX;l'v"U_ $x%AsbI\lΥ׍Q2{lrKh&ofT⍉eޱ1j&7_yR*e":׈{@$:$,1pkNث|&j/7\j 5ǖ a3e̶be3uz28um֍4' r zj^\Br~nLjWDdm4%{tEbMDM,gWet [kƉZF4gT݌8л8ԘnZ9KQO7ۛ'zS/i5#&7eY>8{p T~ң1(0]bt13nV2*1%B6(kd/Isȱt#4 x'{ @fb?baI.cOMȆEN>D8b:15Fu,h LrT+؟UgFMJTVeƦF73CAl}T>܎ Ggw,Ht@vQ\U6h痿<iX _>黎ϱfi^b۳Rz[5u*/2NsW5iq6N6f+y>萎Sb6`R=.` ݓ(SxG^"fPJ9}AtT#<*X6˶t;T+ OOGNjhӻR]˗eLbiP 3F/{Gyf|wޱNJ״a+Q949Y^>tz/WS#_BS~$ " ]iDҰTr$]URE/P6kxu بdiJH!GǺt|$ Ľ Y6$c`QDꏢijlM#Hi]wXL=mFEUʙ3c>jռ8*|S-7O%?(ع5 ʥm'9mr(l4TBZY0sNNI K'>KGV? 8HhޔQvn IG+S̖&r#ĭ=QӁ+HvRRsz1rw5#/7Q %{P# o׫xCGN^[`uS`W c=t0Ĭ6hGLަp%k bܹsIwzȧF 5v+ԿT٠A)|E!t ~I'I./"3N~ 6M0nTP4Fqnlivc[Byu9BZT`Y#}p7 )PuvغLGoU`/Ѻ2rƶ[̜)O>jg Ҹr6cJ?V鑹Y$6qD?^O{o[t7:|gօkyۂw] 6M0^b '.:ns_ibN򥐹ʞ@ 宷2|}fQ=K%QALiU1e'ʧ_eAK8*I/ M!xk И y>P=r GsW9GJ%|T} U5O41#v,փu%bJ s9O!.P" mJN-ToP덁udf8ގ1i$ wB+2MNFO+@ ZfF/W8ӆo$Ts}eyf%#&܃xvu>@gvda|A; sTD*du2EEJ*1'!okG|'Lh6% zLM]}+{2% Ҭ5߹QLȮߑG12YwFrpKCZ'hII%jO ]آVd^ .S!N9ϲ;jM-Vȋ-O~9>"x`Z6#HVKlϼ"߿'3}݇!fBcq JT5nna^L;4(ŔΤ۸ſ+/ Rsqc泏ENQ~2=qT0]VGؚzg[4$h,|;gSBvQE#k[WICZʡ.TZM C,nT>)GB 8mXm$x;S̆i@/ UFykDq }fEdiWA|ZO?8h܆.̏j-VݣX^}" {̧f. ^yjU[%,Ǿu0 "90^%sڤ_͠WxnsffcfZì;T<~qaRZ'r®:с sۉ*&Pab wAջW_Dv~K>zm$2(VKXW2 4E{e`,\ a7C~k26mc44EQYS~myf56Wk+!.NiTk]'w! ~v#e&N7 [qkJ)H 9Tl3 R4up%;`;|Ɔ '0iAאw\"4pQ1][aVo準E=s]Xx7>)j2.=,W@pED_Q<v[C f#ݶZ$o qyF|"ה̿&l7.>LH";S*|^Po}z-T( @zrٴ(j2o].1LwǀhڮC9f(]1{2wyne4yz/ZE,P탚[Bq.05 *MZ|,vaAWunLىm;z*鯗²dvT}<. |~1[TN,ݱR3INe1(|JeOWArԾG+&;6!)GV!-&$y:qP]6u.2rkp5TЖ<@V/@>#0xdu;/a ^L%PdazOxYЕ^p&jS^efE )@ ֞VIRE璜IaD *XwG4] ZLW ^Q;$?|EZw,w^a8D@|_8̭!1Gj*EmE@mPk3ֺ[E(;}@7:Zk~c~juNlc] ɳ)`Ec7)P> H+8NELs^O >Wp\P`cX\=I w 3E~{ҡ0=:zfgc]}dn4b ;$C*>iA,ݦg5=!pqRiQیs8;Ƞr9󫷙qA:W ֟s9[ے _AOysW ha)B>ۇ-Vk|Go+ܡL>&GbGv&5I9ٓ| X@QYTP3L<Jt[Jd(Td;M!xSUs2doB%sF7˄/qr=elj*s4a++OAS 4Nx 򊴬7QQڿ=Y=cO33.V7Ҍmwhs @r&od!3Q`?m* ~?a^ġ/+ A8qS cR~Yhgl2%ִVk KA|2Jq| >X{]Fj gJǠƁۤ-߿qgXsbS]+͇cqwO0CiPЭו/ :bG>iiդKaƏ7uM&*֜ IX"/dA3Yg*K2cXL^Cz(b:`ȁ? ^[Y_`;=CvDxK/WT$ЉHsE0Ba4-vqC)ob<ƛH]B%mԦ؊{Xt3F?KzڏZ\u 0,A.A] Ҷv+#`D:~}ڟ^O j7y)bІ!Q̧Ȩ[ayFR1K,  $e&#2'v6L@mIչa<$U.7$ЏnmÕy#,ROџ&N:R@[$!3\&eެ*@0Cܼθ ddrnMpuH2ȝ>Ւ\8T5Ž`a`X?N76RՃijK4 tNS> ZI?kM\a hp`c w<5+֐l'SRı̶7w%gkw(E)At@&9>v;v'ngqT;Ǵ`oYudtotr085SCesqT$sdlwF/y45&F2.,z+dSS%aj~y؀ؠ|+(f & XB&v@kn( -uo=g;Oop2kpLrG/ߒMZyi?hTK#o즿!#~Oy ƃJݲʃu5Lb]CY3}3>O\yM(~vOIj+C;0*f JC8 ZoSGFvZOh࢐2IASfl=*~Cd_/5NaLhli#f5.Mq&i2--9UbSEl*0ѽ1z: F G:)xGwfEkɛ1-f0Re Բ!ؑ.!.^,4P4I"$5 T5o3.E}wo~adi_ iYÐ5@ӫTSӸ\6hxAV*pXn7vA'&]=Uї!ǠYԿWJybXڏV`:Ǟ_Q%ĸ-ڝav]}ۆTvu}6鄔\<^ ]Bw,7tw8Z@:*OMu%'$Ltba:vukMc0?]g4=/a.]Sͯ'mV H`P-a^2jmghqtp[2S?_qGHw;|`Db&Mgg5?i8vdF[0 *^.BoNk]%L FWCZrAEOjt c=y[(`fIJ)Qݴ9! P !HIOm-`G2La/,p=FHV=X3i|GMzyh{?t6 5p?.>˽Cg>*a6a4(~nuxEh5n>˘7Xkzd}$@?;\xBJdmLJ ܩV9տωOTu&ې/EC36Ld)E1Jlο\IwW$L!Ǽvt:) zҾДki{, (I$A\_/s]g:uCIl +07}iV_.,ȇ%FNsy.[X*}ej'YN"}sq}'rސ;VFU,–' [IAFL y_9e='н؃G6ɡ;ACΧ8^ERSE_y r*S͗PTxY,K7:s1[Ht4]Jj^~^[J5>H_;lTYh/"}t 7O1&S:~ -,\I*ȈCJڹ*p6 N?R&[2Qv:1wzj\9zx81JFcuw f>X$fSy~ f~&IkT"*qpb6:󤙲C+b4Q~T9gw RsB+-^\f;HflcА/>R46;BA=rX>Uܙ |fTP8|h~f_*W^u͘'.{`};15r <_CDm,nu:L(ak^d@#NJ]5^1Qe9G;\6csV@)c @?LbS8XK2g ̀e k.*Gn(j.;ât_Au*mFSs^,&j IFZDU4 {vdC\ B$5,*wOm9~5~AKqW?3G:PoG_>^A&9*l)Cpt.Dz')L9iμ*n] W8"4Kv_5Q!O4]S8V80:^4r*M5-7E^Nrx6/Gr IY?us$iA5Tg y|7c*-lz5}nSs[x* fUrPRh (x d׍YyD.>8\h%‡PƉ~aꮾ7q\0eSf@.V[10 uh#>.5cc"yHTnЏg[H;REK`;syVyƛ Vs(؁ԝ~<%4U Vн :_ 俘Dx~j;'KL+NrZ\" (i%!%N25KH:yK+ѥHd *:fE+, dm-@}'x<>ߕrF:7bu`Bu`??K`©9CMHMy29ݫWcyB?V1|oq-2)&y/wCI`tQAGцKFM17"VY*zzݓ]KR=,k=X78Ԋ>;Ak> ˽;̉`M \zDMP4=gZ~"2?diRjH\!lM;qKe*gBopP.K\U>`৤iy )Y)aV_prCP.$2 ?pő-]A<ԍ/F֒a6bv tkܗKk1n/y{^ q}owo.q\S>"Lrr+6^泇X&i! 1v T'%S9:^4R9Ι<(E=9z& l`&7}8 /t#U Ezwh'EOZur(-(F֡}QWԎR/>+ME8 l1 ,[ +edKV^c!ᭆIЈ A$`mΙgmOҤ,kVu\|p95!f+ȢN`?W0K`7NbyXbB?#!O)$aybၷҥFfo2:4'F[ MBvi˰xg؅1lгc,3z!kesW kY{<|ʂrﶤNtͬAIf oZIO!+B.ҐomA?7]s R$+3d,]Y] (% ߔtPʇI d0\ЬnMq /peA,bI6`/e 1vݟ ^skp!W87M gΘCQ6Qݬ.΂ؓ}W 6Ev3adf"d_x^.Mc)F"|8̈m3J1xe-Ppu8~=>z_r5slKejz)*&޾3u!f5?b^&N6>{=Wź }!djTF>]U)ս`vڟhQb(t*oB~$A?EeX6 sv>>ܞMƕN-_8Cƍ]bzJE\x+Xp\Y-!&dn[ܪCiOt0Q$,?33gp0(S0V!qE3z <4"ߵjzd.'eZlfJ|y/+:D+x^jNZ.asxxpq\]َ֕n2k޳}YT]btgBgVqg2ID?2s{Nk~+ԇNMveR׎3ѓ%3R )xerVZO/ 9/]g+4ڔ^FyPɫX3S#n@G.~N5O$Y"@Ėqaež=@ /⭛W\I< iF1E:>{a z8@I Q> _o /7…qWW6cU!;fa?zN1 Mwaw@g@'1#T!}=B/J*v[+HI}P~}?$@@ PT<qw7tCBFpaҍaRbJg8) |I3Jr*Vo~vYYA_*Ï<9%W`S^g4&V>Q4ӆ1: aN7^Pѡ ;t7.u=9ze:zHn *BrhkɮG2(~eҕm ̵(]3A+ IӎQR$Ktl8 z|Z7Qȫ/@52RSe5ǭ5OvB]5x5dKl9Aw_YX-Ɵ Lȃ`.|v׍/S1ReB nX6.w#<{@DTjibgˆ+J.|ـ5A\Cs 5Oh=.@o"\6F]@-+.E?&=g0*+7ź9G=70&"㑖(K^; .mBLUb+h{L]}M i?Jvbhcހ~ޚM.7*fĜϩ[L(`l}|";'ٵޘG2S"{4{n+:z-k 17* 8OgE7Gͩ;ža*h|nۢ)7GPT+Wa:C;&k ;+h);/׌/^#n`&An&\DAJ?ZN&)s_N#cNKDߢpP]ySɻ 9p BٔY(`B,:^nTlNkMx%ZF?*dLԞfpz EvU8a9M LukX8CѴ R]q`W_Jj +:0,}tJ&`k& u[[|gVq5&'BBhYͶkuGYV/C~Ҁq0*]rq>ћr^l;Ӭ65E1KShS7~+;? ge?\0O#U9W`xWwkLϭmeY--ۣeZp-vkqdOYSlݲ~$ kȳBb]v_)qM*~0 {eaђ60)opg mm `Ln[[@Pn8`_= 6?f8bs xP /!Od%$9ld!Yq%9+#U>p@D\w-+-hGiȡ+;O0Ii 䳁*xFCT0Z=p828,v@S 塹\hE X>EH4(pM.s֥ްFК0$mSF=Bw0@uzo*NU;ZS۱AFЄOXT_QH9@YvpPtN&,()gI hc~14p%calO_UuFi3#*L$b=;LM qݪ1썗v`̆b  DnRlOXرȆ@Yy@o^ƣ&R8)`zI@r$fp)5!ոY97Nl9pW+%X;r Ґ [nO=VmM8C 9ӧ!g7#R/@ahf1#Ӧo}Yh,=[m >//ZxxhK1] |H AAH w׺Mߝ }؜bkN`*zHR&aQ],AvU֛ ɏ0(6(S:㗜@VgC.9|:*Cũ[pyĸ'C[:#@ I 7_zo`pGs˙ݮq|ؚ-Tva';-+_tѐGIe¶I@UU~O5=;h-s#]§Gjק}(2AFj6GrX?%J {\ X4tXn?P]h4"6)Ͳ 2x%_] Ivq 5mx4:fQNKX}:6.~xH홬vt-щ~( 6\s&ƬZEY)VԴZ $%Qy0bz~0Ζro{k HnU"QsbRcBḸEFLm)VPر]~l[T]MwE>m0 %"mbY:~Zcѹc'4~Rd/ՠd4kiI ݻ0N$;9.mϻ6D8] YZ