libass9-32bit-0.14.0-150000.3.11.1<>,bp9|Ћ!t:_) j0*'*:KU pʶp"&hx*@;9̧e)bJw6~Ubz[Hp׾vuJUX& >>#l?#\d % V6: Pa      (LT'(Q8X9:> NG XH `I hX lY x\ ] ^ b c!d" e"f"l"u"(v"0w"x"y"# ###XClibass9-32bit0.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.bgoat12hSUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/System/Librarieshttps://github.com/libass/libasslinuxx86_64/sbin/ldconfighbb2fbd14bcdbcc741a044f3da41770692bee5a0896384924656d178e3c7542aef9libass.so.9.0.2rootrootrootrootlibass-0.14.0-150000.3.11.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.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/bin/sh0.14.0-150000.3.11.10.14.0-150000.3.11.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.suse.de/SUSE:Maintenance:24379/SUSE_SLE-15_Update/d0964fca8daf56d545b4ba836300fdd6-libass.SUSE_SLE-15_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a8dd3b14d3c93bb991e2e80c4c2e1f810155eb2, strippedPR R RRRRRR R RRR Rutf-8e8a6bc79e85895c26af1edc966311589dd0bfe2d67e2ea26c6785d157c74dd14? 7zXZ !t/Ij]"k%r=dnΘ6ȶvW@rn?wѢv":{ kC=L$v9[|P3cC~w/[o ;(ӱ |$V;:kg_ 9ZBd$Lz]HaCZ C {[=xKd2C"@#:Ѡ֍/dx\,B%1y%Rg{8N!~@c J\G͒F> {Fdi8P87d!D 7[:{89Dup`X[0o%Fe $vN=dLVKv4sRpoPLJ,Zٹ06/GyQ؃^{ ({5YpRU7ru1'ť27~ h8,^ やY '׸*Gpܽݿ9 h{qYTPTYU#Xj"T3&xN9g^h7(ج?4&% UxlѰL56d{T-쓊`rqyV6#oA9w.`Un䅨h r+m|o{ǭdfo)hE οw4(I]@tE\ޣv@w9UG'__Su<d9nq^,&uXN^-H2(oiL 1I{I֚m\ñOl;D$@%P$)7MXbq5Յͮ;yĊMO붍He "sdMI*{pڙ) 3DHbxx]Ρ̏kt&A8e߼Cs _s!7`Ky3Ħ^f `IzkhDd i3>ù̚E.A{Uh;)@%5FZ7-m֞8[~2]-_7ή~±yEOoy~0JX%۶}W|S~(;G0X7lřowL$amn<֍?$|l%pz',kyH?mY["?\mXhc-EЖ8Gh*7_k5wP|;Bf~(^^*;†T-pHlSC &Lo:;o/ G#~lsƊT+H3S7g&ZY@|tѡq ^[]&iCN ؁Om=1| Uh"& aak!;*<=jih4ExxuWF_/a+ɋ2rh%۹/KuɶVB3OxbzYGoo! ֞cN9ȏ 9LMQ^٢"2ͺ Y0os[(CA.}roadZ6o-%uDu(~K< ~ e~,ecPH^^zRacxޤyEdD(Mp2֜r]{ॴ*#IY҂Gͮ1 ?:AQK:3kjk嚊RnU& hXPzs\'ғՐYP'+x"w^z*~Ŗ[m7@/qtHn)NbohB W\&{12߽m/qm s)`:= qa=gol4ߓ[h&QYDL𳚾~du)̨y(]iZȪ_9;77ٙ.(X3wO,yy&0 uV (|baq ih ިAuzRlѤCzn< qRR98^uq2Ij]JBO@nEMfw3=I\6p %dXܮַ4O?vﰎslAU0ÐiwVCµ c13fcڥ5)i|^R£/ NM` uc9l:Wvݾ;{=a Iۜd68ů%x%8;*/ /ސ_E'ٿߛO7aE#6'~ FBm?j^Z ),6PG+ hHk0e?+n0ۀ[!FA\0QvC:Ρ(xkeda"P<(L5E{xdHSp(A2\CC=qb]w2*ʄk6W`(fc$E]4Vj؞w|[zw"!0X1KI}xTjy5WMEi=XG>5XU>?(4|*"Dg:ҿ1BWQ/DSqo>a#AYIvVlqaM}0i :N 3୻\&Xp5o0;f~d_d-W[c =|Tejh^u=ò?GP,uQᤪX=f=~n8-,4n`F&ܦ?#j bwlJ}c22lS.u>FT6cF7ЯVbrF$S S;M(,=ٵ*vUNh#oxMR!]7; M`Oѩ9t<5k(K\aiH 4C/=.c `MI^ @:q°"8r_OiT bԭ b$`7l$.z8#6j@5Wۖy:Nx#d ma!PK^ _n2Ϩ @fዛk*EEe7RoXWu7TbM/ZmN ߬^ܢmxMFӟ6|("b *ir_ Rw\1S$ɞda!vm_AGs7ռԯ>ܣ"ەc$ɻ=)À,LW6hIA{Am={eF{a# gO\QWgᄺ&ˢ1wBq#>h9-"V)Qd-lVޠ2'm܅VO"u .W %>qe[noOÕ}C2N}Ape8PMuC,Zc !]|<ȣqqFYqkI ewM?^,E?\Qے> hپE|s'AJYkm 2#X/bFG>pFO m. I˧SL_ɄU mnl1*3s*c *?QH8n>ZZcdfE&Bo=`q:H(iUwkyBؚ79SJ#D*iq>R+Wz>NTj_/9ߍVI$^0xpXT?uRlRu[h45ZH3i>Z8˄j=g K6HpI vg[3rw^jA?HFX rRF7y*q^ޡLAUi+ %]5tva}VDgDtbЋ:H8¡}!7srZhŗ4\z}ijF`IN*#_v`Qn3P23e7H`5xDj>4JPVCU/oD]X%>hnx?gTygP+oH`m#,avHKKRSzYݮz D~\$E53C!#zEJPPĊ yH+|Q ^y416sAP#VM:. H,V[e6KMs؎ KzRSZPVˆ"TKMCtp˻ǝ: ІGr&tQb+1 $:mzPY|bĮ.waAT;6$1FqdkLgْ@WJ}|S6C '땠WB-%!1ruꁭ@ȜP@SL @Zf 7PⅵƧ6ZG]ҝ!L⛮Zcxq Jdi|&':һ9،©Z`ڋ#XpL4+i軿kCPCJE+:_ʛJ/T"'P舚ߨĐFJSAF0EA0=xd>LTX?:)άq%h7 V59'c̙ZFGԃ/ aȩq0j5"%D.S2nYԻ 8&@ !vҀgy5j\dY+90D=^(F|[Ġ]m./EnxEJ_}3Ps}m㛫+!Mvu$ m>IS .ve vUf[so6J#1> ӝWzC_#bN7umvIPTC|x0#?4@!&U`D宷͜ % ~|@2C뗵B-(JРXo{mN!zX2H4pMi1 w9nEß œ$!cno,FU?8 ]2R r6PTƒ*RvF/]@P!@ޱ]@ä hHv!M2T ‰q}f(te_ܱ@=~j7|Rk WvX1()4oh\lt3, tN/_VG"JEkzbg1{Z}M W$ɿmQB~@X~%AV:T!9/ ~rg5 {hKvq= UIC0'oC4=Jo\I3zL ["N0/gvkdwG2O˦Pސ^4)OX[]'|U>)b\# qٳ+끎 6Y$I\+s̈́͵A r z,X5)1v D;[!@ Z5%`sf?IkJS[%Ѹ,EOnxmP4ÐIgQVgE9: V܍e#mxSX]H2xQ|{׵ܨ]S: &1i[f4Ĺ} oGbnsm%35|.E]z_"j ]@9gvpit wBsb IASˠĶ{ /['q e%2s5v2~x3 0!n6(9{:`λuW=e\bBN ΂h /) ۏM?VoPkvӻ;!o(é/e;,ٍ}-lRWb1;"c ڨ멁bRY`2Y@:8l.=|_Դl!=в&tӗDlJkv"̳P)D:FEGI>'0wЅ%T6nthvsF`B%-oq~]o3Exd鉿/W=I$c/0B>d naM@TZEI;z'*K۲EzQL릗Z9ىyY٪䒩MylO,{L޵$<-0=ԴbIs扡aDa'5xwPH-kH,jLԈr^L6h{qH/=F` pKޏR,_sjYIO5eeAe|ܞtw_du5qD~zBz-;:glW#&oP=)ü]%XR2Agmw*U"z "ŕj+PS`h5If}[νvmRgD DHĕ`<Y}@ f O#d&/R L]dYUx ܽVӸ |:dG;8UJ#!AսY·(p9b[y滖;NLr\S$d~_7-D0Wq*/D|J2%,pf_} ћ\ jhSm&L~ȳB\^ݶBt]xRNJhTcVΓwK,oO&wp6D,$q ._1ZQ}1 o@`JĖ bz̍(K'ϓa1Σ͠ռ9_M{1-[H=\6ӱuO@8\/u~qqO`؂G(EzB?|.6ϏCgƟ@~? )k<13& w#n-rF zfhOc2aHσF\ c^?![G^8>U9#^ר+NySIoT -\I+ï:WPKO_ kθr+6(,]!7{P<^3UW:y>俶EL@oga`P3 uGVw qoj||2Z(U*wD&K92B 921ZPCN jʴoAҭ14/J݌rC$#'"&Ȉ(^ޖ{+hM=+ ^>Fƺ3:?>rBgH[{+ȑZ#h2/=ˇ+Ly*i0RY1Uc9 8dԐ0iDe6aZc1v4J~6r=#vjvؙ)vXdَur>8U |͓F a'rQ^|zφPl h^IR+`jwY?Ӯ! y_d?ZG$s]PJC*<< U^}(a |C9}VjLrD@=II朆F5-^:䴚u_w/t ;72mmhƍ}ԙD6ci)UW4y~DZgOQ pY_@nY߮(N)EHw:1E(|.a [iB (v[a>UW^B-["yxDžF́A5Gr/7* 9Ξad^.GCD@ yCj\Ijy|#zۓ[%3[BѸ^pTC(.Q=?%6 xP00C(xuB%|ޮWpTy0|[OET']Ϳ],]]\o+M'&ZS(#@"H:{C7Y$pH'y/ btKD a?׺'X,ocAT ?h8ѝD4.M/v-Kgt \(¡G-)YHAdT3n) su):FQv unpf1üx寗;L?vP~CUEEXw8PwoS d=WVQ)qrf,`^[('q_(ʈKL3uIH<գ04]Yy-# -lx=rq])¤umjq;7s@hS絳|&tM]\d9|ү? G$Jcj g- Snݖ*[ą/P{iH3蘄cyBS$bky(2L]Y#jJ<^OmN ZEnԽ'j;'eݧ2S֕ΣP6Z a_h zߩ:\;’ s(T| fmf~5^̩yͮ7ߑZ"v>C p5r843ay@ ;2H#2ߘόvimmDT<%sQ͋mmclE/Y+` ov8b0JـL;gos|TbR9+ɥl+J]lv]s܆C'q tH& |!KcfΔ)<Ӷ'k)Pg ~-c!b\[ /&>>NNؽx'qpؔkٟSTRA/fA$5r}:uk 4ς{bq^~ n.dWWS̄Y4Q4/3fBAv,jkt٧LR!w>aSh_7;*l#)ӽx0:d?O KVyIK|*l%4t!|_1320B>AcJ VL*lkQwF/[Ҿm+FZ`i[rOA=ۛIDbJQd[OQTU҅0Q)R鸑ΖkX(5>!'U)?o$w hRj"焲ƒ/9ocek z.[XIQFHXP[VOzp`oe0?O36 u%bhRMHJi'ƲT2E٭ lh>MqT mRքLoT5 eYσJ9G$0ܷڕ\_,ٽο70Ƚ~ (R{58છ;x<%׃aS]X/h_/Qbs;gf!5hwm]*JS:iJEB`mGHg64Ů'Zx~h|_/g,UB53ߛ'KM*9,&ޭ:`x@JHr/1QW;u4if"Ñħ?8s/5Aء\2UE1VGlrQⒿ]#ٟaDW>^Ul.UA}65 #}x|HZm 1+itFDVzu1HZԍOx24 H_91>*+j.S}YSBA+ʔ$5 `R FU d~9׉Ƭo$De#ƪWS[.@JZaM#׭vn=OD]@:PPڷq*  m#ĂcLo%dzli :)ʭ! giriʚ9BǕ5/Tm;qfIAD'7|&PR%U@Q8nm69z߹ۖxpۘAU"[`|k7wFǼ 7D?/~fGӹB qAAP;')^f8f<&MZjÑ3>31wRF\dN k$ # X8: G[ervg<-tƔJMz/T)ƺnGDQs,6Xx5YLe^YE'϶VF^ *vX;QW˦U7ɷ>l-BvQ`uKN{ΩXSM_'`Sb=?ɤIf%":}FWV% 1"6᱒㝯U V-ȗ[`ܰ. ݘ-_ڞU"Uz&QeӪ170`` 9P$' Km`%I;,߾ήRXe`)& f*.D_.y_Ge03GXsnH6>NbY<:tNMD)<-xqP&u#Wg07 $5x4ҽ rO}ZS 4g%lD`g"i @-7g @HpܭАPJE1ʈz6}F-SfnYǂ]wJN;HONvn;' ^G}7aIC>@[ G9h4{9Pˈ}2y19!(<\Zpһb1Ln~!h2e7\f޵N1G~0 AheBߥL$[@x=er%+sZpvʠ76l+|˟LWL74;W 6c{Ҁ=t2V)-d!š :wĖ'A앱}Sq3OR_Vwbi;UڹúWՙETUF@ɓcCvLVcCg[YéX̀ynA7#{wtz䩖:8.RMƾ;h{MDiGQt5FﲲVn8'BӨ"~#R߃3تIs׋5$hLJ8oѼ C!rz HpZ.* !Hd!GVI\v0T%L !݆~=cQ'DDx`(i01ݲ*Qs_; :  b^OZ.=}\U0x6.NpB8+ZӡFmݩܺz#JLFNFɜۨ_OOTJKM &R25s0F z )Љi-%Fl\Vˣ aU$E{u Qز  Ò[[ çaьVWAj|XϼfdH2ߕ_x[fA)z {:rlC<拈K B97- 5 f-͟۱"daGOd!'.$-( I[rW[k/.q`f['ZR`2aU p(0`nP=6uV(ejkل(P ?ڶ\eYз4g;8Ժ+5gӡ@^d2} *YԺAjQ35lIQ#ޚJȟıxL6X:l)X(~4G`)<)QCX)< >V#WfQ lf|#o}Fum,~aіm0ૃw"2]Y`H]KZs&¥V |u%,VY^$JzZXvArxQF]%ۃf/R4E٨4L/imo 7,9m%"e'/ӆl,KˏzMBs(:6F=i~G5/3T1d^B5՘gہʰ,dLX@,ZٽH,QצAmc H!/+v~r;?7!B(15Խsձ.[޴q,vde!ibxV Oܙ3zJT}a0(7΅XW)T޳dڎ[,4-@(`^/+VTl|+ 2*'@(↖Sm k[!IYBcU>Ոa٫bÖ$^,eSv7o cTx: {Y̓h(['B )u]_SfxtL);$}"4?cq1JGMLg“@a3B5nv^'~$\sCI3%|cJ V!gܝ$|A4Qo'_.; r'-|_e~9oe.d6iH6p |N}jEUB^ KiĪRk5ďU93,ΈIo/O+!xW.劉m "Z [n<+; P9ag8*(+třҶmt0u6~4#Ūǻ=mmࠕDaYHC@ԡ xyRՠCr$hα Df:LP4AE۟3JF̿'eV8ǻ FlW!vCZ2Y|E +CֶtjWHlw_tcsct2%C&C-bn#$u hTR`IgE NV|m'ͨ+U:N҆_و}9N ⎐TML-a:|7D²QgY3]"R{:w&,$tjq|Yw$TԶ$4Nm0*В\żTFJdz3mJRSQ; 8yuN]Vf9zqO1 2TKC!]5XVUj.UjӒf2Yxźvm148q$ yt\[^߭;:\O :)r"L[g+GpG'-(֜OI"ͪưzM 7 |xp ?T/O#xi$WHp|* x:(<6g^s+9B? ,|vzoK89MfslS L|8(Ea֛tPj ǨU=Ng[/V`,g3;Wgb8w2'aMflJi$1*}"F$@V 8hk|g9&+8@^=fQMvaW"/ r] _ԝ/̼bDNMHҏv] 78X(8 C~˴z_K+Q{ijޣ4ߜ3߃#kq$_^SBǍ2/ej %!V7~de5+=/@@!@D1rKAU#ڦy=Zأ thkI}D=f]ԮpЏ'Fn{e7*B[&Q$Ȕ7qiI"H##t;PeITcf_\j)nVka()< PʦמQ?[gI@l"o$dMEƬU1 mGw&B.r<1UzhKA~9QwJj/Jt#WKR;6:<;T q@M򼵡X.%YBNF`@wq?7 G# ˤ+AoeӇ]q;B3 ?)&79ęMCjI$A]}|Qdȸ"rێ^ !*pBNH9r:էHFQٽ+dF=I.)θ6}Kl4@$#B а`KA%1"Dr}+af[ت0kҥfB[e=WJ3%UIFK|Ğv<[Ot.?U#Z 9fBLޗ[ >Qr=,A! DYRC9!wa@ګN]jH^VMufc sl:bZVND XSǭBs-\}H&Ǩ_ FPn_Ո)cHzX=%PPp$-fqyC$ogW2V-{LHNl09a UhMcvrŀ['s.8<$El-dYT#IBE 9h=Bn:V97ToBwF+TxWsp+ '/q \O3"fw9d/]<]9}a0#6HmkGؤ; |59>O1|xOkWUO= dw tĒTǷ;#ARPQ:GzRpnzbEoyq:ƗLDbn~[$ >[֬wFckh )&qrp.z iNYګM DW`I@0fJl M [j54Lŗ_2ȟPUcFaDivuز3YL6Q~"7FDrcٰv=^hp#l",KXs$ѪmEܱJX1hdPYs6tE,^^[Ѳeo QX]:& $"WVbB[qO">x[n1\Myi2x/n~)"%t0&-~a\{Eڄ\Elٲ$nWښZ[Jg̥ ȦU?ViB Qu,vT~,0 @cl^ȢνmT$%Тm?=^J =Cm$NBb6>FדI_q `σ?e}짆 Rڦ ~@:_ɴ]hRa2ȋ~A{,R/R=mSB ֣3y O$<4Q ~D;?>K c^nW [۹ H>u!OA֜_<'76i}~؅z 6ӾFfQ(O(@ܫFCןKYdPY}1`S__d!CbH{P=tدU_6ҽ 7ھ`W Y,%DQja~0FaM,r.M䚢.j1ENG~i|A.kz,w&μi! &6?>k\rsd0r^U{= .v<'`hyw?"w [1''U_kGq1^Qs^?J<(Q3=Ď脧v ڽB.yy[zծ=Ԕ3Ƞvzwpg\OWĮI8'}4 uyDŽiW=d/s?)d)x)J`6ݼEjd;y2/K_IT5} Tj[ zRt֞A%%T<%eTӘ| ,#Z/PєG N +h>?m6o3)D8:֋c/rE9:~Fm47?֊d#6SjS# i٧ΒǸBfz3ʺr\jvw-pMDŽFYb͏":& sᄡvG3 urHZcwמDT; [snB'M0;FpÌA$&g A ;%C$ڪaDi*j'h+!"֨E21Kfs YwF4JpNm:C;ە7.u?ݫV*ø8Ji+Ϸ0]2gnO>}{}$c–_%C@+n *$Lu2d@ !$x hi'bMggM>ߢZ #[q5*Q;zzqpOB2!p F0aȅx?{?+ȗB2J`ER.bA(A7Yi!1bq*?)W t.Ъun `4ioL~at<ՋbENe]-w5(I;,hW(a{y 9]/cCC>-xӾM//=))Ovl]yyʯ_ 9Ҷ[DfP}_ ҁ# c;os m!t[~'{o!E0DYTJ(M>g,a "bu)qB6񗻨 E`͡/~ALv3)4!̔"2[-םĖ2!䒍pH$y28rVFp,c)3r&͍jo0; .6s>5`9nzvC? dFعݎ>6xOfvNGšb|vZՠXokuD#^]݄TC8@zKf$Ji x֎x-*񛫢| AsNYBHa9Q`)j!^g`i~f`7m' Hcm|P,_xXA;|:*dVk#5y!{߶ p>cXv=CArLdfmk>ɟK wb+"8cA.*LT n?HGr MK A XƜKhLn ؤX56Tc Qhy+`lN\F`6R mbgk:1on@ʖԵ`mڅ;Jn2leg*țlJs]2GR7 geހV(dRq9~,r-=}Gv:}ܘ +;d!m1t\QO\k7 <EE T lv03z̟QQށ; 5L'(Or 򤧽L}ZCȈtȍ谟lP;)#/#QC>x'?;3׊p}8P hlIk3Bfd:L;-Kp8z`(L[,ǦuR2H 6 1VZPR_yв*|dd{ j;73e?rPs-cRKWgQ`1A84,ޢo-dA];XOFwnx6chlӳkaN@?s[N@ܟW) uu#RmrAhGxVXyqx`Ƥg:?G#dϯ2t/)vz#) VN7J uFsH;ʿ٣+ĔZnc٤H jĖG+ U{ہڱ$}s/ |-+E`4ZS<K'jc++q:_nibbsO`z+=*(gc)qs덣B|o41ybPF6켉yƚ=K*vn;:曍U=Yx8wT 7g}&o*8PNiK'cgk?`OuV;WDy8~F%H#>'+oJwۢN h/7?11.L \ǐw kѪ1\ ?m{~Y?&P n@U1]ڜ3Dpw~WQ4ƕ"Q].W.K :&ҨDF2Vy& DC7 =o̲ͯWчՃ J.E=|4?]`,1_^Jm'!8B>\WJ XFCbҀ4mIdLouFa9 َgqtg;1mä< _B[nA o__/ߖ [f_CƇt_V8B>9Ů#Ҩ' "N e'떥+pgnDŽ{L2>￝D(g'<0!z"ܲe=Q4X^Y%4gl7}2 OȡH_#N!#ۜQ#XJ=Bô;bU }jc;dfz*{1T 2+q4 1ڂLη#)4"֡&Mx9aF\pP%~*€W&ϝbRvFgni3Wu+JLB<\bn?Tr]ʜS YZ