libass9-0.14.0-150000.3.11.1<>,wbp9|mf-J6 DL~Pֹt.SVr\t!\_Y@TFDŽ{z,YWe_$WAmbMA#cAWn@#?#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.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.bibs-arm-5 xSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttps://github.com/libass/libasslinuxaarch64 xbb8d685cf9e9abaf50872e47b9e70a54c5cda2b47bc6991b24055d08bc7dc635e9libass.so.9.0.2rootrootrootrootlibass-0.14.0-150000.3.11.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/ldconfigibs-arm-5 16533961900.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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=847548a7dcbff3579bc4100514ccd87d038c8f54, stripped PRR RR RRRR RR[CGutf-88d4db72fff32fb881d2b55b7c9a5e83744f37e62ce37160d7a3edebfef82adc1?7zXZ !t/N]"k%Y}dnΘ4Ofo|㖧gOϭc#zW/I3u4%mӿOW/QWqpӺAknzYonwvL2h[n>!H38kv,c\q?v$umR!톧gcE`in!3>yNvh˫ܔxMRp#RQߚ5-\Aqi BڂzzoqcY=”`P^fy%JFtM5M8d6ns}QQi6y?6jEGfmdzbr~ݞ֕2%SZ:A .1$P2W(4foP7jUTpeS Ui0ڠn>C=$kѮN~ >:5L@o(&r84̩R'=H"Mn_N-/O<9NO8FaBͿũGJSs헿$*>ڒe@_(8۠ >[E$0x(Q~{ǃOϥy=혛)(ؒ%1pUyz*4d}UL Ҹs( GDLzOg<4jh\x5%mRoZ͟F6iԜ ,bgxڨ.i**{7ؒU\s^C;n}ykxi@9k!te,!4irЅHW/>kP΃geY~Q0|,F{ek`k Ƒ6at\+ͥI>3:&}WT Bw?j(6BUРbx/ /6h &IV`G|ت`鰉( L d0KF%5#ыAC#Z0 3DlQKprg\+"BC4^MZZM[w}mc4 [Ǡ̽%葜I{O]gY8 rlhXn GC8Vg7 ί+:q3?цŦ?A'IE8sbyx-V(x"Ep_ZVVמƎkE>)9ICu7M3/8XPՊ5LaM6z>rT›4sr,WZ \NpUaXHl^{ےNϤ2=PutgUsyZ`GbY03$ W JpWj;v9P{M'.2WE=xy 385.k@N9Vs D,@l)8)3`ufR-3Gw<˗=$\=ݼ nVO`|2ܪsC*)MUyQ_ۭZ"͟Nj*қ1,Av?._-g;=OZF%P)n Uh7~H #eLJG)#H.Vtcʙ{=O\޺ٵ խ_|LG+-sK~4Qbш$wuH]V7 D5s:KR F+=2޺^:D9/;xdGjLĖN͙d3Z@/7vSL z]Ac1󛽲8ǠɛAו 8~ ZSpSFю]Ўuߏ-irRccd]-Ao»tD;`$# Ѱhwv(j_e򡥛 {k&ܫu/`ڷ ʹEMPJFyوa[o$ٕnGtaz uX EIgC_߳3yOߎ4o'W"C!l 7~w_2Rս\,Hu933o<γ1d:6s"ԏ1Jq"Aqv_峟*iu.9g.Vcu Jnb\& gAՀɊPzv_2cخz i_{;2U _G z14es g>HO#+ 3:^1u pF&ׅ֋S !jg`c`JcK`JepA ObV%`'Wuں$~Md\: $B $> 2,|&Seh]BAK(|C Q #oUX\7"=ެƋTeu=ދ3_]ɧO,Mo峕<6Fq|]`Po;))Uu>i:eN'վը+zv-!'ɸn$wa~5WÆasO?Kۗ!ŸE7k !,*uJH)*f.&xrVPXoI" T;8)mJDZq-}5`n$QF{ٯJ5iq-6ia2j|OM67ٸyZeJs#h{D1["`7 9=wiQ7,?[H "RL1~F-¢xEH"7_K!$\^paAl~>)€Je ==nu2o$$ew|\N%巣2,CG-`@  T_SqNhN)$1:\e)+z46ԣ׬<78 ,z)•PC `=ήP}ħѼކwƓ-T:EH5vOϲt7ʻi03/H4ָ|~h#ZqS UxA Rih kEMWvFsvXvi!D"XPq<{P;P)Ჭkn5PG}5 TQ* ײV)osJ~#c#Ϲ \aZvS]RGG ;A$"-ju^"_v +5M nYN@@^){VNVDfΜ'x12{CDE.&p{0:3"X`Oc2A?OIlADxb#\ɧ#O֬"<YoתE4M;jXu㼤 8j6)LAx_z"HZ\Gw()NE ꄻ6BFUyv^?Լaav݃'aiYFK>!mT Jwt%n9(7,UfZOZk * KΤBX =#Ier#^[0t^,cNsyŹ@ K@EQSVl %UTbNq7"r1suѼ6X>/H!>jzE඄WS(-W9DA>\~s0)7fWt;[}X\8yų`:b`fZY;gt{ նf_˨( ;cEdPD֌Bm>u%b4B'ѥRY8.lD,C 8Ja aIdF_Jw/GYDe r5܈ǫB]o! YE7䙌*Tt-IfP 9` 4=A^yn p350W'N`f_*wlWΆT0q-3m }Wr몲KbUᠬy{hXx'gp/0BT4SܤN4#u7 "lM;vkXw7õ"J7ݿibM_!Jkg'h|r>3vBMt#A4T |/JJA!C /琿Pþ )Reh: c4jv5{) #\L_ I2m,6n:9"j_&DӴ/*lbM?)2 O![ }W6xWMX^H3Svw w;>3N-q X#B&gpeLoW~-3<^cN#nӞc4r*k2%ek ;L=M I$K[d#:ו ZRpyK6YipiD,۬U-O; `П4/;Zx 8n8ZC4գщ|紌aJv /^,kKOZҷdȺFE%؁?O}R8y),O5ʑ:hKo2Hzb`K]e=kW! +mQ6d TgTNS2mHDJ Ggv`y}u ׭;öN=Of ДAF\v?Q*_ivebuUCرЃB~εj[E+Ad>up׭QGuƆ*KRd[.lj?uZDmOIM}&H7Elp,#L.ڌb_'܆Y1)L՜h'jG!4 0x^"giu31hf jYiO`s୐Jeeȳ̾y`i' 2G[QvĿjMOGt(`uc5v+g#bc@mg*]'sKtl"΃,՚*27RBT6.3ڸe pK" ]ܰ2%ӤZg M1)˻`h !6 ΄u׊UxDz@}bZH2`P EG=^+hQ x<Ŏp~mb 'و-~qH[WL9U"D-Ea NB-=ĺݬF߂Ss\JD׬ f.Pӈ8Q͌9,SxTvzd]/f~OqI?I٤}PP'jmO &:t)JƯ(ή?c- jӥgDâŠݴՋ/6~ >Ρ@Zyb}b<)Z{@QWM8EՋӍc2[}olܯ2T q/ ƤaSw_ɹ4NEy!0Z)>Azh;e%XP;{rr  kpܱ\ݓ<wW kiKYzw0}oy]IX#rzo+/PO9 f3(dQZL_2D![wΓ2&7_xsi;W r^902|f98ӗ0Jers9VW,1C14К_x6ғ8 e#0%KH+䟏ƛlJ $\s <̀rK{oNxo3ּV A8pym).,B(#qKV[9(dz>\PNZ6ĸ5l* zE>pm}Wl(U}!: ] ]ڑGa[YsHs,Łz [i4qXw1СhOpt&nƚWv->#4P2q9Eu؛׎L3ZG`-GN3}As!E!/vàں޿^E>oe} Cdf"~^Gz]mf_KS/\cM=&ѿκ#V8>kuCHV f>٥Z. y3+$5{5rOm^8AB4>)V@Z].ol5|Jr@CDŽBmZmND emaNƳFReKR.a=o !ܓf@ _DX4'#Q:ۥKɗP&Rw 4gҼYjr^zHE}EUL4/Ӛj<]țYH_xҤQZ'  B \4.F4GJ@861jE05HZ~9&KqRq  &FuEj89JQXx"UjT[A#\<(a*M}?zY*<ҹ8ņ_HbCCL١c?a`!acd.Yp*лeIVTb3/xF *IAb)55O-ōHf# =^UG;ֲF՘L[Uێm#xW=? b)Mgksdgn95߆>qNп=lQ},FYM~_\]HbŠc?rMՎK;3p:нj,7)0wV()EvՌr?wbw%B͊Te#_n8Ѯۉ[s%܂浪+k@vbhDh+zѠpLpiXЉmA#nhw +[kIQ |}@ΈQiehmS J!q80:XԲ5@vD%Q'p`t-u"cPy.T>Vz1 Fn:111鮠 G>pwsZ7)Me7mH@mوܘF7V9KRQ//&x`B) pG$.ư@>Z[2(!3!*EJHjo7gTשEպ&Ҷ.rL'-X27\㔶970 5͝L4C7Q Egp/ -u]j'5f勺9uy jz5)f)Ȭ}jo ԙ&'m%9 1"ui5Hrz|_ednTvw0nK/^@HYa;}{udUo8)Wvn!ڼL]YeףIwR)a;8My\&TZ# ~Udτ̺k)IZK7>똒.eǤVY"T_#F"P6˦BYqKئ6+Y@5v/"Zicpl~(3 ? 6^er V@w^jvڂRpqp wtOcV5דN˩Y((w| Owj=sʹ~H v:Kwhc<:O_29'0Gt@ia1"G|L9;oT+.|hZHsXq%Y%9EA&ſhx3ulނ,rbfB^",O8Hg":!0~.?ÓC,q1Q aF0g =CJ@s:7; "*{EcW6l΂S4Ä` ›~ cΟAZ=s+m,2WWټcJ³Q]l =a.F@; ]/?ޖ0L z#Q LwoL:8|`^Ɓ-౭Q.n&Ʀ'N15!_Gȝ`^bFnX2yӌӫy=)$|dx5`}),I ru7Ċbpt('Toi dc*3!(o08$kKq `## v;!>5.z2BO~cvsޞ"Ug50ԉ^)%|Ks or8ю5ոoxmb^h\tf6"fVRhP#fsXZZX|-r1Rp:2_}P$ozwPe]xZZMsjVUksc6I \Re7v)T'gyaV&h`s i3|'<-%"dC}P8[F(FVphN9MvG/%Y^+' TQȍ%s 'ۮ`gT}Yd532w1*d8/uY=$3ex5;"1o4Es=KR%# -Н۾νŠHpG 7Str /}rkwrL"7DG9zDR{-;| g_?EitD/ᦐȨT+! 6֔nsVh,?˿0.A±~+,0ՆD?[ݰf: ڇ~`Ġ=\O2,vA `#Jas;=#ƻc{G#f $H 9W۷g趈V (Ǝ?Rx[i |+n$\@ Mf);*=X/{ƻi:N Rڬ:b\(J,h0 g,.ϼsk oEjiKC(I%3!3W}OzZg= Y2.ҁRWRӲ:ZWNf +$ 00 gzO|e[tPwbhZ3(-61d#L -# oHܔ)F! xl@#A-:j[1__720)Eذb5"JO£?i)oaњk.$66ڞ&-贋&MwM;"^&i킨G*ʂao-ZEk&KBom_ʴv{1#$!gTo1+ gYWv"$gԐ>Qx~z\@ͩDR*R.R^^$dnml@Ej\fX?[P-_OQ*)`x/3Suyhg2{5xNTc?*(%Rq@ j/>A0#lGv̨YA {2,q/axr>CkAEt.$qУ7Ly;w5Im\?鑗^h])vP\3oή1rdzZSNyW:Ɵ6d:gn9X Bn-Ϫ;T08҅c#*0QtD\'hX0bT{N;rM!0_P/(j*޼,kHw,$h-t(#+|2(2 El2^+9mi̙9Iݙ|WZ6a(-~s6T !kU f}}efi]tj(|QO_ zf0llsh]5R k' EK νc\De ԯ9]IY=bI5Df1RFq#϶!FL"/F 7Hlr THiC+p& NZ͒^!- `/'㍍*i=ɊA;A6m&( Bti3М[L`wl7bj,eEX~_NI}^z/$~8`Oװ(Lj|-^B ,u1I=|+6 o˵!XjN1jjJkf`T] M, }%$;koh*c"#܊dҒv UV`'HvWՏоfm\:0D?'`c?CuvfGmBqm_\Rx(}_!Wn {LN#8y?;s/$6ƕ?FPnd<ڷu' z8 %.Q"1[3'A!%㮖̱*ZUŚe4ū3o³/5-*8>P^D8DE"`!_y&9]fp^=E`\-h;U !Oȷ[!$?$FWO WMɌ8(d˨~~Mt_}XW#&r/3n ڮ:?d;|1Gb6c3@IOu./5Y*.nɅn"Q"֖*_ 5a5SME fyu)}S;WHXVi {Y>d㠇uyO #LtM,l-ʻ$zlӷZ>9)F!ʅkH@E|!đmZo'l/'2x^sQMOVB;?ڸ 0.L5J|]JwyRES{mU]N.` CX6Izϻ#~{!,m<;qa2*Χe]Z+YP! 6SںAaJ ?mc3 @ne)_]ԩD~k!)XH0#VS̞c-'u"}~yFɳCs8sEF8%`C@ LQd@& ^o3N98h@SmRC6]]]jN׸@]Ґ(t_N20;̄2* ?]^rn44ICyhj 84APmM_jVds6i%7(a6T*ͿĽXLcCoZqݟ׃S^d#Q{y2p1^; \!P򮥵[emJ/[AHMw:J"GQNس?TnVl mEܽ b}v$_o.slD?o(|OQO!y6[Jhؖnz{?@iPi~%άg &,\yA*ԢIW}n;Vf[hPFw!ĜEGkyOc$b?;/y4QP@0;'K/ڴ@_H)m¢a&H=ݠ #lMD_qipWHn'ia|ORS%iಲ <֏m$? ޷DebLW2o$-{ؼc ::<)ZkV)G%} n~l\cRk*2ۭu']O.+$yA07Ia({b\aa Su>I`974/]tw9dXHWH,L Q`@Apz 1&HݯOOmK@S:0\Q!Ihۄ{[.5V/ozAcp .}ʽNC&/xnrt`4ػg x1JxBi|arŒio| g]{\Dk2hz/29B(API4`;|ph!Q,=힝(3lɜk)}\an$εŕMEA`-C)}R\7,3y '\!9^-l.M h 0 1Bڑ;/I?aV3m2fN,lǔA,HZ=&#Ю,'å!n&OeBu#PF3|Wffп=xEa/w~\=FRQ3mQy +.k k~.ΒD^Oz7xoܛ}NߚX8-B`mJ."hyd;eWnN!E}vflZu7yNN^IJ=a~lp*T^L "tdTR;aw4рIu.Vqt-!(M."_!L~[;%T5Z!["&;_IW`qPh݃t2/,,cEs̚.́kn5Qﰢ =_pG3Ur˒E'<g,4xowCU',XW/pnZa.mbU?Y+sRxs]ּ;/AW?7:B"g/~]c*MMa"O qHq̿YB 4Wr5/N5n-S!6jmmߡB! \s!D6Da  @8"RE(-[)h frW(A ֱthoe(t`xB1 oC Sf|fhȐ&uo%I)Dx~MB>Z>l-ne}N*z􂖧*fQN߂_>5"xj Q35&hI,uf~L3@\/; zo}w,hd63$fp28Po_qI_Cɹ2 e{3G~b0]Խ>{Tu?u\+}UՏhWfx$wVM@6s`F9PSO*K"sX% &h"'k+vczPib %PԼsPȿqMoP"viPEM0ְeđgW4ۮ_! ݷl;atkWc/Ɂ_u-QY;P)N!P@]/T|.Ú*j>tJDVmԱs=Yt&d T]m`EJ]oEv9o9܄LXp& @RKcȍ8i4]k(sa.oY/TRgWp7Nn9?yٶ8aWw82Vb&-M7\S&8m*ـ큋쇼XOqE.\\?&#  !j[,q$.N ~$L)oxR;(`wLǸפ1PRC/z1`:9"k~G(Y]NS:$+X aYP1"hd^c8kDɨdtplZJ5]K |>^[WmiuTu]%~=)l++@-w*Dq5HHX,Cî;ok1~b'cunV6hMBS2BQ: b.c-UJ/ 4pí6"uh7Iw fLT4a' R!{a_lQ6UVַg J[ 0vͱG&ψ}5YAChηukXD`u)LH0[ۆM˔L\=u*7B,KcRA ]2}.j!PnT$ԳYjryק0Ol3OF Y*^QKbYC -`YY!m)2ړ/4f9n:d`":Fr9MhrJpNJW=7'$kOr5wɓ/W&E+~=66t \|zsے /x6!TYө W %/H,jW/_}y?Y(`HK7 h_ å:>LPŶ YZ