libass9-0.14.0-150000.3.11.1<>,`bp9|F 8907&IC.7U鞞7xErA?* iy8.NfVt00|q~@ᱠnHnsdOvde:߳!.QY="b fJȁQĩ6bs\Gţ:?|Y}7fo=ybl{0:b[{${VLuxRs'YF 3@7P,Τo-sWl-Q]ڨwIYP33C=N]|wMVE>@#?#d   P .2 HYz     4<lS(|89:> z@ F G H I X Y \ ]!^!b!(c!d"Je"Of"Rl"Tu"hv"pw#x#y# z#@#P#T#Z#Clibass90.14.0150000.3.11.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.bsheep21.SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttps://github.com/libass/libasslinuxx86_64.bb61910cfb9a43d240e7dadbe61b4fae6d4b968833b924fdaf5e028df943ed48balibass.so.9.0.2rootrootrootrootlibass-0.14.0-150000.3.11.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/ldconfigsheep21 16533962160.14.0-150000.3.11.10.14.0-150000.3.11.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:24379/SUSE_SLE-15_Update/d0964fca8daf56d545b4ba836300fdd6-libass.SUSE_SLE-15_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c5ac4e631fbb066e01b05c0d868c35f4166ff396, stripped PR RRRRR R RRR R񥠦O9G7>utf-8074a24a724a193b959d6081b86a4062614a3ad1c661d504cc7428d2bd04df9fc?7zXZ !t/ YE]"k%Y}dnΘ4Ofo|rڜ~QDP>2"lM Olf K*u,?WGL4urc1Zf| E2Ȍ0+ǽCOs}Eښ;զ759?oT%oKM{;['tbMrѫ3Y%Te[f;f@PgOiuCK[ݎhͭI@if-rވ7#5Aly}v/IDO{QcM%Yi*FB3}Ubɓ$yÚUD7?Go޶t[.{Zq?aS66pq}ֹjTNNa:_*3ei7ADY6sM[guռk>iJZwooͺ.dn>̘xUg>t@bY#2ɾJMz)2[15 M+$KL `vY]ȧ ʬlfB qYb:'([d_Xi0YWm\$<m݅>>F^1 "ixy GXD3* 8׽ g^1\iK%L2qq κwL E(T;!O'ot>Jƿ詛th| f@ϽxOg:C`d]o8G`D^HkZ3f܇dXmmpE[*W~./+ז{p)&h[)i5ܵ7 ALN0 ES.$;.c릝\EНY(x_n1`f?xVDvã'JD ^WcxP_c6o&1pݐ ,.i~߳zTq(e4q, Uׯ 𨈹rλK'*9J -niوv p ;Mմt<[ bG^; A5!+|t7&3rcQڢX;^PW0U.MFcp6Ja*٦Mۧ$2EVswX}\y"L0\31a4&KalʉJYh8ؗ6YAk'2O[(CGcY_:xu?w5"}y{G^ 'r4/|6%ߚ@Pf&wۈt8x%$if>/sԘ$<=|"x.ykуm/>0!*a9NtE*0"R؆T-T1TRFY3_.*Z;2t,,KAKQ:7s1x+ SgJ[n὇¿xIf]J/D3G-L@Ls쩷4[ .1HDEky\b?nx-Q orOû6 O LC,vՕL"0̺FXj : Ѱl+J(Ωeg!b`8U/-kf}-݃%mYB}\C#VPkt`VEqWVTf-# {F؋Vu4R!(*Bl7 -uDZHT{7/frO|O)f!m(zWEz֝G>͝HCQDV#dN *]/#/90첹b^n~d1UD"D87nm^3zψHG挭i$4tB+!?K[NmOSɯ 1- 9eEc%bD`[j0ZMnhmSol9qۉkveOSRF(bX+?\.1TM&k]m+~ǔP_s;;ӓVFQ$50 RTF^Ԏ=0M?s^.%r~O"P- ftk34X~\֍M{v?}4^>_RcvEED<'AK@&\NV[mv?zu#.ɶ)~W`#L,h $ૅqp%2PWTx(&ln34*6NF0w Zy7T'i{ |̐WIGHieP:Ã4;hP#p`DOaM+[XW32i(ndξa>W<0-x7nj1;a;W;ɏzמ7g./uq&{Z #|է܈ha^J?"WWDv}_ V1 0%iڱt&+N+aU{qK Ƥ;79 'KT[!7 ?-`CI UyAԿbH*bOi5[s Qɺ[!@&.h@ Q%ByvkCjy<2Jϛ-uK'-n'|v5m^UlYZ%4 qM '/OFpzmxkb69?2 -mIod^pJ#HHt ^7wܺ%xraRCd>j^|rSEۚ@V`A@3-WFk>p}H5㕟VBcUGw&t+t6h$ nuekQvg}R<կԮ41Fi 3-Ì??Ӻdɵq+]jw~']r(w7Ob|{B4ZjJMԸŗWp ^̡u ]YSOы ^/b":0X+l(g.ip=,>]DtA,]z2}&Unݥp gă-ʸ n9k`YZkb./b f/!2I-:G4$ρÊDnGjGaW頿1OlDMM5Y:$z =  UR^B eHn"%:o)Z3Gˍکgͱm @jvcpY1 MsH/ rL)(d!/>>I6KfH tX7E'Ve7"|S"}C l{bOˈOd1fmw1i} <+ QSj`dklP@W7 s^ª}}v^!qRl{rp#:="F?S.;p`[`9F64G8iNw}i=L'6gD þܫ;RMCQ5C h%#.ԓ|Gq(d&dRӋ׹<_-1ˀ)bz..n 'd8;;2WZ _eSgc#oW+A03qf$K5A%5`)(9 ٤]IL +AG: 2O=kKg!Q>DY4EfRqۍz.@}b1|F[@֛R+:Y9[Ǯ:jห碤X2JW}wEEơ+9հFK NFUw #>߃Lpl\E#1v1bO9]D'T ݛNu0@M. lXIy9 .桃j=) Zx R~ėɞ@r Bd:5qyS;)(未_nZN@g HDױRm:'tC{REtv&n0MU"DI: Ijeds3ˑSI?? dz񐢃dVH߽ ui6\cQsGFvgs 2_IBfMmiD LNe"4D9YcH 'KIzzG|@ϬʄG;;pzFнIuчYêЮ\c7\XZ!Y4s53 ypF*2r(lj;o9Q6ϼm JU{یs G^ '"WhTްץvZR2C\WBqyتI_ύl.g?&۩QVL( |6yF!WVZ״aT^[$Ga"'byhm<]$d]i?Ao庴./l/q4% SxsQ9de&]ũ Pxv>mvLwηm4X އ> x; o#Fd1LJrXBAq/ /'_,T)ryo{lF&Ma2A6x`4ګ!bTKo*z04OgS j(~<ڈԌ0ڊ7tQEq,fXL!?Ƙ]U]h3%̆2>)iӟJNOyR*}fgdw1 ޅra@3:|,q׈[,U`tMԴi{]bTהg_KP43o6z -XRbrM`*{m%4"  &.MNnN sC*rLLltd.qWx#O2Tb4:Mvk +#W$^}:_R;"zwMe?OO6 2t6pJb"ZD|xNz f|׾9Ij8sd,# 2fQAm^B*#nY*ٍPR0*Sjx 2UoAÄS`Q`Ū^ [ШaKtZ{sD۳L_фԲ&˃q^b8U7K#6a G9$7&""}OS3iy 5sAꍘw% VrF4Z8,aΗvnJSTQǐ91y"ܔ[up̍('gjʡ]'W'~V,bubPW׍i P26X -,*$:( Փ1${hm>nx'C v?ԋ=.e; =RAۯцj \KaÇyĊBфݳ6_oT^,l@!t-s"!u;j6Bl^stZ"RӉ1Gd&E<,]P5ePU%y% %;wEAd#/V"1|qUT c0,:F* 8;1>TsBR 9dx!V@fըzd>ӳWu"q[,@;LK$0]Ԙ^ʋb-2)LVCtdj%,t*ڰ ;ҳSgdR|؈ 2N:[v1z\{9jrNWf\D/K۳#ӁQSZ3~D-ɤ?4حiaERTuoemY\5>(m㉡} țifZI]XoT7E:@QV_0Dھz]!QrE11?\rˊ(],kTspSts\kl3lJg IdK vXN[n2ycj/O (8:O0" F4Ȫ%!,t})"VԂMC TPرQ^ 2$"o1L%8uMX[C 2j}Ogqy OXs0?t]Cg?nñiNYͥo6V? ,-ן'=cٱı,+61HяPv7Z5c3]g-v)&dӷo8G7 2-ArEkDU!O9S ofM߉4xMg 6ӆ|D/,Jy,e <::Gc\u.ʳ8ϫ.-R13LGȎWQhJD,[݉oDb# ;!VO.ڇw~rP춌Y9sT 9(/?DWi7-8~ѯn1lW]zy|Y{UYC0dGFeıA.Tq`':7KV>K5 d0T|#DSs,UY}Bfߊ&G_bZ}Gd⟇ݗ0`G) [R5^ C7څ-ꑹʡ; Rp^<[0/Ugla8(da^Vܤ*د0d!T .-IK4*?%+wv0pY,io4 bQM?? ryQ$/ѥxu~=y*!nYNF<*W >zܠ1uy|Wb0zcro9O/H1t0õ  `=.HAe{GKr|F6GC̚!Z+Rˁhr?BЕI8-Pxꀖwd1˾F(琤&(G$wn!zCh taXFA>n&XG/KѝiTJ\\T!%4 >X}Riq:(r\g>a>+&KL_ PY1` ɽZs~rJm5<Tj1Ӆ "}v}]W 0xrXm|]Sm([rO8_nE%h6VDIS6#F;_Mٸ$B(C_{D(T%X|i h5iȘt,)aAW邕E[\SȷE2aEEAAFH? uWkpB"Y/Vk?8R2ƙ >ӢCO N:IZ=?-aj6!\iYK 9!A^m=kxEoL5Baxpel?si<?8u_h@=Ciy#hDOKni6O2h}9-, f=|g1VRVMDgح D_yLj*OZ"x\f?uuZnnB*GNZ(BWWNix; F}wS{14?}1@cv&\ m8'h H#m3b.lXE‘xE0|@<ZD9k`Lr[uǫVD֖ecf3=.f1g/ڋ:w DPGRꃰθlz{0%VukBcږtTTtUbwMK<:NA]^;@P0??J`nL2Uև@7dˬ<{T,ߔг9yX`zM&4^Xu&]''%N`;v?Bh^B](۸ rpgO7L>T+OB+sn;I݇PBlݓS$)#2{)ZP zU%OzME[]fls/CC] [1tw> ,/ϧd ڻktdIig\Y1U 2we t`!8̭l;|?[h޻mWtԆ_xڙDᅏTH p|MNT`·UC~4k-9UȧE}%)H F$aA#!%A1NiGMfO?N9!~OJQBxr˲xuwF&m@S:)n Rեv4/>R%e%H$< )*FT PSzG̤k(⿖"M;d@9QrSEAZj } Q:3(X,ҽ<֯3S^$T*]"m'5e?2Y_TS>,`wjw_lr/VI#r^eVp{JDP~tLfI$< 8',7 f-ױ#t z(4R\ˢ[\HOycz'GUt $ppx:8G+F#2΅51fZO<^bK|`Lӝw2ĔV:"yStZc,׃ѻ`9~ C1ɛISNݶ/RǦ_N[$W7M(EbMao}lhorM !gj%)' l?J% #sMu9ho}27MVvQ\:Y40!uƀrY`uA9O1Iޗ(<>rP9/CûLA2Ov^m=1+ /+jhwO蹏TRq%Y)\}5v!} ֤STiU#pQSKRPLw]Ⱥ3e osU|dcAGaJ4-?}=kq:pr}I^%"O-_PuA=Z*۪.=7@kp"f_j$\TEPǁ< oNw"4C2Wq>[B랭(Q1M.=e&8T=ěF5I-7jy]ڷg͆r, Ŋp_MY%MO}q+:a;tT$V:.?Rӷ2mde5Gx XWx ;?)HMI!l5\N(Ac$/cui:]'(YUB#D>V S L^D\xX)[U, xoDs0[#/`=R HWH#B(ϙZς&KS2WBSXs"jj}@0Cyw9|uGR#yһ"r*NJgDRt唥#ơ|-Z4[!'r‚'פ‘D2ss$;v/7tV=R>mF=ikVA65na YgIF3*! $u-ExLLl8v)#3a*Sk6kɮ[V>,&Eȡ^5umEo0CGv;'5QB"jG&S K_3RyYӲu%0#rRI 悵>L@&P\4acARmSТER3@x;*BҷR ~Bխ,0sN)Vf%\ Y-WZ]>:ۭHċcC{sbe'pܱ [qN&wWb(3S"}?d*ޫq_ɡrJHFp6_mo'=Of}lk` 6o}/J5|3dH֕Y߭t:1<=߮X0сb_/ʘb. p2-w hm_GBiۂ&/Qa2כ%#|3Zg<.B/D7@a=_%MFP*(q [哒EҤo҂;dԒ;?$߭KrāT^8C|*Wh$(o>~Q3h!eQo4x9xqLl0OS 0Y=}c FmI P^t0Wb备ȥI$/}Y%:f3t==.  Q_O K[Ea2|0էuAygJ(֣WO_'uٰJڦ_IR:U #yudj3F[Zf8hԷr'\8kd pW *U`b,vm!+<İH7@8,7+a&~;}{WS|[Ut$jԲȗ7kfF @KdLٛfg>x-WK`G񈱺<.0:1~Ty~ Þ3oЩq" ŤYEc8 (=_`[2ƾ#u̩RvЛYԏCbS"e|3Lsʼn8Sdн[ekǎV؞/{ ің=ĕ#hƸH?tZRzmpCŹ/z 9B]:)D٫v[F3SW~M[_]{_Hc7w`yAW$8b; YACEJC"V;$,i&ᕤ,+Uej{+.+pOn;q-gb,o Uu?8-ƥ)6SQ^Uy\$.,ͥ~ :X{3NmNoj Hk-\K\ sQࢃƷp܋FEiB.?$Iа rwq&;dȀbt0x0'oQδӵmR>Q$0񞢃Mwi%Cqhɤ+LbȬ w#ńv`(@i֌y3]@@ 8N}0'Q Wߢ7=w}kUL<7rPE}A%t>2Jo;S!+yt2XWR|#)ǺߪIJe A@8 i+%Q.Q9ޝ ?u;v< 3G6QOLOXި{ P8o 8Xܝ,>rt[,S:4mߊ%7L)Zۢ>(|Ō4l!ѬcF+{(D^v>P dEo8`䰷W3G2Kƙ"4+@c__'VQ:a`Qz1Njr@孿sLW4 y}䨫MT_!"P˞ym  +njZG CHy!z0>,0x.8mZ7 xDۅ0UR1*=~ wW'hڐ9^ڝ_Qn`B`R4+4n+Y#W'2j,_oZw/C ,^[2 iDaKڹ 8%4!*|U@kܠ47k5jT= ^ p+\T /ޙ B9 Sd^bfA\*l*},_< .0'箘0Q8ܜpQ l*t&-EwvfhdTv.~ 9Rzl0.TOzL9xu1@]˖;~6}*pRq!C Lŧ Q(vI׼&bP-uwH'>=3vo}<(‹ē6qu \$*97g _FEm>kc Nfun"] uB~hP嚎'!?&MrgJ!bވ `MqUS3Ng͂5l:C]&+1 )I=xvqAG3Py$jedBѧ{|Z3cv$]%G롴!T}6fda>mp{܄_ƘRCf k6fiyo w2[ĸC "Bn6C0s݈G {Iwe=EyV3[ٸ,*ЎTtW ZIoTO+2CYZ( K/_6Mo E(kW驃O:$]ma6VFUmD=783`z0bbFN}Z_\vȗc`jKTO0r:nGhiH'!4AU`y\{!*<p'e[d2t|َ {Cy W쒌b(h&oA㒚nR,s`hl~$]Z9ʜ>2Rb|iC]kPTB,G 6|Jrr4,A9z5L+>T_ Ϙh=DUr q:gsB ޙwABPp~x &)Xr c?E">YR/N؍v\JRLRpE8-P]ӭ }4 :iOV[h;sg2kMΘ nؒk6 Ū_ڇv2]tJ Z$e>&$KM3ONc mͶ;`1:4VԈ3b?o5#l<{M{p!K'sǕ3s *? lDg*?a'h2-g&T9 fua?geF-wiKnZ\2aTk$Q/º@s]*6 mW=P(g Z;PV /RV a:vu0zQܶrbU>9KNI#=m ]SgRNP]dq5Z:  g\!pڹg+qEM+~y!=ʽCGܲ)O85'ڣt_m2{:`ՆY$d)ٴ%a1s]q6)#b6mcP©H W>6E:^A2?AVuras'TTu# ʛGeˉ L1;^%]H|׆W>3j<ڤLEFb&𛱫gU物{ʀ@6JeQ*$&q;L\0QFkzD-JK[q!,J8fX/->|E$BU_^[N(h93MeR7Gs-e"SbbȒM_VERјGE8^ˍP*StUy!5?4=x84SRd08s(,{D* ՙIF4Ac[vjI=2"t9@鯃#\]A=aara R' ҈K Քۨ P@g"*c„!;Fw@2AǹVKH"TT +'6k1UQ;!\.} rF ]] k7kPuϲ 02M!bg)s+D/;8K ?Sp8d-\Z)P(zLj5ma,ޮR˒Kv<BX1-MIR*+C)zC 텘οoi&MB0pB'h&v?9)PvD_m4{{y'kWT(QG6i6#E`^7De^"? YC^@̂X`Յ @,MӔL>®=j^Հ2IWzzQ_^bl1(w7B@.q.֮;^JXBڂL +P!í`]c&RRHRs(*-(k衟y!܄`~#` y=| Bf;#mZ5:Y"PGn gxNۚVcfPwAMZH mA.b ,cPMޕ<;/CEx-7xwP O!:ldNI:بF*vn0LWWd'7<- BͨX(RpJL~12݂JW!B#'D(I((^3*0?@#{$#xsBID+{h{UbX@ᆉ~؍K7\?9kfd)2%߾^V:/AeairTCX&kAAߴ_9<r+uaּ%PoH"J Y|:7ϟZ:G֦tUPUHb%N jCGߵ:s0?b]1%,p C 9΀#rCbt^LfVܱ=o[]!¹Ӯ(I㯆Kj oS2G2[cB^e~= )h<yПtDxSD-AvHa/"NN(p&$`og`n'g~O{(=tƳOqcɢAlh_ԣMFkʻoѨ},U_oa!KTޔUg2abiXlaKTmd 4`4m~}[Nb7 "X 9ɂ<'3~Nn:Ǿ8s⬑. '$^ 5Mu!EU ﷨0uOw2y2_*ڻnmI-iͷGærΉ(&UU7f e<sDR0"`}uÖ\aE8CszߖO CD/rPp_1tt{|eXzvTa˟JyhUy'*T&k T@5fD=2NVy̭IPbσ,<\yχ"r|G0w5dxGM;*J!P֢ۃIbČ =)Knph?+g3[dD/їOΘ=41s@K*1m1T/= w=@ӂ{sڀ]-2#/Mdrkؼ [sQ"=ҝFJV 03DwiǸ._Ըv]<$ۃ(22hQNFPYӯp4Ҙ"ƉLk?fQo +y64G *}(hf5i͡aX-H)=VW{~.ebG=a}e~Mlj![AfΗ7q41wT^hVjfZG dQčs# kVJc2\o OD\b,bM}}>fb˄yV8֨eNd 0I bGXPId~qBp453"kώz1泸؏5݃kT&4<>.F/ IO#t=S&b>Dah"dpC WGU)D̺ o( L}Ic:yD`ϩECs:w;Qg`؊1 "#C},2Qm lڌ0nhFNMؘ;v 4.m9bbW꧸bUN'XW3>_B3(k3Lc4T0]9QKf$/Ζl^5f;}2$ZSL>Ȫ4hrU;]u="|U^go:v˄*\¶ YZ