libass9-0.14.0-150000.3.13.1<>,eDp9|]"DL )g5yzM @:Pݜ4rOEh^zWtPȵC3{oN;߱P ۺ"@-? t~e_-]!`YhיK-i.TcޫAњ\[ u⡣ʇT7FzgcZȵ1˜NRךKb [fFrUn\i/zQj`0jI,#= I>Mq鶤[mG֎2񬅱>@#?#d   P26 L]~      8@pW(89:> ~@ F G H I X Y \ ]!^! b!,c!d"Ne"Sf"Vl"Xu"lv"tw#x# y# z#D#T#X#^#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-ch2d-SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttps://github.com/libass/libasslinuxx86_64-eDeDd1e665a063d7c38fc14a53e4bea9b36ea84c8f20a76cd8054231e3d33c923918libass.so.9.0.2rootrootrootrootlibass-0.14.0-150000.3.13.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.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-ch2d 16989898410.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_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a12efbe564d2a60e8d71ed5aa3e1b1acb9262a13, stripped PR RRRRR R RRR RŤ-"+N.(utf-81a8f948d071912c095d11eb5c432dc3c4d20e690e94dd22a0bd1a03d7c6f3e2e?7zXZ !t/'\]"k%Y}dnΘ4Ofo|rڜ~QDP>2$DȈM]ǾTH^iζT >!P]9u\'Nwnx4vcb31춴WM n髶K]s9+k%#,_^fMa*ҰsH`Q)V]"xrk 'fi2Lo;hX4-o{fS^`bm5~`E{@Yfg+ vv6`#G"S%cɝ_D#s;EћVr%%?n ({>܃Li=&KR''o-mnCQ1Vnl؉Ǯʙ_?V ڝ]7z*+n)'*eu%'xZ'[>BFWHVJoXGU=*K&5K V&x;ꖨ(j2(*}5Q/".U 9r4EӳiI]?${+lZ7XSPa%s]#E Xn83$ƈK^*FxY!w%$hD+?oeb148<+^@C4D}s"Q N i騮jgs), s:7M7SAp #j~a6!.躩Fyi3kIu~QGi@C!' ~z ~C)^;29Ν "&bjٓ#xMq!}A!.5Qlo/Xn rk6b@x5Ľ;J" GE#oѫҬP3iDĖh,7+?=s(! G{_:*&pko ŃS[ SgX<͌{8XNyR;R#v&*.)ef_]* mL {D֘}lnqX;!crS>_БAz9ԋ1uU\+̬19c+9tuJN 矔 ښEByAEԲ ލ_goc"GF ~ܣY50\@);6<(CQ?2n(J6%yeC@? 7cWƩ%k ^i?z5_ia`˱d蘙5)L=-nhӕ1-t#*fNk>>WYXf ZKD)9\ջz).^E ;4ib9N*m|]ϡAwCHG(,!kƁʵꭞr3P!ʲ3md -+xpz qna&l¸yÓ)Q[f=HP #y`a`e,67JHPE{PLn4M-ԗ)=?#r7|}z,l]%`g>g0 @3z)˷ bLCai4|4ٺ+Gz@dAN~Qz;MR.m'ќE~ax|(iQhN4hK5jR\X9o]S t:nWLyߟ'p.g4`">Lɬ{mc^WPFAWAJXb )~R3 : V8SW\w=G\A^i^kCt tw_+u *&+dڨ\̑ֈh"c2{cz~Rh'? wf[lqPu~#&MUu -PY+3 w$Tm$@&]NqbmD4:eK5%1O2]FMܚnԕ`tDNu<@<9M)RqEeRoDsp,*cQN>2NU1̕%M\v>r ]f- 7IvB}6vF+(_ ^*F)b'1Yk1b\ϣͰD|?SU3?qX=K`Ejg3s0bkZ%Cς9q+ꚈR_=ϩ7mSu>+ǡ~+ Zu1| y YQNVѵq\-TVM4mϱw+؜AbZ3t2Z:cQKw)Ϛ(C`#Lՠka jKLU~t_J-ޠ2>}KN %Jedz|OQs6V XVG3։vwf>{L~8j> !CKESKT"]EAU3|U㧅C~@;&a"LNQUd]{V倫ڇgīL 8G>}(򥌇 p/j̴Dȳ(ֆN(&{Owy( gB/JT̥"K"֯]AQw&nEa. U9ly+QEEۙ\ܳ?6uRBvPlܺ9RqYA#yLCu@~^ȼ$ywvɗ+ ްœGF="0Ɏ@~oHsi^(w<7xQ] Ϙ*qV>yɰ>"Je.x~(q3kO"ӯ ]9< {|Vydɾ86[w~v#@iXA/FRhhYG%!Qu>,7ɥO |a 9R4̈  8HB= }tU/A^3bgBN Fvy~G+Y8c'П _{iQMO/#cHS7²\W BߤGLKUpTiÛQAH̨숾ПKz6\PMdvSAވL EB[ i#*Ӿf"F6r Oh4"YAN]vP3Sf G@Ͽn77Wk;9D0S5ཚr7 n]ZʐEݤV[l_/ٴ>!ߙ~cQ#.)} Qmpk#Q{FBkFKcG-LpX# |b C ;nƊԷ\hKim%KTwB Mc;835s㒣۩E haZO-~?927Ffsc. ΆU1۫4LYK~9 Q v2Nq7{J/MU@a\(_ZJ,e4sQE]SL^Â[x!Ia>;\^OQRŇ~96&OI9D-kiW0WUsz7RNzio4=yvn!沊o_ LxU1s;ÂA6K}̞YLI Ղ|F:`(ZFRevxF3M;i.Xdx0[: T),E^c_z(Q _HHMy)ql)lo`]X"&fBV ?j ֨"Qٗ~S;aL[L>6&ycU+lj釴*h UV T$_j߄%r~.%4M0yr5!8ٮǏ2loațv6LV iJu@9 L"ZG24]Mtaz&hDx|xYPf l 8;sʶ{A}$n 2NO/ fs3 ^<~4m ׹CnSMdNTu6 l_G|#/"0?ߏSpu-F=z𐎠)m_{ 0K9̟)b\4IWJ]~t!G&t"Ok7oj/ fă,wH0(FW9x`"G] }-wyBD'ԇ$eQ ڤA8:2T4-e5`ԯ >ϥ_5rHzr6L"$Oy+ټ^!q733R~kp 9|@ʟzq+HQzLi|9VFZg4ҟR{l>jmQߙo?2e-GXm424^|IKv<9/쇔og-#vm._xi/FfFas L9 Hյ [􆳟oMub&Į߀FWπ q?EYjJٶN~*578BT B NǍe9O+9'e(NsQ$ Q5y'KTekxˁi?G`-9+yg(HONBf(.K^>F?f+<ÍZ m{q[h^W;u0{:%90P $?hcD-DFQ$ulvmx ^qmwnxE-E;qCl?٧W66XBKY~ \VwE6p)urq63SBlхQZGxf{F̱] ;A/\B^ّܴ>Sj\^;Ŏ&u`t"SKŔg^VzV=%K'v#F%M6?;‰pv5;ٍwFIv<f+@Mŏ9]ofn D۝Q7:m]Z灄k D (bqPNj )k$3V4`6 p нI[l00wcxt= AVȖKe%4qԅM2O" /;GAt\zi6\^tXv  Mq,b4\ B;#ʙ 9ȣU[t"5u: jsum w6B]ݭ8qA~O IRSD+o')C ë#تw0'j cX`w,>$CF߽gn ?@QThK7|'tժ{j|0got.{{ @eh$̃a?u5S4sK`,7X=?- V|]p٢gwwP!o  Pj9ToΪ5B+IX-–zJwFv']m\agqпWUǎuT⚁qҚKߠQAWP1%ԂTJMG7J QNonqtخx -B02>p8iJCaJ)Py9|+'l{J=!qB‰ur/7ޜP4!8(P.uCxB{!Mħj8:1CO sC{Vc. t6:`KaѠAyJ{&-bҍAdόt_(pEkE&Z`1?t0WV]v7ZQ'ژGw97%s1,H>KպR7H_[zKї\qrtjோ/dþ8E:{vXuQw[BNt|aI,>^+:"e)4MHx8nɒd.RKjg.\̆"Ac Ŋ>NwJ7q.r4h#Xz|P=fIfINH{t> KI+5vk,b-j](%ZgԋMkXZ.51ɲ M򰣮XiaydP/}PCygUcX[<3<la:dw`PlndW$tcTk.Il{Q˶=Ih ZuMvMɾ#ridAڨ@5@g%eW_aUdo+rZe#G2ê>-["j6-:(tԘT}5@ddJ$#%n˽[&,gly o>JvGb' gyQucI vv'oDpA#dǧ>x~&IT*qBճ,=|V.q&2xڻܯQO%w~꠳6$ymb g^?!JΚp#AkwмCo1 HlM@E;$}-M\1bn!Fikh+:cPlɤi3vu4q9akKVu|77cȌ:`}Rcs?%[򌛋-<F{o+|7] *um Gmr,ٿoOM]6`d|EU7w,k>P\F5@$|G0-?P:?t'JrI' BRh!n֪&oUa8(b|'PǐCkU| W?4ZM30CG30Cjb38r Stx2 DNm|1~q{oܘ~Q3+6/# M"d"dz3í@*u{;ђbHv(g*}  9 RXg1F(bZUgh Oǿ< 5ߏgVU B߼42Y_ ԭuFL`meGQ}ucB,BGv.܍>D"$4"g|/Qm!kLO{F-Fסh=(,UNkuҳX/ln U񟷧AN s%lI9AƑ[V>I< On ,w)F( kTKƸrJԷLvkdwn?;Z~;o @VK @Mk6W[Q"[( Sw'űNg?[}cyK(aklЂT}މ,^6E/:`z*?&x:A io; 駵YUf0v?^^Z"\CV}nU.Dcn_ɯIYX ¡A"Q8hXln|ɩDA-l"^%ypa2Σ:7 I ,R6Pp6m=r E8%QJ[ld?SǝPQvN3~PU7U[~2IKTuؖ\`ȯ+ B5!,TJH1?Orhos!B&/oiwa/BHK@8ielnS &ȐO!%[1ESE'G# |%&0χku\m81fi/;ڐXAp>*tB3TCp|Tfv |A~(Vβ Ɨe%wktF9 ȩ|I)G2`~dM,D*HP邽=TQAAaFh``ǯ y{/J%vO5Pu㵕@ܱQł# D|":RgTIϽ8$EpL 3í}:;z y%M"~#ҨY1ڿ@ć|$3sW Z }> F`qm$z;b"G/i*"u8ʡ, i'P%bt+x ?z]X;퉪ne<ԝ3z+uYH# A%.e_ "PYA  GU-Aa%e\\1Gb"YUP99%| u '{DR{6bL;42dLۘ鹆'"-̆E lJPk,VBmG7<*ewlzu5ASuى- GP č}s@j(Pe9=_"lCmB(2Ph cIH>"󟟔>m!þGʃeP siU~g8* 3`+qlIG)tE>Dn'}њUcdΧ'f9P7x3.$10NDKq#a4uP1/]4^8LF9ޛDrYabMK}t`Ϋ>ED R=3a-+A;R_ mGMzwf` ?tUOjPz$o X Jk}Ű|:M#cxV%~" Rh@v_OK1^"^sE̮V-F/aJtϟ><6=LtIÉ 珹Ke_u4v|_Jk 6ua_ICa; Ϩ{/[i>2P `XQ xnQ+)sN1nI s̯QXUlp _$0 2Kl-xKWީ=UKu^doBF)ZM+Ln>?~~K%#|K(onAS,"h ;zg~(WuD`;Ÿն ZIH} ^ԳuO61ղIhſmq^Pz&#Q `jo+LKw^c=QᓪZ?W֦ސiLi0\-R$oc5E"uŮ^_zJB; @>kp%)4>:oOi@`3~= QqS,d8"m3Ctr~54 K6H^aw~ʋtL&>CmaBYt]Ҙ8$L ݆w33W}c !ޮKzc>}߄l]aZk_{` ^_Hw9AGݚ&7 0-}`3:ig Kݿjt"?Cu}qyqeW"ffS a@\E=㹅zSpHї^/Nc64Y2ƥ6ra5DL8=z Ьz L>G|!7,e 6[3HdPF·N7pķUI}"@,i/JOd yluARÒh.w 0)z0oD#;soP=nteʨ8u?Coa=YӢCvu^iv`h@3 ?w3drZQK KJY?̺R0J6^KMJ"O&+=WWlt1u=W"M&WjG|6Ιلdcݣ˾LؖGT +' h_ٿN͟O.b7<',ubFE9}Q/jUՖ} $f#5Na5w+U 8~ˢ0o#;D54~D: N9u.e"[vv!TU螻R*ծ\ \-nJe칃ɫt T1%e1F 4RsN\n@|qRy!CCflL ְӎ~q[@ , r,&C%k'мnzۈ'S@z5ʲ]ՉG$\H呯ĀxԂZ&`>B8CBXY.cj-eYx1Y!aXc`"|vYlT]m݈KETj%b ~y/8q_!nJ1KSGZɠ.пAFtX.CLSxK&@ *GfOA ? /*{.+OeuuͿg|z Zc1Qx{!!$XE ,*0)JlVwxo:M*q|K Á́q9Zc4;UO :R\r,z&)tC/I9zn1n?$~l*֘]uXE"W YmhĽK6j "W)g!ӿ0ϰܮ:11nQiHdӆ΂/fd?(Om"S(U7|'P]_ts$%(uOhwՠIȨuRC~7?nYB[LS,v{20ױЧ^|9Ũ7Ery/(,g+bjl7C5k4!UMAl8!ps\vL4}%cmZ8#H@~QZ)vvN,.<UӍ3v]Utۊ% a5Stç~|A8~s P]]\e:KO˽}[A/s: üDS7{pÞJtAuUbA)u"!mĉ5}`LcI: 8)y_2s 軴VbcBҷJS_e<ʴOǦ 7/ r̆puۧEd"2I G"N\n5QF̸'GF`4 +ݷdI}EI,seG"E4ytC+<"M)j>kJ/'<[|{OE& &<ՋvO?n@Y{ohcm*Č/7{L_Tho݅Ѱ,[V."?dE { &MKssH=?- WYpY1-QQz d A/Q r5{sa k;dVG -&ınmh ?!AP~ǘlpaj^ޣ_y|:R昊hb 1?+[?N3Pه~kFn~8^DLYbZ ٘-J !++Ƴ婉Sx,]D _B9_SJҎ"Doca9H-7I<|ʧ*uEDsDHnUx-?cVsG;Lѕ oډťt1nG6 l% Hu>{Grn2|o ~v"> !!n=CnlkG!dt 7S::'"|ykjVK,m"F/^j9x\V㶛k#3V?sjVw92)x%3\,[`'YȜ#b4vcyF2y ]Ӵ\k, ;Tjń<|^z"b'n\?Ɛ/7+¼*s EKHOOu:RgJ/0#` IZ;_gseW,'24Y}H{PosTd}˄FeɨR@ȝvd A;,g<.,&$?8JB MU E]o9ߔ@`˨~$x9nEhV _.6|OE[&) ʩVc_4E5qATȿbHWViϴq׏Uqχ+-[jĒ6_:!z[yrpD Y49N b/GO?;)Dʹw,,FwǃƮZ~WTj7NpR߻Z#͟Mo}k3FϽ+1Lդo4ʖmL0m;rk0{y5=f輔JQGMQv`#8HzVi#1zF6L-f xN O1 R14>W[K٧iH;D|EԉqeU -|F?_sIh-U>2s#]2Gd )Gov}oҕhɩg[MAR!%;E"0|.tʈ '.K[Wdjs Pϩ0ow!{OHǠo\`_r7a%CфOU7[dR{nH G y;B{mb1 W$wL1Ž{# UŅ U-7$(2Rv.QqSm;.Ζɤʘ|ivRˊT\H ,Ựټeɜ'6'7U3tBr%?0 BF#}8#!Kfl'BhЌNb\OoIF?%0FH' ӑzB=mҸui8YIn>J&ei @ׯ?&ql:z陆jAx{8R1O(2OM v$'wϬOcnr/۩^"5J(!Tu.BnUb:P ];%Hά^_[o"98"\Rll~W|UrRDDSR`+|`Fn1.Sxk.&_JL y)a'Y8{0;=N`#,r` ˈqIc~ŠE#HB3L?SxBġ SxpI\ 9^]UvhE#C,D}%gP ~J$*ݥ&U_/A %sl`  Ew5rjMx:66e Ha1:b~X~PJ͐?-T`D'䶖hB)2:#?]Y/#pG$y <ܤ0C0an5?8V m:dE^ A8"ɈhHecFYy^3YmjԅlPi˚[Rz>.dZuj:־$I4s\L"}'^K'=g ۯgMi2enb48 ?_wYO[ %}z-dU't*C>"S[$~0 #O ײJKWkV᠘͡fZ{rCFw/+W\| ^9qP\8~3?if눇p6OkTWMmxѺ;v(j;˭Ҁi։#e!Ky$ŝD4HHLJnw:~\H]@RrZJCU W߆_}Aι&;j$CǸ%ަgSi1Bz9s9`u)nU{mHJE|==Pt G,R_tE #a`(>VBѪE )Md/^-xUclt[41b6@@.ƨ潻D,/VHGOl&33Ә$ۋNS^xvJ&Ǔ49G%(s廾Ri% a!s6b]phl6+Mٟ;HYqÏ)LHD}>d߶qZPĕ(p&[YV4 (h /&i%7qLWX w >gy:SI(SazH[ Rjz.\(Mt}ٚr~!Vo8h*7|G;sJ(H!R#T,u`GDy7A-%nTF;!$) ?Xk{`bRkBo)w}T1s4T58| *rH{2L/r?hEk)D0vnE0y㷣,T{"]^.Q~MShugR5EM3M9EJZru@eņ geCr7s Ie@p' <~y x➓\ajvOWy"1; eKnRC&o$BEOwl;69B'͛gӲt,h _;/!+2:3/V?v3q1t{k@qyєoqF ĕ4RfV-'z 9yCS!gw` M;{F!3u lwV\#c?/GAMYpSӍ ՠ3%$ c~okvw_9!/P`P^nmQ궈c6Yp6-&|_aֿuc?~%Xן?/S & !4s$ |(\PIvi5AhiиgdFOF&Mx%k]A9ڭPL4T."@,KbF #iF]_M0%<`9GRWd#*\ t .> ?&-7,;)dpU RgiOWĂfc/pDGD_dMylLcMg0\w&Q.6!~TLJxUy,K:gD +L<әV;0e6^PfH h+a~I-6>=pѾ᷹[7R@Vݲ9˶y~4#D4)Rŧflg.z&91!g?ڬy" KҴP2jb`82bC@%1a@GW=s=k%0U/?7uYcIn5ÏkVC"F8R&ip־wG3/[6K]"aN _jA' !XF~dPe>E/gH "rʳY|%D׋2QgPeVZIԀ6(omB ȌW`=#jzT`uЗ'Zql1c`DUi*b/6<^}ٓPTd5pnJΏӗt1[6½HG䁚2u|"::62[fOƲ:c7%I؉D(WQ<;l|xwN耾O;#nxddyT|3-tڥ5*Fd:J݂av7F- dN7)nJvL6wX8V8GF'; G«?|GZdC_]27p'?jfH7@6Y"],Mzv#9duʚ(?>t-=uBn:p&WK!qs3г2~{^˫>3Qѵu 51³5pekY;|Оz8yŦ#f/YD{k &[ ˿,#ۧOSKѦ4F^шq<8ö@ܙ}&/mV/{; oζd#%M3Tv^ŻK 1\LUۈVlK-ʏ{6`)4xxB*mՈEM"m@B2^ˆލc>(HT YZ