ghostscript-ijs-devel-8.64-6.1>t  DH`pJM/=„dW8iy: K/vQX =,n!*}W!3iF ތ“ZNnzTJV>vI>\ZO{ʙʥ'G˛H +*-R~.Lf=Meڵ'g9bn؞lo*Cq#\;H0];b4<Ũ K\\Y@7я}?-Kv<+mn˯:KL~si` 7j['Y޻l M{39e8045c2e59203fa7ad674c4f01f808d90a3e69NJM/=„^P\P , *ڀ8\a]v4 6tWP>Ċ ; ÚTyd'3B雬<и{P|[]5)շP@HgIJp?M#ZT-"O tV9t~q_$>GFSeI"6ʈlO:f6}nކ6΄!8h2ؚHCXT~DB{ %L5aSm8N*I9{{t7>5H?Hd ! 5 (DJTt    | ,L)(A8H<98<: <FFGFHFIFXFYG\G]G8^GbGcH@dHeHfHlHzHCghostscript-ijs-devel8.646.1IJS development kitPackage includes the ijs-config script together with the required header C files and the static ijs client library. Authors: -------- Peter Deutsch Martin Lottermoser Pierre-Olivier Gaillard Gunther Hess Yves Arrouye and many othersJbuild179openSUSE 11.2openSUSEGPL v2 or laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.ghostscript.com/linuxx86_64 ~ . s8݁A큤JJJJJJJJ59026723bc9534c1b27073c3abeb762b4e6464240b53acdb626000ec30ef147150928910b2b5573bf4eac850c6f8ae18322afb742236a533f56084107b1b3f71675c61e0655d96deae4764e3230b1fb5404960a0add2dbfc32c6168c816b9356libijs.so.1.0.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootghostscript-library-8.64-6.1.src.rpmghostscript-library:/usr/bin/ijs-configghostscript-ijs-develghostscript-ijs-devel(x86-64)   @ ghostscript-libraryrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)/bin/shrpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1Jd\@J\s@J\s@JW-@JT@J:,@J3J @J @II@@I@I@IeH@HnG GGu@G#GG@G@GOG@GEo@G:@G:@G/G@G@G2FF@FFޚ@FHF^F@Fzh@FfF` @F\FU~@F @Eu_@EPu@EK/@EIE;]@E: E3t@E0@E/E,E-@DZ@DDq@D@werner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@novell.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dedmueller@suse.dewerner@suse.dewerner@suse.demfabian@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.decoolo@suse.deadrian@suse.dewerner@suse.dewerner@suse.dewerner@suse.dero@suse.deaj@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deolh@suse.deschwab@suse.dewerner@suse.deaj@suse.deaj@suse.dewerner@suse.dekssingvo@suse.deaj@suse.deaj@suse.demfabian@suse.dewerner@suse.de- Correct font path for URW by adding a slash- Add URW directory to FONTPATH otherwise we have no file access - Make make.catalog work again- Make ghostscript-mini build - Make SLES10 also build- Sort fdupes output before using it for symbolic links- Fix bnc#509903 caused by a fix for bnc#409605 which is not needed anymore- Update to GPL ghostscript 8.64 * Various bug fix in 8.64 and 8.63- fix build- Complete patch for CVE-2009-0792 (bnc#491897)- Remove broken part of workaround for bnc#492765- Use initial workaround for bnc#492765- heap-overflow in JBIG2 decoder (CVE-2009-0196) - integer overflow in ICC library (CVE-2009-0792) - crash in CCITTFax decoder (bnc#492765) - buffer overflow in BaseFont writer module (bnc#492765)- Add fix for ICC library integer overflows (bnc#483303, CVE-2009-0583, CVE-2009-0584)- sort the output of find, so the build result is reproducible- Fix Mannufacturer within PPD of omni (bnc#464435) - Add workaround vor bnc#429345 to make cups able to find omni libs- Fix crash in bjc driver (bnc#412523)- Fix crash on null pointer reference (bnc#409605)- Be sure the disabling of Font API works even without the driver- fix ghostscript-devel dependencies (bnc#366514)- Disable Font API (rendering with freetype library) as it breaks some documents using embedded fonts (bnc#375373) - Add CJK patch from debian but disable it (missmatch in rev 8554+)- Remove already included patches - Add some patches from SVN trunk tree revision 8572 upto revision 8617 - Update to GPL ghostscript 8.6Update to2 * Fix typo that caused unbalanced 'q' 'Q' operators in PDF's (caused by rev 8501). gsbug#689728. * Remove some C++ style comments. * Update product name, copyright and release dates. * Add default FontResourceDir needed when COMPILE_INITS=1 is used so that the fonts from Resource/Font in the distribution directory that are built into %rom%Resource/Font/ will be found. * Attempt to repair invalid embedded TT fonts without cmap table. gsbug#689707, customer 531. * Fix (clist interpreter) : Improve transparency performance, step 4. * Added setting of fill_rule in pclxl_endpath(). * Fix (clist interpreter) : Improve transparency performance, step 1. * Remove a space betveen -f and a file name to prevent parsing of the file name that starts with '-' as an options. gsbug#689682. * When the values of the color key mask exceed the valid range clip them to the nearest valid values and continue. Don't discard the mask as we did before. gsbug#689717, customer 580. * Fix (images) : Improve coordinate precision when scaling an image (continued 7). * Add definitions of some C99 types missing from old versions of Cygwin. * Fix (images) : Improve coordinate precision when scaling an image (continued 6). * Fix (FAPI) : Embedded fonts didn't work. * Propagate the new method argument change introduced in r8528 to the wts device so that it compiles again. * Fix (images) : Improve coordinate precision when scaling an image (continued 3). * Fix (images) : Improve coordinate precision when scaling an image (continued 2). * Fix for regressions introduced with rev 8526. Some resolutions of CMYK, 1-bit per component devices that had CMYK colors and Gray colors had strange dithers. gsbug#689706. * Fix (images) : Improve coordinate precision when scaling an image (continued). * Document the need to update the current documentation snapshot. * Include 12 and 16 bit image support as part of the core graphics library. gsbug#689688. * Fix (images) : Improve coordinate precision when scaling an image. * Modify pdf_info utility to match the changes in PDF interpreter interface. gsbug#689680. * Fix ColorValues parameter problem when device has total number of bits (depth) of more than 31 bits, resulting in a "rangecheck" (-15) error. * Fix (TT): Ignore broken post 2.0 table generated by "Windows Type 1 Installer". * Fix (graphics) : Optimize filling a path with a shading color. * Fix (TT): Fix a gsbug#in /getinterval_from_stringarray * Fix (clist & transparency) : Improve the compositor queue logic. * Fix (Font renderer) : Horizontal metrics sometimes applied with WMode 1 fonts. * Fix (DSC parser) : Avoid a structure type name duplicate. * Fix (patterns) : The clipping was wrong with antrivial pattern matrix. * Fix (shadings) : A memory deallocation problem. * Fix (save/restore) : Remove gs_ref_memory_s::inherited. * Only report the ICC Profile colorspace when the jasper library's degsbug# level is above zero. gsbug#689662. * Explicitly close CMap files opened during CMap-CIDFont font enumeration. On certain systems file handles were used up before GC freed inaccessible handles causing PostScript errors. gsbug#689594. * Fix (clist interpreter) : Skip idle compositors, step 6. * Fix : Cygwin/gcc warnings. * Comment-only change: remove obsolete reference to MS-DOS limitations and mention that PDF interpreter passes un-escaped font names to PS level. gsbug#689651. * Unbreak the build. * Fixed umlauts (maybe, am having trouble testing the results). * Add unmodified byte-oriented AES encryption code by Brian Gladman. These files serve as a reference point. They are not yet included into any project nor can be compiled by some of the compilers we support. * Remove EXTEND_NAMES from the top level makefiles. * There is a fallback to the default value of 0 in inameidx.h so there is no change in the default behaviour. The extended name table can still be activated by defining EXTEND_NAMES on the compiler command line or changing the source directly. * Deprecate USE_FPU, no changes expected. * Re-export runpdfbegin, dopdfpages, and runpdfend procedures, which turned out to be used by 3rd party programs. Partly revert the rev. 8325. * Don't ignore xref stream in a hybrid "classic xref" + "stream xref" file as PDF 1.5-compatible should do. Thanks to SaGS for the patch. gsbug#688282. * Remove the SYSTEM_CONSTANTS_ARE_WRITABLE compile-time define. * Add a flag that marks PDF text rendering mode 3 to avoid confusion with other non-rendering text operations such as stringwidth. This avoids unnecessary calculation of the current point, which fails when the CTM is singular. This patch continues conservative approach to the text rendering modes started in rev. 4006. gsbug#689614, customer 384. * Remove the USE_ASM build flag. * Don't try to obtain the bounding box of a glyph when FontBBox is invalid and CTM is singular. Set an empty box and consider it valid. The bounding box is not used when the CTM is singular. gsbug#689614, customer 384. * Add -Wundef to the autoconf build. * There have been a number of problems related to missing defines lately. * Also remove gdevcmap from the documentation. * Document the behaviour of the reference count macros. * Further update the graphics library unit test and build. The gslib test executable builds and works now. * Fix (jbig2dec): The global data stream for a JBIG2 image in a PDF file was being released, and the data freed by the garbage collector, before the data was used. * Details: gsbug#689568 and #689569. Uses the patch supplied by Alex in thread for #689569, implements Ralph's comments about the structure naming. Does not attempt to change the memory allocator. This slightly modified patch also works with the Luratech decoder. * sjbig2.h, sjbig2_luratech.h; make the global data structure s_jbig2_global_data_t public. Store the structure in the stream decoder state. * sjbig2.c, sjbig2_luratech.c; store a pointer to the global data structure. * sjbig2_luratech.c; don't reset the pointer during initialisation! * zfjbig2.c; Pass the global pointer to the stream decoder for release in the finalize routine. * Remove some old helper scripts. * They aren't used much and we no longer wish to maintain them. * Ignore operator readonly when it is applied to a wrong type inside an embedded Type 1 font. gsbug#689617, customer 580. * Update the graphics library unit tests for recent code changes. * Fix (pdfwrite): PDFXTrimBoxToMediaBoxOffset used the supplied data incorrectly. * Fix (transparency) : Providing a right nested masks logic (continued). * Fix (clist interpreter) : Improving degsbug#trace about compositors. * Work around a GCC 4.2.1 gsbug#on PowerPC that generates incorrect code in the release build affecting scanning of binary tokens containing floating point numbers. gsbug#689586. * Align the pointer to gx_clist_state array in gx_device_clist_writer device to the natural boundary to avoid misaligned memory access and bus errors on ARM processors. gsbug#689600. * Fix (transparency) : Unwinding the nested masks logic. * Fix for SEGV when more than 4 colorants used with psdcmyk device. gsbug#689457 for customer #460. * Replaced C++ comments with C comments (// -> /* */). * Update to previous commit. Add pdf14_buffer maskbuf pointer to GC structures. * Pick up the transparency mask buffer when a new transparency group is pushed rather than when it is popped. Solves memory leaks and incorrect rendering when transparency groups are nested. * Use a smaller buffer for eexecDecode filter to avoid consumption of the data that follow a short (and incorrect) run of 0's in PS files generated by Adobe Acrobat from PDF files with usage restrictions. gsbug#689577 * Fix (clist interpreter) : Skip idle compositors, step 3. * Fix (clist interpreter) : Skip idle compositors, step 2. * Let CUPS filters use buffered input to Ghostscript via '-_', to work around gsbug#689577. * Fix (shadings) : Optimize fill_linear_color_scanline with analitic computation of the color change position. * Adds the base font address to the -Zm tracing output. * Add URW fonts to the Resource/Font directory. These will be included when COMPILE_INITS=1. Fontmap.GS still references the disk file name so that the disk file based fonts can still be used if they are available. * Fix (shadings) : Optimize path manipulations for shading fill (continued). * Add the 'pamcmyk32' (previously the 'pam' device) to all default builds. This will be used for regression testing of 32-bit CMYK. * Document the jasper build file version skew menioned in gsbug#689570. * Fix CIEBasedA problem, add DeviceGray and DeviceRGB support to this utility. * Update the regression code license headers with the current contact address. * Change the regression scripts to rewrite the product as "GPL Ghostscript". * Fix (pdfwrite): Fonts containing glyphs with no sbw or hsbw instruction caused pdfwrite to crash.- bnc#367188: for the condensed variants of "Nimbus Sans L", move the "Condensed" from the style to the end of the family name. Otherwise these fonts are not selectable in most applications.- Update to GPL ghostscript 8.61 (bnc#297524) * default device is now x11alpha is available otherwise bbox * Check that a device halftone exists before writing it * Change the product name for the release * Wrong background color of a soft mask group * Remove spurious executable bits * pdfwrite: type 3 fonts with exceedingly small BoundingBox entries were clamped to 0 or 1 * pdfwrite: named objects, created via a pdfmark such as /BP, could not have their content modified after the object was completed * Correct obvious typo in default rgb to cmyk color mapping * TT font handler: Place the True Type interpreter and its data into stable memory * TT fonts: Ignore invalid entries in loca table * Fix command list-based devices on 64-bit platforms * pdfwrite: A wrong encoding of Metadata. * Fix for seg fault caused by undersized buffer * transparency in clist: Write transparent paths and images to clist as high level objcts- Make member counting of range_buff array independend from type- Fix stack-based buffer overflow (CESA-2008-001, bnc#358914)- ghostscript-mini: No self conflict but provide ghostscript-fonts-std and ghostscript-library- Move all Omni dependencies from ghostscript-library to ghostscript-omni but Recommends ghostscript-omni (bug #343336)- Correct path of pkgconfig file ijs.pc- Suggest hpijs instead of a hard requirement (bug #341564) - Add security fix for lib jasper in ghostscript 8.60 (bug #340138) - Provide all PPDs for CUPSToOmni filter and move all together to ghostscript-omni - Provide a ghostscript-devel which includes libgs.so link together with ghostscript API and DSP device header files. - Suppress some new warnings of new gcc 4.3 - Make Omni compile with gcc 4.3- Do not handle pipes from standard in as character devices- Do not use freetype library for mini ghostscript- Re-enable escputils for SLES10/SL10.1 only- Fix miss-compilation within bbox_draw() of zchar1.c- Be sure that libgs.so does not link with X11 libraries as we use the X11.so shared module with dlopen()- Make if build even with older distributions - Reorder freetype2 patch for the FAPI interface - Avoid compiling twice even for ghostscript-mini- CIDFontType 2 is FontType 11 - Avoid error message on failing freetype FAPI plugin - Extend FONTPATH to find all fonts of type 1, 9, 11, and 42- Avoid version on 10.2 and less for libijs - Use fdupes for omni development files - Do not forget xorg fonts packages to make configure happy - Diable FAPI to avoid mapping on not existing fonts- Make the drivers djet820c, stp, dmprt, and hpdj working without using the obsolete and therefore removed gs_stderr - Fix driver dmprt to use new API of lib_fopen() - Re-add missed .runlibfileifexists PostScript macro - Split off mini ghostscript package- Switch back to original ghostscript 8.60 now with GPL license due to the fact that ESP ghostscript is dead - Port missed patches I've done for ESP project to 8.60 - Resort order of changelog entries - Make it build and pack- do not require xorg-x11 to build- fix changelog entry order- Branch ijs-devel subpackage for ijs-config, headers, and library- libijs.so is required by us even with RPMlint- Remove not required devel files - RPMlint: ignore omni .so files too because those are files are required and loaded with dlopen by the omni library. - RPMlint: Move some gimpprint devel files into libgimpprint-devel- added ldconfig to post scripts- Add flex to BuildRequires.- Make sgirgb driver more robust on itanium (bug #209879)- More on bug #203287: do not create a new bbox device for the overprint opterator for an already existing memory device.- More on bug #203287 check for the bbox because otherwise some some areas will not be updated.- X11 device: reset update count after flush to avoid that the page is flushed twice, fix for bug #203287- remove /usr/share/man/man1/escputil.1.gz, conflicts with gutenprint- Fix bogus version check.- Redo removing escputil to avoid conficts with gutenprint- Use suse_version to get setup xorg paths.- Delete /usr/bin/dumphint for ghostscript-library.- Update t oversion espgs 8.15.3 * Fixes bug #202092 * Fixes bug #209879- removed escputil to avoid file conflicts. escputil incl. manual are now in the package "gutenprint"- Revert last patch, we really need the fonts.- Remove unneeded BuildRequire on xorg-x11.- move URW symlink to /usr/share/fonts (because of X11R7).- Do never build in parallel, this will not workbuild17 1255988467E!8.64-6.18.64-6.1ijs-configijsijs.hijs_client.hijs_server.hlibijs.alibijs.soijs.pc/usr/bin//usr/include//usr/include/ijs//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/e71f6cd9a20f79750e0704d9e03ca27f-ghostscript-librarycpiolzma2x86_64-suse-linux0;Kл\ ?] b2q^77&alY⦔ GBQԏ//j̒hIz 0m~(?ަ\, sFG%{HoAXK4 Vcì2ɁpIwApuEDc~qC|||H3TdivzKm#.9 ef9zAQ7zg4)dP1okĻ#NŠC[ZYN*͙,cpBL$^vMD 9ce Oj }=^,$c]/9} \QY$űsp$uh'YPbc V ].Y퀮0x;A4(4IzdcXۺ0/5²' -ߕv.Pǂ$0ً;CYGw.]`&͊KsθޙZ~D: " c3 ´BR dȺ2`rKcn7K;3vf--km(A xs99drEÿ&{uqh.‰,ryj[#H(`‘36XWE-&ky0 EbiAEl-Œһэ(b䏢[,\;wuB1p#W[>2HT.,5O&CrZl~ »*bK& OH4KcQIQ:PYHʎf1IU 4}1Nj\cDiil(SπeW*oT5lm Vto}~2N𸿙+[}@C7*~d"_v Z_zx@4m(%׭]Rc;a :݄?@~YRiVؽ̑F?d)?WeSلOI}ɸv`P-MA Gٳ 墁 ilm9]U"֜Ld 5# r7|&B6^Xr3[cuCIڟvg8Mss1e!o2yVasҐGw3$43&>}Ҁd*j% r8[Zx@ "F| R4XsM$8b8(6.',gɃ >!Z )0bGok3c: y^+cܒz9SYPj()P'+2 O0>S^"lk { MZɢ#/oq*.웊MxR`|eJjl$<: TLg^M@XAA@gΒ1sWktT@=֝#]-P j 8 8p' y-vN R k r&˚7C 4"֬uY%0] PŋPLGniͳ/daJJ_wWkQwosen׬@d;ݵֱO0fܽX9@|AR]|CݟϠ X<ǿ_O=o~V[E9}-<=$|uI{Y6ϊsEQ d'Kegb &~(*KN4 v\>?\&u@}DiLcRW,2WR#(≯nG3 '^P:fa 1ŴDZ*\+IfҺVh|DMUYQJ&jEh` p@S6S޻UW0cq"Lr ..m^@pܝ g tòb)SgxuW"IEHr8ZlpqV<~uz}e6XJOj&B^=΍'g598R]ͭÑ n +9#_Fy{|d1Q[R$}Q20%C?6U.71YԐ:Mk/'[Ñp'1ut%DB]GP= _q/z >"H2 4N8?Ÿ2nf9ņVniGw/_XgA(XBȀiL>q@4m3 :zhIh=F(h؟~^ON Yd t ;A=,ϗ+*YcH]fSsx>قmVmp7)jGt7`Γ!2)"Luyeei\nut{5K elv™WP#9-[h^U'Oܕ@FmyQk.Eٯ/9k3Dե\(O$ǥĨC$|<qn$ tGq -ǃZt Q 'i#<\i3FN/"w#|M[H-/dZ~ʈOb6+SǗ&Àl.mp$I^D@W*ԤQP3=Gu8L 7шJdISD )ۅwRoX"Q6MQ7<9ib:KG:tul&n^_FiEcƐ׬ƣi/ZHLyh'<%e3 ]îgı>hBQU5:~=V IU(u̙Gk0]NW@SSU Zcs8]T6>HPkY2j=VZϝ5 QC"m.jI/|6*G/G;`̾"fD$SsW}CմfK} Mc?Nn5r lb˷Sؠd/ [&b:gГ6 (<8n+r{UEy2idpW{1 A&YL%S(Мcv7R>9J;.{_"q.G:}F#Mv; )SK>X6Ac* b"Vϝ a %9Eօ;ᓍfSשrj\[:=oP$n1GKi8gSY5=* p\3O h@`c[8xrt ;IVzoRw̨\ }k{>e> ~hnp7D}g0*wCaҤׂ(7etxj\dC^1i#2T ;c;uF$!Sc|4&a;NÇ.O3/%S}^&I41gg(y˱AY֏`_ü@؝CDK@ ~EU,*膅!~䭝Q24VLMʁB`ʙ*SNE+Z< we6ӬW\=G6=8#|zF"0ty Ī]G=[єW5)#=gO_1j : x`,mXf$Dh4KF%"W>Y3\k]@)>vDaDq3ۑ{w7uuَ Bb 4-7kXZ%4u2'Ppvli0F@Y7:8 ಀq0Rf=%if%g7t,O FM]"zMF]:X;ƮcjQEzqwP댸` O yv ͋^ʒ\#җ@p<&5O x4~n?^f2\޾] DdxaN9ZߛcS {7T6:j [W?$<&q[ ^˜r#PvV k*jaRtsdy"9_|5=53# 4aG/.1 DbAg'4v d^aqɠ8PѴn3HP%u?(I3cm`vqQ]yiA'nhFn[lcؙz xwIg-qQ|BtOF'nL4Œ>c^ : }کg4E*#y{'b9R&:j2¾f}u~WKe0DGik͂ }Ҹ24:T?UQk_A3u]*s/[uMSG{~LgC^SBPJ' Q/t?}*~Vvnon] t8d,Dm>؋*bgU&);сM.=Ca,4 U[n1wU`9(; ڏ=EM j<*y 4^iŶ*]`91+I; <5JF l]cE B BP|>5|GpS#̴P?X3X~vV࢈]2ˋ4k1j.7ڝ? 7lw耆1q*-ύ]wra{'ۃ#{eCrX 7hYF"=үC9«:G bf f/6óVKRT2SOalR\rՈ L2BW"ڤHK:AºO7l %P}-Jp aso gLԮc|AJ/:Svi/Z  b¹T~i614v17 zt\h(_7{`[bwgAtXDv c"oOP dY(@3vLQzq5%?\i] EOt7]φA' 83}MMì}[iE|ϾT &:64nlf=;* b~ ѽDۊEkf 6qP&= ?jP: &*7 1Y;hIhanչu$̗4l|΋d$c (̠l r\r!o6eJPOcb|eR6wR+<;m-g`%S@Qxh."@J|Se\wY.(0Q7)rtJ#11lj|k!1qG쯛u}ߞ_vf>Ppe ?] !2TX2ػ!k<Օ+ 풪8(QPdϧcc gy>.]]La$;ȁOAgդwq;IP]Eǚ9yV{Ku;/T=?:oå˞fEekiEΆt]BdIfu~us]%;}Eܯ2hf!^t61~T4ƈ\bR6=Do@Z[ڵ6&ljv,(ma:4z'q'ǃkJo(F 3&+s{}0̏cA4:riL0MId"Dv0@D + #HYrBJ2iwJ 7JD6JQnWP{ί,XO 2ȀiPSUÆs znء]\+ty*2w(ܞhL QWo@ڳyWK/+|(^|*5yZ Yb4hĚzu^)/U()_c:c&%鑬ܐ}b7>UMqXMiݧ O^0;UPG"Db1f'S|}xb PsWsE =~Yaxi▃фD~^O,4>m@ătCcfm5%Iyu} yj<)psx[G>A)@*u7.KZ;'Cb>!v)wJ0G#>@AB`df͝DI7fsM s$sSV"S\DE0-b c##gC8:dԘ# MqGjdpǛXݺ (ŗ |t[ EvyC ,yKE|EL,029cٲބy:VK'yc_yd'C:/u$afG>M~N/>Blw7Sbd+]mO& ,i綯Zt_ o[l>J/BPXOwMپQ]n??.&R >R1Jh%>1y(ZPZtI;2- ߛ%@/"283x*Lu%Qo_d~"VH$ Xl^gS {^S-UQJNV}^U akvqQҖO =gIdY Q(TAN IxǤ^&b t4[r͔Gc?-VkdpgXH)B n8=u+x-[h`:KZGll֗_o`vN]@udDgW ZaUނ%X#7N}FOtVg1c}h%>'&٪: y}k7&:)ס9ZpIJot(]zr#W~ײ>:DԳdՌa$ݓT1ou $/Rz3z>vqf.TVGڳr[vH,:z̕) 0 yW*o< $D )~i ?`I~?I;T;1l(8JՒތUN:l)HNb.3~MESӵ pBaʮH9 7\pm'BxǞms,d)}dHh^$˜ _@Mvb6?xkެ)L0jRpT X tǘAxpl9y2c\#k^]و^Rҹr``WD2H,'{hcʠZdx2PtVQ"sιK u0󄟱r}W~Ш'Q3r<%X><kͶ![,tP ww +B 4^yM[/qWK*c.g-&9Ά¢dxWw7-o5{bV =p3Xݢ<XX>˻{Jatl+a9'zp><R+gmx{Yj"RzCkl}!<OKklB]ߘSTd>\"h1:~%UghVǧj F ith+QD ݍÂ$'2@ 2LL:TM*ѧԑ T)$`̚?*Ђ6N=mN̽SaVi m>Z~LVU4WQA3L8eϝ|uCl֞!{hYaZa2)J4EDlwܻSjNJ6l6IbϟsJa)ΐynKe"#Nbc>?rh 5 KuB6L"j4]xM1mZe7+~MWMN@ #5Ki?3֜F$) IX܁nOh G0 I0h;vYy`U^P$3s}[ɸ# TL`hoz$>^MO$>镹 ̏{{ie n/30(ѽ.L3+EBFӿ7O4Puda6RxsNEC9[4TIa30D/HN:5Kyfc*ΕGk!ɤ}q)7n#/ aGW$ƌp. d@.XU޽sH,WBwij<<#=C[*jZI{,b׶#ҫR*pTiEQHRhNr)#,,Ɗ;wr0{b+ڠ丧)u?"$S]5T(-@b x4U lQfl>rHH+ ޭ:XG:`|.b>ɠSFX*J<*$3id};ёUs5L*%\ir d$[ڸA|((ao8m\&I r+#ȺN90 {`:.CD\fjRPICA T?T2a|_iRzY\&]>?TS+yLI!^XCu1K^с^Ku-˯Tg-u0p>B䠓s,6F,dyE[DgT @:DS};/ci XcX?ELF\椤I]_Q]X3"hpFJfRfOW10|!i}%crݶ]_Rq#{W'tXr!RaoJQK\yD#4 C8ԯȝdKLFg>qt-ɁdKGP;sjL9Jb':li6=F̫WTNv3A 7>̴t.x.~o1y.5zc~xZ= EOkgDQUVew3Ӈ[@Qda͚^!i$%_jI7肫5}?JL@=uڎ\qD/ t:҈1B'~1ipd,$<XݴdM$#48ņG 8_{@HJ6Y;1}cX,=p@7Q8ݘ[/,bQѽV:]dIa慽_F Cg^E:,7) ( Xۡgk+ÃTnt@mX0T wdi"ZjWP[qj0@PT] e7L6 ܇aQ6ϡi\m`7{+A Z+7UAzi}y •2t0YBca?+' vn\`J,r$QT-0r6f+Yx_bo-ljWDcѕb oB.D+k'V2aS{0Wb,:k}烲مkkoě"3/>~t|M]{Pܥ-#xMm Vtƶj]?a9wV0U5 zN]YPm섦Ep> @lxlص+\ܰ!vc]Ih3V$f#9iȨ|+]:rg8ges߻Ȗٯ]K쭒OYh/~l/n慟޼Hҝgl(A%~oL>AFsp}ʧ,/ߙ-ԹG:lopAcBLIJ('wj)y=l0sRB C!L36_sWYJq);=_b3 9bՑueR37&Ғ߭u\yûTM[p0|oa8pʛYaoS$(Ss5<A.ǁ &;!R|:qηEI%ZC6UfUfe>RƘ FIң~^ȼ rKs(K]WЅb?G$!f0r9B&/ 7]Ĩ]^W $WbT-jQm6 Alv5ly@!؋Vf\n֍$Brb-_(5i q UQ10 j YpB# %Rl6ch( T. !ɺYo=UPy{dygr-@Qzy{|xH9C^0rBƐ,6\C(,A̺aYQtF4$^2r6Y#LKϜHlɎ.W:?(YzO#ȮYɛ?[зb<-2ˇ^W1D}/QeFNcАᴹuSQ%=oNsMyđE]D#̓⌨/*\Ky9@CD3﷭>ʃC~/?8*nFH$FMKoΫXkRR òTq"ZS)MR!(btw3ygh(.6ә;_;殈^xe4e KMS#BCC!he]9a?Vf-ܒ(l鰁DTc7ORZ?mUoٚXMh%znH/Dd(k kr{¡-7:ZڕϾ1YcLe޺D {//sJlq|Q"GjBȣCv, JX:%^\6KL(F[ED8N>0I=]ZS 0=G>bݫ/+pMnFl]X Mݫ:P\qb04ax[H&;Ycw}a ldW}~}O FBK?ր/y6V%eAS>i<Ff\A-[ JC! IG ЁB:f̜Q1r >O/#+]L&>f~tW#t n)eĂRGw< l 9ޯ[d-bl2ց?dK}Һ`my\"M!bL܆{0̂[e_5l(f u+:{cmc5&OL: /$5,؀å"YeTX? &WT?:T#Z1?d[`[A!-^'$&@;2Sv.~`,YX) Squ] %OneA4No]OXIfj*顣[6a k$V&xoE-pɄ+iԐSǪ0NG_E|߰)¬rzX~Js0h_{~7R|qDcX.kSnYeZ:|+܇V A>c5V}"#|.:bgY4>q-)hJW6!%_R. " fNH$zok"@-)tA 2+ł~XraZQ$-Ec.]w7ɵhf#P,i6Nzb888nd'9#?]+'#6L{ -9.~T$T?,{ ~c-I/+tRZ7ynꖞcz"@X5yٔL]iU`kL ?{ |✋u>yƗҟaI(@#?r+(jEgR󅟱 "8g=j=Wsk&XXh{;C{Ȱ wpܣ(@WLjZioU4[[gtlSU96g}ټy}neay+Gb [Vo=ay]ޤCyȔʯ#Z;$s ]=O3|;AY-eCM셢!kk}x3b]+ 9Fbū5)2Vߑ[budk3i9̖ҰyDR=CH4%]#kAZPv(ڧDgU0? O[I *cE7ANd-M+2{>}F=2Lđ.+k%ANP 255;s7DS|x˝iOt/75pe{+n"*],Y,oV1>NiuǸ~ʉ΀˩W"2SpCn*Ahf?9Q䒗i"C5{:I35cc!E˟?HK eg 4N8$?4c)s/787J]EHyN2)bU ILFsT4J6:ٳa[ M;JPw8 Lڝ꩔ᔦxWv#Osί)M2_jp9:`kH$5l[W%٥}s=bͷgz%o xA(|nGhOF/0u6,0Rźz%=g&Tl?gR@m/ #^ ld^EÎ4KK [ q,0`j/Uga2Y7t|{z}inH# ]Wg{P`v{*t|r>ͷί@\8eV_#Qr~p|-Rn LOx6 DT2PP+arC5Fc9)rP2랿 :^J,G+VU2WQ&~q%%Jk^OiJSX+('~YvW0݊;0ߚX=X`Ew;d;@QiBΕ N:G޴*#ݬKS O#E׀jJIcL]!+Rѩ(Yp̏5M6-Vl~K#1TR!.t$`8̳}:IA[v`@ַi;-Wfo-iNx^γ4[`+>yR}pp* or*-BO:͹C^u1y8>ҫ9 ۘLgVvK9*"DLe=&8Qi ݜZl6VM$I dz׉ҞJGp_#t'LQ!Ƥo{c%OgUMh< .ϗ[q-Pю]:L9UWUJDzfx:%;jyfiU8>0ɐ]j|*bgŀ&+>BlE%;~9HtB?Lk-#y:bx,oЕ<?X]z2 ~ɑ9ԩ|`]o^>/ M9'˱+L&N)H?]7P~h ,D&s50cRP%MEGImN3Jhkj]CAѴìk5L\X:]afjAo0죓A/0J hrQ ~ 0q{xa,n)EO7 My.g7z#3Hۍ5O{U&]pyf̑_"-c%SvE5 76rzf "ʀW2,(:= ÓtT<9e8fze?[55m|ɌK~ﴞ]x̱VU4izT v DiLˆ!34&ԫIvٔ ̶8\$ϲ8Ya2|SB_a]Ct˕/9:ҶN)3ԛvVD>aD[kQDAX%J2vZ/rCifjq'rdO2@[kxaϴP.ڗYGٸp*69trZفc +ί {#$$YggXfm ~#= a#8W%D#9=e{ Yq[Y_t+Zrg~ښˬߛeW;WB8-'C}ɜ Jg:a N3=D`*\6+$atޅwnM5l1ݍm6|dNuf/`hMHCQwA1y oD_'x 0G0:[l!;8gTr=BQyCiLۻ /cxK^c7*FA[PS~'(Umލ'ZeVw %o;$DžS0wV;2AUOFo8t"kR~nD jfSCP1gs \`N{Sh y8/5$δ%+V1lliϛ~"߈ Q+)>05P?HΓoni /<;Q{26 { `zSȑ%W#t6Ff0!g}]yxkdڢ78 .YZgV#aW6f4f7evKAF6m,JaL>Oӑkd:EW߳Kw (Ӟ`7eDQAzЀkH/ulZ<7™_dj̝3[DWeѨϿ9u# ԝ1!`  H*tALi^cQRy@ ld8XnZb) $Ejx+yAhUuX':﵀|%):pI0gef߁f.зmdG)_- UGlGZ XVح5z@*t|g1D[;T+#؅=m㵆@c Zhh?Kӓm t?_ aZ5ggsQ!A?~pc3s>CF]VNht ]r=C@``Ku)sDbb !Qw6v(̭`dP|]U`y:7jV ?;ŵO%ܷTiDk̭=ȭEh=˴wg"kmZuHK:r焷q&QU!|FXɍ ']eJYYz$0.?W#58{srpi,0#v&?nzV ?/~ǙWct6H >{ GkClox ? 8ۚ=wR5L3lEZ~/6l'9^\ֻ!Ƀ穿v)So16 h"_LX,F a&\9O[J$¡Ki&ӷ0c]X-9+If w4+ƠJJ OsGdiWv^{c^3]O5 k䊞*uDfq;l-uĞW['18+tb2s)(I/!gŻs'O-GrFzq"F/񂬢(onТm%BD 2'52(ch>:6A_tfwS]UHN}07whՐ Ve ;:|B!L;0 ;wcDL_x*v VQLB؅8 Vu}sCMջ*"1.@W[qHjVx4;ELOؘLjt[ , j>ss"-QG ":gƱ;HjE էÊpa)HsOsq HЌt(Jo_L4V+\2ᓥ7BgB鏭"l9Hږ>Pk~6cf RGjzܘ2e@0U'gc,ǫ~ r-H]04De7_wQo/dՠH>ۓ}MY>aj/Ã=2"-GSoGóbØ@0oІ;Ee8b"s}Z>?͕Q۔"=_g/$␟I~pwoLvr5bmK[ew)f$t2~uB}uiΪIhI V盁;2:jDwҒB$8e]+9fTGn*Q{:'0L=B2!(燚C2FaU t gr=2YYjW+$N