freetype2-devel-2.3.7-24.4.1<>,Ld/下/=„E Hs \swn@u@RܛWI7Iga.7=yޑ㸫B dT}o*aYIskn dTS{͑?FR~VK#WCI0J䣈7圖=)m-xMFXセ6dI?d9d  _ 0Phnt    ( w X #"#%L%\%t%(&8&$9&$:($FQGQHT(IVdXVYV\W]YD^adbcccdded fdkdldzd)Cfreetype2-devel2.3.724.4.1Development environment for the freetype2 TrueType font libraryThis package contains all necessary include files, libraries and documentation needed to develop applications that require the freetype2 TrueType font library. It also contains a small tutorial for using that library. Authors: -------- David Turner Robert Wilhelm Werner Lemberg Lc%coplandKTopenSUSE 11.1openSUSEGPL v2 or laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.freetype.orglinuxi5860H0_c\ 15'.=$181U+@DBX\~Y|,%Y'!L~ ' u(NR-V2) &037j RS  n. H $) t539?3o(wN\(@G&5+b1{ {v86DHށG]II Hd@H@HRa@HG@G@GJG G2F:@FcFR@FQF|@F@F XE@EUEx@E@Ed;ES@EPu@EAE8@E/D6DA@jw@novell.comjw@novell.comjw@novell.comcrrodriguez@suse.denadvornik@suse.czcrrodriguez@suse.dero@suse.demfabian@suse.deolh@suse.demfabian@suse.demfabian@suse.demfabian@suse.deschwab@suse.dero@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.derguenther@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.demfabian@suse.de- added bnc619562_CVE-2010-2497,2498,2499,2500,2519,2520- added bnc629447_CVE-2010-2805..8.diff- CVE-2010-1797: added bnc628213_1797.diff- Arithmetic exception in freetype2 [bnc#508139]- fixed integer overflows [bnc#485889] CVE-2009-0946- freetype2 has subpixel rendering enabled [bnc#478407]- remove ix86 from ifarch statement obsoleting 32bit package- bnc#441638: use fix from upstream CVS to fix the return value of FT_Get_TrueType_Engine_Type (and make it work as documented). Thanks to Werner Lemberg for fixing and Krzysztof Kotlenga for reporting the issue.- obsolete old -XXbit packages (bnc#437293)- fix uninitialized pointer "FT_STREAM stream" in function FT_Open_Face() which made fontforge crash while trying to apply a workaround to the sazanami-fonts because fontforge called FT_Open_Face() with 0 for the FT_Library argument and then freetype crashed in FT_Stream_Free().- update to 2.3.7. Extract from the docs/CHANGES file: • If the library was compiled on an i386 platform using gcc, and compiler option -O3 was given, `FT_MulFix' sometimes returned incorrect results which could have caused problems with `FT_Request_Metrics' and `FT_Select_Metrics', returning an incorrect descender size. • Pure CFFs without subfonts were scaled incorrectly if the font matrix was non-standard. This bug has been introduced in version 2.3.6. • The `style_name' field in the `FT_FaceRec' structure often contained a wrong value for Type 1 fonts. This misbehaviour has been introduced in version 2.3.6 while trying to fix another problem. [Note, however, that this value is informative only since the used algorithm to extract it is very simplistic.] • Two new macros, FT_OUTLINE_SMART_DROPOUTS and FT_OUTLINE_EXCLUDE_STUBS, have been introduced. Together with FT_OUTLINE_IGNORE_DROPOUTS (which was ignored previously) it is now possible to control the dropout mode of the `raster' module (for B&W rasterization), using the `flags' field in the `FT_Outline' structure. • The TrueType bytecode interpreter now passes the dropout mode to the B&W rasterizer. This greatly increases the output for small ppem values of many fonts like `pala.ttf'. • A bunch of potential security problems have been found. All users should update. • Microsoft Unicode cmaps in TrueType fonts are now always preferred over Apple cmaps. This is not a bug per se, but there exist some buggy fonts created for MS which have broken Apple cmaps. This affects only the automatic selection of FreeType; it's always possible to manually select an Apple Unicode cmap if desired. • Many bug fixes to the TrueType bytecode interpreter. • Improved Mac support. • Subsetted CID-keyed CFFs are now supported correctly. • CID-keyed CFFs with subfonts which are scaled in a non-standard way are now handled correctly. • A call to FT_Open_Face with `face_index' < 0 crashed FreeType if the font was a Windows (bitmap) FNT/FON. • The new function `FT_Get_CID_Registry_Ordering_Supplement' gives access to those fields in a CID-keyed font. The code has been contributed by Derek Clegg. • George Williams contributed code to validate the new `MATH' OpenType table (within the `otvalid' module). The `ftvalid' demo program has been extended accordingly. • An API for cmap 14 support (for Unicode Variant Selectors, UVS) has been contributed by George Williams. • A new face flag FT_FACE_FLAG_CID_KEYED has been added, together with a macro FT_IS_CID_KEYED which evaluates to 1 if the font is CID-keyed. • Build support for symbian has been contributed. • Better WGL4 glyph name support, contributed by Sergey Tolstov. • Debugging output of the various FT_TRACEX macros is now sent to stderr. • The `ftview' demo program now provides artificial slanting too. • The `ftvalid' demo program has a new option `-f' to select the font index. - remove patch for bnc#399169 (came from upstream).- bnc#399169: fix multiple vulnerabilities.- Make sure config.guess and config.sub exist.- added baselibs.conf file to build xxbit packages for multilib support- Bugzilla #334565: avoid crash in xpdf caused by a bug in the workaround patch for bug #308961 (fixed by Peng Wu ).- Bugzilla #308961: improve workaround patch for the broken underlining in the CMEX fonts (again by Peng Wu ).- Bugzilla #308961: add workaround for broken underlining when using the CMEX fonts (by Peng Wu ).- update to 2.3.5. Extract from the doc/CHANGES file: • Some subglyphs in TrueType fonts were handled incorrectly due to a missing graphics state reinitialization. • Large .Z files (as distributed with some X11 packages) weren't handled correctly, making FreeType increase the heap stack in an endless loop. • A large number of bugs have been fixed to avoid crashes and endless loops with invalid fonts. • The two new cache functions `FTC_ImageCache_LookupScaler' and `FTC_SBit_Cache_LookupScaler' have been added to allow lookup of glyphs using an `FTC_Scaler' object; this makes it possible to use fractional pixel sizes in the cache. The demo programs have been updated accordingly to use this feature. • A new API `FT_Get_CMap_Format' has been added to get the cmap format of a TrueType font. This is useful in handling PDF files. The code has been contributed by Derek Clegg. • The auto-hinter now produces better output by default for non-Latin scripts like Indic. This was done by using the CJK hinting module as the default instead of the Latin one. Thanks to Rahul Bhalerao for this suggestion. • A new API `FT_Face_CheckTrueTypePatents' has been added to find out whether a given TrueType font uses patented bytecode instructions. The `ft2demos' bundle contains a new program called `ftpatchk' which demonstrates its usage. • A new API `FT_Face_SetUnpatentedHinting' has been added to enable or disable the unpatented hinter. • Support for Windows FON files in PE format has been contributed by Dmitry Timoshkov.- Bugzilla #275072: (from upstream CVS): Check for negative number of points in contours. Problem reported by Victor Stinner .- fix last patch to avoid crashes when loader->exec == NULL. (caused crashes in xpdf, kpdf, acroread for me for many .pdf files).- Bugzilla #273714: ('¼', '½', and '¾' in "Albany AMT" are rendered very badly): apply fix from upstream CVS, thanks to Werner LEMBERG.- update to 2.3.4. Extract from the doc/CHANGES file: • A serious bug in the handling of bitmap fonts (and bitmap strikes of outline fonts) has been introduced in 2.3.3. • Remove a serious regression in the TrueType bytecode interpreter that was introduced in version 2.3.2. Note that this does not disable the improvements introduced to the interpreter in version 2.3.2, only some ill cases that occurred with certain fonts (though a few popular ones). • The auto-hinter now ignores single-point contours for computing blue zones. This bug created `wavy' baselines when rendering text with various fonts that use these contours to model mark-attach points (these are points that are never rasterized and are placed outside of the glyph's real outline). • The `rsb_delta' and `lsb_delta' glyph slot fields are now set to 0 for mono-spaced fonts. Otherwise code that uses them would essentially ruin the fixed-advance property. • Fix CVE-2007-1351 which can cause an integer overflow while parsing BDF fonts, leading to a potentially exploitable heap overflow condition. • FreeType returned incorrect kerning information from TrueType fonts when the bytecode interpreter was enabled. This happened due to a typo introduced in version 2.3.0. • Negative kerning values from PFM files are now reported correctly (they were read as 16-bit unsigned values from the file). • Fixed a small memory leak when `FT_Init_FreeType' failed for some reason. • The Postscript hinter placed and sized very thin and ghost stems incorrectly. • The TrueType bytecode interpreter has been fixed to get rid of most of the rare differences seen in comparison to the Windows font loader. • A new demo program `ftdiff' has been added to compare TrueType hinting, FreeType's auto hinting, and rendering without hinting in three columns. • The auto-hinter now better deals with serifs and corner cases (e.g., glyph '9' in Arial at 9pt, 96dpi). It also improves spacing adjustments and doesn't change widths for non-spacing glyphs.- add zlib-devel BuildRequires- Bugzilla #258335: fix buffer overflow in handling of bdf fonts.- update to 2.3.1. • The TrueType interpreter sometimes returned incorrect horizontal metrics due to a bug in the handling of the SHZ instruction. • A typo in a security check introduced after version 2.2.1 prevented FreeType to render some glyphs in CFF fonts.- update to 2.3.0 (from rc1 to final release)- update to 2.2.1.20070112 (= 2.3.0rc1). • bugzilla #231417 fixed, see ChangeLog: 2007-01-10 David Turner [...] * src/pshinter/pshalgo.c (psh_glyph_compute_inflections): fixed a typo which created an endless loop with some malformed font files- update to 2.2.1.20070110. - remove bugzilla-216793-local-variable-used-before-set.patch, bugzilla-217388-fix-advance-handling-in-FT_GlyphSlot_Embolden.patch (included upstream).- Bugzilla #222693: disable bugzilla-159166-reduce-embolden-distance.patch- Bugzilla #216793: "local variable used before set"- Bugzilla #217388: fix advance handling in FT_GlyphSlot_Embolden()- Bugzilla #158573: update to 2.2.1.20061027.- disable the recent fixes of the byte code interpreter because if breaks the rendering of "Luxi Mono" (/usr/share/fonts/truetype/luximr.ttf) See also: http://lists.gnu.org/archive/html/freetype/2006-10/msg00034.html- update to 2.2.1.20061013 • fixes bugzilla #207959. • autohinter improved- Bugzilla #196931: add zlib-devel to Requires of freetype2-devel.- Bugzilla #190902: add patch from upstream CVS to handle bad PCF files.copland 1281616933                                                                                                                                               ^^ܢ^ܣ^ܤ^^^^^^ܭ^ܯ^ܰ^ܱ^ܲ^ܳ^ܴ^ܵ^ܶ^ܷ^ܸ^ܹ^ܺ^ܻ^ܼ^ܽ^ܾ^ܿ^^^^^^^^^^^^^^^^^^^^^^^ܥ^^ܬ^ܫ^^^^^^^^^^^^^^^^^^^^^^ ^ ^^^^ ^^^^^^^^^^^^^ ^^^^ ^ ^&^*^'^4^C^"^$^=^#^.^;^7^8^,^3^!^G^E^2^F^>^B^?^0^-^A^D^9^(^+^%^@^<^)^6^1^/^:^5^H^J^I^M^K^L2.3.7-24.4.1 freetype-configfreetype2freetypeconfigftconfig.hftheader.hftmodule.hftoption.hftstdlib.hfreetype.hftbbox.hftbdf.hftbitmap.hftcache.hftchapters.hftcid.hfterrdef.hfterrors.hftgasp.hftglyph.hftgxval.hftgzip.hftimage.hftincrem.hftlcdfil.hftlist.hftlzw.hftmac.hftmm.hftmodapi.hftmoderr.hftotval.hftoutln.hftpfr.hftrender.hftsizes.hftsnames.hftstroke.hftsynth.hftsystem.hfttrigon.hfttypes.hftwinfnt.hftxf86.ht1tables.httnameid.htttables.htttags.httunpat.hft2build.hlibfreetype.alibfreetype.lalibfreetype.sofreetype2.pcfreetype2.m4freetype2-develdesignbasic-design.pngdesign-1.htmldesign-2.htmldesign-3.htmldesign-4.htmldesign-5.htmldesign-6.htmldetailed-design.pngindex.htmllibrary-model.pngsimple-model.pngft2faq.htmlglyphsImage1.pngImage2.pngImage3.pngImage4.pngbbox1.pngbbox2.pngbody_comparison.pngbravo_kerned.pngbravo_unkerned.pngclipping.pngdown_flow.pngglyphs-1.htmlglyphs-2.htmlglyphs-3.htmlglyphs-4.htmlglyphs-5.htmlglyphs-6.htmlglyphs-7.htmlgrid_1.pngindex.htmlpoints_conic.pngpoints_conic2.pngpoints_cubic.pngpoints_segment.pngtwlewis1.pngtwlewis2.pngup_flow.pngreferenceREADMEft2-base_interface.htmlft2-basic_types.htmlft2-bdf_fonts.htmlft2-bitmap_handling.htmlft2-cache_subsystem.htmlft2-cid_fonts.htmlft2-computations.htmlft2-font_formats.htmlft2-gasp_table.htmlft2-glyph_management.htmlft2-glyph_stroker.htmlft2-glyph_variants.htmlft2-gx_validation.htmlft2-gzip.htmlft2-header_file_macros.htmlft2-incremental.htmlft2-index.htmlft2-lcd_filtering.htmlft2-list_processing.htmlft2-lzw.htmlft2-mac_specific.htmlft2-module_management.htmlft2-multiple_masters.htmlft2-ot_validation.htmlft2-outline_processing.htmlft2-pfr_fonts.htmlft2-raster.htmlft2-sfnt_names.htmlft2-sizes_management.htmlft2-system_interface.htmlft2-toc.htmlft2-truetype_engine.htmlft2-truetype_tables.htmlft2-ttengine.htmlft2-type1_tables.htmlft2-user_allocation.htmlft2-version.htmlft2-winfnt_fonts.htmltutorialexample1.cmetrics.pngmetrics2.pngstep1.htmlstep2.html/usr/bin//usr/include//usr/include/freetype2//usr/include/freetype2/freetype//usr/include/freetype2/freetype/config//usr/lib//usr/lib/pkgconfig//usr/share/aclocal//usr/share/doc/packages//usr/share/doc/packages/freetype2-devel//usr/share/doc/packages/freetype2-devel/design//usr/share/doc/packages/freetype2-devel/glyphs//usr/share/doc/packages/freetype2-devel/reference//usr/share/doc/packages/freetype2-devel/tutorial/-march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.suse.de/SUSE:openSUSE:11.1:Update:Test/standard/da941ed300778fd04daef698741463a0-freetype2cpiolzma2i586i586-suse-linux6VF6Eּ?]"k%8㙳5ex Ө :3S@H"=ۭS|q-˚@nm00=zjS^\qJM3'*$Ui $/pTj~)>w\-gv ,DhBMy`u76FѺ*0QI*CS`OEov4 'UGr%a*dK+U3rcѿ h*Y *H}shmܠ **W^Y ~[S&UQʛgZ?B4yx bw::z葜̗ޕD5/CJ13lK7Կ B^Y0Hh(;T,l(gN—]葃9se{ A7dnhBx ?Z&>iK|+?.XKLԮG1=7(;xP;EKQSd97-= R{LJ7yR-7}ɹbvfmXF.rEusڻ$)*i˾D_ fB в\/,ύlDkU?ۀXd3v iD%3 Wx.nc|M)"IygIDb}iŴ7ۺv J1FzݐqG>W=~/ ZAsRd!1///RbHkQG ̉BvŤG.urHJ}Y #*x937F!~ӏj_u=]f* &/uE ^HvgW! IJW>[ fL@.c#[ix% Ct]D+C} Z)?K1aq qaDR&!O n7J݌"ޡJ;?9_IL=^n2:i3IՆ'H'Ald=ExJ#2N+)nS $ w ndҊ!n5PaV~a<.]1[edv"P?r_%}~&*Pj;J rA++v_,Z%+qK׻H!rX} "?5ܣ0C]q4HA&n'OM:g"@cjD<0lRwV=?6-ڨ?I v^ "0qjT" B7þ']ƽwwJ(]'dXYNyg)pnԞJQ/T`ۏQ8PEnojhq> JCd v)O#=9doıoDڎ(2T-\+[p25;uI=/$YotP mxo{{Tfş\fbL^QRHbGNCj y0"k`[M4KYc#@·D#?A)>rSgeP9m&;@q-_oI_%ݲQ*-p@C.*ډ`1BlnM+ܱoAqtI2+-K=]Bä́f6咕eوr4T]l;GpK ͮ$1'4Ht[7pW4UPKY= ["0gqIyGF&|+P5JuTvY]GWT3U05[3=aS;ys#"_|jXa"AXVQ`~e9-&CB Ouܾ|l z^:m&XҜk&b~5 k0csE~t9ζ=6Sb@Z pYD51~xk 6NڰlO*Xr[腫$_ZƊB;#JC . |l1a23{7~+ (#'qCd$MM|DSy.MNQRBg;<`ސYxQǓ,Yxo/],V!EkM"p ؃"*X,8\ `o㢨cԓ}[F!LΣ,N(ӌ%8Ѻ$p8 @+j Xoya_uL[}RCՌ? sOcaٍ@&F4 ƳnVaa3M,1C{P.mr(Uu Z$w4j ?`\dau7٬fGnaPoVl&sm4"&S ?.[{h OJ&BkȺ@]GZW܁~0|f?'@"򪍃ں⹕ׅ*cS>v[㉡!"EK ( 㤵ŗu.~״xbcFZpd$UKkfΙ ~zܵ6i]e>V /o#@OjwaG -6.@ Li{_)PD0𒿦)WӾsmpJvs [ֱه4w݇~c Pf@x\۽CӪQPXvZ0TFj&6b+GgR//P/(D] kсA';+ S[ ۯz9"ex6m5vǙCxQ>lwϥ- &&tr>eyW qVWeNw{%IAvj9k usa _KTFp3{#;Yfn ˕ydzǁGYj:e ^yΏk]_Oi"kcT2l 1#8dkP.P$ku&f8>vQa ySu](MTT7ٹXCb( j8*s?.hL0.Ip?LE7zOafB9ruP,8$ ~K\FNL(΢(3l\_HŅ;BFcMi׈yk 5eω.mE6 Qy>k.K` $mcp]$-SkiZ:^8RI5|˞H&>:pVi5}je_J3?Jcj8:_{l_kl45&*~Bgd=\rĮe؞1k䲽݀& :󩵿箅 3v )o~z1_̎?PSA\" gʌԄCS³ls+ux|֘z~i+` _g716?jҜW Рrt"j{e$0>qfp  +#$k]hn)FOᏩȹc)U٫)W#h'7=o`!E Ƌ2IL1PzZMTt6ep3H{J卋#L< wxx'c7yF>C@gyۿ\͔"jT] x"X=D>ka뉤<*J~SP~p KLŕhTAU{Qp] sX +SCcprFnҨ+ =Jɍ e'ΰ n+1"UףSe>"?(oL xovyBƸ%JF9ٓٞިic/nP(Lכnz@^?.[B읖P0j hKgnt q1"G/_\i\XMXEFHP6KO~ L;(o 8#d,g_욕r5\x)pR[΀3tƳ,!6nj@=h‘ JE͌Z4``d"=;z089gF:0"kOcm(F"g!$XQ4)\=x5% E1*`^g j#u)Pu:VxPSAK@yʻ fD)L={F4BQּ֥h$zv*RĠjIh2T{"^^QA1vW%§PSmW&C}> W s^ ;p$|,E KGH.'PDarNW=jCOS {`B ]m(ѳY|'mliM<7vW,X?'j-#=m CGsniquIw . f"Wv ޾+{fLY|=[3rH =lWonS: {> RBxCȤWp04c-s%QQ0z8{Iƽ?~Fr=>-uzqFwU]+7"E 9ZUxܯ8Hv~c”4z'de{"р_޸la7S0gl40}T_Y(<&^;s,:tc-ZHWRic s-=)l4s w5MZQ &5Ndխ|}BHTi&Pj!^0QY)٦ꜯXFPB4\_fx@:*o1*)IgJpo8 WMo) ![fAy 9 "ݪǰ!)n" !2`zX$h͜PhyrsqGb%L _kn}t,}lLB&&@ULҶŗXw 0`{5[|[^Mp饷$)^;JNX7R)ywY^V6^b {?)6'5~4>LN:])"/-WpT?;%: XjNJ^YGj RW^ ze%*䒱I|AhBX\H{P.iIkʬ"ZD=6`5sdOlTh}Ct{_4J>pt"(|>Yt+S7bjK$lJD'Ǭ_kAC m>t["˩*ki#°ou]O2Yc-ud1mcOJ5"ln_COKK#y {ny P s7%W=s޲TT{_n:˄wGdE S}oI3Vu@T]:|L7558㞮v n\Y ͐z VjeDT YGԕYDD_v$(kHF%V6J n?EvxOEw~ zW3X{}e>jJO'HDVH/(:vi%H@J;Ἣ]\uzӗ4RZC8AK,嬙'ā;M*yɑyjCY2MVg8_&)ʃlhD>k1K;uJ(/هf*wu:6**ttmBk{#2ߑ7JH$zkA.g୏(x!7]" ͥTq2^s*IC*pAR`|{Yaኋxgޭ-e;B p^bn;EtSFkˣT6B+iw6ٹtCؤXWu5O:1@d|3iKK$fç^:Jpؙd҄P,s͕0!\xISɠN'L BIIuvUPZF%n&a>hlf#7d0 sG/$Cfhrip9A {L5ۻ.kPHږ' $cIբNM'[ܥcX.|Mp(vXldxU']۬*IwXq:+azvF=9H6ʤ3Id#OEpS^p}p)Jɑ+L-ʀm؍čМUD{CCPrDȰhRiDgWz1Nf6* ۧK34 ihΣ8%U *|#vUWP;';+Es1pYr^EgFeN,r$2Ff oخs4,C>Pv=њ+&'7O%\ O; ]mPѐ~fM[NJRRX6{ *{LzfҀ\߄fϣi&`au]"C,~Oes,V2H ?wcIiq gi*q8Ԣ/x7COBkE>s’ i(MK3 Bu;TDX-UL" nL/x 5u]AH,ޟu~vF4mKP(Re&W/hIUdQ:+^w͍<㖐huaP)v5lͪg [҄i@kI,d$Ouڪd[܁X P=*seVZ(6:kK搣nKsskW0(mq$̌8ؽ1*rwF$5/%jIcp- Xd8I?r. $e{PB0D|0f|la|(b e\8TM uGO敠_BMG_*Cr읁uY톁a~tc4W# WAt$\;@1;g@6oTD¾Eik8@uU]֟oIu:8zMރ;g-wDDZSE{:ٶ8+Fu`p${^dO>qۓ“-be= gS(+m`i#ʶ,E&M ΂a#soԩ+ǃAh /,my0\n|C}gVoE\๒ Aa3Aߏ*>ߓ KZs3d=ݧz]өG ch,awLDz z5bI"͂d?tkeu/@krވ_A*0bz9eIZ!ш`6p-~hΑ|g!PkM? X)r1L_vA+;#9o<09p;*$)mʊY^ZD >) %w0ZEOVDq&7ѬcI ^"¢v7oZ= (}Sܯ$j =PЧrdc2! k=|1HPWCoQuE DlǦ x0疉ZUczPX=]d'VUIjy2~t ͻ斸$dA%$vќ'yE0J 0ۑ}2wi# hx;8o,mw[`e)0;7ÞpTM/Y=Ci=bD mwEͧ >V0hpDʋdceB8mسlʒ3 =ɜl4ܰ? 1PSN1R4HNjv ̳]R m;ɇOW4[^)VPfW+qkDG,Y& ]+Q9[~h2/" *j&A8m0‡"\c~[A5/b1Q"@*`f@CGYCy={GI~'p)|JB@8σ+bhATD8NwP%6؈9Xm,ЕC0n8?w4I5hԇYF9w?;|FQ?e;28hdc)TF19#=v=8MKl%60Y8kO|*lݳ +zD+n5 ke [-EՕ@eC -o$+?V/T|x怐i•X5(B9OG@{)%8d9nENY+󦋁R"yug37eͿ@; s?w,ľv\Jp+jىK =@!q?p $IN8%uKDᔭH$ &8=DAg%qmfg%P@R*l\Ӧnw 󖰎.ZH;UG)0&Xh m o'%ĩsui0zC֦4 7%t` [k6IM'24SGSO(3"WFI8+' UHRL}F<ٽD@\%׎EW8h%09ԺP}ǩ+[d"joWx:1QYY:RP᜻id,NI:Y)@kҘ%h` qv߸#>zj.˲,)F:9r6k?DGP7t@t Z9ua/+1fs3=əaF۵ҲlnjAA!+]|Z{X2B[Y҇΍Dd%ս{ԫEMI*?[{v5-ukX^lf.0"M!iAb ڭAByO b,f0I{Ie-M[XVC{IWe6U7$-,PZ1YrwL2.e2 e{7J> Eؽ"=O$^?q& GgH߀/SZ,k[ݒv[O(;nb6O^߅sd |Hw{b̪dD2rj]7K(Ŵ "V fr]!?f4mZ\Uea_,Ѳ[A]_ (VFp@r`5&p_+^4 [u#B(Zj=ଧ["=y;@h؊ LrlԮtbfUpz4|wNOQMͺ)xWxpZǰl2tmSS8.@kx2+W b#/=Dhb{-5P٢ H%Fpg䉃#}{U2Rprȹ5H~l-SXD)ZPLwFn{j6n?kIPa˃H?PtKxJ,{.k <'/،R ||W;),<0zq3G~p_RkCVdžN9JFZ-Y_"rɢl>Ĩb&v.p"$57ŁZҵNvGq(+xA_vxG~#u r$,|G^̩{4pp7sKT%/V1(SA5!9x=7L5\^dΣiVLgR3f'St z6q _^afiɇ#D2y:=`NW\Wij|3 @A|5JHlގ@6uL\ܫ7{b):HlrL?g7SPq^*,CabBhjE~"f7fHT!gr_&LH'VA~ ]{a`b;6Q8.=_ /A@&F\[HB3hm9yJ;E>1i_;q [9g2=9`$J ʠk(XA˖B/G}voq]WZ`X: -%0CLRڕvoqA^70ħj>͍Ya sSmsE@WpHxvdV&V˨ %90+Rcg 1]17|{xlbS+"&?F*M3bxZ<(5U_q贈}zM1Pɧ 8-7+eȖl16Yf۽yp:j4(ypvh9XHW^d x!| y_ϝ@ʉ8BEڲlwSgO <@O t (ӄ3}D*CBϠC@ :2to 06A">UV 7zرÙrl*paS~:ɤYcqu_1Y'Or@Q f]k۟%LAdA:TΝ֑Nk9At \w a:x Rɚ"wN;6a!Z:no_㖄zZL$>!0м sCq\Vd?ln$}$XU^[Pry/Ȃ_JB!qX:uJ|[ (/dp>c WS$VŭqlPT_h{ -n,&(b^.NuE(s!`R&p0}nŊh2 Ǜ^= ±DG~Uȡw91}qh1̩61`Et^;/wOS,p q7N`T6_y+ī u= MQH|Qݨb?Wըc#Q]57)V? c6|q ^>TH΂(^ȴ 9!%/>j}H̺P .G6tȷ쩳TUa@:=1I.n\¾MnOqpUc3XqEJҦ< GA4M*p9;,x#Fe+OG)R-mS]ubS# b&ĽeW$Yǫ4Y`{Ι{n, `eMQu?|x`rԳ$?J_׿]߾@2@N˟@/r]` ,aj/} j!6-/vfW$ܤ<+=_x{KL<¯8rqޱQpT*ztrjV͏8L,*W W^ V_e(YN" !KVAZ|_ꢕ[j^O@qK~`[)#W\Hp<]$JOX ᵓaS~#º0Xn9I:߭(`rEI̯al S˰[T|(snMZvguEca1վo~&UZ-0BO+ dda⛑U `!ʻ#.eqL}avXy/0fHa2S;0 {Go))  {k˝AB9 xeHBp<ɼb5De9A9$~>{m]±^m.|6*wp[$\-PBbaH C-6R zی}u$B='fVpu0L DgIB-##oG><]G4@ІeN XwnOr*sG[h5\:#Xb!V~L̛0g3 nJ?ws#֧p h^*`_ݗˑpJQƵkcPx6|9Tc=5J@6txq_XM'&ݪ+f;AR>Bzh -uDKh_˜xh* : %(5.Oj.JAϙ񜉏~<׍U5BieԲ bA~R!jR%k[{)s*R R*7 xked"cSC#8z<ぜ~\tZ۶HʙSI M7ĐoAF oƂni6 ;bs]F:,;@6rAnBhu;By w dRPYVVrW`U ~rLz߬ff/d7a~Ԏ<@=XWW#{K$b?;ރyDK߲gcdίLTwüа|U&5.@QѬ]5%bq ; P34L8!7m#ɢб~y2E&B?7UH;gnhȩNg%8Ocj7w^<˩u.)RuLfSk#,`h!TH,lz@oymDrJ9Fg)W퀄:'-@qb h>)l{ҮF=B /. VyLF(ȥrא̋*;.]]RW]eABegNSkPUDkb*Ug#hc%ʃi\-‰Fm 1ؽvP|tubӇ750\"ӪG#$.%TLt,@KH{@Y+ 04le*N8G KMjYi"Hl\I2IڍƀdL#TOG1t'YR+PB3'ER(lOsB Q} OQ@6``|Yeb\oE!~q^sԌm5<NJH heMJ'FkՖ0gV)ŀ|SJZbMR~%a.LY8t#B-s,6hQrcwZwK_mb!Y@3}I#/_jZ2'پj*$Xjj3^2ϏjTO 9`Eh#2\ ;Ҟʯ*^-ĮQ5_Xi1ڨu6Kʄ~U޺}H6AOldw=`sIWN׮T .+;FXBewĵGjIsW4\@Qc{/`CI 8ajfnZX4^8?ډ-<q'e!E $<ݏI ~l=7~@W޶NL2܍oe> .ɐs/Hs( CJ0gFƢu,N@i#Y2* wFx`TgGzNd=@Vu0U+F:pAW&C;8a+W`1 ?L?P֜#JH/Yiϟx1G̮037: <_ .ރQd0 /CULj4]zhNV8DsOClmbzk@7-sr'7UCgCbklmVp{s#>Wָ6JbQJ7r䜗čGkWԹ$ZI)e!JуLLg'" i={kBsa++)eXū>Xc!}e'pї)#lm]spG^lHgw=NEZ7+_~yaX"dMopKbS&J ۪C9䀑v!ދ-sa,@/U a yWN* @X%؋"{)dDQ$q>>hJ o abXEEC67*6!q7&hmѯax_%6>MixqmFU6f6$4Q'KKHsYKPmqYkʶJ:O9bG²_2ȪzСK0kQwâ՝'ߛxiqԏ&?$݆𶆫d~M aF ۋZ-- W {BމWYқ2k4X%=RYڏ|Փ2y$-Qj2_86I?*!F|c.fH ,2?zJfUH!Cj"J!2* -jo_%F.Oj-w %v~SrR) /)Lt$J"x8&6dqBgU5hχX^t*`e_3 <*9< 8mPvl0YY#AMJh3)59붙'%F}F&Er% 1@XyP:z#vI_ '"/4NTkKQG]2:˹$zћ1 l_*'3M8_Ym pG(ӜE;WڨhJGgO ΗaðPִME# ,{;Zx B9Z$g!.굎+gΟEX_B3Ե Xtԯy7zv+W?a}el3 J(!"YVZZ34@CHzaocR .62AqS#K8FFO,sT, -Bv ! ANPR5U$nT,i5X|aruIS[>wFx.o0|Au!TiwŠm)@C59Y'l tzIfW WT3s15;^tl=G4슨U]̝\}>xV1}O^:;miYpBwղ#lQG7 <\ҩBԣv-7['SЇ(mb2Y9MC=o ~((BX-'9F$A#b/>=Ф=,``('1YW6`N.y5PϾg ^ʏ<ׅ&Sp##4Uy ʟg.wV)ELe»#:Na52Z}BNwCT0_Y)u re*TOlj*BnXſPioIa H"#~U+Ca7k: c&ȲW 9b^ÒFg?u2*eґ'_E_f]6 gu몸 QV) m4]th)~.4 14v﨟s?8%SaJ]HGΝNz $?߂1fymRU,* .^{KIt@ C&+0cl~s%R Q@ #V@cg|ݻuBi=*T'Za|^!mu:yB\Zf+3Z[EF1k^7wwF5&,?IARM@ \7q\_!ZpI]L[,P׫wR#R!5{02@w@qBǔ#[d~sزBc,":9=)Q*KGJ$Er9{kH)d`^dzٸqL9{FұMXb~BY:s6F,i}:w%Z '"MN\?Ch!@dX] Deߋ-}te4[U'7nLqy9"GQ$.Й]oXz(OחJ`߶%a(lOA:J,iUjr_نA.L|dWq Ei"<^0ٷc 4Giz޷ fK4knU K]U/|3@8?W*6jJF9KL?-;:RI˩(״/C7q2o<ؐhy"$aT)PM#`u%.%` `p"\cv'f6]͗ 廹[=JK a*H-WE #Vu7F ,Ǫ>8HFxn.bOݮU :Y&ԕ6 a"e'$rZ*]v"(L jNixKNqx#lA<]qճYMg ɹ :\S SGcaSwqsL-3PxSXS$ew fQ6t*rl%'i<&Sڧ_V<5qygp4|f&d3fTEuRyJ@.ߣyNe(?x h nQQrfx!OCA6df-4ިwxDTFɅ+3l&_NA# g[ Tcxk~OGU?"6Rܶ[0&uKk1:.cdZ8=R1n^r4g}ȋY1X-w6-pi)R4w!qQoe:U FTuGOd/qda6*Q;M(y*!o@&#j%0"g#vUc3 ulnIe[,}\dMȰE ƀ\`>Ey´(K1C0^|RvfTca|E@tI&Xdbʈ[\&+ruH. K0"pAk1>-Ax *cKXқW?ςx5{D"跖5Bw 3 Du:+v.+I0mde1Gw;"\NC!Yj0Ȥ > KhW!Q9]*mƵNjk:LmG"Ȑ/h *:n='FFmZlD(- q D>ŠZ.q/6ЇxW6u\ԎĖㇾ{#XYK-S>q6" ~scV%xSKsttPnMìfHvs" R-2]K*>A)O3CÞK|#IEےnaX<X/Фr9@3HuNrMYxH #Y|lMDw0kHMes_nm[ʱ֌47.j/i~Í頲[S%V=2/Ta`~Xsdr|5U,ݫr}1SX+^p#@nml6ǯ / oo݈[.I2v*i.WhET@m {ŨNZ--oUe7D(9&}&MaFx" wqHD K|;EV/ܙviChuV,J+tk?u6v p/G@ʧ/7m-)\qЫ$v%D:l?cדAQ3#S C x{uyAsmN?!偮}]m_$$!a;+m꫾dptj'F _R.=^`779ֲP7>ԯ\+*u5zⰽ^\KLN;7˂h. U6cpѺ3$™FĦ8WR.6iƔR?e+fRSdr>дSù̂5|y<ĦrW&K y" gDkO8nǤKhKe0/HwYJҙ5;( A4Od'-A!z AF o%rR !t \f>`Hb"GFF9DP:Z-mC P &hoz/N'kZCs5|Gsb{k<% #-j\\O'>O5fYyHz ' nZ3'{wY~e.h2ӐsS("hU:#HCbP-WǸ]ŵđ-~5,X(/3Hmm^NJIM1 eAqH-r@LtI2 p6L6K ̢pݐ \"sF.y^Y@KÝM-z\Mo8rҦH1`vw!N@⮶'}pPw+Ħ|x6 Bjd u  !JU*`=z9Hkjt@!J/=4 BhG !YinjHIIўU_&%;lb_'m%7SUTr0̎gGnP_ y?gzd v!ڿ=Rʝ7|lT~UҚ%9 "<LM\:VI Uo+w( t-6̹8Kh02sk@ސ֔hw@vMp3['!n-ζBܶ]J$(`Bo(w+ɽ0Q*WՀM͈PO|7oƿAR5'8]d{C?8%x4h\%qGQz@lԎuCdOWV *wօ(Q<ôצM `eoŚg2c))=2(b?6co:>ll\8~e?<Յ9 qHWMk={kR 1hL`zj*T`]@pe"!@\QH'B$