libass9-32bit-0.14.0-lp152.4.9.1<>,ah/=„B3`Ec*6eqg=]P.dʕj3{B˟C(v_;]sӘU]?@Nx5u*EF*Fd #8Z<{(QGr []uEX( 9 ޿#j%\OPj@2 vChDH4G<@:!(yIT>aL_ LU1108FaxU'KVJc]b.s lXd>>#t?#dd # T 5Fgmt      08h (58<9t:~> FG PH XI `X dY p\ ] ^ b c!d"e"f"l"u"0v"8w"x"y"####`Clibass9-32bit0.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.ahcloud101hopenSUSE Leap 15.2openSUSEISChttp://bugs.opensuse.orgSystem/Librarieshttps://github.com/libass/libasslinuxx86_64/sbin/ldconfighahahd7a622fdb48b4c73c295ce980acb76717ccaa9f74d185471fdb177c6fdab2f75libass.so.9.0.2rootrootrootrootlibass-0.14.0-lp152.4.9.1.src.rpmlibass.so.9libass9-32bitlibass9-32bit(x86-32)@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libfontconfig.so.1libfreetype.so.6libfribidi.so.0libharfbuzz.so.0libm.so.6libm.so.6(GLIBC_2.0)libm.so.6(GLIBC_2.1)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/bin/sh0.14.0-lp152.4.9.10.14.0-lp152.4.9.1libass.so.9libass.so.9.0.2/usr/lib/-fomit-frame-pointer -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 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe4e7d1d98238e809b05f40a3a35bd1000a7e967, strippedPR R RRRRRR R RRR Rutf-8455df023f59374cdb2043f876f9b812c6b6c527b1a88fa205fb21094cf2a21f9? 7zXZ !t/YXR]"k%]dnΘ6ȶvW@tx4:phB>i 2TN(j ԨR oD)J(T҃gRR]4Q>p_'^X1t:%-S01M+^OܣpcqPXear 3_X9lQqy}`YNGUxjRaI}L"L`h%:\1 Kfr{Pe9֟/=3䍫n\1(XfYQH8CG%|P{#ȇAiCM6y,0ɘn򆺢@\z 1{lh$?rcY9z8gCyPy.RǭFU|1[)I咀`yB𜁄$Xw,HkKQn0Ѝ["JHv7QyC ;5k氺=x@IJU[4TLED\zqMaq6= Vܬ5fdʑ^\IIM+5 uJxYMX x BzJ`9>?"S7yGbmd8syR(yU]M9P ?=,"`{٠VJ:Fgc?2;곖 YUVDr5AaMS/o9(_I9\ƺ@fi%:[?0:C&Q10FooiH?dDfGYJ!j>5xfTV|Vo#X4]oRxUDF "{~)h'S泖 ۗZnoW?)rM:q Ӑw3WbI*\/[kO݇tlW^8k0&p^ ~TK5-WJwA.iF*lITҭP+*+}i@'&7<#(؜qoR2nhz">ᬣπSBQۺO-7DyJ7 "}:hMgi+*tO@ko@Y:} .YI;O1ՙ'h*_&fm9EɏG8etfu(1(kh㳀T$Yho2v-U2>ZZ8݌IE9ߔ_["O{b-i|Y1pKL!P$rY ; p 1ѱ)ҍzVpu9U 2IT!"2pzKr<~jSvQ  *-/h!g-5,GB,sn8u]ciFҺ::uy%O)LNa,ɤ p$ښ2 ٸ8]ڋSoFH_PIX#5M!h8`̗2=@VfTV+Pٓpf٧?kMD_9w+$،&w g$ɿV><}z'FŧH"< `ŞrKwg6vbay@vNfe-ѻ讜y@Ckڈ߂4^$N<E=s ;m s-xOPԄh,la%E!gn ]7,3Q4'@_m+RXYh*ѕݍebEHyqx(f~4PQ\@I ̛TaF1P[F=&ZahdpQZaJhδdZp8M ׺J $e捗x,5QƿeB[0:m$^4z]7M!oĪ?$oC/'qz<ϑ_R^+bh>ƒ+H~͸u>:B([5?->RCrrP)Nݴ;X+D׷\vp(?܊P {L6"zkRDsK}C[szw6-d%s+En12hPȕj EIJ睄27,-z$l( ?bQ:u/ɟ:z@ph$R򋀔hQǹ׻fRv*Dk[u Z+}pˬJ;"8(1Sn_^eiY[dU;ˁMVz'Ns ||X戯@k eK BOz1堫WWp 5 NqX*BR)[Ruwd2TDj6Ԛ.Sy[]NdO3 }d6=l5AO%Vpgi8XˆPp6J"ph,D u'Ji@A8S#lC VK^G릞=="\Ȳaxum|\dEȞ3{ a[ v;E>^@(<0GURjCJ[q)\9(9Fī=bȜMwLK*Bփ(;$Q[GMF~J]LS. N ޜ!B0TsHqP$$9fdt mi;*QJȕ(vJ%?6-uj?`sx[dXuTNdث|p U= pH]eb(3.z.Ʋ@J%a QL+$A:-v}~q<ݦPuBw G1[FR!@GgBҥn8ҳõ4ʲbr%Z['<|> lXC&JPx &\zU.`SJQ(kZ#L|wY?ja51~\hQ"ht[qHkU-ZigR'h ?nzݮQ܄-"wq:7%9}Ol}oiKcΨu# UCTG,>"isc6uPfrXjp*x"ЗP-)&#ĸX7thgcog83h= ,PeU7-Cl [4oFdBMTѓ"\'}#Ӱ ,}C̸Qn@N65#3;J"HB݁qR=]^ L!_V-OƁ4o ݍ() ([VTDrm|4::q| a8gA;ѵYu` DE-jF@ckvBF<4x7 ~KV?uyit_rڢ#gCUV=>8G0"I 8Lq;[W07 ]A\Cq8tO Ϙ|6j^AƉjNj@zJ M0DKUS$Џn.=4^ṾCbh42(""^ [=\C " 0g|"'O2s%6?;~8sLqYiR73@5C;;B!H.:A))Ǧ^pՄzQw գ Ms S^ଈ 8)Bna:Q3f=_$A!޶*ߜ)T@:J:#2ЊgeJsbҶ40CWƧc%i2Z`3ѐ9t;w͸B(rPyZH}3z6:1iqmC b4 qGN 6-3U3(?D m }"hQRAu'Dݨ=b,07ő &^0u<{" {0\n3ƾ|lHH_-Ju"{*T)kұ_ ^bp-5l+sZ^?+ Hq>%#+Npg]<zUC ){nXk_4k97=먽Cme1gheWePr7c̓:H6Ȏ\{3ClªZ5,E ; Ԅ 3e̵HMP>w/ g:Mz_5Sm.3 8an~ ){z(2I 8'c;Mų:@dGpLK7GD\K@j>P@Q!Qca5X!&6P <'@3@ 9BUIb6*$\]7 trQ/׶hB)?Ӗq9"ϓ v_Gnw,|3BA}z>Ҫ<Ԣ[6nB24̭;J&^Tr]wCMΥ4A,MpTVޕkG%oe\Q;Ua_qg*ޙX̩oX=#R#%=%v)?Uvͣ>0~LXGG_U{Blrį*NyGӫÊ8:Im Ow-&v>0+#DZsWI6U|+nڔϺHSLMfeTX9m]S#z q[f,Bʊr;X牝!*YU:)r:GP8"qǣ!6[YrT0u8prpQS(҉֧}F~!# 9%@DW'Bys`9U|H-t_I?sr<)1}v騚J|yʪ2;s f6XUI1D+sz \+F8kVRp+qT,a!%(}pq Is|}We!_je1d8>a)|ObuM0tăF"W _$}Ϊng /}{E1y(* ؀ ƈV>E.UMDaT4jW3E)JT{Kb?q B-m+/JCVΚldXx#DBʑbC |V8֖Q SC5a1cjWVM_"Z`(&4BNFXTL7`j"׶u*j4I,UN.PĜ_wlRZqxLa35(O<.=ތ&TtK )"/ٚQxu.`dP(MFo "uD=Q8N.VYtΨ.J"xh4r; 1>0ͩѱ&t&cy4I+;ITSD0rȇ5e~ C*{76%##lT/ Gي⿱0o>;ohD8:o:Q`N`x *kq|*`SK|=$9ȃ{3s6*SY( iΚNų_11һ9?R&V 6伆ko=39ya!"׎0I,H7b3:Z {T:솰 ;,HF+tTEi㳔RxhbCIe-:(MOyLpNr4F+a/4tw)rxP4䃰58jZ *OL;|\brk rPmTG ȑBgr~\OR?AxB2l } XEN/`X1B,*gE֧ E//V-[Xk1rl(&jeCEn _@ci.JP,#AuG[(xlG8/)Ԓ]"%\w.t\u/c=b*SMdN>u$)u]s{ Syd{+7c7iםm +z'hJ+0;Cnghbϼ3`ʒ %U5R - C~BnLOCO.QXC}&?h2K9@n+F #s=R]5}قW
NHYl C%AqU 8<ϚOI5?d~fk|4J%Ne#DGR+%=tК !^aˋT6؞gIYFu+Ď>"]ؒ}ߗp5*Ȅ;*-;kCKOY%R&Hq&NsDiˍ}ÕP "Mˆ ʥT@8H? $GA"侓tSp'H`!a+z8hoy$J7jzrf6>*VByD,pDp7g7PO'-K~>7qL? ބӦ&#X9l<ѕP!N&JXFNG 0 -`~K16J5ΐ hھ7"Kj)J8,0-*UĆD4y F{/@ 4 ^j>s{jw1\M:xeFF|/iG$+Ii"ԼUɽ[y&C%i\,t]{ C| Wns75#jϠQ`$Iv[g9ps^*k*k3VyMkPYlW)9T7~PW~Ԩ݊PAerMr8IhÕ_ia8ށ0@.RN ~Y-է8erh d _=żh'eϿ%!#5dXSe(l/LQ߿u$ю١@o9E&0R;@f7GxG/Tܭ{D[O8&tˊA (:-uGUQk7Q |FX[\Xv+hqeصbHUzo67RҧL6_'^?PYғxneJkf4/QR*K͓Bc4]{j9UŲG,'v8xfTYSc!߮T S+$)XYwM ^mIL>@*s]Ľ,_7ynF{Ila Ux)l[g`k'd+o`%Ql:1ggWh@ycI* RI,Ev+*9[>);B7;c;NK(8Y)ݽ@סI?%3Rz_$ JLn;زԿ뭳dM%cEv.@_d& (/(2qe0:㵞y DfCP}3!X OEB6tFV|?2Zh]e^ê 03򼗕Me bOYΟv&JA c'ʍpM2k>YP1$imZ ?Ȕ-ӯ0rjH8)Ot'=SNz)o,oͱx:.+( 6+j|Ft!2H-=e X.9T~hdԽ֍\N=k NbO.RsDB-*ZȧMHuGTC@\.͋0 2L7YأRttZnT 4F:"!$bӣ+0I#ufpVZWy{Sn/vg$iprJdVlQ-@4k"wP^y*f 1V 8bmHjpa- 8ɕ8.*wosoDf"5v LZC·0$[ML!N5.<g_JHRB!_yNzv ݯW\ h T_Rf͌N:pvewN*WyNޮN4TyA(4\>?mDqvӌ@ w)h)YRCoK_ ѾfXhYqo=9,"OKl S.?NF2b5Uҍo:ui|C$!ofeDqp):h".p3Jתm@6ya^ (?^OeS?|;')V+0C<ܚ==t?ZeMwvฆ|&Ƭ  iBM@DvJHe ̬/y?]ll0pt { Kg,335ﺋQ HL!1e04,ģ—b>56|2hk[ETuᑎ6< (8Lm,Z19 }((t!ϝQf.i1=C*R[vksɾ}kM6.I|B/o@ݟB_Čk`{5*rY>8c;+A LiM ɘ\:*aO ׫㑓bf󯗥MJ9W)mru1v7H>HIOiPoGDjWlKKX[GXkq Y窭ѷ~!EW5(7wEDlE3ĽMb$dAgiAg[@c&=(S:I"=B*CO!G]jܔ9eLjpQ,dJ2bM{| \=eZcY`d?3D\%_5r*!Cĸ?dB|pC%^VS;t2 ^@%fYɠ^gҶ<1_R6#dƚwυ ~؞/tfeTKRѣ?o/@CUjUyCtGP̟)]V]#Cy˖Le'u^" XƍX_to}e_zH;} <1ҩb]~:W4=84kYP+\ԺK>0ܾ#_$L 8{f(6BE<2z`B6#|. pq98UT)=zs(7>c gy˅u @tAC[d9).F'4 NW@9<%jIfFMOE/V@>t "l]6VyqLe!-1Ģ W@DzcNSA6~ݲxϕn>D ĴD-#WP oeYs˷w+>t"_YHF` KbhRwhTISC*FVQJ5Y$3Ϳn"۶ɗ]sr_;"@,Ն;ǙQ{(3r DL4 h-y`ד=5e[m"~XxD(iC"SgP:ME'~bEB:!FwJ/[:nAaWJ[_k};WbH(|.t)k7`H-@%r35{IUf7]"¤ݭF[aw|7%ڹ<0?XC aڣ5SY !{|X1㸙~i2'.ub(U`'_ZSؚؼ|$֚*g.j=Jm4Xl\Ԡ'lpd =5Wv*zƏ!G'xnQɑ=PV-oҘܬw"6ɱnAw:p{w< oj9%xy){#睰(9Boƴuvlu~m}\ 5|PuA:Tg4^q5[ٸ@` Ec`zL 'Ƶz|5\;Ծ^z\5>{r>.uŋ,: ىt>Բ֬"R+XT;WdK1h0i.$ib2\}jN]+ḩr0iop i, p䷺`zm^- y (q.< $V(1sYM-+MǀJMA~Y!r87xg'$` q raNn4h-?qqb8%~_wyIY5hZ`vuN՞\nx;uQy?}[Toez7`1HTff_S ѽt,2/\4I4j\&6tvyݱk`a%(C1|zŒvG` ܮtDUqrd#S-̓lѠ&7Sw҇;&=ٝ|m%'cId=Gg>RJgo{4 b(X/`ɗ+i D^mEzAW_ w$!~c3҉וfLptJ%սC;z!_e K S 1X>ȩrMy323lŽ57߫χIf^j -iWnJ+Ѐg,osi*H4LiTl*F(rWE;sd EM0O4>^:V(WR `M~.E<yHWrE+<텧 7_i:k| gw(/]Т0o&^{b`j&Y"":3dBڨt 0D]_]R a_16uw(Jtx9Y}|*ھ$@(cr,ΰ0cC6tLtޚ e ( '^M҄mW:X4( )o7Y 3oϱJ}ެGs`gݙl1 _Y FLp*{avʯ?n"6lA[ƁWv~d 9f E\inmz"z}gǓig F9k\*$3Vf^up*7& ( +%ci8pBB kp6ǕxMգy*4mԝĐ[Z8dusu b K=*](Qjx=Tv ;q>CKiI1M2+ O[%(>J CDmObb 3H@p2WDIhZ~4;\ },ir14 pN/8 3rcPuDBq-zDGה’ekdh|4&K I gA,);^4be"(?Z]ac"J QY'D3mqx>|-y6$sX_δRKn`{f=߰3~ı;;l+NeXPN{01q6i4 bh!^# Aԟ9q4.l(Yx=4W<Ud-v&E{*].ŻA?WΗ Q[scm7=} Q4n9A4fHM]Ugrx=!+@OJ ;(BB}NJOFEKu~sGEEBWCFwwYK֢_A A(J~>pQӁǠ\] &|/&}u2ww~Ηf9{ű ]3Cȥ :I\ + " HHUs zv'SeK%$7ii*r*3*pҌS>2(vPz>0S " cvI\/Pxo)x{iIp8(s4BLljtȍukc!2`Rvc ٠)r7g}"B_tsMVxdsq``*z~k]? `?6B=W^njƁ4gd&g+KvR|H QA/iY[qRP _ט-e)ĕ*է"c2^Ts8TX 7I+E5V s7#2?&ic$]!'*TVW-҇r-`(9{*^hh_G/,w#,“eDy_y[Bjm";-_`~tn|hӬ'Vvځ$xC4Iq3'j8H|œNczY8XHTij`@%9ɶ7w`1ȉBT[6ԡA/5bլ/"ʑwFb]1VB+lER^e Ldۉ?kaA7]IfD >ªS,Ou M_&=6}S1PNҧ: 9.z1k7YpI]K2/fB]ߞ *봏52zXl7X6p!+:GMy_!Ui7dTӠLۇ?DK/dLО]ﰂiCYR[$V a,<(F"_QR ڥqR'Sbc w@Oc.X=5: 1Atn`ϊNdА"Hc(:PN7/B%vS!fu -!e7g^zUSqLUU_"Ukk~Bn,EOT)`#koP= PRn!|MJA`u^AE|FhW˦f칸MRE P3+Pe>q H7G+=GG#ܜ Y'H z(na<<ݙd`(&ˌ {;}bӝ>*Vdy )Aiї c\z@/Wy]ڼل%:y(R:~^FF_jZgl*f,Vږ_ q8 KcBUn˸ ߃ N.tU$${`cbۤ.&S h]zMU p2<.vQOk3a"nq,O{_'5.bv>UKD$HN)k uʈOw:?A 6`a(fcYWƊARF+SrT+P-Pkq.(גHkW/&/Db.mޏ3#_n~ BKV*w*O|\tdk{~%L(OxbR& j]`\|3!u/,c2ocZC66GCq py1dE X2-^r.TZ+ unS"PGȼ|kB9^XPPYq)>.Zk5IR{5* Gm`Wniy*~':H+},"ZjFiQ3AdnjJ34Iw`.`ߣجf˵WS9"ESv>^WS~*ؔ.Ѧ/^xwvgM:)뉲)^~5*~133.@ـ-x@dxl.告){x`p`<5C"G/F/6PnM'.ϞU T9 /W'I Gj΃γu.9[N=~R*kw}|52>GlߦM`g_[TR`=[q$oYП;[^$c#9{_eKe*qv-;sۓ$ˠ=PMz팀U ք$GNmݜK6٘ C^Szq820,""*X.[#OTcvl= jb+Rӑ=;DgDY%۰^$N$zO$Vǥ0.+lNBDf`|.0#hD;=gNn0 ^7rU&z / f%"8~65PSs =O@R9;\bvT߾*c v` ~##`&+r";RDm ؈TTk#„pL8 ,OwktNTpFi]nKLO侬5z(j;1}sbQ %_\ j]nԟ@,0z.5. 6ˍI;n،? [e?'.fMLm,ܐp!#};Y4 4W6)v#E[PE,[CЊn.J4j;dyC7/U 77eP0F*| 9b/5.$F>O߈3$]f^[Ռ- ]aRCqv|f'x]fhû9O+"MSc̫P!1 ='F/!Mt|$X;vjr QB<'G?``7R9*Cĩ\e('O6ȿ.\6s5 "B2^b@DLRhjlŚ'b?eJyP lm q9Q bek{Yht O (6R {n0`*jOLB^oE".;H`~.:jD8n: 35ӮE{EO4b%& V!uHͼq=I[2OUt=bܥс"`O-zP1cܤDzortc7Vf[:ߐX^{s_ģ̐VLr@帓a|\7̼xT<F-\46z?E1E' /CSl*FrWf&pN1t9[S}\LNj3|ubݻ7)zɴRiseEF)0y+a,szTbYDcʛf%"S I־E_$jA?X(Ձʆ91wBc6 N-@e:_c1+'},Cbx}Mh,>N:lT8{YӸnM쪅]A ѬJ@@KFGIf" nbZ!UN~pUv$oo:ܓiTftas%iZrzi\4&Q +bapН4E74eߦJ؊ K&!R*8~^N6$mJL)9wIs{8{կav$*S%*rRIxlGhX k$P.s Ar"Č_c.:`214E;doB<،['g`,Κ8pJRZ]»j2 _TP#ALRy^&iP@ , 8CJ|oi`,ʎnNՔeF`hA"  }9FH= ~/ HЬ_2%h*7ݴvsm'5*X %H܎00]cNΙAK!1g.A׆˚I$DN0^m^\@[8H,?*JOVsZShՐq>L=P; e9U[?E =ri)mgNꖜ<h ]?ue913yxh);EC?{j1ҝu}O'+C6 &ې:9Eyχj/7!>L'pĩi_$JꤝK&Ē*b/~0/e3& =ƿ}|'乊+9'D`LPgKpajC/G=ʳzS_w,`珲;gˁfkuTA=8^`SbWSoMZn%xV"^v(߄+Ŵ]e%qr5ڍث4冾~<7Hfw5q9i>`DP!cy 9ێC1 yO,2d8UwbG !q݈z֙6[*/We }W4CzD˨>@&(֧V"`k)Z|~Cy){R}`, 92iO͖0xrSdNy)hզGR4`W7@XXF-p\"vNEdg퐩}*hB-tSB_)OCr޾ᘕYțlhm[ߐK nGEB2ݶb7Cu:bk*7'IFu`mkww>2v^vxPA-Kƒ1b`Kt7NV$&!V` 1iDJXo;I\Ǩ C2a*>%kREXh $g7$ /ld/ses0(G@lc*Jl ZBp>"H;( X1Ea8}0@;+UvN}_^ "|5 ,0)="4-{xE @"D<&I f[HF_@I1!5P 5mO5x5VXX&*W+JckkJ|KϚ1,E9M%r0khBG @PܘC6v6Y6b`+VMʂ1瀑:C3O2s3Ak &ȦЦvN)$mHie+Wׅ#ɯT=&FEiyGBbhVzks"Ө`eT6ݖtɆ =?Y|$yWn#DZ޴r|X8y}/8=9t^" /#8 ͗qrg&y,gcɭQ es;.WF}/Yhڳz+Rnto+[I;g.CGvJn *8F~LO`&7eSWjnl n Ztգo[ {Q5y2T\f?d(֜Rљt&w|N]'wW=:toP f^!} uP/!X\C<ŪX!Ӫad!=$Q]J_z\Zy16-Y)هXSfتݴemzI[2ł},l-V3a_kvqjJ0 YZ