libass9-0.14.0-150000.3.13.1<>,DeD+p9|6ij@2 +(52%$C/Ks41q䝯1^@#`?#Pd   P6: Pa     <Dt(8$9\:R> @ )F 8G TH \I dX hY t\ ] ^ b c!yd!e!f!l!u"v"w"x"y" z"### #LClibass90.14.0150000.3.13.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.eD+ibs-power9-12 SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttps://github.com/libass/libasslinuxppc64le eD*eD*8f2a797cd386ea039824c5797e14d458126e214d3b266de0a87c9fad0157bfdelibass.so.9.0.2rootrootrootrootlibass-0.14.0-150000.3.13.1.src.rpmlibass.so.9()(64bit)libass9libass9(ppc-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.17)(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.commmachova@suse.compgajdos@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/ldconfigibs-power9-12 16989898670.14.0-150000.3.13.10.14.0-150000.3.13.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.suse.de/SUSE:Maintenance:30992/SUSE_SLE-15_Update/b1a5075555ea08124ced519fff0d0d4f-libass.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c68c2c348e1862d1af6e67072174a4ddbb7ce471, stripped PR RRRRRRR0MSP/huutf-847d6ff4bf37de2aa963ad771e46ef879ac4212dba5589a9ae99e6518cea5b0bc?7zXZ !t/-Yz]"k%Y}dnΘ4Ofo|v`Xj]Qqv;}j.=H1mQ86:}˺BiTd9#ʍ4vѳ= (NsmġW^%4_X }!̈́)tlHX#"(]T؊h{g )÷c󉭃)FJ߆0rn 9a%X2y*%3_Nz`KgnRdQd̅Bo`i+)he$pѧEßwRoX: wAd ,!stނSwFt|kZUv\ljENW<,c|c "S~ +EC4^f(3mv@vJ^\_6 KNq0DA7A;A.P c׽k57?iZ)Xzax~`gS+j?Q1뒋'6l]Gжr!vgUdqαqaf8<`&@(6l%,EHK`0TX OaS]N&ð=S@)U=[;|DяW iEHEӜ`Y0 KX>IƄWR/D#fݠИ!mn4.J7 RpV!OӍw+5Qs`*s~\F q~V% fƝ';- mqEJWh TaM,h/My'@`K2??־@K0 ["z y#p{KН׉p`y4=~+uXOGw; q(\1<]űeTTXYsb[1l*J8io&(?Z }nr ӄтCJO8'Hr勧OD[!&T\/@Al]aFL[cx_sK5w)IȚ tsRw.o[0.V2Mš.* tJ> UN =j\+PnV -*<+Ţ%s1mr5\~񾭯(㮁Ty,0l!̛ϑ9i_[+[(MJ4C^3Q0KBg1qc;etC! +@~ UYnU) <]uLJi:6Mtf>ؔ%u3'8NC0KnWDaPhDH.wEfГrS -aBBpp9~J;1|c\ ) 53Th!nx!S'%+Tcwۃdc63īdQQPEzqI'!SRXÀ!$1yߎi0yޏ1髆e= S\ :~) @.E(lZg,B)=tu[ól|ͲX]v>ԁA̐)$$l&I5feM04qe8+uh*>ȏyL+ 0냡oE s+cxI5Mı.L d12`u3B>H \Aq{F+q_DaNilCDoʻ&cd  ='ЮA= tTX ̯M}&7.H*míph6yY*ͬ papNAlj)iql.I]pcAuM'%HX7J>ԍ.rN\GL3eqE,Q׏Q(k./\ʾ) Iۓ, S6f4bt!'"1ٽө0-"iOٲVcjai/,qڳ̬젱zȥ0ǬW٥{DdžjXZ%ƒ+5)idg76xZ/Ɛf$Eok"[eLLvY6h=WsHª)ӒJ^28# %yۮÞOlc&[,H)a+: %/qZv8E<!2$,cE* Msq"as9r^h `y7"EK7l5,C׀m^ d68Q"r ΋cҫgp?0Zb**EY70{7ez;M^Ք,уښt6SK[wЋvd \qb}M}TD! $"5IY)P3:`h̟c1X* %aRx)eN5C4˙;e>vӬWٻ&5z)@ÍLksi1hELn ~{kRpYERyDt[,"`ǶǭC.h yx>5у+ RfobOIC񼕚-4^}Žw?n sx:t6t"]~b~Gk=@ ,e 5_QL͈PrT^7k9x|-(B g|pEW|簩^1xcO_1Ri; c3:(16|}MEv2k#T=,v0aLv®f>DIȶ<,Ken싢OH'<&4E)0泾CX% gC]}"Zwߦ Ƕ+v&9q\VMTBpY&;hW(ulwޛ`@Uoj]L} w272(h9+2MY~:Cnˇ#$'1k.;ו,!mQ0iAT?-v[|O#L$BCvg8SO?R07LP6w`~G>O5 ᘚ)wo[(9(hxnU-~YajsJA$?[F Ľ,[zY]VoZ¿9:ψT1E2bbd唗7<*Ą"N˝F,ޤ@FBı\xX\3g +E;^"b| N#o_NE+mC¢)'ܺˇ6&~+WN+Ep&7\dPĦ.0p@@dP)Bсau#u=1:4듧H.QY_hbO._0p. 'MyA `f!AVqƱ}*[9L=|i puMis*HƗ~>'Xw%oyN[<oHO! A= )ԓ(SWq%ֶ6k)i~jna +G.|( Z!L}nnnu|!rտp#"e?'z%|*мäoC࢝Ɠ5+4M$O SXM^jhSmR XD¢%<DNp](A5ʗ 6e+:vȜwCHōt^hյUfu:.(=i}ZJIxr1Ţ_Q_Qn[N_!Afs ږhf/dbF[I^[bNz w !)RySMStj"K~I1t42?c52ˑB`j63sK [: MNg_-h6zikm~)湋LgiF9fٵ$vMXSFϳlF/e,"Š8vO3%z.g%<+$Y5|Ƀ^T zQ+A-:\Ha)خNrXiR>O9 UsG.ORdⰋ| O"u)Ƚ̣>1QKj@Wos}XUwYO2Kaɋ5ro6tdQq>ߴp$co>䉨(nbڎ܌ўD߮/L> aYR9ta|mtc|+FXF dim2sR6T׈}EK4p4:i̫VX!aeED?" u)5% vlzv7V6Y},+_c9avx%sucMm%BMR?u; ]C#y[=`gM`cKm,jc*mmlO}')Ro-~!a{kεJQT-!Lyx*LR9"OEg&|bZÓmG\mwş[}D_k;-.ll#R2wWi6e?Zjb: WNsY?>_8ó^0P8=HUVk(Ex=-{^ZݳD"`fb=-PkL d@4o!Ra/Dr.Sؘ,CN*IjL*:zjF`C~ VHʣ2p @[ThP{RDrLJi\+0CMT^pQt\݂a'[2r⡑GC$yk,OHlcyQ)һZs9YC8/s܉xMP!oS7<nW<o{@y>43tBkۯYWSxhτw $Ca<OZuUwҐ`,_)uZM>K!2(羕 DСE9UPo&S#pÌ>p-#L=4^agTfqٯV~*0_Žbs ^Uf"ɏ$ eDK=cXlˤL3X-Qv9ט12Dp6 zT FtĂ;2|+~)+s2`Pq6%}C9ai|ZDgqQL:NgLyMz1"BA<$CIa4ꟃqtW?r33g=@7+cQ*?5oirEH!U 1K?짗Ǧr2-T}&@BYR(8/ۄߛRkО p ί:6¯{޳&I ?r߶_ẛsCew3ZRrx,ʴN^1h^$ZFIKS^>fw+% Ͽ#Ô 82ͻ ]Vϩ%pa.l< n]#+)ylDN"77VxRˤX{zv9{T>:y-/cEYu)]ۉ5TCm58V>h:G\OgX1fYBfSE=%@G-2 ~~g-?ߧaH'm|/Ôgj4T(G~ mӵ>t=*B!BkglSu$ bCjEyVVJz[=x\X Pµ"{Չؚ1٭Qf~zѴTDab͹Jg}՘!GR#aj.\?LE{>Zk5FOqa-x\@t2>v;%rei.[$8GhʀI;xp csO>rhZgY6= ۀ,Ʌ5"`܈W+$c-ʡ<`Ƭ~%8MD){ ފHBtf_= uΏw:[|'A>^{ W<7Kat)@V< 9Kq!)S eV"hʿo~ )$fc)Ň_== y6 lN^a+ھχydVOZGIttp ]ubi{?\ W?!(qWcD@p_$\ ߖ_4l9]ﺴ跘PRUf <ĠC | _qJ2E%灐X8IzTeڵ˒pڴn?!9ToN8*1|Gk[W+'c{0]:M&:{',rԷ71*;r|} {"BbfۥX/AZtGt[MMB0FbsRQtU$̍F@K\4w^p2^wϘ`yu>&+ĭlO- @/P$x slxE ŗ pi$2ŽzQn[*o_ hpog0ѳD:gutT}[)HkA?2O y'@| kR 9ϘF)OA f2zͼA(|1Yj+zVK,WLyi9tZuޞ?Эs*oҷǞ;3EO1p#h}yIb9?/ !$dcc8*e4=$C+ ˷wS\4$G5+%J/54n6BI 24=H\{ M!OL0X_ #R Uph3+`Wja9 ۶p黥d~ƣj ?¬6H;&3_u? P fqr:%-k !7h`X8_1q~&11 D"7A$ UeI\Ӛx5te<@-ϳřmϐf3Z4O4C8VbCyb|y%#!}Utrpf0*~FDiΨn.5:~Ʊ5*JkAkiK1I||!+iϷ*}8{' 8(2I,ݢ̏=)i@_1Rf(6̲"ߴe}hrT%JS4(8h[/N#;mt!'o:8vAuNi+ Dk ~ NZ@6kJR∶XqAj3]i %)zcYdʌ@am-0%ҡYq"M0`zL"x"6ܵfG%w!씨/͔lZ^Urj_ŐȘ$Kf."]O*B+@H߳ԇ?3fF̑&NԸ~5|1b~x &VI;Oc@G?JGLAl uà@=51ݶ[~]딗)3XHA{}` ְ^ ¸R]iXFE|F tb̛~pE?@\ QyX:8xA:JQ#zdK3$\d#3aCO{HH[y<\?0+?dbT i󖰳_+Tªp@JpJ >︢5uZid /vK h]ɸJz9=qYۡ$1kY/Sl7lG5ۂkY; 0*qhe"]O LWDJ9[a~@[a>tꤼCg,2oל䋦|$)Sg{syx1p妝q_lhf gd=bޥIuF2HmtCghŘ[Y]4VDb1hТvXl)V{n7" } !YүvLְ%3zU'*PFӚ>ߎW2N0HiIV0wpVvITh*aL9>(h2qƠC'Ά\iן1*Eh|Bd !P1A.sZƷx\/dBW,ʯQ U8,I Sg6CHzRjpͥ \)x HGa,mߒ1-Eү7 DtUVw=7IF+"QMG w&bny I0GM 62^3v+#ot2u*ffp .I*/ѹ@gԍ1,gQtm=& MT.LLxe1imuTi:XC-q \:R;lL %^=wmzԢ.*>ŴOhY)2cLi_|ȾuJǼiEYky6F>RXlځ^'WjԮC1!0oog ֛k҉V d&`Y=!Z%8d9#1ulj3DTdzg 9:ݴ3C3܌غLi L%ZPx7s!SJ492;~cX87~Y^^o )UP @%(P*J_)>" irFul,W.#J&f0 i4E(3cqH҄1磣UMve|:zeRޗ#4ΗU^NN[~Ob{*we5$\3֧\_DOEx}8|zo|4.%V vqRfw"nɠ&y1lկ9ϐ$O0t )ZL[w(MшUGgT+9D$'z){StZ5CA~`C^Sƾ swx93}vvmlwF}D/~h ]*n~}(lW5|$3\˰[}«ӪܜS#ǒ7'`ђ+䅭ˇ{'6B;] K59}̓h%㬹,M-"U5p n9;4nou"] (#`șGjGP4;2g6cj҄c+-[uorp`$MFhWPC 6&M( e{dh-Z.F EH"nk)|/ekMC9쩠&9ЄSXiiN '"ð-ǁ45s%CƐ L7CJE<_F!O{h$RGxODOBS^|\ wA8TC'W6zcl2ͧ*f熒zGw6~@4p:LMIzQ8F}EuQ{ķZHDλu8.\CB'w_ 8;zNƠ-[jApA?AIP5 )'o)C(MQ]Br`u; ljk#nŃm ^wn䈇Q_1˱h,7Uʠ_-Ct%5YQ+!s$!0h،r|K৵1HyJXK Vt_ziiSwuĶ󣳯NT%v A`ޕdG3&:o1cX왿|*r6O2y\`i%ɈE6*j*2Ats(lzU31"á1 ݥӪ~,hՊZ{mgໝc 0 (/t1_> w\P]KLchDL&ww`B Ͱ\cFՖ60ުwZ0jE+w vrI*z~{CB"Rꫛ c$tF4ӘEFq;O*WH%&:SQV6,F>UкU՜ʛ.Ht. Lsսq.CԄ֦²$Z u)NY /*K^]?3: :ѵ# wJ/2@L;^g(/ (ǍU[T/KB L.JzFY Kkw'[ +',̒k-r&r4Q|)/Br}fY/_˷ M!;<0^p'#'hA= a*;m+kr%=ihK:&_E.2zzy;琉W^^ l@WɽE@iZL@v0V(^C6+ 8&uԽh7NэA;9?|؉(KOi&W`T&Y(*ܥ߼3$v`8']znX HKDuOsa`>_yht%\NKy!μ_T4}^½3ȑPG%HssXc˺9gKF-?w@b&yɓ탁Xhw5b0 {%0$4!52(Ws,ܳo-c>Dbw'i;X.7% T'<N/^8O+9Q68u2}y)zdU☿9*o x+1h&S+B[Q _Ā=}՜`Ȑn!?VĬUע'}6}RzS}}Q‡t|jo{U;NUͨqSgh,9_Yk# Ąy=8HN<\-҈1ÃWȅhejFqs2VǢZv]pZDB4tLȵttגyB~>{%h]l҄BYqIZ.~[ Ӹ )|B)*ALX7 wJAp: n$`O'uIΪql5 uAa0Y\Mћ8Um3ҧ6 a}MkR_SȧoԛzkRVq,S\$lDX ,%@K(qr}C$ +&m& \ YpuY+mNWu_2H3K}OȧƤUj.n+"a JIOo |6zR>W|;ɉLm'z'NM]>e/CP!í%^Z/mhG28 `"ZA\P2$Q2W 75fYD>w뺈3+ n\8ktV=emrG(E gȱq Z0c&{#Ȍ'6[+  0<Z4-8 nvT`rxuxynÃTi 2g%}1402m$L-ǀ3I_4eTNbLfVo,=C2hDX?X~d!xp+(˟O\e2%\\DžzErt/d%EjщXh3X=vN :{833Zd>n{ T!R*r3 uOj1$ dev! Vu',}|BWYCFIUy 2_ 撆+q\#嫄]nBw۬`Ga b9Ć&l攄ȇam}*͐[, T>*k}pD X;=meΌlix {,Vᷪ-gP{}n@y8J8[rrsi!b+ a[fV,Ǚo~?Ms0-+ al!)怂jX,ŦtDvz z O]{0#-ddyj2 렧kٽ 5ַ7?7`\`K]<`'6UA+\7M7&9τ÷Ƃ@Nvʪ h %Xm~Gk7lDqo<͑ CźP=O>dJi4\3PSX9WmĻjk>W7ct@ݿE&NHI=qhKroL?TW6C\jӮItA^i 7Z _^ t0@l,H4Cz.֤sa7:$5P2"F{Q:랉)e_*ҝH;pg_rW5mDՏ-1׆":NnАT-qK<ɗmjz1-!X$>wTr$Ebv\`˼F\XtU>4K,zoGT5pWYaΟTc {%ӝA2+Wd36Ԙ*$vCC[@zTwIoгZ)Cyޣ N?J tO**98-b=V~!cxRA\-YUrJ:u0t7y|+e2M>?J*;srP@U2 ;]pIkVr20lKSO6, 6 W'R+8\x-cD]uPlرR|=m \/2lƢ]VE9!V̅hG4KԨtWzC ȞFۂ}3wu8K\0ҭ(H{#ISÉ5Dgt}V̖CJ}Xj'G[Fy|q4|$#;c_u磰ȚA}2wSyp.õm?d"՘pAכ)uҴ^X^A NǗ@YRI[%nݧ|7Lk ZZ:` Fͼ4jy--6Z,NE# Ro!.1zQA?!?+C<'6Ɗcǂ_-1kiW}H%F`W/VSo%C:W7,KٖW `饽zvzoscLN&Un{@+A=W]ɓ;VÁѝʴ[g]Sb),'xKQkqnCt[1nWq @F[\CfƛY!Yy?ӞbTa 4h{u4vh?,K-U)I 0LMaY{@%7!YIg,~2Nl#0ŵ~h/@D/ԱHc%V]ݎ2/FZ0 Vhw5"Ug`'m~g{UUp -$90RritR"2pu7~]1 |V6^t(cKqVc)mU8z}D1gy32ݔETo],at#a"귖)_EypdSDZ,[.L+/_)I܉bu{֘󽛴+'KfITI^> H0 *SLYHB!]YƮa"(PM,v,F>0RĦ7R=t Ӡ{8Cwwe "pAzRg9ufk(' Dx2 ?D b[!r?WB]M꩐=[T>HBBi&~)st -D D [eF1+!QغǕݒ39+YVa&jXDqb]1BDNzmNqi8m`&Czu(a]cGEt b30dgn9Tm<6_sz\hZM9cm*Ѷ cHCD[<4K-\0Y2l ؄ɜ7cn_U Ҍia~-S "+ g'y2!Y^Yc`UNxg!E։D1^apN'DSAzDiU8e|@4OmPJk9C#>됮MݬrjqigNXg6u׆h6|{ [5GV%]uIwБz֩@wyC f.JDjDTH}Ҙ[XM[duML Jq2pjjqҋ8Hcޏ%amMruxFqJ)! (s~ނ]7σl1ޣ r^+@i5.S %7!0>Ti$惙oDT9|z7|uV8B3wi`Yޑ^tWs+w+[;{^[Ƃ.Eͣ(R@{ l\U6[vL ~(֢veQHAWByTN/HqT͋ &y0^1mX618 &Yy:!5SO@-5^n̽ݭq긮q+5 ,v(!bpc#6|*(r`w`!-ٚ +i*$YU܁k8O!lgbR ni}쾭v;u2r k,Oi[k&x\%'wWZR oUlϿc}Ft9ŸgN4xM00. @mblQhS=4` iDxJ: )Te?XBFj|knwc9#Ejc}Waơ&F鉦x"k}OA e ''"%z3j@!G4XoTх:FaԠM1|݀O ͣt M%ث^Žz=L#Z=옃7qG(`y;[}\YEvyqȂ}::K6AvJCi &h˶ YZ