libass9-0.14.0-lp152.4.9.1<>,\ac/=„V{C1ާ g, q.[bEkNW#)4/@pdE ݠtdZtalI],KåC"i,CcHk)6-JdiKE?7kuqsEpD'_  mFj0a8x2n4nPܯ~^@#?#d   N  1Bcipx |    $H(0889p:z> B@ QF `G tH |I X Y \ ] ^ b c!d"8e"=f"@l"Bu"Tv"\w"x"y#z#8#H#L#R#Clibass90.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.accloud101hopenSUSE Leap 15.2openSUSEISChttp://bugs.opensuse.orgSystem/Librarieshttps://github.com/libass/libasslinuxi586hababd7a622fdb48b4c73c295ce980acb76717ccaa9f74d185471fdb177c6fdab2f75libass.so.9.0.2rootrootrootrootlibass-0.14.0-lp152.4.9.1.src.rpmlibass.so.9libass9libass9(x86-32)@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.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/sbin/ldconfig/sbin/ldconfigcloud101 16294544350.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_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=fe4e7d1d98238e809b05f40a3a35bd1000a7e967, strippedPRR RRRRRR R RR R R-qէQkutf-83007c245ef92e3665eb35b149e25500b894f4aa69758b4326f2f9a8eff59039d?7zXZ !t/QXK]"k%ndnΘ4Ofo_^by]wᬸi /l+USqd [# ̽8$Jډ50\ܵgA̖箬zQgմ'DÇ%kIx|Ӯ(ju# ѣ5@_:ɪr#G ?SERo lYb1?E؅@:_ۇ :9=(pL,^,AĽ$ʌpɍ '\Mk(94g=(y%|3˜ʽU/6ʙ"!؅39Mc܁DA>G@:+-[?&dEЉԽK׼El}U*Խ͛`C e:KPĆ0hUFN7MzT׭1]w bkRS#>7{dkK*@9%h)Uc,]ᡇF{s4 ^U ;%u Ls;A4 WꝏvHdSw, ;A !Z_go̐kr*HK ls<{L/c "/} X͝7XjW'HwJAYц΍&ވQVTgaf)6nXRmHxZ kּ\U$8]#)/؇6 ;~GZ!pq)qnT.N۞.օx|}CsXFp -2~]R&tqټ-ܢa}F#)fJ?jU㐩,$N{BE-yN\wjl&Kt_"Z4r ,^K Z x"(8釶ŹO"Iza9xQNvR?ի䶼<*Q(3 &/c|/L.;Wc1 dL`tKPn28OPy3"\7`|m#Gױ0'R >{K=@+ԀƱ5Ͳ fzғ^ڻrWy+u7 7|z g|ڗR^9E$W[f z Pvxva1K!:VNβAYދI!&A QLuêmHWXݓiɟoK^F "_+EfUbGR=3DцퟶDFo(5D${-iT$XU&CD|(]/3ydJj} b7*}6҃BG#V P֔9|!؈O4 |K(a_qEH3V.=0 k6/(h&hxc'Ӎ]\ZD^Wz}aHHqw*`˩T\kLMІy$<: +]Us8[H6ۧ9}j ʑ-j$ydP@ (t(@YߖtǦ4eňΩy<%)(*7A$ i73':'p*&8`z*'L${ۧ,I+_UTjz$g{+kUmH?nB\\1x̪"U=Dw^e7/E88g>b#ߵ_l2a)9%~TĿ9r3q6NBfrZb6TӼ`~a_U^kW+&/aʘZϥ(E?_ȡȆEgR0(g;djl՝w>G)ET1=iKz'i /$=Wpن-׵~.==Qʘnc9 AUظضgܙO m_#M݌PXg0ڢo}D0nUNsh3H&5FыqVtΣ؜p"TRz) =,؋a NTF;}_} Ҥm] gLM{&bKb0o2RRv?Xs&4\!@oo'7m-L !~^_bT\yU/)>CX qv{k?QDFWүL8ogk4fOa[,l/ԣfp#t(.ilFZyma#W]rcV9V8"8zIf&dX߰'>+'el,3QB~1ce $l5Cr$#I7Q^{f¢K6»ݺi⌯l=(#Aa.Uw{ݵ{+ke(O Pq. XKfNw!l^T< ^AJiU[8~6C}P^a\ 8t LZdR }MJ?*EL?Z+rrn!C2y&c>.1Ӿg1V$m%shSjyУ7|UBJr(짓CL0 b=+mQ|N{YldٴE,H0<|0:I({k@,3`a}ƫcǡ[ ̕\rBʡYF9jѿ!n61;ߺQ{~{'^a=@`ECO^oKp绫H wSIXa1tLjp'ahܭǩ=upO$+>f8RG,XEJ,r?V#fᏝ3/'I"V7 ȁkemQU vтRɵKܻ̮s[ZUS4 . : 9+kA(!᠁ lE~mC {bsJ7EI- =a`mVc KTamiQ [i0C.sA[zTb/ka L |[E*z1]48cNCٯ˹ПPxY۩,o~]gGah 90Ld | ˤ+3B"^c=Ro!teu3  2CcE-64Ϊ[ ø"2f}Avn0.3[_9l7#} -r ^Q‹uoT&=?*z@/] h=nOĪO`:Pδ>"fEx ֿK m_'5g 4?| 3?(u+{}nUZh.gL >󔞕)LTzyۣ*k.Ve+^*.Q [^BT,M?z+'bC>X}cn8Rू{Wl-J3SwtLeer PYJtI_Ku3sƀH6*(b|Oj )@xC(&\ehb-II]J{)Fz}EHQ+tOrUU,:_~;b1gf &SFi݊c.-DԸGe?)ki`T09[St tH&3s d[A#q.k&eɆζFl7_jT_?kF5pew)3XԨ3&̅zh Uc n#9lF=Mrw:Y9WsM$uuHFZn5֯e'7ULTO*{UM<;QSFiBD LŸ˼ftVt 1X#uoS9$(, 7_MuC(Rg;%q",VB)#4'IUȉ;O@VIe)%T3L]McaJg^`5aGeM4 F"d}FYc4b+Ҭ&NA^/:tiVxy̳q^qi79q3"ҊϺj%SN(?&]s] b%A0"5 ; :^鋻fAL7d?d$N.9h}ca=B՝U+ؤxLnMiQS,x1Iu=D/g+|NzLX6dVd/D.'E+{Ğ|7n9Y^A.)DPhsSe [<z]oK*zxASm79R:w/ˎ$K #v.]eLb;V I;nB3vbBRBuabrL@"Z/~װ}zbIgP{_-D潄-Gn!W_ t>gNRums^0 4Td$ }yU@$䫦~\vB>4nǫ #ˆ$zT+ 2/?Қuty&2PN^-[(T)iF C?nEeǫ!ry G8NSy*J|ƷJV'5"U,*fws,l[ ^:7EYJz cۂ_+GdW~}BT!M]({R<6aܫtLִa%,}ƽ,! W}(^B"@*bU57WN e'1*QyIa0%63:Zn#P<6حxbY 0de nyGgy}vUao.n2ih@61d+Doh@m(rz-o"!P:$|L|QhD ;-3[WHqDrhԤzaө j!0I2PdT> U{EQ=eo)_VF zvmw =s$8e[UPʭ~hcO%!޺d≉҄qyד3~@@=B2?Y3DžXV`hv@0޾n~o0TBNŒ^Sn&pe$&3qyU32RT';4LPKz5 2-C5MMU7^SHR,ك=TDRcM+9e8X,r,+!SB_s:oHS[ [:fx HF?Į2`>I}W,;q'IYv4 `;lesRu\J1hp~jVg]T/Ě5i<ţ*)dZ\g-^b @,J)j{7Ge_' #cb5P nCI9Y3bQurZg2Kހ^u, Ar__JƢ jiO%#imM6_WbOwl9_ټ*{v vAoњQ~ƸzEr ʇ[qR7yRWuQ΍/á^JVMǟ̕G1"Vz}c}[8#$F›y7VLj20?cmG MG+[Hg˶QR+֮d8\ ›j49m/*+wLPߝʻ7voSj6-+cǩb <'5s}^Ef]\[A<))4EHdלJYW=BfI|3'Rǐ4\h)j{}ؖ}ΜWQc/0MEp>Hv^x4lȿyӱ[MU³|2L1u҂v"J+z״':ב}ߧo ޺Smn x9No {W{3 FQ7PX5?%2w ;ݛwfkG-7,2x񮋼Lv#۩,SgV=2oW"L|YMkwVr1]8D`obm67[ FX"jCAğfyHEI:D x֊x50V,\9*Q>BZ .Č-{xGcŮ[뎰 .`,o rE<* i~G$_ ql+YdPTWXK&!`%+ W8; &dh+[?HmmNgPFSr0Ky]1rsG8հG|D>QWi))& E$ [qO'V,ٿ2Ͳh>N]W^.؏> V_3 cG]/BK5)3A0$}[P%٥sTJ;Lև2˔cSr6_5Uœ:Nz(!5Rcza`Ae$]b{pLP~n>9sGbKmU|kp?K@@Qxvٷ?tz!4yvx_)@;?nQ`y$wX?oӴljķ jcF.?J탐G+Yg}qG9Ɗ~v#Sb \|2ax@%/o$X g0\b|=e*K0h3 r'gdtu&@[f|52S#]!ɜCP؈TXU{RcɜA- >v5!+l+ lq:l\i,=˄Z6-2%8blO7)G֮?Nx+pd~^7%~>}j>aw,}sPxXKgG s%IbrgaslX{r?0L02Ds³T'*\DIiq84c |P#"®cjNbVndhKEAռUR 9RZo5;95UiG6suIHq_qg*0@ +22-%oiQPIWYǨ$Q{Q(#cGFHx*\—Iy(Й97ʛf/!v:b4זK94neS$`vcQ BVa eOI H5؆1`,5x<i h.{K=LAP6;<[YRMʐC+'4±F>lqy eв$4P)ܕ6ix2`uk}r2ψ_ [ʾ-fI?:@87q mV%KD'#veiG%uG^cRyWYM#!!_~,vS5ddo5v3&TRx"v!l 질 @d*J퀚"^7Z)˯пwH[yP*bDQ2\MR4&%W hkz_%pe;ĥ[(UN1Հ @x05s54AJ,CKc+v;$A'd_\)aZUy!ZM/2nnu',X~s((QASQ:k `ΑČ[ fkcfvn) zJyҖ6m>t#ݓ?A5wqCZ2K3 ŋ4\TfӚghbkPAi# 0X4.}vQ~ehŅI'"ư_%yK<~r Zf-f*I];&xxG,7pWK ^;yZ$| ѢSJڽPߢ4c01ǓI+CBkvͺ9CMq۬72 6ԸC?wub01Αd7afKM\5<]ѭoq{QMj@լ?FSߤro<24L"0<D4.ç"|vسrj$(d V- 4uKRD{80FzHiʯ/uWdL';&dM`Ǧ`KCp"P5`)ϡbx=cpφEI|J-㙾(<^ޗ[q)&YĀ= +Xf{sF 5` **q8u WD v,}IC"wxX6 XO mݢIRKyuZR*. ŰfO%h C1O!Qu$IcX,4lW2}npK@yjH>C`׾@ :q*> UDL!ĕR0I-lE):w^GImuרI ق8_Mנ .ř>NYWv^_T5qAJ+l:Zbg %dr af\봹Tsm9HD,pJ!m?ƃ7 sCᙙ1m;}zZE-? ^OR`|`ZS`.h250Ԗ% @iw@K#T4T cnJL LS8Nj8,h!xASY\Oj@ OdB5 x٭q߫c).˘.I?o;'uD'b [Z)C?Y:o9ރY6LkOHsk#UGxd-}}Vm!xH hܼ+ DhPxKs[~ +Ti `N|Ё4I^vȔ ; GSy(3>R+''Vz+tJB.T^@g5.\#v2FGrVI;IA+f䳀WM`?G̙:1>D]4Ad;:07=`3͕{NNj)Ppc1F3{:&feA(!O,H#y_SxzE!Co/Ih?vYv`J=|~ZjK߻*F[X/$N+s/@$vy cuGZFouMvt%33CBv׊I߾%V\-VNUt=t#^A14IM+y:ߤAb4BP|oSO.ĩ$]l(z'V58xߙ\܌#~@uEa*AV!w'r(n R5|,G*dJ;1{;kD\|O?J 兕b7fS f%'y4A5H 7Qyku쒳Vy]ûDhbAsа?ƀLf~qu8V-Khс)vVqry]qUjƇIBߥJ'q7>h#nxK\䨟$W5JDuC =CsO@+9m b egKe'p*{)`7Xg`iróL\B1ws< b4?]#nX_@3GvI/?ĵHhl#OFxf>;>TX-yPY 0Ly#kE8~5OJ]8~\$L>qUKP$8)'>2;c\q̀B[꭛ύhn$(:y|DjBJ{AEi7w]qq1aF%'o[,􊐽͇ze;YrfpHf<)JQgU>W2XNLx<'ԤTq(^ |v8CiOƉj[myA2Sq]x n ' Ľ**K;q#0E81\gOvUKb斓!7e"`$6ȸ,{ 9xR$T4 34v?q-SE‚lvrbe vS|,<8qX`{ E  Um:a %ַ(ꗛ'-{=dX!5m}=,Z@&Q] Ә'"g XxF5: Bd'$AG uϘdr|%_"܍/1y`}BGEt}#䛓ijHSb!E 'ϑR#՞7UF%Pw1 72kڔ3eIaHTÁZNod3ts"Yq%uN@ srZr&|v}/V[CLEF*Dee҄ ]^4Bdq6V<6K8W8wl-m⦴5+݂Qx%P?4$/M\S*螒\>8'*^z*E a6gkJ^[.в}}~t6ni y ZȼkQmF5{puļ Enj~ܨJYF}>iQ5P!IJ DG/ Ln+O`TDĸAqFM5[tc@:--uwWEu(uTh~B']s!gf%\%Cwϒd=܄ (uGwvxp`(N[ G (=R=νM*>ꖯn<;87֏ݳ0~)\0d`IYkW) l[1ZE~ӽ\uqCWYI)v8pYf#apMӆO~#\uH$̰IHgkQPHkkvFZٿ'P:bq/pHV8\_juPfĎ&9X)S$ &bNO6SR>ԚlYTi ^,.p;A9}7?Am^=9܎V7@<: zﴫFIL B-Rpsۂ=z\T>2 ZC[NxEz>6Y[h? #D?wOc*s89G%| f;sKy_'U(\ߺ4'Ov0j_=v%q\*$e͕үݾlJ2BJ<$})`D&aVDfugO3eKV4?nyY|@ՍgOX* >BSEöraU4'<* dL2q9YlY+r>$D)p#] SԈ(\`a~i1A)]͍Ǵ]OJjh5tOi6jfCD$lZhy>>ML1F$M9U $I_ ,N7vQՂ*{ C}̒pB`W Ѿ44[l !>E*MtiRyE@9=<?R8VbjHv&gvʏtio ֞( 5bc?m\Hs]u|(_M')jV+z/"2ьz ,w;HۏEoW[&h1ĄU"'"+fAB}LR\ZaFXW.ϢC)=EX P&0|U"h5e!#u֒,SMP9UJݯNHd~ʦ0iV.!dZ%d( 5佬DMyc*sN kpbt?[֧DV|bK tCg,j0lֲ(i$vIC*M m$K3"WaT$s#Qjh .n UٴL0F^_rvzįM2kc|f7.qs48jU% =qԔ1m{d@`hs_NCq:wC6<0XNnaNt XYy3bfUJ0ʞo6mo;i .bϣX<.QbSdBr4 6W): \]yՎDFUhߙT$ĺ+tiE[{qSc_mka)dc:&ߞN珨>5:猓D YYX035_eQ !J'hXeN٣Fm tf;ܠ~{ ,h#j-rNtiqF(ʚ4?`.8|>"{@MR1sRpg@ RR1[,Ɖ쯒Y:*>)P|mR-y`hͬE4R"o_Y;$⼯Sy3k|9pEŵd?iKRG{ŪV^w:Ja'Us84XXcR[Ԣh+,7@Ra*F"]Wv$HJӣM4o54c%#q2zEI lL^y0"n`=Wā\w@>a$7SbNt5"vIgS%EжG_؂+dNXvn`3a)V"M [\56kd݁ cR@Djߥ7wa~cFfFz# iMvxp S$?zQOrK7sKM8J|@Tp v.DZLp.zˊZbϭ u4Rä7I#8cr"hZ6? /bւxh#7v:$"HtnY3x&MDB1UB :P#:T+&65H"]ni.]=1gY1ɤ ̷6K1tVG;=0$HCdʢe5 4C:U|tq|3j ,9{KN(^bbrzmKA[ڷo{T&vYֽ|醎-tRW>~u}|Ⱦ9sYCep?Gqo#ce-5xK4Q1.wI][6SgܙIE!]m|*tBkSW@=-s $xi*kt)ː@E놆&t;4{=βt`nM9|Croɖ8ȅH!˳ i?{ɭ'2=tyZڲVi%fbAX| C^q3nwɋ=&{wp OxCp<'v $0nOӭQxr POXa֜>W̞@M^^}SZC\@W55y5{IʹG(mͤWr 9ӝs.EqUؕFtOIq'C$_KvT@ v.2E2Ɛ'T &~u.8\t[TE cqVX1i_}1UÁl_och' pS*Ȁ ~ʤk?qy4-qgOcZ WmqDn2m=^@s0Uհ4- lKOެ _D XrNK)tbZ[/g=VKJĬbvJbh zlB3 &9 ukTLKiY0V'C5Kfaj?֓]7' W>Ff(Y(3cERDj+\Eƿx#u5$;oB%W@ ܏(&s\啲`|`(BUXoan ,[ 9 iRr̈vD=Op`/A0<&+2d>Rj3Z~#y UB!#Ϯ!\Yyde#tsYEĚ q^J BO岀|]ư1Ǟ30Ñ1Gz޳?U0T P0衽$M 0D,9S.KOpz [bcA].g^OXW;/1HH`H:VġEׂ16I9YǗi$|1(2 >hZnU+:~K虃D0؆9{cy-Z~90=PQG?Cv2,VC~-N-pJ*޿L|gB r3aߙslP^0i@k 0[^f^ &(D||MUTo*^jANrk۱3婹5w`?ܶCes&Z#a)LvbksZn\}e<|7 ]HW%_w4PIWک/q $iY^ [m$S` 1^?H[}ŏP+Ūiȁ '3dcnֱ[oHG>\݅CIxiݭ_#|6:MWq.Tk)HF\{3 Ȗ6'X!{1p%; B+5e/1FpO?fȱs%cߩ(:2J9SVD.X8YӘZ(Q߄46{ Mi)R/gU cP)OSv>V Rf0C ~4jPU"5xpZlyst!'/ف{ {}v]8yFs4ML>J= .Qjb<^?Dvc-n=n8D!hp =WIjPƼPf{16<2SPw6`93mxy~a`aax֔5R<Ҋ :JZ0A"PNnĤ:ׁyj$.Fo]|#KYW* {=WĖ(_Oϟ$߯DHlEƹQ} ș{#ha*8T+J@V!sE.T)FMה5kG ^\>~7{wi*u\ ykeƧw7}/.k8SH~:-'~0WJ7"kH4m)-YLLؽY*A0qr_J=n͢{ld`鑧ÇpwZβv0Ӡ}H6 t Q'og%J# 5@#+|3 ƳOaF0ww8$?)=D(̅U^v4e+oMb/&hF^Z"pJse{PrZmcQ} ,C=Zk}4 NjǑy&*f]ԉ* q'0Æ xvY_WZt?\E#9t{{]9>a>Sz4Aʤ-YS$>u9>,(px Xݩ2 NW-u-OkU/QYW@t" '&jG*#,PdʺN2([(0{OR-10YD :t/XAVY)IB*"CPZwG5#_yٛ6&=.EAC 0A۹$GM>4Yd/^C*wӳju/]"%$|``ϻ ]Z1 1hA479i*rni̬!̝ //0_2bc 3vM{UzoO N.4~DޕbbP8by,D|~L8׃&dqQ*Es~a*67緅8J0KIhCIfs61T %is6C g6.A5#FUu1RylVV5RHi<@ڀApGw'퇋Ć=sXRszNgEhg ?sCԚi+ﰯlzN7Q!ӡ_,4@?w򇃦oq =\@Ɋe_gC-bK,̈́#T!_+|l.],S6zŢg?sŝVlyWKrɸ#ʭ| V2љ +^FT&9Etc8oSgXm+jӛ1MXWbddlRCWk_4(Ô`j;b@,t`6XVNKR{[@1VxZ(90O326.uZ9aYuR/)XVޖy$6dOtn/u`)!ý Ħ~@;B#Ej^u<6}$nI!ӷ @ʦQzRᲸ !ZM/sMecD{i,2N`5_g( U`z) E!ᓝxW܅jp.Q*[᧶MuN~sIɣ}ќ6jg)2U9GU! g)0/,DYSi[Rx ċPHܩa;;/bϒeU0̔Wa3,a4P,XxYo?/KsO<{_ &3}3D4Wq$6FSI] Ɵ uUhYµCxLTIh?ɦkQAPZZ2>޴\oj8[WPߵK=!]`5©P"JWG=?l)* v;!L M;^f5wF[mڄx Ȱ/.37b'ˉH!s(sEt+j6!S @2X b Ku6/͙b>g92PI'1PEX 0%0]x6-CТ@xX/a7^d`~aWܧ%}"ckje E% RR7hiĔʳT _ItGx:"}Sc&[#)O#m|Ҍsee>m~~b@7E.xsf5-0hctQVMnH6upK . yyMf[Vuwա[n^i럵7->'ɡz}+| k pN/ YZ