libass9-0.14.0-150000.3.13.1<>,\eDp9|iX+5/)@#?#d   P26 L]~      8@pB(j8t9:> j@ yF G H I X Y \ ] ^!b!c!d">e"Cf"Fl"Hu"\v"dw"x#y# z#4#D#H#N#Clibass90.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.eDh01-armsrv1 xSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttps://github.com/libass/libasslinuxaarch64 xeDeD36f7016b3167cc31251815a532f23f8cc35593789ab317e6ee52dfd8780a2284libass.so.9.0.2rootrootrootrootlibass-0.14.0-150000.3.13.1.src.rpmlibass.so.9()(64bit)libass9libass9(aarch-64)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.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/ldconfigh01-armsrv1 16989898310.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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=40a018a9675d48f711543172e40107532eeaa5dd, stripped PRR RR RRRR RRZp\ )|>utf-8f9bef6f4a760930a29faf51f79102e82f016ee02e2cef57766a0845dbb2735e2?7zXZ !t/KpN]"k%dnΘ4Ofo ߈%Ex`Ķ<3A RPhT_RԆ9&:4ԷK]-Btl-6 fZʧ$Ae >\|a@iI{~XI0b2@ A\L&*6˖d ʗW18.fIڗů8C]v װȎ3G"4O4*F zbN̔יA['x',yJ]'ffr(BFjPؑb<&H) 2YvM*A ?c'Ӽļ) WP"]Wݐ H);WDŽM.p {hoEo\-5l3A?_eyQI'ࢺ[2еq8~֟cvdMͮg8: 3}f \[CJ'5Q'0V0:رAFai;-jиGl"p}v%>ob8n5":9g+MB9>M,ůbߨ;WkEmO UUq´3VLiI GY,D1#ۼ Q0DAZ7^n`e?|PosGU!|Z0w6V4H->YCOEb0ΧIU}, 144iէ}/]ߌWGTar/[ pn4ZxT;/vKsM@_E  .j> ٦q{GSؚȡ fhrZ '͎DV!Aa}-7ӷ5})  E/R{msl-zfa/} va׆ oP?نK!$:sa,Ozi_{Or0x [!n%U5Iy4/Eַɀ|WK-#v1ِ$h 7ǟS0q/ NPЈ)kH5ȴԶAm(i)sn?=_># жX^or5Y)\ 3l-. KWQ1]^ uI0&jP1e}̭" 8\6[ %̈1WT|)r [ XTq󘧁^*2%״76O|Pb#p]IuxYd*i a<[b9tvkT BC5q@ =`DgHي"|mƽYc\'(V A ZKaiUx+ ޼З`U@sE3={l_Ht:Ieup3ߨ\\|ne3(NGg$:|L! K!$Cgwot6(p Mꍩ9:[F3b%h,Y_YHom^`6&?ASfk|hO:}{c9J&(Zwodn 2R}@15mX,$UGjD56PUm,?=c.xl٢eBBυ0DW  A<7ZNoQ.Kuz%<5gCa0ErqMY!Cxj')B[0 z/:՚]Z'x6y'S—l/YIm [{ .ymw&k'!M{Ay:~C1 BAQ91 [c(j=N `)teBl"Z*$,/ۧ~<4qq(,wh8 th" ` T2B۫:tU'5 Ewrѧ<rzL [eT]@IS &Z% <Xe>/OЊS 㻭)q$e|efm5 PN>^3]ubu- `i'o`c2~'YK 嵨B#nB_/ I%%^d#oG稉Wt V>r0e*IoSnGԭ?~nQ`fPSN Gc}Q*4Js0P+Z'ۻⱛQNj3CU7i&bJ'K+^u4+/ЍG2eX( m#GJ'M,h,{{Gh>MwCT !#@0vTZ?<(PbUL[aٍhg(^ "P2sZ-2!|!瘛GHxn; ~ ѷڶiiArT@JMC=4tx2Dا^ sqcT%Tk."!^8T Rjdrgq;K6(cD5AԐ^wyOTczjljbz$O|YQۻ}=#et};;*X8qBϳ(')JqGlc|'lFp{NbM6gInhE?XB+IJ*i/ZYP3{Hn bqqڣu?qZopT8-=Y.7׶5J yg3Wj˃QMB >iB떞k Mmek' Uv]W˙tyW+U!$ ^٣ƊaﯜXS[\41:Gx^0*N,)2;(p=6yڳ6Ğr B f-O`՟+0Z {WsD.@0exӤ˦DQLZ5"bh`PI~E "u׵9﫯΁:RKu4>fWbzio2p~Z sӉqap[(Zg mM}Lp?kgegɼ}fd-ls܏(. ~.2 o>NpΈ`dM[iq`K!0\e\ݏ81jɛwnr(1>Pq/-e<0$an Rt(x|[C:Gd*NFXHڬl U5"O̲#;B(^3G3 ޡm2)O4'/1wYNW ׮ؘ;S.̲'F53/ xy__2&6!g8VYjsЀcBȃH4IL6z8E*PYͫ0}CJWUk)m`ėOmnZCժ8Ii<`xn% I;n|(eX{슿R-ݗKOV´ۤ@P]`4pɇ~Ԁ9[ LANd7zaV{;^>Կ[(XGx}`Ԏ!LSj+#}c!t4loR@= `APm2jb,+{E_1#Rb^tcB11¨sp2-@GA+WM`] ]9uUы(R`]1.L(PJ QiZ 'ꎪ̴B&/Q|Vv,xgbK`%Jb[.P27eU$?hM 3֮#鐡uZ@ŭztj3mzSxpO&)DOq-B&89w"׽eڝ^jN Bq Y cW_; 1Sfd)>ɕn{= F+i=. 'I]VTxGsMѯf!^dDgM tLS-uGbO\q b7-%wW}k)Ex5ux%Yh T^~ѧJ=w M;y`S[ [~cl:h|M3%B6 [wrׇkʩ. 4 hTgדY v\~ 1NvHAMK2GxLJJRsTNK&#HA#m2^fBQՎ/kU cp BxgDV'^"44xkl\IgD5菼 x\xrl0Jg@2XM)6u%J%fc^PPz c4EZoT$Mi|+?4G@jVt(] I~ǩZd7ubP [2oB)ݟ_4 }lODmqeBR*[ T\Afu:mi4wY{-4IdkZq܇HSFVTP85yP6Gqm]K&]6BX5/OfM˺:Wu@A Y -]Qy{YG4etT0;vl ȄE =)qmDcs)2Sf4ձGH?W3eG9QL\Fs[lgH*MѤO~ q|mO"! YyW_5&P+q̫H.,H)gasTm ֣<hYv]fj##z Mĩy]8&|z +.C.2/v46q_4>o "ۻ` "\. Gx{Kʝ5+}"jD/Aq,s4F`s@iBu}2w6Βi_oVd58__aZ.I9î֙h"ح:^Ǣ͑$+sQ;!ч- ,VY4sk-v1!maDZvVwI!@,Z/e=2e=l=q?Q,8[!4k%v:Kխ٩[p#ע5ŋW: ћ:eVۆM}iI3|{, {f-Ԁp|#fLȗ(QXXi܅))GH)8&ʵkz, "ҽ:7_ ۗu$m:ϼybVZ!WddѢn '\no(o7IDn.U4B`bl<k'bUF[gw]ګ%-{Hu~lwʀ̒,:a[3ZRe}#FNpdZ? GW-~^2BХݶñ.=ETY9Čq4(s[t4@ әwH;成iAy(SjREI tGS%\=n&oM;;PpUNu\dwB5N]0旖:2X I@[sCww/J+D \**ɽiu UL◎cb .sJɤQK܁Z_Vk֮+UnjP:L)>%$@^`<U28AxOmZbM=h <{R4qO|^"&Paț׶!1VPƠ3(79W>)"NjC4(<0#6j=6{J0Dؗ;-`ۻ:JCO1,yl H7xt^l"D\U`u¸cA7ӷ:| ?9M0oe;PWz<FR;܌AG{K_g5&˗y mh )!ڢчBVT$`8+(!Fdc mip2;.nG9\U\OUXJSQ)k6[YZq}Ӊ,x|e<4[}`F{ iu)(uً](4E>("AqqJU?.ql)wa4k.nm)KC;Hkv> ˋ4E 9m HB wSW;sl;G, ۣj^qGH#qpJ3vEhz/5׻RٹKqR+Dqå"H٩8.nqXĶq M9n҅܄Q~=:tO)= QΈ=BgB5O #`k4 ^\m%C5-MӨ*!φe{taZLn[Fxyc7YUteEòyO 1Oì`9k0})b#平@M@D@O,%d˺yu5Cm?{exʙvC{@@0sW<툟7ai9ȑ㼔*K0#操!E~a3'I֣ UnAGM>E[gMϲ$ܗ<}NH͙V  zDC-zw=@nSV,#$C-FHrϵ<%_r<p)`oa/ndOW_b5oAxCúG!* )"T^gϐP'oK^ g/H!Ud^LFɰǮA[\0X3QY/)Ev>^sĬjzKe2w^ƂktFL:i->iD%MPڗb-bUEqY VL "7ݺ0]ò*KgWy<-<.90wNDEI9K)=F3EmdS%Up.xr|]V66}k+ʺt5zP'8mYGҸbla5_μAḏ9>L @q^m+%l }l* 1TK^B'7ɘUZtTFLSA0vxğkEA14*fER@r,eXyY *5ד1)utD"J-ނkY0-ghsiԾ71X$&fSE+Is]/vbv0? t} \Ai~C k%:{>47d9 &: EY Ԉ@1,"m\Oߵ)&nvF)Ha@پޮ<uѐYtϭhNh4V4J.S?e5|Z0k(  mdϼK/AX;4 T\AщZ!jS#KzR̍՚歓kítlGPs$K7q&o='+@D,w eW)EeHi#r%CjAEXJ_dWq|Q2`e+ʗຩnD{wWJq8p>I$ ^V?/jtrP3iFF4b۪U D%Uڤ^<ϓp&5`SCz#&Ƥ_ͣKoHuШa6C=$ɍ%1g)WC9HUp/y+:tۺ6!\*Y@'> 7 k~XQ؁ y'uBD35[B !rײsvh$ m@j7ƹAZp9LAcɥmmMq(aAf33q$WAP2sàb':u'gou:PW rm:OI0u?[ `N, NDH62:2{ л9|lrbqXSxv`o3m-:yEbz'e`X|vxt; "M;l(k\?)v@D|_, /XyBɄ3vt1TanD0VTs4~YC r9l &P_-2}̡*ڃn5$F 2V8N//YV{]/j^2%9ۇyZXXhrtt=HM6r]^j$ޑVag7DibjON440!ISl;A1SIy6d d:>s'ae\OQ~J,t L vDQ>M //kTyL<E ̦ 䩰 (M_ș8bksWG o$t pSɁ&"y:FhzсD[Ob'@HО{IRI5UUjg0S3+q t%( P;9$&RɴxZZA7T :w;b3G4qn?.˒yOo/8:̣EʼnGɃe:wG3ZD#iSL^:kDur  D|gxYe] 膭Rw( |gUX7|El`3ʅF1Ұdg<'(i%O* Ro1g'DnP@{2Ԛ TThWa]ʴF 6Lg9WG輺o[!hY]m{Q5)= & @"s^Ns(Q@=8D2Bk_ӗW?Xcb2 {b#-VaE*.Dc=țoHhٵ@e.WJ&cYZjDlEVglК.,Uwc\}4r)ЏP Z E ~aL#k/ũbs_ 8f' WR>=Ҫ-`5WC:_+.W2^'K_DJ13Vإ7@;`m] XoH&?/e.!r\y#^TC8P$ rG]ZwZ}ph5DOb$s ̒Wh v&K}+K|fj:4~ tχ*%uM[]ŒGq,r5Y  l&SU76Zl͇Äۀ`͏F ̃5ݙ`Dm?5 @ZK\F7 jrwPŜaQh\}l[bTR= 唔ʸΞZQ/ zziQ`šwte^^P*8aD-TJ~}ei}1pL5lrS{4 !0: "|SE.sB G`j7LPJ z yI D)P.ZoWV="ز Xo%R ƈ^b|q+>-fݭFz|XP5Ė}x; Ԯq":B'jt |! ]"+,p+8EWׁ xvoݗk=FzH@@B 9sBΐYP4R[&N>Bލ]BІY _J7ͫ6S*(KNd0`s'w;dcɣ!9;!"}Wnr]=_j !3W~ ÎVΖmYg=~WMP3'Ha%OM#6<吊(Y2[!ѢK1:).#q/ȻXO)Ǝ 2Cx[c ;6~6u3'ܜ] | w[ ³YY4K^h5C-u:JQcD1dEҔFt6dK*$g"4Q*nH"0>.LMȷzs0=YNx"a$43v11BN@ Š$W/ҿ^dع Y4Zr {(* v~W`{m)YA廝hVGKȕS#=DʽF,RPotˡÃ3dtK;/l4lMqRJr)w=A\%_VQZ˓PPZ0\NЄI00|Lbh'鱁x3TZnVIcUq !VfLi5$"NohFHr,vGr/ 1orΙ2a+BWUI]nI!{mҠހR]|7.6yhn_D=YF^"`'і-E ªV{YWw\TTLSFr"8ld[1ȼWr.dVHf\j+¿.qY.Mm6뤊f3]$bF-ޜpsyy_61Br֛<hCN-" ,H0eP%nln28 ̏r Q !F=8fTӮÿ&{h9LY h<#C E2]$IV9λz iK`%d/"sC5>Z=˴4n1эucDAu$q:Ǿa؃[~׬ij9R'4s8?(zu#] H~ >!]b#^)$ޛc]pM &hPD.Y8YBJs@)ѯNMe>CH^ya2ajxb7 4E~RLHC|"f೾4# Z޸iF[tVƉο<~i zta076V;'3}~͝{;Y-ZrXin3טMar@ 9Gg-XxI}>)lnAL~{lmnO8 ,\ã%G՜ճj36zn@2%M,6Ȣ@W_iPp\\dĆ2PH["gxP_D}(ݪd`C5 HûS_ ^A0݅ N{v{`]ߙb0Qf4,{\}B:V6·7ʬ"=AHPOC5'BvKԗYU\aJ]0yqaJ֞9\[~Izgo[gՖSۗYXf`- Y*D*H0GSP(뀛ky(I nT~\$_I-4dF ~ %p g=^xmHGMZ8O޹TA*ҏ ?bɶIrb  ߐ-0԰N/|ZEB*&[Ɔ$DshR)j aT$)cb]{'>oƅw묿[7=SRN\1[!zu-U{6nR?}݃ ֬-6"ΥDCSђ cGNw{JNR~m(ɔxɍ|e1%!VtKMNJ~C0S}\^]jwtuOcl1`^DQCzd[2t㖘TkEtEU1{7((&iN (1R2u\vݾg~ZhE5MDs4D por4GndQQ/yF^Zy"#+͌h)ZAUAޒX{B#E;rR.w .Ϛ6fމ‰NP4˴ZAԤ|X!a%E9(ZΘjjcKv{U+W׳BJ_S=)J)xO#0nx/ˮ\mB+⋻ĸϢٓ?~$'b$ {/q@#0N2?DKǯ˖2zKOwZ,Q!.L%)pg_--|xp15 4ЖocȾ29X;uSx"oͭBKV6[dg/^)zO}f}r Jmfa( ? G; pOɊBSӯڛtmW0NQU1RMK5]4H\fvp1·iҕ\Ǐ 8 q&QMFkLa7i]Uh>Iށz'80YI0t-9{'>NQ ڀUۚ`_;o zKtIsS^IL5;8cۿ|~DΌ7_q~LHZW\1哃 HkEӂ ȓOշ⌇b(ۍd炑1?V1)1CCrƗ%pks]w$]-^o ?K[>$ѳq:>"cnSoF(/q =0 ".z\AE<>'M;P;?NEO`UIl!l5.˵Ee h$l?m}訰Lꏔik28o,/!KѶcAr# x=ydJAp^eZZ29h6Hf,W[Lz*`,y͔ɱm}/ӌM1]TM1NV-{߬x/#`YZ. i?<6*Q%t{e08=j:Ƣ57fB0 Tvc0'i-@:oW~)6eK%5֓D&!A#Ōpۥx`f^x~ie训F mw[V#݅ɮ}mb4-i"D`[ 0!yZ,ZVh dYi.UM-I> w"Be" # +Xݻ ځlyXDs ߍv2E;U(D bR';[-1I1!e Zg}I±}!>4p;ޞךol*Go?Qt;Njì#m ܩg o?WX nY]ՋT ,_ɼfJOY?ZIMD9DĽ`Ew8 xgKI?+%}Jw%PASOi;QY]}t*n_xk`H wzx8-KLMy;oq籁CIU}N#V-(Ԕ.Γ \'[Sw4%\P}gc]1} ޸xx]iT.9l kRᨚD0ӂ h=zjfR;G+MS2:}$)ekD+kYf-&I[)%`?(T?V<\/|kܫl;M.W͝WNF(awgVfGVw7$Fcge' @}"ĞN>Z@7= $ 9c;wg6vl  F.sfTC|572 w@>;G;D4ZX1%%K@xwEL4gOa̾b8JŸ_Nb0~֠A+w:!E .w2+o#@xVu?}N+9>mirQ|w{Pf60} P@ۏ4hWyZVS[;|@+þΘM$D_kX~2h*i8\h?TaI8J ]DW3RZ"pzhx|Wlc a\^#}x 2AF%%->8v&S- Ьr3}\> +R+b"C~sF  OH8c4}`T/67B3;l9@Zs-A9UD*|.,uuwȌ<-Q20`i<ʞ!OV )p9>z.тZ>YB{ЙC`!u}Ûox`Qh:+ݘ9ҕU3& 9=JKQ;nfZQF);+!1:_ 0'ӭ@~#la l :r)+wqs5ӑ]VNA %޼[l:`~pl)WIQNj%DžqkKFd>1bg>8;údM^֤Bz+u!=\ysi2VbZFI)v`-lW0eyȍ+u@ &0/SM:d$+^#-ohMmˊ9L|InmYjJ~bũJt SV\OrVipqH_X:׉A kW 8-'tGˀ+:Yg;ɃTkb#> I_#,oCj2*/1; Tw^:(:R(1ᶄ ׆銨dfv %CT URdQʴk+`zh[zPg_/p >A7z2҄ ݱ"\4R9[K(_k}Cn{VA&(p!j1B$ F~kjZTUwRr= u0‹ 8KW~BQ) !;0"fu:}zXJ.OHhHh⳻[8mg ?ֺh(*mMz{4uS%H>(E<Fh%,MQC륽1FA'I[86߁ɁMC,0!xH,oV6"֨S5x+\ Z &3`^7lNҫ0-qѤ%LKɯcfzQ$ؖ\eI$NoWS%D(3EOb|<⑔lkhgAA" |T ģ@]drztepPXmRQv!:& ]ʭT[e2,L(YJMKfCA|xGCTV-L`t[1:*1W%jd"ē w) ;ڔƎYd{JX0Yo*lKȺ\UIڎ2gA. +bONNS:T%.$[Qލi1#\&X^L¤gC;oONrc2XUcR >1~R"r8f:S 薮O66"΍)qG{3wmd/}=إp-Byg)6'+` ה7 kS 0ɺI*; EyY_Y;+{N¤:o r}Ab!\q%Tse$b[ZQwPf͏.wْ\:( lKPK"swU }*0Uf TLcJeAaݼ0Ac*yzS@E<͖^6u!a|9ƬH#5ӿxcQ5L!_#tR~[Pp[KRD[y~n#"Bg,`UU%Cl`koN%0o~T>A,]hK(}'jhԩOs`ҟvcjZV5V:'?F2o .mA`߲J޽:m>bVH+Z5,2 py^}A]{b+',Rգ\uF9k[tgEknլvDUё 㨤lʗe;bMW)fO_(`Dh3,qSofQP9 R &5&fyWD]>أ OVDX=s̵!D ;|xՅ ٝѬg9 TI,_?3S-* ~z< +ן2 %q.'2p.o+T7huu+;K:iC5YOeӍ<[;tT#>"hR*)ǰ/'ݻ#s[ ,_b} _xcaiOhsPJI({m(z["dڝHI lpP/:2\2=i*)^cs3je.U~t!jTp$ԇ> D+C3K:wN+1'\e\'n)Lخ߁q-Uddަӓ&:A҈&-s*A* ⦉b7 TMhhP|D.!Am< )U9c [!\FVu)b<:[%f ; w\,$+iaRl RBl;!تCFF-):^Sa4O9?pT 'Z^iSvfE9iՖm}6Ĕ9f{pDb kiztGm&Yhccպjvkoܣ35'ƯH}L9ju-a(=%bw%&iW|7CvdYܱ!͈m@6!W֏xR 6]ya0Ë&vI:v/ 7FA|&FucsF lRˈU+!N\N5Hw dm3ԡR| j  JER0rp(/Rv&JWa. x`HҴd˛`M]4:ݴ㬸L>MKņc{0 `,@gK |K8j+q׋8ZS8 }q> ]=PZPW??9\E^vyT$QOdr` Z9m. Q)P_ڣ-@`,sVZuz&58^J G|GjkLUץBޗ &I\i3s!?v7o+ߥD:kwdoCmsbKI[6W 4HZ~F%˯LEIZl2or.o9Gg ײ7%U5"L%~ u06`.U$0욲4Bþ mD_}@m{deDbbObhG#Wc of }i rxDvQu˷Kopou& X:0;j=*vfyz%P`gE9f8H11ı >@^AֈDZI[p4'@ĩ+'˚حKH*Gw?hCP[KzϨ0YC+=yV-fqBnZsdtp3Ks噡e1 0/LH( Cfc'G#)G5rvHѥ=}wJMbk),˔r>L=lr/ޏ-v"&W vp!^ϡ&v-_E?Xc<9rӒC3Xxr{óUJpQLҔ2K-IPєzL3@O> S;Ld)69z>ߒ'ʮCOyj 7y1}smvggd}% ;qc"|W21iy&ªDayG :=ypܚ92e)@~2I/daMK}zvdd8045cC 5)˞xE 1 AՈǵ}϶n0)Yq2{;(>k_ 0<4ZVN|%lоMzl)t{u;0a*8s&dV%}pd)R뵭N~u5='vքO:}ؙ1/6l>7=v-V;O{! .`)3e:Jt-+}`whcөenRȹd!IZ+65ֵ,}/E̴~ XeKB'[z]'\m,K5Kv(~%"!j)~PIC"vhcD 01}5֫PYi~$ EPGMPBcxX8== )M) vJ_ 1Ai CVǀ](.oAa),iю| wT5kn{)^r?- y#Ƴ A# \; $kCGnB6.Y=u!'Od<B#ǎM!Gyi;qY:Q]GN}u6K" 񸣪ZvWgB35>C,53~R梔Oy\f5H9(΋KJ&8nfuep2 %𝎝K4&A->?Q Kރ/(ܛ3d,ݔ!g%o7pQ"pX/kS֋PdIykˌFyS[D< 9t>54adL^Jnǫ8! s/ưC5kˡ'uu@@ 3^\Tf73 2//qrq'PKoﴗ(KO2!1q&Қ  ҟLS[ IVzVjeWv4I`J6v/#CCyj{1MGahȟo[0X=+޹(F6B tI|A}F) @rh`AAJaD+XHp7~|>WоLz`g7Z1?D 1C+)Aq <7,OX ?:tlg&~j+iKpī 1U슭ey0]-43_qFmyGڛ,//rw^\Ȇ8bldMAD9]50i(\.sbnɍF+߮tjs Iɩa$DrHheV̿|%a,3mfR8<5W繳"{f^ #pܚh%eZf5_а1w<)0@;"e[҅,;YqBuq3t=- (!740=ٯ˧z?yx)૳nu-hw'5NJob3<ɨ` ∋REp<="}1ZO$N]$?@-;Ry`_p=ibO"[Nw^CmUs. )\Ly7P烫c;!hĜL{U39h8 {V,|`MyDc@a,9miuVX }+ukq *ITԔ!^*;z0%=l%=gV,ZCS+̓9txqym;u"(%-DߜaJp^42'edyvP }mi$'tvwZu}[S)2 hGT\m5kU(d [-%{V-Cdb( o`C ibjDQƌwS.ntxke|!+n!1'z7G!kR6(z,pPЭdam*i'QKJ4[ (~>$-PuR,5p*RF=&S9`1|,Lvx`O`~Si ot^Ĩ%ГTau~]GZA¨[5M,u7!ҶcVi鲝f!aǃ/܊QqjД2 F;*Xv\71l(Ư(15 Jr}bL(^,kĤS,,5 YZ