cairo-tools-1.16.0-lp151.5.3.1 4>$  Ap_}/=„GX-&ČOk^o#F*?-Ɋt>B\6c+j]R0/%3PM8xa$2w#̹ڱo}p-2Zp&UkACO$ʄ1-$9cmO.:1ɨoJ Sw'K$$m b@dR-;DBΥLaI*Z&O$L U˜ zF@iZt+; bl8D]ao3'yTו< nh3t)H5Dڟ,Eɨ^ʸC-v<r3 4t}`RyP:Q觍lֈvmEH>pAi?id ! q 2Lgmt              2T x$H$$( %8 ,9 : Bb`FblGb Hb Ib XbYbZc[c\c ]cD ^cbdcdde[ee`fecleeuex vewhL xhp yh8zitiiiiCcairo-tools1.16.0lp151.5.3.1Utilities for cairo, a Vector Graphics Library with Cross-Device Output SupportCairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System, in-memory image buffers, and PostScript. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available. This package contains various cairo utilities._}ibuild76?openSUSE Leap 15.1openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/X11https://cairographics.org/linuxi586 E|E,KAA큤_}e_}d_}e_}e_}e_}e_}h[v [v 5e5881634b7a890efc4ea853991c0acef185e897ab3632571ed63ce0964c273a268eb1bc99683bd4046163217a26a70fec00993b31bfff4cbcfb84c56d3a099992904d520c19aeab165ea8ca71d95c2c3f3a13aa0129aa151df011f891307dcf47ef7816c7af0f8a2123d601ce29f73c865ed2bdac7e09514d255166f8d6c71fac93f481a89c9e486c87ed8f48f3709ba7ac185f3ffe0783f365c41266956b7f421158645572270264a980b8b130dd988138e4dae20144e22455446e0ef909028ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcairo-1.16.0-lp151.5.3.1.src.rpmcairo-toolscairo-tools(x86-32)cairo-utilslibcairo-trace.so@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibEGL.so.1libGL.so.1libX11.so.6libXrender.so.1libc.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.2)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcairo-script-interpreter.so.2libcairo.so.2libcairo2libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libglib-2.0.so.0libm.so.6libm.so.6(GLIBC_2.0)libpixman-1.so.0libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libpthread.so.0(GLIBC_2.2)librt.so.1librt.so.1(GLIBC_2.2)libxcb-render.so.0libxcb.so.1libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.16.03.0.4-14.6.0-14.0-15.2-14.14.1]o@[j@[R@[*AZ@ZJ@ZZZ7Z/YYI@YC@Y7X@XXXM?W^@WgW4VwVm]Vm]V7P@UW1@U"TTT>aBjørn Lie bjorn.lie@gmail.combjorn.lie@gmail.comqzheng@suse.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgcrrodriguez@opensuse.orgzaitor@opensuse.orgmsrb@suse.comzaitor@opensuse.orgalarrosa@suse.comzaitor@opensuse.orgalarrosa@suse.comzaitor@opensuse.orgzaitor@opensuse.orgjengelh@inai.dezaitor@opensuse.orgbadshah400@gmail.comhpj@suse.comidonmez@suse.comhpj@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgro@suse.deopensuse@mirell.detchvatal@suse.comdimstar@opensuse.orgzaitor@opensuse.org- Add 2 upstream bug fix patches: + cairo-Use-FT_Done_MM_Var-instead-of-free-when-available.patch: ft: Use FT_Done_MM_Var instead of free when available in cairo_ft_apply_variations. Fixes a crash when using freetype >= 2.9 + cairo-composite_color_glyphs.patch: Fix a thinko in composite_color_glyphs. We can't just move around the contents of the passed-in string, we need to make a copy. This was showing up as memory corruption in pango.- Update to version 1.16.0: + test: Free resources in pdf2png. + Drop skia backend. + Revert "Correctly decode Adobe CMYK JPEGs in PDF export".- Update to version 1.15.14: + Features and Enhancements: - Add more FreeeType font color conversions to support COLR/CPAL. - Update test reference images against current pixman. + Bugs fixed: - Fix crash when rendering Microsoft's Segoe UI Emoji Regular font. - Fix build breakage with glesv3 enabled due to non-existant glesv3.pc. - Fix memory leaks found by Coverity. - Fix incorrect null ptr handling found by Coverity. - Fix test compilation when font-config is disabled. - Use _cairo_malloc instead of malloc (fdo#101547, CVE-2017-9814). - Fix assertion failure in the freetype backend (fdo#105746). - Drop upstream fixed patches: + cairo-fix-assertion-failure-in-freetype-backend.patch. + cairo-CVE-2017-9814.patch.- Add cairo-CVE-2017-9814.patch: Replace malloc with _cairo_malloc and check cmap size before allocating (boo#1049092, CVE-2017-9814, fdo#101547).- Add cairo-fix-assertion-failure-in-freetype-backend.patch: Fix assertion failure in the freetype backend (fdo#105746).- Update to version 1.15.12: + The main focus for this release is the addition of Variable Font support. Variable fonts are single font files with various typography characteristics, such as weight or slant, that users of the font can adjust between two points. Effectively this enables a single font to behave as multiple fonts. + The Skia backend is disabled in this release, due to severe bitrot, and will be removed in future releases. Contact the cairo team if you have a need of this backend. + Features and Enhancements: - Variable font support. - Skia backend is disabled. + API Changes: cairo_font_options_get_variations() and cairo_font_options_set_variations() are added. + Bugs fixed: - Fix errors in csi-trace --help and --version options. - Fix a 'memory leak' in the image compositor, with pixman_glyph_cache_t. - Fix access of uninitialized memory found by valgrind (fdo#91271). - Fix improper initialization of memory in _cairo_ft_font_face_create_for_pattern() (fdo#105084). - Fix multi-monitor virtual desktop with negative coords on Win32 (fdo#100793). - Fix issues occuring with older FreeType versions.- Modernize spec-file by calling spec-cleaner- Add explicit pkgconfig(zlib) and (conditionalized on build_xcb_backend) pkgconfig(xcb-render) BuildRequires: closer alignment with what configure checks for.- Update to version 1.15.10: + Features and Enhancements: - Add support for OpenGL ES 3.0 to the gl backend. - Use Reusable streams for forms in Level 3 Postscript. - Add CAIRO_MIME_TYPE_EPS mime type for embedding EPS files. - Add CCITT_FAX mime type for PDF and PS surfaces. - svg: add a new function to specify the SVG document unit (fdo#90166). - Use UTF-8 filenames on Windows. + API Changes: cairo_svg_surface_set_document_unit() and cairo_svg_surface_get_document_unit(). + Bugs fixed: - Fix regression in gles version detection. - Fix undefined-behavior with integer math. - Handle SOURCE and CLEAR operators when painting color glyphs (fdo#102661). - Convert images to rgba or a8 formats when uploading with GLESv2. - Use _WIN32 instead of windows.h to check for windows build. - Fix sigabrt printing documents with fonts lacking the mandatory .nodef glyph (fdo#102922). - Prevent curved strokes in small ctms from being culled from vector surfaces (fdo#103071). - Fix painting an unbounded recording surface with the SVG backend. - Fix falling back to system font with PDFs using certain embedded fonts, due to truncated font names (fdo#103249). - Fix handling of truetype fonts with excessively long font names (fdo#103249). - Fix race conditions with cairo_mask_compositor_t (fdo#103037). - Fix build error with util/font-view. - Fix assertion hit with PDFs using Type 4 fonts rendered with user fonts, due to error when destroying glyph page (fdo#103335). - Set default creation date for PDFs. - Prevent invalid ptr access for > 4GB images (fdo#98165). - Prevent self-copy infinite loop in Postscript surface. - Fix padded image crash in Postscript surface. - Fix annotation bugs in PDFs and related memory leaks. - Fix test failures and other assorted issues in ps and pdf code. - Fix code generation when using GCC legacy atomic operations (fdo#103559). - Fix various compilation warnings and errors. - Fix various distcheck errors with private symbols, doxygen formatting etc. - Drop cairo-image-prevent-invalid-ptr-access.patch- Depend on pkgconfig(gl) and pkgconfig(egl) instead of Mesa-devel. * The pkgconfig(gl) and pkgconfig(egl) are what cairo really needs. Mesa-devel is too general and is a bottleneck in distribution build. (bnc#1071297)- Update to version 1.15.8: + This small snapshot provides new colored emoji glyph support, and a handful of minor fixes. For a complete log of changes, please see http://cairographics.org/releases/ChangeLog.1.15.8 + Features and Enhancements: Support colored emoji glyphs, stored as PNG images in OpenType fonts. + Bug Fixes: - pdf: . Fix internal links pointing to other pages, by pre-calculating page heights so that link positions can be calculated more accurately. . Don't emit /PageLabel dict when no labels defined. - image: Fix crash on negative lengths. - win32: Fix initialization of mutexes for static builds. - font: . Fix color font loading on big-endian systems. . Fix color font support infinite-loop with empty glyphs. - Fix off by one check in cairo-image-info.c. - Drop cairo-fix-off-by-one-check.patch: Fixed upstream. - Run spec-cleaner, modernize spec. - Rename 0001-image-prevent-invalid-ptr-access-for-4GB-images.patch to cairo-image-prevent-invalid-ptr-access.patch. - Pass enable-gtk-doc instead of disable-gtk-doc to configure, we already have the gtk-doc BuildRequires in place so I can only assume that this was an honest error.- Add 0001-image-prevent-invalid-ptr-access-for-4GB-images.patch to fix a segfault when using >4GB images since int values were used for pointer operations (bsc#1007255, fdo#98165, CVE-2016-9082).- Update to version 1.15.6: + Detect if variable fonts have synthesized bold/italic or non-default variants, and use a fallback font where needed. + Restore MacOSX 10.4 support. Cairo had dropped 10.4 support when moving to the CoreText API. Now we automatically detect which API to use via dynamic linking, so can resume supporting this older version of MacOSX. + Fix error reporting in the xcb backend if fallback fails. Instead of returning NULL when the X11 server can't do some operation, return a surface in an error state. + Call XSync in the xlib backend before setting the error handler to ignore errors for certain requests, to make sure all pending errors are handled first. + Fix text-glyph-range for quartz-font. Use 0xFFFF instead of 0 for invalid index tracking. + Fix handling of Supplementary Multilingual Plane (SMP) Unicode characters in quartz-font. + Fix various issues in the drm backend including updating API usage and general code cleanup. + Clarify documentation regarding device scale inheritance and the units used in cairo_surface_create_similar_image (fdo#99094). - Drop cairo-pdf-fixes.patch: Fixed upstream. - Add cairo-fix-off-by-one-check.patch: Fix off by one check in cairo-image-info.c (fdo#101427).- Add cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff to fix a segfault in get_bitmap_surface due to malformed font (bsc#1036789, fdo#100763, CVE-2017-7475).- Rebase cairo-pdf-fixes.patch: Add commit to fix fdo#100029.- Add cairo-pdf-fixes.patch: Three minor pdf fixes from upstream git (fdo#99630).- Fix RPM groups; update summaries. Remove useless --with-pic which is only for static libs.- Update to version 1.15.4: + The PDF backend has gained support for a range of widely used features, including thumbnails, page labels, metadata, document outlines, structured text, hyperlinks, and tags. Tags permit adding logical info such as headings, tables, figures, etc. that facilitates indexing, accessibility, text reflow, searching, and extraction of the tagged items to other software. + API Changes: - Added a cairo API to set up Win32 surfaces for HDC with alpha channels. - New API for added PDF functionality (see above), and new error status item for problems relating to PDF tagging. - New error status items for handling of GDI, libfreetype, and libpng errors, respectively. + Fix playback of recording surfaces into PDF surfaces, where objects with negative coordinates were not getting drawn. To address this, the coordinate systems for PDF and PS have been changed to match cairo's coordinate system. This allows recording surfaces to be emitted in cairo coordinates, and results in the same origin being used for all operations when using the recording surface XObject. Test cases for PDF and PS have also been updated accordingly (fdo#89232). + Fix "invalidfont" error on some printers when printing PDFs with embedded fonts that have glyphs (such as spaces) with num_contours == 0 (fdo#79897). + Fix missing glyphs such as thin dashes, which get scaled to 0 in userspace and thus have their drawing operations culled (fdo#94615). + Fix other oddities caused by variously idiosyncratic fonts. + Fix deadlock when destruction of a scaled font indirectly triggers destruction of a second scaled font, causing the global cache to be locked twice (fdo#93891). + Fix X errors reported to applications when shmdt() is called before the Attach request is processed, due to missing xcb and xlib calls. + Fix random failure in record-paint-alpha-clip-mast test case, caused by an incorrect assumption that a deferred clear can be skipped (fdo#84330). + Fix crash when dealing with an XShmGetImage() failure, caused by a double free in _get_image_surface() (fdo#91967). + Fix invalid execution of ASCII85 data by the PS interpreter that the image operator didn't use, by flushing the extraneous data after drawing the image (fdo#84811). + Fix decoding of Adobe Photoshop's inverted CMYK JPEG files in PDF export. + Fix unbounded surface assertion in win32-print code. + Fix a data race in freed_pool discovered by Firefox's cairo usage. The patch adads atomic int load and store functions, with relaxed memory ordering (fdo#90318). + Cleanup debugging text sent to stdout instead of log (fdo#95227). + Fix build issue when using non-GNU strings utility (fdo#88639). + Fix build of cairo modules as regular modules, not as versioned shared libaries (fdo#29319). + Fix build on win32 using gcc 5.4. + Fix build of script backend to require zlib. + Update test suite reference images using Debian Jessie 64-bit and poppler current as of June, 2016. + Various improvements to documentation and tests, compiler warning fixes, and an assortment of code refactoring and cleanup. - Drop cairo-modules-no-version.patch, cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch and cairo-xlib-double-free.patch: Fixed upstream. - Drop libtool BuildRequires and stop passing autoreconf, we no longer have any patches touching the buildsystem.- Add cairo-xlib-double-free.patch to fix double free in _get_image_surface(); patch taken from upstream git (fdo#91967, boo#997189).- Add back cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch (bsc#958844, fdo#93891). This is still not fixed upstream.- Update to GNOME 3.20 Fate#318572 - Remove patch: cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch.- Add cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch to fix mutex deadlocks on certain documents (bsc#958844).- Update to version 1.15.2: + Fix xcb/xlib compilation and calls. Make image boxes behave when SHM is not available. + Fix various issues with printing and transparent images on Win32. + Fix thin lines that don't show up when printing in Inkscape due to overly aggressive culling (fdo#77298). + Fix broken printing via pdf when glyph 0 is used for rendering, resulting in missing spaces and letters (fdo#89082). + Fix crash for certain glyphs in opentype fonts (fdo#91902). + Fix incorrect rendering of SVG paths with more than one subpath. If more than one trap is passed in then it's guaranteed that the returned traps will have their left edge to the left of their right edge, but if only one trap is passed in then the function always returns without doing anything (fdo#90984). + Improve rendering with Quarts to better match pixman's blending and filtering behavior. - Drop cairo-render-thin-lines.patch: Fixed upstream.- Update to version 1.14.6: + Simple bugfix release to fix one Windows issue.- Update to version 1.14.4: + Avoid appending empty slots to user data arrays. Fixes a memory consumption regression since commit 9341c254a. + Return a better error (file-not-found) when setting up pango on devices where the font files don't have read permissions. + Fix regression in the font size of canvas text in Inkscape when compiled with the Quartz backend (fdo#84324). + Fix _cairo_gl_shader_bind_matrix() to maintain compatibility with OpenGL ES 2.0. Manually transpose the matrix. + Fix incorrect font descriptor conversion when the font matrix yy is negative (fdo#90538). + Fix crash when using a complex path for clip and stroke due to discarding the intersection exactly at the top edge (fdo#74779). + Fix cairo_get_locale_decimal_point() on Android. + Fix compilation problem on AIX due to conflicting usage of symbol 'jmpbuf' (fdo#89339). + Fix broken rendering with XCB due to snapshotting of uploaded part of surfaces (fdo#67505). + Fix loss of alpha when copying a mask for a cairo recording surface, resulting in a double copy (fdo#73038, fdo#73901). + Fix incorrect recording of certain paths with script surfaces (fdo#91054). + Fix typo in definition of MAYBE_WARN in configure script (fdo#89750). + Fix use of filename variable after it's been freed (fdo#91206). + Fix out of bounds access when printing pattern (fdo#91266). + Fix incorrect size calculation in glyph cache unlocking for Cairo GL compositor (fdo#91321). + Fix memory leak in _cairo_gl_pattern_texture_setup() (fdo#91537). + Fix transparent images in win32-print (fdo#91835). + Fix _put_shm_image_boxes and _put_image_boxes when no SHM available with XCB.- drop cairo-disable-lto.patch: lto was dropped upstream- Update to version 1.14.2: + Features: - Improve xcb's handling of per-screen subpixel ordering. If no Xft.rgba property is specified, default to the screen's subpixel order. + Performance Optimizations: - Improve performance of cpu_to_be32 and be32_to_cpu, making truetype subsetting of large fonts run about 15% faster. + Bug fixes: - Fix unaligned access on sparc with the compact font format (CFF). Unlike truetype, all data in CFF is not aligned. (Debian bug #712836) - Fix unaligned access on sparc with tor-scan-converter's memory pool. - Fix crash when loading a PDF with a transformed image. (fdo bug #85151) - Fix regression on mingw for bigendian test due to removal of file extension for executables. (fdo bug #85120) - Fix handling of backslash in PDF interpreter (fdo bug #85662) - Fix crash in xlib and xcb renderers when swapping a 0-sized glyph - Fix bug with RTL text in PDF operators (fdo bug #86461) - Fix compilation 'cairo-path-stroke-traps.c' with MSVC8 (fdo bug #84908) - Fix crash in _fill_xrgb32_lerp_opaque_spans when a span length is negative. - Fix valgrind error by releasing pattern created by cairo_pattern_create_rgb(). - Fix valgrind errors when running cairo-test-suite. - Fix memory leak in recording surface replays (fdo bug #87898) - Fix destruction of fonts in api-special-cases test. (fdo bug #87567) - Fix duplicated surface push on similar-image, preventing trivial GTK3 program traces from being replayable, with an error message about invalid values for the size of the input. (fdo bug #73580) - Fix crash when win32 surface's image size does not cover the entire surface. (fdo bug #53121) - Fix crash due to obsolete CGFontGetGlyphPath call (fdo bug #84324) - Fix several build issues on AIX (fdo bugs #89338, #89340, [#89356], #89354) - Fix various documentation warnings and errors - Remove cairo-tor-scan-convertor.patch. It was upstreamed.- Spec-cleanify - Remove the obsoletes for sle10 64bit subpackages on ppc - Remove libtool archive always- Add cairo-tor-scan-convertor.patch: tor-scan-converter: can't do_fullrow when intersection in row + 0.5subrow (fdo#85151).- Update to version 1.14.0: + Features: - Filtering improvements for the image backend, in particular down-scaling of images produces filtered images that depend on all the pixels of the source. - Improve handling of device transformation and scaling, allowing Cairo to now support scaling at a device level, permitting easier, more transparent HiDPI support. - Support JBIG2 mime data in PDF. This allows embedding of more compressed JPEG formats within PDF, rather than including the full uncompressed image. Also, reduce the number of transparency groups used by PDF to keep the file size small and viewing/printing of the PDF fast. - Expand the embedding section to include stencil mask support. - Reorder font declarations to be in natural order. - Update the Skia backend to build against current Skia. - Drop Link-Time Optimization (LTO) support from build system. - Optimize VBO size on GL to 1M and to 16k for EGL. + API changes: - cairo_surface_set_device_scale, cairo_surface_get_device_scale. - cairo_egl_device_get_display, cairo_egl_device_get_context. + Dependency changes: - Cairo now requires glib 2.14 for its gobject helper functions, and pixman 0.30 for downscaling. + Bug fixes: - Don't embed CMYK Jpeg images in svg. - Fix tests to place output in proper location. - Fix determination of alpha for all surfaces when recording. - Extend oversize check to cairo_gl_surface_create_for_texture, so an error surface is returned if the texture is too large to render to. - Fix embedding of mime data in PDF and PS files. - Remove useless error handling in *_reply() functions in XCB. - Fix a double-free exposed by multithreaded apps creating and destroying the same font concurrently (fdo#69470). - Fix corrupt stacks produced by bugs in operand emission for trace. - Fix out of bounds array access in format cache for xlib. - Don't rename glyphs used by seac operator (fdo#70364). - Fix crash on calling cairo_create with a finished surface. - Fix SSIZE_T definition problem when making with MSYS on Windows7. - Fix one off issue in gl context cleanup. - Fix usage of CAIRO_STACK_ARRAY_LENGTH. - Fix rectangle stroke with non rectilinear pen. - Fix imagemask with pattern source failure on some printers (fdo#69485). - Fix whitespace in font names. - Fix page size in generated PDFs (fdo#73452). - Fix path-currentpoint test by preserving current-point in copy_path()/append_path() sequence. - Fix generation of HTML in code docs for cairo-format-stride-for-width (fdo#63257). - Fix spelling of "tessellator" throughout code (fdo#50411). - Fix crash in pixman_image_composite32. - Fix crash when trying to modify a (const) all-clipped cairo_clip_t (fdo#75819). - Add check_composite method to all compositors, to fix crashes in the test suite. - Fix crash in Firefox when scrolling on certain pages. - Fix memory leaks found by static analysis. - Fix build of any2ppm if fork is not available. - Fix broken build for Qt backend, due to missing libstdc++. - Fix typo in two cairo_uint128 functions. Fixes potential build issues on systems without a uint128 type. - Fix build when --enable-pdf=no. - Fix cache_frozen assertions for Win32 print. - Correctly check for xcb image surface for inplace upload. - Fix webkit-based web browser crashes due to empty boxes by skipping over them when tesselating. - Make pixman, libpng, and zlib paths commandline configurable for win32 builds. - Fix image scale on Win32 when GDI scale is not identity. - Fix float endian configure test when using clang -O4. - Fix compilation with Android bionic libc. - Don't try to build util/sphinx on Windows. - Fix loss of precision when emitting joins. - Fix loss of precision and associated rendering issues in cairo-tor-scan-converter from projection onto sample grid. - Fix pixman oversampling of neighbouring edges within a cell by eliminating self-intersections for the pixman traps compositor. - Fix multi-line string splitting in PDFs. - Various cleanups and fixes to warnings, documentation, tests, and build system. Improve error handling and return value checks. Cleanup XFAIL tests and reference images. Cover recently added functionality.cairo-utilsbuild76 1594850665 1.16.0-lp151.5.3.11.16.0-lp151.5.3.11.16.01.16.0cairo-sphinxcairo-tracecairocairo-fdr.socairo-sphinx.solibcairo-trace.socairo-toolsCOPYINGCOPYING-GPL-3/usr/bin//usr/lib//usr/lib/cairo//usr/share/licenses//usr/share/licenses/cairo-tools/-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:13353/openSUSE_Leap_15.1_Update/8f62abbf21a171b0349e40ce434427e8-cairo.openSUSE_Leap_15.1_Updatecpioxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, BuildID[sha1]=12e567c88bf6818bb1cfaeb41000beef9c49c28d, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executabledirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=1a76b94465efd334d9b50e42411807679d8b5f4a, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=54b13f2857606b8cd8706ee8cbdbbda1eb1627d3, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=302b8872a84fbc9c034f5c5d6815ca8f17cd5195, strippedASCII text")RRRR R R R RRRRRR RRRRRRRRRRRRRRRRRR RRRRRRRR RRPRRR R RR RRR RRRRR|Z7;kiXMڊ:utf-86f1a04adde4941cfb55c98204a2215dc66e5c7ab1aed8905f40bcab1bfbe79c5?7zXZ !t/ ] crv9u`HXn鑐f=E *[#+앻T!$u=|*eX5eee)6JchYW_IT&_5i>_~x:^ X6@E&& Q8,pB"&6b{kv\P,?".j3%l[ev5q&Li ^>C}~mYK1 ?Gs, F];s;B2Pʣǯ.. iCJD?F6q?XyoK^88WBkh5W-4180Z /PZJqN1Nu(^hǞ5jS6ٔ;n`[-dɓ(bdP8)KVČQTߪ%9%by +r_c3iҜ>װeh{>1Z$HKl&syG\]/O@M-OqF=2cs  6u49U35F}8+z۞ϊI"?@Z`(Y~o#F\m7/4Mp4,Vf36sq6naF-#%N\}4%\''h۱ tWı?nk ql@m1j6^x_e Pf4CČE2yt橙7ET; S)7@'}7ڠ{2NUXp4i,?ŅG1[,|6G3;P]Z w> ,"')J2F?jyi|5w9 T-I9np )]^ n]гm4Az+,d{I H 2wZ g*Eyv0q- [U=;_(c"Q2ێ:CO#+nIfn[Tܯ8PJ!uO{G|D8Hj9V1ziSjkSfIPfehkB¿vV,;'R7iR10T=d6ld'HDfΌNiUwz/"|? ;`(XR߂C7 d]؃:hZ0妻|w߮61Nԯ\rW:컂?Ct E9b'O hL` G=iC~a,*;;nAN2;ל_F6gq:jBz0L"ZӬ(@PگPU:uAsJFM DNjkK~I >H):Џ׌1my D9VBG jU<2m^ j#b!(r}8+X(HB? 5P'SFkjRYA_ga SK_3Xc^6W5!#5tGwFA8c>nGɤw}ہ)SNn 4v:sN"ͤ`m$Sب߉mu>k*aʹ(Ul%N 1qciY7&џ-"nWw >BıZCdPo;ozЬʵ{s,HFf a-+eJWF>AגnP+EriTʟ1x1lvm{Zg2mǨ@V߮QBO,.:=v30H؎9KXn;2e#`럟 ̠w(>rf?u^Uzj?gq\"'&r}+'0Uf~I o5JKwG,,E҈BnsZԓ}hf_|$vx"XΘW$|q>|PqEX@#eΚ:%9l/z~%uƽ3Vv;H^prԌSbX .hP:0CD|Q%p#qAE  .᪪發g v4;^ݬZPD32 t5S6 ᱑|I?,p)VTyK&?P mQ e}v4]k:%OA:)L]1k!@OJ?mծnbTL!tiɵWb mĽ(h3EġϰRҘǔ; -[KDn)Owu{[v闣$K؁-[ _:2zw--/lX oPӂH_\yoT@􀍽AcˤaMq3׶тptr@DL#7NO|ٱ+.[xjJDgVV@NЧ;^i (gK1 6슗:0qe'0m/4L[:5=mFknj0\7I ϖs ?6S96us}KS1oA̞m5gXC aFbQ QcxsJ?w|70)Kq]X]P#@}Q5݌(@~dbL\u uw[*=ۭWS W9 % KC8=k;Ё'v,L6Er@̟b#n tjwZ -I! `RBa~bFA= 0]?0ٲʜ"y6X1 cJz_6.kp֯@Ҫ{"1D$դy0gVuUL`Uz7Z|Z<'Rl$ǰ%@WHpo (}SW8g:0Fz~ o7++UPemVLFdy4,(` 6ѽ[!9dY~]%ң9ǣ|Sry2BvÅ`Y@cxMWWO:] k>l@vl3D:{ym s@ J=*s,YNQ$?sgh;cˆz==-)JDlY1c{Hjn3& dwU]v_td mî1lol"BM/V/O}IjgGa:.6-'Gd-G$My=ZҲ޼,@T9M_C|í(d$a+4FU)3f֘k\7Xn0 Enx'):g&m3Rxwح1W0bQ#N?gO%lۋ{>f6B=C~>,gW2Ǽh |/Rjh>ד/jaax䷅#8ikuC2Bhn)TI֘JsƏg@g[Zag1c/ 7Gc4e|ʪGc|l Qc U#x sx ^{I0nxל'bb E\-78xhT>f@ޫM:]9@l擳c> =eE:Qw/ G=.S2 ˞A4|ڂ`s ›o֌ؔ: aXt&h^L##ن| fn-r"g`>0Dy6Ri㒥 _W27>tΰmvH+Xτ!/r}}m([+5Q 342FHB2*<T<ٯɜ^b"% k ɪOtЛJ.4M5#$VՄ`se vX__p|Vcj )|~G^ԑ~v~;usuTzG|U4L"xK36۲zʗTn$m5,9cyT QEoh;a_Z )EI'٨uIH[?J 2pPNMD4~$gSpnب5 'i<# }"t_6.rOV}R߰Z9rSItt|G/H u~hɎ:u1ia@)=03Bc `J@渃z?\+c*u.vcr;i\IlɔqkzOANNIµL/ w)jf}O8FSkŎ̋"CfK9𸪶M լ-WV,W\Oxkv0ɧ|9PTyG~qW,/gt:Ac=) __.Sxӑv}+I-ͅ;=#Gw"g4d 5бj+)@&LcT_+"ZOrym KUb8uNKjSo h̶,E32?'{uh"=HĮvԭh51 dDº O.ս~bmvlY8I2cJ3Ym+VO+ 8_(1:.lpV1 x-sVVI:Bª|QJޚB}{D;]c,.o~d]A&iZN9(/R מ9 { :\Rv |l6VN3#M(#0BpKnPRehVHkԫuX\Hɮ݃:~b`>)* UH%n/$z(gO> lUfW{-Wgz;k\yA*k2rɗ42P6I!MMU7>Ct; gh6|(dmm&)\R0/duR ƌB19n?$حS0S05Mf82er{+]kgݳ߃5w//wi:c;ltEN%; ;{OY]a`rc9ݲwT"Ԁ %b"&hW $_2IVP>xEx|;)2E1xBpacXC2Ա=0~͞ǂeeȶf[&x(aɉsh dS_sNjd3y̓Ğ}Ʒ/|y5F߉tC Yҟ80כŖp4 pO\N }"0Į g宾 ]ZoE4/77vbIW+ǁ8[f\ә ɂ̵J4o ;|[NZ+h?Y4{X*;{siiՅmkmݥq>樔dsV43A"{&|h΂2"|yЙ,+tbvyϻp NSYeVlolqQK"Wn`Ί(â}->g4./fD0 79V6U;@Q[׏ޛbHuhGmE ݅) 6t^]oܐvەnҒ?yvA46ݙ*5_ !l%b5jCk\*bCs`5ʹ" &^ج IrO྇iBli-Hqư6Ow@zcJۗ)?6NK#twsnS + r4+vߡ`L'PUDe!PaÔ ԳM5{uGOxrMe@Ț6QGVǵd \!YJ/a i{7 'V\z܀) l|#7䈓ck"5Ns0M#-pP5`HDaK ѝ 84Vfխ%Җn µ{LeDFA$y,N7zb$7+d'DU硏t*k] ĬtB/9MBܜI0]_k3P[CHEɼy^1*hG<3\wssGn\9Ks5e+'4S/Jt\0~l_eo}OdȱjT:עXD%!GWKG@5Fz3'oӾ2a>-NZ縚g(DЦHIE1FS=;1"wTܨ-HSnE>E01ghJNRZ2Tmx5Fo6xv x^cZb]ĻրoJ;!s:i: DOu/wern:Zqq/ObN=s_* 7]a(zIQen%AIUE2gfQ=W膃d\@HRSW|L](W4Wؠ UCiPǪtQVF]42֯+)V (2Klf{Ar C*1œ1$(-kɛP +Z2a$_(c':9mUm݅@fI?. ]( >/f 8//!,R 4AWUJ@1d4Ѐbs&}Ǵ4ƴD&'X#$1{+ F%gĕrθ2pW5llLugP2(kFl<.ڌ.̎,J] z_ pH \y)TJJe =N>BdM+Q߀ka4,\.*^#[YJ%mB lISTX-/Sd I,Uy1~Z<74W$WaP% `,GX3cop?YAQJ郷/ЂAVd[S'_4ClNU*F49t-VQzS "کiizK PBJ_VCr6kN+%oӯA3 (g×. P9J7Bq_'0RͤDUַ[{w*;ւ w :~BrJUBU`xuO3~#j-ܳY`%gCNTyy?K&2N`ݷFKd8;!\)ev4~ ICW<&J"T6`y*cY֌%܌f"f@w8O@^o鱷aŐ2c󿙣mmxSw~CbH$(a^$_nEUA7ϠxCp4`xZDX(>;tO/C H?+c.x`O~4Z !95.I# s2oIGL'H&ToPK@}+umM7#)°™ {9#)`[0ulmUI*'KY[Q,lEM4eؖG̙It֤tuS#7|.-_kV&a"1^ç;0 |؁FvgwG (J}W>ll9Xd5iͭjQH2C|Od~0!0B\nϛy֊͎?m+A{ؠ$ (n ȱ,<RڅӲgK'y k.ci] G(wjd7-a0N~:C*5>`m6hkZYq2rhV5n[DziآDG] 6 @ c Nŵbey7^eu^zP.NVKn"f6X("R:J*DHSLؠ3gFuH6dDC$AӨQF'2hf{\:QVTv2 vpn86EcT\nI΋cߗ5FMGoa$5pㄹRezRـe~"#eDn\d8˶12ZXA]j̙cqvX#$嗎ms`/{hRKsNTWGY {) +HKJnxһ6SzXn0P03sV *lSKv qHk@Ru'ݩ%PbvR|xƦ:M$ԉf0p{p<$4f+ FN;$}& ,s8!Q}7.̭PZaN]@N!!@tb!}faCaQOTҧs6{]L%L;Fy.2beqN?pL%+ SáS붪%<0?S8tڥulimҹv #⬱k > Nuo`SZw u0D#ZVr}(rzA˲#mxoȘeV3-K-A1iAVBuu>X )a~Ȯ5w 7 (/EWg76K B㓧p@/i HGǿ|j?,P'""r0"#mEz55޹S[[ S3=)>GZ<:WS$Uއԝg``)SC/acx'~ g&Ͱ~ ~Ô-uCh4q xPʣ7@^ih{6OaZZnix272f4R}tg;L̾YEY,;N1DW;=8 J|B6s5??EM6-'mapTt?T; ]/ ) y]Gvym?gx;^QO~eϖZN{J%_}>._0!(e 퀶#37"ߏ>?,, 䩑<јp2&jMڽ_rd➘TV߬:hm߆pdQTSOQ-a'#LVėfC3iVeLnޯFCp,9YnfϼScW!gӨX-qa`uV5(ڀ4ԙu[x@xQpEږ?`ӥW*2vy/|dWE o%%9`M"ӡIK[0|6^:uU@ԃB?bpZdzطӪyLX}чWqI`{:egI-1AvYrI3ɕXۤy bsji(ؓ-uƑ[o*0s\rl-Uh3Z68aI\+xiE`DD55M%F}ffs8++%>PgTʪ؎PGa:w KJvhj'M=ȵXw>afAʿ3}k XZTGQ @)43*`Ms:Ŧ̀Ur|x̋|jo?C ?$!uwlX`gՕ+^\l-&y#аTn|Ձ8ӾEf}Äx/89% FERuN~Bv{ խ|4gTY1/#63B tTa{=PkI™ 9bYBJ`̭q`[y^l[>.3Ǽ9!Žl84Lt?87o3hC*'שHnZJ~)F R٫VS{#< :hYk7`-HLQ灂9Bb\3iϗεz;QZ/%烲WC &1g{A4b<6?m%R喾 S7\J !K"ԱYQB~Umv#eKdM(eYW;mgwv: 8d`A4G3#e`U߫bZ[cv%~:kDǢrשs?HWebTp#ao gWcak K3ճKwetcۗ*1g7o!t`=l!9)ѠerV#sPY(K0yϲ^2MƠ OOt4(JIy@62t!8!F>o.6]}o7} /œ.7n]jW"=ﳧey/[W KagjX24,±23xg"WCPO,):]UQ ևv "dl8|cl{ @qfRn:"R}sg#&!m8"ʨ~htJC{r bE7>Q .>ϒ9q#=W_moAǦw hȓG^0ysjoddnK4cTk,ThҮE!YPgv KDMn!ha ޕmkDKjOmF,R1bc7=uE`1nE`MP#DMHսX]"STK|z31o¹H= +#y=C zw& 3}hi}^ZdVq^UNf151T!r! nu4>b+Z~n"x0a7छ3U bTɞ~ÕѱvJ˾Y5853J< xUa j1ួ='1ZQD#wCZLww:;K2ٖҪϚDܭ+S6$s!iJd 3A@SDdQV[p"& }""ʳ]@k5rS 'v `s a=;c"k8CMA `~"%C`S (K0VmSz>wOJ>8 MYftAI&uS`9ћGwVU!I.}djE=^~O2͖$HUUplX^B<8\Mb>n^-:iQ.SEг::/!1F-tH:W7'U)?/A,ڡ`2t{L)f}{Ev@Ǫ6 U㧁6%H%pa?D>/ NPx'6ت0dy,2K` 7K F`5A †7Jv!9twiN؅˝UH>+>d}u^M8N-.9!$;~TZ!K;6=7$$pXhox{%7^a~eދ[C8ݻ8AtrBӺ + ı-P&F'Ά||W#,H֔}iASvEn3+L=Il}b% cT*_8cmܥQ c5:"h,.e ~Z{$YdΩ3F1rm\ЍT1pt^R¤~%šgRr!6n^x"V_rؘeEHxgQeJM[!@1B=68/6C ]u%vO"U1I5ȟ^Epk 9C~Q6Hd[/ 2MMeK;D9(PT@B P,Y$o12ʶ%H+s:ʱ(p^Ʈ1OU]  ;'+v#:r4d/ !p9[a^.͋K Z _s= s8'tFj2X$<@'׈ }jj:OYWwOSP+C4P53j}:KI/x7g݉ܢ>gCj"ҲoM[~}4%ܢԋѬӹ;$R;j"yETɱQ#<]#׺v9K48j&Z49=E{>jӵٿT6OG5ŕ*]ȔBDzSBtCn(>vsxm/3_rd4OL02M5\^*@Ϣs%ƽ"-~W/Lx<#呜/`ަe7cC<K?[])`q'Œv`|B'>e $QQt#M>SKםkVdVQ-kwV_ ISCsw~ &N2 ctbtG5v ^x}% NEv<1o倊?_ 乮fOX iD)ӛe<t`[ c ), ľ9F Y[h'- C҇֝0޸J= 'V*m5u^NkLRS|3!4i>Uc4+`)">c{6G'j퇁:knj4-%j97eLQ1dg0Bx_J+fa"Kވm3E4b^ <1O ~×4BbllJDdX\gѩVdn Ԣ?{)Lοc\6!fL3+T6:yYa!̐$T>A &Do $vhxNs&-Gαl`gd@cVΚ ", x_BTx~\!mL9/CBJ. Xc3p3dBt:lh!J_K:aCP$l%sx'[~ϋHȱlx`\1w6]a{+IuV?"oX 0i=(KQl.{pLMv>d(OB`FNT"Ms66 1 e#Feq>7D LOMj^?B!͉τ"umˊy2-.//϶(ɓ="ӟ\f<( CjDpE=4R׈)}"Prf3نP粇ՔU'##}AUĔȓeHu9jqE-Ij-wAkg"=6H. mi:֍|rɍ\XRzost'7:*̭^0W>cu3RwT,@> "X^1 ZӎG7 BVxG*3XTa.{4 M UcWڱƐfZ%[+"lJ7SMƲtV8:g*HEwaT,mCMވ=B:hp&ӶŎ8-\m 46)f2@԰_ 7G\af9KհL$~?J} t Kw4epR֛27D5U6,7[322mL?Ir(\wr󡯁;JEeŜo(AJؒ@`.O Jәt Dxf~|_5D&ȱ9v蓳}9g؝,H z܉Q MLPc)"?ԌQZm?CZePHǂoqNg NZV;(E+a ΞfdO5LcoGrX'+ _w9@ySM^ЃQdY,^X{@+F`h(]pR1S+b~KK2js{֚q@gv A?>tSKH|jy%u_1clĵ M M<},wzogeQ\o[.-(%+dLXߟ/&RAi,4%cql0|;R=QFe#[yX$jJ SfB[ *w&.u X쀝&_xN0x/¬#(7szpfu'҅_Rjp`rXRbd6rj Tdwi ~<%Lxl3*I|2~=ʼnq fio輏:۳S)iHaМ * e kIcb*% cqVPG81AМL}uC/@gBs)`wc*~ R2/ th87ADߡYrϡ*pg!OM;oղvo+:e IvdDXHfPnUh [jR@%,A1Gḙ&9~!dī8P6 'L:|ݤk%kWofN%@UXӽScb]6,;{?rK/jYtϠQ$ s;O^N(;uG}>z7-2Zν3EF!QGf]X=v6_ܙZ"b"]9fܸXsaufi/}&0ڸ>Ta Ye cיt~6#󙺖|@MȼM `RQ=ڌG8ЄLxS34”M־ NORȝE5?K(>O^mNstwuc- =m0qܚa j.Lj7w΅-ԓ(`͋+UZZѪEO '4 i+A%ɬ(K+$S-.E&PǬS|f{3ݔ}gToU|ᑵmS?8:n˨1-!Տo+N dUXLťj!01k8sd˩qJ P :BtVa &N5B @n< )d\H(o6pŌY_XP:/ 1uiu@u O&˻V1 @H&j^Pܖ"i]o\9s/=4[R9/fmZSUu^TZ)xq-|13sD:LEF>tYLrF-"_è *})$6tUvD&U[}Sӓe0>KZ8s<2f۹%^ $-5kf@ Y&ǂtSvcsRtXl]`Fh~\YZ@RBy4 *4=CcZvhO/x`$:c۪^W5:j"^nN)輊ZECdvB6 є+_([ZOEp+@KSY^%JM2t6K2U!GS|s#o3zև'T<ΙrA Ǫkň1D5Cpb%S'|mb"j[*" ܁ Q?dvbcBSW9bxzv 5*hP_ XR|5J}"fBOG7dAq e;ڭX+ĹvRYrHqg#88#Odxq1"A;srDu8 y w6K񜗷R֠K!e8$kBsK5ϾCp;5pq0^ë1AWo{zDM#AbJ$r Ax7,M> BmcWT i Zi3b78 #<XQn|bG&jEje%y@.A$Rm2!LmFx+(:yo. 20AV֋ J+")GG(3k}1K ٥ٗ5v0+P9>9׶GWe=M }d=Tc^<O)לDZ|ad9T;L:D0E\P8>lkuC0@90FrheGNYs!]/>@_ ~̅G= aiRvJCM% 0YXf# Z##$Oe{Nv^R'{*G8œW3ckwQ-Stgؚ0n=W%#ZG74kF {h NցC9 zimܜlBn|-& ds#3sӗvmA Ôℍ`d>x"2j]UO% vEꑃ7|>֗ˆUp>5rw VA@mABZqP""+K2$,Փgc@, O&xvc:INGD,w `Q5BFHjbSȄ!8=H$RVpV]=VQWi>YES&ܬQ}+ PWĀ{RU'} 2714!~1KrH@Vޱǚi1_ ׬^A^zȿ/۪ P:O@?~MW WX%0LSyp-I\MRP,b.8)Q9>5uY0s7z48[MX%ot2Cqz,{L 67i7:XZe83J+Wns@/e68TDBrPL R1vcw{ FLXP()t=,yɷz{}1ɞL¹@=9zqJ=Ky(Ұ'>?id2ɯ,jgu,GMJ6"UUQ${@_+v7[]աzR)#_Uc~BbaQ+[(i.Z$-&t-PWT*H= =J#y|.۰춡`ߥdVn!/a,!7.v ¤p3-#dֲ*?K2+)݉%gy 'T߂'BKf3CޒwIVC˅$s1,AL ^uY ΰeybdOeR O2L4>Q8ddq? pYBHeM;\l@R4oHC[jl?,#83,L#@Пb+Egr}<U2D[>ˬ 4nKcՑ Nѝ|Ԝ{@ܷ^P\RY0sa,m N$e}N'+ZZ-oB貘4~D]1juPl#<1FU&Eh;d4U4(i5 O.@e2>-k|> } C\U_ H^u]"YVOq`Ptܝx+jWI-73ԑpǥt1W˸󝮅duC~xfZoym49 ]:yZ5yZxԄ{.gl[B?O\x+NsW@W\eTqDEN#8E!]y.{Wzfd !gxTI6T |v O_$=$]sXiP*PvUX"Kp ٹQa`e7I \ȱn'|we}7 :EZ%~ACibb(˪ظU`UTvVj uWLլ2Ɏ]sp5ou9Y=rgP"paȍbIY ޯ\dch~K9A>^h(JA,+&*Q?D4oA^V7+deZ7_uǸT!D Mq5}VzGE8F, G?bcA2Uܶu*`Nc6FZDZ:aG m4e2ݕWR}w'{r#6fR&Uւ/~Vƌ>?z9vh,v|]61tE=+eqvKgˆ9 T!;_xn2['Sf0ڤK(#-ONiJ{&h,-)24`x2Csշ';Ռ@D{O4H[!ϵáoL_n=@|oU,M_OjUގ*1O3QdOa~{ %eKI,{n- 6̘cTVte$%GݼkL߹xлDֽZIwTJ2ť݇# z_k&D׊Bc^$ 2NXj>Zp'B5/ qEoiCIcߨ(2_q~ 7Zhv17 L~S,f cͲgP n `Ϲq4".$ ?4 cp gQɺ \衊74CO-i㧁+Š zuygfL#]BX/>8i՚L*)R*&:igDg?c4>TsۓyfÎY$ߙUԶ {9s'QParF6!FUE4 =\7l!X@OƦJu4G<1IL]!<].)50!w"-.J=$VS11@c ]4{(:[j[ȵ^V{>'ܘI|Eo7aoHk˄-^sQl1vMlA^:[t-R%f؄o]GF!t@*1-sjcѺǤ%zsCgݤSج: r;A]n #hIkw(?<#eYʒ Z*ޱTsg#| d_!m-42HG_vIG #u;FH!{sjtѰf ܹZ:m b˂ә$a:vH ;Y%ݺL=p%VtƮv( FSL>|Gb;n!ÒbmM6\0ⰝfwqGeۀ>zauw]j|,[ȏG@ LЧ`%6,p,jD5v$鲗\n‚#'j|n}w6.-k?]x0"4K1]Ps+"r461i4ShpQO]vt 3iI c…֍w% -*XZy,qF5ς&E. NDE@P/hMps:Sۗ[ Eצ>'juV0v!&z*a΍”s&2ZP=E+ZT%]kA{^&.͏ h )oـƖjE2 T;mU,xc'PHҟwB+~ >V][:4Ыڀg2:TP4 o.6qIv Q􅀗9o(U6Z17 _PޕzWzue$ <MJԮ=oI([i:ءcۺn:Hy $oZBLwE HkXoB3H*ƅ!S[:n))&h:?}$ }|Yd>7*vͶӞΩ:#&a4e6 |Lj9B40$; E&gׂ6bl')lLo b aٍ~z'%<A'qUo.xD7rsglv!KΒHp&;"xNm5("(E$"H]dn*qqDIc{Uu7BJ$V\9 ivV Ѭm zj?Mbvޗ/Dh~lyyo7G{J+k;'Y0 ̦'oMy'<]WG)#fRN5&]Տ_D9n 涢S %ucxXȠj5/"&y8Q4|L%j,d锷t>խ˲Jjj8nPgEU:g.Z4W%ms\-ݫŤ)v! x+l`M[u_7GѪ9YTDv KԜI:p5Svvk(֘_]k4HAF =XL?$-"_٬]YA>Cb^[[\p#߮5OTT|8z߰Jq_и^ ZzU ͫhr~:[Y) ]NцBz,Mn@4zzLܿ`><9r 9P\N6#Ĝ]vZ4-ASU. bm1"]#b/: `ߍEC|L Bk4irA2 q8)_vV$σotb8OT|7 V R!4ZPxklFMMyO1)gi%v},ă6?zCtc>mv vIJz l.Zg 6o6&jqͅC{ g:cu c4cer>= ~M(C͙usƮp>c%Ω.P^E5Q.Mc@@APwM@5q~; фS:' PE^O4z7`lsBwMtzn.S΅ҥcL8=_9Ix~NI1Um˻4 YWE_Wv&@Sg>!%֛\k?D(US`P9_)53!gxZĿH}YtʺL&:\W@6FP!je5/2TT߱ VgY) N.h]${i!zzm ո+F:{H?@ܴI2{>T:I6i&XѠ[t&N;b &_IC@R ݃d3Ζ5 5=FNE蜴 # %r7Nf\ ".`aKl-8ޔ;4Y+-`q٦X' K?8CM[y.\?zJWOnIpt6Sh7 HX0 '7VWrQeCs~J}hms;}0CtjbHٓ@#n-|D>q5 Pt0j;PkP͑f6]ee"\+g7"DG,l=Yh7j 7ؐ0$tcPt*#2Lo-slMK#wVV_= m@Ow0( ߸Ɲ*J)*|t[/23J`03{G}"'tK{ 7J(i#9)#򽅐+ƿ$ԏEkp&2w B[Z9MAv`1_85NeAJ:!5J2/$$_ 叟j3H9 ݡ{A9N_<'=zeqKЀ0G|gxǵyӣcfJ$BfoRjͧ)\Ty}!=㣞@_KPXUwe&,-qyzIv<xByuLZX 16?S qX/m2a 鳫L$ GJ7n{1(.{zpnW0>N{c -n6DIa{mY (Ls*׬ f5ZFCRBT3 2;7%iYo1ӛ"9X"]s3sKC}H2iPKOl\w(r"NcW_6sNB*<,)KѤl?Sp>SBb/a 9`Yugyg`jv9S(|%ƾ,쀡?LMOR|Y#PBᚽ/P[ĩ*d?,g ^ G!FcavJudqX *SCEY I~({G%i) '-r΋ G'QK:X>ƓYZ\$)W dokpdɄmqUS kJkv=\vSW7:P]ŔiV!S W"Lۭ´A=Rg[V{L ZFd3ʼDucxYzU{ӒE:`+5$`YfFY 臊QN^I T_G.v,qv~zJ EYJN0^Fz1ө25F^y34ӣ(Z d;E{g(J$6LL©͠l&ij}j9$F~[6%aı1b/q( Gt?Hn֐:M V[8b{( t}9gXѨ~z& D@)*㜸 p(H] ƩYed_,J!5'z'~G'\5`7SdIp-Ʌv 6;IP(VVlV-Cp3~Q_&Uq F4,Fz>[pRr"S͚YP>2N=IӚn%5a>ߑe6:t)8E>$Bs {~w8y3/ᮊؾJlVAaŞNQ:hp[w2! ӷmgV !^hO6U'ZX*0. lS(IHTCMUZF<877d2 ߧ׺jxOK>ϖK _v5֫L:Ax"Q u-,{SSd١٦0&U׎-ǦŸ`P0geW0?[h+y5f49>0훚ՐOKR6B6>P'0l?/e҈(Tn4}nEO,r$/S|`8$!4-e?F_ص_"G9>i t-{3GJ_rw$4UufuK[ұ .ar=믝< hn65N<2*zZ,Gt/4@JOv6nI #8֢_%Ko4HTvAd؜M֚daW(&A鬍E  ~Ț͆0SJeJoa4Z.`z Q 'sP(S7ZSq(1H2kA% 4ޗcgQHQ6vCBٹ0{uvĖovph:=K'bnQ[rк9 ^@HX;P YtDoK5#>OW'|< qؼlðˆ41 PxfIJi>P!?ޯ%R5K7QRǽ [(-]:9v\^,ѱ3c6N Qz$SHSO$Fts]%NgO:^@s'GceߡQn! TꇡnRu? wN߯wځ39zo |vkJMs2oɏW@0(SݾG3&K6fG?e`7e>hn&nӼBˈ>ԃ> ܼ $\he?TWs8 0 Zېkamuv.q\v%ÒkwYe FQ"^UΞ/ko-F q>oqd-BR_a*FI$R.PL0=Ce juGB28"N؟qD='a2nV J@X(?,)?{,{OU+NO SSa 3&G@.8 ʕJ..J37nC G-X@S Qq joP޸yۇe_$L9,y-Ոwv Mb-cCK=Vj s>d̚L]ëXyMD#HRv_z5ݾC`?mMG'Q22У=X-a5^v@A&@}Z&` [guwY9p?Ymb8v F} 3 ˌpYPG%zouELoaFj9D 3Cʥ3U_QoLW"]Plqyz?Ϯ#:[Oq@z ?i86B7Ѭ ЇJh̒ huγ? jƒET"uX5X.@;2ɻ=Egys|!(Z_o*+C70[ K{Až^R)yvpnNkqq=tGA#<֕#GoTs 9Fq#VTY VIh9VK71FgB3W_3JFK m 9qA#UKk9BLbk9M׊G {w%|\BNmI69 :8BQt|]'Wmdw;P95F+bmB)d~CqnhI&}h{ T&iO w.<ȡHh*n0R;M8&2R6^n k.KC23s\x+uqD5{@ /oR :5lϓؠ ``b OT^ŧLtjC+*gpC'O/[۩f5jLqq2m:FpKSXgN*DkV;! Qbf8=^MP0Kz8;S}%Y;s{L8la 2JgFϘ*Y_t>^W&=`XPQ[ +Q~ô(milZ' 0MAY`? P+zCr*9P]$1J!>153R}s^١fzV俫ڂUOrge姄Ƨ!m俑GK/ʔӃO 2!eo\S1<+iXzhQ"5I$U]8I4nz/J)dgE;g S:M!hcԗ/67|sBC{n#@%@dԽ%,FWV9T)%;5~O͸ji(^(HubJ5 &*m1<1vK Q1vt*'<\3:fG`BLk F"VX+KOZk͖ D?׷M1{ cXT[?V+d#XpsbݣG@"f8316LvB g7 #uG"lH`^f72HQz1x[:9:Uor$hm!mV >ulae;Qpf0 cM4pLy!DfQ(Pp'6'jjA ƽVD31%kجlUT'I^Q=CIᣱ<A4w)u$$$256ȼc5PVp>vVM`4{܆VD ݋g؁ْX+"E()i?VL7InaKbsSP>oz'DK!nnON짼mњS ܑv@:i<8{nCqdi[$Jsgk&DPYUmaܞ5' S2`B+H+ΊG/}U1Q7H$QW u곩" .;}Dષw"1FNlpaoeYՃ`//!*=O.J7Fn7_"|s?]jE{&h ۔:t\< 8o/3C+a8s(K%!^.v{3>@u4ɭ I94܀b 1Y< ꚋ|IKsJ%\ eЋQ*Wy盒Bl̍nN>=U EQl#t@d![yJ 31׋؆FJҒVdy_ ExAבQ>?KqTQC.ԉM$ް =3J-'KÒD 2GUUȓ''B +ty]/YUPS.e5[߼*K㮬U.u<(>D; Yj/A.gW$ ]:χV )wЉ?2E5qr^]NY,*#H +Is_b48Q#ȉ*k+D,-T`ѯq/ȣ3G,)zD`nZ4opXHAIzgQкg>zUV +#HီqhV ǸC~C()c֋z)n+n7zGI#uw~,*+G?-`Q=ӵ=^r٬'c%KcvY=;EB?%|9@1BE<[W+=:ZN¢Al(j`ڋ`!a`pIÁ_ t@o V]j(azӘ'N pc-jy/ `j[%ʼu;a 8KXoBs쩸:z"욱R.4׾ ||+.+=99ؙhIow)cX ?QۥY p'Ph$wBD)Xi04rtm^׎qxJ0r,їׇߋC,*ּyFr,e/XFM?@2:%2Ǧaj›cgbO*3H!54Zc虭"[3(6ƕ+ ٳmC͕Aԙգ@yjGiA{: ?L_֦.Rpc\]NƏ࿴G34Sǔlw %Ew2mH#e(oS[gFndloKɽ&?c=maTH{Ԍ\`sxEt4z FL+[uf*#H}WPGҭTtRt\D!v *cYmDMtnCO^68nTܣ/&CGb";t8Ȓ/jéq3,e5YS`Cp',۬TիD=YT`R XpQF}߃B+dpx\ ,ghfaI*fKk\:Λ$:W`{nljNIG?s Gk5B0ggO.#Xj`~FSAJq˶f}`ٔEO L nI"Llh֢",%r<5MX!`H߄?JwuDKe+j6*mIu )Jc=E9g,Ǣp%{ƫhr'DX4?K2y|O ܱ4pX(,9Gwek+ezyOcSBYn>mmn: RF'bNyce}.L9 *qϻAf׍5]N6W1:QԥѪ1ЎxurMQ2.\ ![{BXm:دtVJ⾕qzXqL;CLGze~|-?v-hܤPNo,eY GLE\s1){40 =nhId,p8x `?H$^Ebٷi a%NM8PrC_uHd +;X}U??a.]3*mα˶)$q϶wy{{%:8 v0?*6ab>>vx6i݌+G W|GQN3#Z >8WGz_영Em;1 [.}'N\H=Gɿ':vCO J֣G='4#([z2}!9E>u(cOͪ ë`['ºr _p>T)-p2~Xق`!$lʺ?rDNR|' f CΉPiyṫ Z0֘ޝ|Φ|\2R7B޺0LC L6{a /{'Ufo<̍znG*qO^zwO(?je7Qum"^2?>mwr#dH+4y ID&z8-g|B+1C2vR'g_+Xklڔ,a*&Vkd!fPeŀSїvbn"EGq$-s+!&"FV&R3_; .C{z:TҚ7A=*;]&^?~ ЦoNs`*R"}ń(e) ǭܼCRY|+E!&WGTΫU?tj|?F*m( [ aX10BDlSA@ nH5.% C؈k~[G+eD·xsQ(KuK{F\lڊ(fAyѥ0C0/=>PU6 ` b}5$|G`poΌQ@zTh`C)RçKE0Oz}Ih`Ө >''4"Sa_)b)aUHB'%pj(AXjFI_p jRhv~M5YlN0PBxGJ)f&%s b8%1(aH44=Wqi`m:m?k(5,R\,^aCb(o,z-`Jԥ4Xr-IV]4]/]YWukqCr-2zae)Emc_).I;ڴ̌ex!LÜFAfG ƅ9.xt-Hj@lIHK4VK[k9=>*.Wz$]*npC}i\cY-Dn?tj~'m/= WV🞿u@Jy߀N;bauv׆IEIJN .ƈ7wS~~5APil>-ޥ;q1L}hXZUEP!M ۥPF`Ց"4N)9:4O"GׁoT]lAaNħY 8bPTQҫE#G?&ȩ05uzD(@v}:|#E `,3u!\vfhO#{AuVѭ%}{V R: 19hD7<) m =J|WB9FtBz#25Ɛ!%4̮^Šr2(g!gZuwlcSf?{hkψkBVrNKahZiYa:٠"CiN{ơ$s\z*v ۱PaK'D>6Cs-8ݖ%NX NPSύUMwn%1lyz78 f %@ &WP0п&a`}(ŔPa'~( .#͸1L@jV#+ 羖iX;`1AN%U4Tm&I0\<]hbn6:a'SFg!8j[F&x ̥0e=a5L8@7I~&fHPqFeS ipw&7+giZ7+jeg5BjPMO땷:.t/8EÒ&A7DI(8~./eyrSX4lƢ=woUJJλxs6:_#py,6c`qgDni՘)-e8N$iJ:oSw2P ̃d!xt7G@O 7=qC1AaAƊJ֫ CKt&!wULgǣ1g~ F)3(_>co1lQ]G+᯷vNxqml?cIdU~Lk4:H-nB<41CѓivJ8hҌA՚2Fō}}|sI+xe!!j JAtw5.޿$< /DOݜI7I aKČQjQ -kS?/kD1LG&(l6IŮe%r\X쇣XIy64aw4I-Delێ $l1xH}HC| Tw>#a6bE2P:k`>m~LWO27g=Jp/|,_܉a4n~ hdzhhBeუz }\+>H#3$՚J.(C쪨)5B)<71zeiu1Y rg5zt4ntmϸ|V*$R_ E=%e$.dp<;.lkԷiaշ~"W)Zv'ilj~9Wk[`6>V2 H_6ƒ rgn~pBXȅgx xʔR/mLM%I95RΜ94]mzF'o6{h*sy -4r}/1\PBY-^VZWTf7cuf;5t5*ٴʎ眾T- oaXnAuV@0̒o8}/Muz6Ыe%$\$,W2s$#Z3-_!.: ˭):9*v/4`GbPEl`(jGD~׿3S;l%]O=sZ)l-JdS% E牡Z]9Om Ӫ%vq ^aG+:QnYy~h2b>?@X5H9 3^0!Ni9i}䠵ŪC`闒vc3m3CREWlpɟ x;8@;՝{ Zr,[A[9l,0:c woVÝƑ=)b4)ygDҏA'!:H;q[u;K=K=#v(o^.-^.婕=4o?ٯmX:q?ߵ-x%$1\;D3CNjT* O0vr˓N箭^y04%[Ӭuk=KUdU s*կH4k aO9eyO.]?]qjU3Ġ.dn#,&v>xt~I`rMEO7t:hN]Ο=+Gp,fS4lK]Vnm"HZjY~dX{rH| sgR"OO6FllxCrV qj ="l_'m bbIt+3\1ꩂk&QK0 fY\_I׻y{8α9(ŋ?2Z<,| (jqmq}J6Y.Q ]3?m<X>͈O7cɝ^ڻh9d4#]~=mU0 "4ɞNlؤTb;ɑKǶ^ b[NW8(%vn&ґLq+:M=j1 Zeν@ﭢahX1ù[͘gkkR>%Svf}#POPwrB?FP_m@qz*;@sV(~Xa;7 >j2aA[h2<1c's؈M}P bP=GĞUê3`?Yqv ^iZVs,p9( FPK-aU |/u<IgQmCZM `|':HOV?@F]cV?ĩ<wP!r 9%eg[~6=d%hْ9S]/} ϯAo tծ*@eZYk75؛ [I!{+l1e28 UQ\(TPή|N? Rf=$‡ ѭy'9TSJ?.B>u$"d[\?AZ<@i$֫婓0&J*&Da NX8lAsiXCrYHjV&'8iQ2AM*0XD׿硦?"nH?ݍh7Ʉ?1 hǍ6C"C]Ԙ\/8L2R.ZД]c|{3/1]nG;vf0RRkB>/4u.UqOYV{}!=O2,e6=8 9ra)xzÀewG܅ zP#4Kn)J(1] Ӻ0NyeQ286U1 |.d1W}  a4Z4m !HntyZrt%iC 5ߓEp>AXGLv(&jic (bܴ^hT/wՌR櫧S&Xs%PgMI&MݼBjc5; PQ=vOW>vEpm1*3į->' 9ϦWlY\\R#%?*> c >y7(= b&=(xfbU>7ȌﲺlRmZчG_0#"LPzEWu}Q?K{q_5iG?*:1Y9 WAKTE\[ȸ28DV>( 6&h䶮y{Ën5ayYna"2DDHQ5Mؙ*Ō?ͳ(ej; iD7cZʔb SV]5$viU XEkdG5 @(wq(9ig`?.xAn(EYouNJ|0Nk8qˬڲK_+JtQ_e^+l֑z)L+=5M1jƷ0S:9Xf5[l%ݵ^1}ex^=k8OTδo$wr]A˵eWdj,j֫d@-Lx*!CX=_lM|5Fj+_RP ͅr܊c==,qAHG֦dDi`]B]tx(by7r2E"?#2ӡf/& (zt OkP3ƃ!3e($2.ql KeT| }QA Ogֻ Uޮ}&0ٹC)p :2Ժ_p賮ܛ7&lU*'U3sMldY.(Aks֋;Hs:A/9r2a~\>tTBT`sgfS rWyɄUx)EG#|潞ǸB# %x:=oh Qdr/r4b6@XLQL-;4.3s5zluچA Z)Vp&ɏ6A>/kD#yw\zt|]&Qؕlr4ѵ䯜V6'$7f&xzrPeFe(&7}%6Hq-I-{1zMw/,ۙ==w^@ v񩘔Lb&:UT5u< {j۷L z؁fb=ynȪLOį.÷iᙛ\B@tCYL <5u7?,=YWarerf+"XWGp$|CݏR'AtʱJݵueR|q ;ZCpΞ4NWmrdDXUrp?4|Wm16zPu}ΠG}|; ~n#eP<݂Z4GK(n|[!IIpCyV\ Tjy _@t d$-UPJVC|]Ddao RthM/_O\.jwtmË-nUL٪-]1A\K|ylޣĨJOÌP*2Y&==;|׉cOA_jQ['0RV6ӽ;G^*FX4!m5Eأ6YyTn66٧hڐÄ,L-Y&0_=#eo9Q{ױpc~Lsz"0XR>9\ܵ /v 0#tr,4d,jοSψ-^a$] _RU kL5m, 1":W>턯v#1m*cߍv޿u朆p|8M9YEqD'JľHyV3)Y1(ï1WZ. Yq_W oQǣNqN=|HvW5\=s)QWG3((yPK__VB(+z+u $*D*5`?50N%R)g{]ˬosl>uyvH{&F'7Rvӡ'l :Ը+F筦ULV9y#6ʌQ$zEېUЈu=0a_"]֖8[I.hfyG5EXMY_*)q_| U`7#IZXF-QƼ@jq/au> À\1%(Vb/CE_$_p{<$UN9*XvX8|m5 ZkDg Ae:LPC)W%Z@BG:9QlJ*;!GێJRG` }@G@f){!3K>#߯'nfFc?!5Lv3? pEMsa#FULyڵkcUKyAFa YDΚtSտnSdKnr`;!_l舆=lʼ/U?1b[Ԃy@Ym氄 5`~)rk8^`~Rc=j$[[*ڏd?ک S $U7pA0f3)z`Us ʌY1TF\֛Y/Smۙq*$ϝMk7@W?cȩsl|R脰 уn(~KPwLFDn=3 ܺPo3<;*տL =QYٓ8a?Jo5髤ZĖ,2Jh0"$R6-sj$]+6GAa8eAɺ0U&/ b=z9+ _ZL$wR^?H ?ml_㮀OS^_Ϯ<N=Ԗ ]&Q飯nߖVӼ 1X>" 2` !*[TT^r {<zG%#= ?f($PGWM[N_ȝ&.p ߉%7_G^Wq8`ǰGՏLϫ$< YbL]~[vltdrY+ּJ Я4EE0΅UZay/Jä( g42|8nnݧP^ɗч)EkXVZ˲ t? P0${DxeۙEM" ,.IG0 2#@"KBPu@zG`ƩpooJ_`'U7%]CckJM2ˑK޷czDp1M󸇹.n̂&NMCs%+*C/מ ZDt}μҝTJeE" p.0^N7o^1Χ DgvVfO}3 O0٣[x9g1QB~+9A`!{( wx{}<6֛/˃u:QNqXE-Baej-29Ņ t7g=IR)Pj&[ ۞D)T~= }:59CTД\,B(eҀa*.k.1$IsOl0ngvݒcŭ\Ax V)> r *<]Fku]~@lq:f'ᶥ}_(z罡ÉK['0VjY2WYm?yfgG r/M8In07sC͋eNi$_|H;GQ/-:=N9`Ep ˖! [t!ժ=V)ζqvj5տn-@bh+(|.Yav6g(-g5nKNW_'4FS|` VB縐.XFZϷ +s㟥xgRY^zExR]Zj|Ϛbyy?=ٹ~mBOg^ܖZ#'աmX#_i7+aOi͝[S=[sZSX[ppXxؐzW5i˶x#y]Z й.#?x&իWX-]Fn.l?MJ`dAE{C^Il;}b`cҲ J\,Po6a(dSJmS N sԘ&ESGm]j7UK0gPW tMm5^ G }(t/<|RIɁjΌmGQlgв-:*ǩxŋ+jBַvKNp@İ ^3GST`ccw4(-ZX y 2-DO܉7ӅZwKCy"Ix2g탩܋ԋzi=_~*]Gy?b#B!tsvkXCW[ޞGo+[ac\Rg!)TM% I0xoZyHeT8.>vmUc/'+HyqJ%[nfإI뗽]3p41\eOV/kӀq[>>MCY#6eYȮLRrx0Oc6p(L1X1h駍o&oAgdEReWs'CCfLkE0qyvgwZ=g}˂ݑےZEc! bgtO~uf}:nuQ\^z.RE1q\%(^'dS,mff1 _)ۡ9$18f{FYː 1&@rɥ4EP|`0 Y{,d\@$t%(ݜa" x7V5V,y%>C,;8"°]n>__Q4SpY٨\0LC\ݎ6v4"{s&ݛK/1N±1q)Wb&yam-hݑLa;Pעf8k gNܦ ҌӼz,N*pT둽|HRgx椅,v_W1WY8JN#fRVҷ<С*oޏ}pK^iѢ;DdCȽ$ Mc?!vĉB)+US`_$2Jfxnh"Y3$q0 70 oY.MnhYyYU4+1gzz/6)+W{nЙq~@DCxүz$hK(fkk@v:]*<T"miID => | ژ87K}#Gg#QƝT^h3|hCZby7ǟKuG(lOSwb{>-\{]dM6jaf$su]`g OE'Wv-""ݤ/jhbRRfvwgٱas ܉ xcNydž{ n&_ *#J൮I ]Ynm[X ov{0)V6úI{0! .F/}omHP /x#RyG rN7R$]IԭKUaMDw2_Q\Bcr?{Dq%b ' $\ O{.qRK2F lTG.e{2[LdX 1hi{\uey wJTBGOɓl ܤPN/w4xeny=:Hxq~Ju^S5GndbCv6/|I?Y삎H7G nJ%n*`vI[ؐpLRO-ƅWQSG0&-.'H8df 03`X: L"acX9 5,-27`ȓ$E] @|ݡ<߂K7w4Λ/Vǒlf2gN;VG|Sofy<0cgjӗUe"q?6u3 N*zQ,rb^ 8!.Z |Aa}0p+^;GNݷȠ2![VtՀ' }[[]]nk\"S}U<Pd6.| g,iH],e]ȑ'N,">A Ït)v`^ B:ohEsL;T<!Wu=mB |U|řƩ]E D[3'yi3]z؃ԧQ*`Fi d#XVbyyE,pҽЏ7ӯB&b;n_Z}K'[˿v,+]vݔg)MaÉ4uVwYU!_t"pTH;>"ֲSMrj> 7[[lY~´\t^?K~G-}ĚP-F{Xf.f |\|oUWѝMm:հ$bDmLʉ#ڜ`$sgR8^fm_BU.7\U5KuprW)rɗX MQX%K}A8 vI{xys#4=L2F/<&hwVH[7pcDeO2yE!wn)]AbV Ls0:a [f@jX9ZrLhR<fV?$&8dEhK cmT7^}saJ-YK}5+KC O|MCnÊK`1Wb{R%IkN'c- 4g m@Mgu`ωa~/3R*be˦_ɁNsnBA.깻xsH)EL79|`4] ; "fp]k]/Dp~ӚRd`!8fK.|#;zHCYmhTه{*LqhlÛqtb ]jY"kQ)#105-aX;GȒ9=y1 p%:h)USSPPP)=\f8Mr{ZHoa5V=uܘ2lD쓞 /&ׂU+WRcuNpe菱ZKץc-fWy>Y㠨,PUgyQO Q٠C]sN( N7ՖToZ[樂TB^?)3 lRg{.:"6Q(H̎_Ovc#,@ A&a<L!O #96q$EϒW.;cjw3(޻FX0U Q宛+~JDP.A Kx#ą?i٣1Ho:_iPk~0]v0ᣋE6n@p,21WSފg;=_bUbT=|nnTgc?')7`<'1>^dvioY{Cp^tFG{|=,=&ԻShgZ~_WHǮ.:7\W1_h>C],76EAUEr,TFQni@YRXn ~CHA;$bn'Z';T@::|r~XnQ:q꓾Bҳ_rA eӚt)'z7l8lV[D]rls,Vv?O*0% 0ŰnWRGJ,MyKXXdcir[|B2X}k__j0"4ʏet'-kT;DC _pH7|/n/qJ'p,FQ-?DʯUNӱY8s]v 6t]l.3 P-K} 0yRedW'i;$΍Vt#ybHÐAm\lJ+n"EC5w6$yr9LՔ@=j>ɞ`>[2-z Ll(= N ^Y U(OT苕xp*0, K5Ca2[0Sps؉Z*ߤ:kEe ^U)r]F o'Gi[ɩ4֑ZcLw[vpӓݔ(Y6iK=j3O}5=l} (Q)w6c:$ȴB/3->z &O"pJ'R&(9:.FN~Οk#Fr-3F!^$sЭjgT&C@FE9gFpO$#W"r@$)`@Ћx} xdg` L#nH[4D\Sչʍ/[flsH$M)LR)KyG^JNiZ>I!տ =_`'tǷ4u/肱Y  6Ek;Z!QR'l>Q@4`Vs\j#W"3G~X Dx8cI={w¾ {N zIƱ au'!:9]K9v (Ia=8=]$#cM/< -f)y 6 7Im[Nom}¯ 84?eRh=2įYxI' @sC:R!VHK2W0&6v.$o3ib1b"7>My*Ouh 3;3osb5ЏpiOb1q bP)FT^Ֆ^?0[9*$yH1g6+čAK;ׇ+q4 Y'?ƧȊ.";GPa?cF@Bj~vǰL bw˲,x~"]ѿh2r`(.Ss=^ g"LhV[{=Ҩ .WΚ)t&V#??v jGMhqG{6TN1Tp7CL'"bywȇywgg߹gL2r "3]xi/OI( JM-5 '>ۏBiR"0'µ:\0:1~c@jd`k?v~Ccme}~O-1%|)˴>`a]R4 {-45 yĥxl XrJ"e,69;$Kԋ1Nw w+,k?,2BxFn/ˇ lɧ8!Y' b*4P`^P4U*\>4pUz LE|>GT˦GU(3 jG^b (LXۋSl|d-Qh@:g 4>{L۶sCH9Ǿ uԾRp6~x*sAwQ4zy68=;gBC pThvnw``/;IOQk}\$'VRk(ٓQ́2r B&m܊FcN28'Q-uyㅠ΂{gm1Pʇ㌲}NΚp ,zSjԖ8φc{*D4X٥eY d2Ãp)Z"7OT(fKҞw\C:pSF_t[fԈT rmi)EϷf(;ɞ+cӴ%'hu6?e^W(1DioNy÷ LǁsOzsz5ul"zs[\GQw3h D]J:[Yz+qP=Ht٨ĪDZ?!W6v ْwMȧ@pǚ1)Yz?ï4sq"Ojqm YQ1kC?pߑ"I ,' d,~YQJ;@yV˜lN\A?JLkcC7*T/*@ 9",AkYoIg6CӫV9? P;G9* $f74A^;^u_Wc!l3\NH(̆@'\` sHBTaʩc+Npj.p6b9;22j!K m M"YZ^׮*DV6Lor0`=sY< VcᆟI<+qD'=t_:)\F^}WnM YB08:rS{ups8(ڣY!>Ubc꧋PX iރnD5WEN5 g 9|u[cÈ3ABgMy K'8- ^MH^o2:z!nگ,gʼsA Ysipu2؍ްVP5t}GڥI@ `|\ Oy=r"˅< {z7F\Hܿ&_e%5yiUdDFOǡ|:@wX_Kʊ뺴RhPvBUzLHOa?-Pa Nn2`%[ZX \aMm}D~<_8{t΄r] Rrԝd]3G>kNp7W'~\FWZ}?,=(U AlV{/{P.!ˁ^2[oΒ?GAߺĘPڝJ<՚(9#dq8hA}c[p;U%STHQ8IfU0~ wYI-"_j8`8|DM:I-H,tIՍ˵!"L%GV&7?+nj4,ޮyUSE5|uE +"9X 45>ڱ(FܑܚxBk NLV۰خf}q q/ؓ j+j澢-*8ӚZ5 ܱTW(k_ !='ـ_SfNBL6C(c Jfݣ By% SSMo}l5WAfўNRt3[FliJ3Τbҳy5&bXP oih_aw5l1!%v_y*i@ؖ\ӁZӃa#$HIe5]@R4,@NFw}Ճ#W>;r c >o s%Z@\: j}E9aw{T}֨鵓M#]q?O:|Lm 酪6zZ%YM,$HC4pAkhhE5HQ)G4S jQ\~Q !v׺fhHNwRN{L]?b<m7g;eqC&HHSrR8뒹딽QHӺ_ S!%@to_Ц A X>z:oAMXdЂdpojPhZ k쿑n1. wYLgle޻4=yQP~ᖥ=ij?P0J侳'S<)}h|gTEBy%ROV_s?v:Kϲa}"V71`4.pvI%e+z IY۪cWGP6> i+ \dߊjc?a4S 0rW$ I Z-̞o]~L^\ÕO#4"Eús oA^C!e Im٫  s|Xk/DqY˧*#)aAdG?@1v2l!7(!-}p8o̲.t 7afe uHxtu) *uDoI\d7 5ɓoPQS@('{J'/E _s+n-l/_C0b6mV7RLTF.76 h`SSZ?j?c 0bV $B@w979- w/O%Dǎ a̐&9רNLYHҕV=8+@v/gѤD܂Nº]_n90{ |ytӔT6L6V#O_Klڡ"t؁U5ђ&iv*,ϒ*ziǥ59cqŗHt͠.|,F(~JqLM%2}'id2:↛hݐ0|(g=ODh$iWS T"was^bT`᱊XaL&`3g=`ĸ:9A>qtN-rfecEVRl9w*aIFlKua:Tmٰ6zϟΎN*;9}vS_'ڭŝYEzXꊺXwdѳ8 Y?$' Vѐ5KG- IxVU N[^ Fg-$4_BFE4D6C41[epIRqF 5j${uCpE6[ۻNΌ^7ʢo6V /~ +zpIE'JD.2 ӊG>_t[w8g,vxgJ?ʰ4,hNˌs-γ#/\0{n&bkuFL_nPFnX@}~'^욀UinzEeL\ n}uP)~JpK&9>G!bs Fw5HOUvy$ UVO,JestvpnXg'"9^q!离!k<r\kMy K'¬3eZD/⦰$T (ov:| {B/SԦZ8|2йbkH!raϗQx >7un֌PMWѸ;(yA8UrD?e^dqU$Zљ3 #etod}"4u뀣5@sNd:L1Eb:4|/hfke{QdtڕЩUl>pWN4Ɲ(끫F6S& 4Bqs~Ŵڰ]q lMWM'j0#,PkVe^VEYfj[k%}^2bHƊ] tor f,/*pC1NYVDcB.O.~ftO\BU iFQ-׷j|Z@Y}^?o4Qւq/y:R]xFYapϚ|'Gy RpeMEC͞NUXGE4繟,|:8@Ą1O(aM66*ʹ̹B)3kDHSPUKy (,];`FW?R>B/![ { ⇋@r?qyZwWrOj`b?0}'a\am ZX̸!c `O]\: f/v|(LQ#2Ypn/X&F~n ~}m88|%*| z/.ebmBU1 ZF=9ܽο&3H˵jaX.||(% £M]G7.#nM#7Z5}uK7|fFlj\\mKu\ٿ{ _va_WqПŸ`{t![B}flZ8-kҬhh&Β;qO/p3&ER)ƹQSjm_?V_*Ozd~@åW]>Siv *\Fzq1W -!G~{d^f8iARlO8Mܒ'L¾!>Z/iFicl{XZsiNxYt9ՇCdf 2oRUrV|]0KQbG􁞮=0/e DR73s" y5=h b m[f}޸jşvv)r߅(sitOr::/d%l*HMhYưSBkBɴ]|@okʓpkZC10+U[[&%GB!Mk0Rs6>rx7 $dIbC_܌'PZU"MkmϪ6)J{B/f=`IH>'CGa6jS8QUs44"vyrckد7|Xkc4Y(/m2 =3yMo8/ǐ<ѭV@t_a$G+k ]LL@"J4Fͅ>k1.Ilr~HB:/! k^׫jiE_[(M" &1`+kUݥ;xko{˗]$Gx8 /zE݁^?jpwqd YKkbi)z@r"Hrs/5ČAgIUPRP8d%Þ*(csڬ9XDis=2<6O4 y*d$J\P-6GV/ U7sQFnsފgKg,CK7am;gyg`fG|#z<\=)U^2JMTiڦ3EBt!?IŨ+ϕ-"|T|&skpcǾo nGN`p)}.4<4:K  0OdQ"d(|p=T'P󷉳ϼA˪@ah((BrJɀ#Uqߟ`q̺Q̔|"'5nCq2ߝ )\Z^,aKyĹD]Guv5a~ndhT^, L[7k7%wUDȌ?CqG|u~X  T GtϼHc ӭŖ>`,NXvz}A5ŢFfɀvP8tlhP\"n=C ,h\)shrVN^yITAYu*1A垑QKML9AR&7ji"15Hĭ1:e2@I˹S?drg KnR$V ,zOG%Eu99qk(| Jy2$Y[nz:rw8~CohxڢJO\TvmԾ!Li0p$ٍ-vMlZ7i3Zk_BpD}.Γ䨡Cv[9.瓓"nAEҌuN*TPٿ4ݛ@$h2G>>Bdz9[?ȕб'*GI!9gVy;;ٵ/:,W}y SAw,!r:DK.Ye7Btԯ&Hҝn_uPX8f].J ~H&3ZV; y ?3 0)C'b0 nq St渭CJ %O:L܉k+'Ÿəu!;4*>pGx& _wf]v,5|MόΫ_Yug>"oG< >} ΎX#&gJKBW%R!F{r,k%!:.mimLN&ף1t#/w7%̓v姭 D^Xd=Px O'y٭S?yLR SvVOSnES(,LhΨf;fp@\F{3[Kqkz6,nʹj6 o>]~hRuqEUEkq5 5a/.\1Y\KfH=H{f.q$AMz=N韙Jݽ_K唱$^J^нJP-xP6qɧuz0ǸF8 Sӯתh:~2 QY`ZxG*e?0z R\? |D&;/s8ueCK"֗6/[1]{o $}&\c&bTaFNuTmhk;O: 8AV]V7E|N Txc+6(O6,>T |_nʼqJ(fjS\<(KKJLV$r3爅 q "G~Yhq;Aj%?Tդo;.#Q2l\Қ4RD\n"Lwb\о շ0fLJ(xS\Md]=^c,]:&bWڹ`hԛ5 #~U銔\r\q<Ż| Lhtz6,wj{LyrwnQi9_Gu7Z%J tg!0?c@=I"t2>|9{6&1g/dʁ鵙>v|7*,N!wM(דY\Bt=M.X{:JI=HQS˼)4=u G_[ E4ڻuK}Cs"XNLu@‘uHGNFpO3샺\Z癤⾲|>ԵQFTbeB= zmC@‡.x( M+CIbF D;'ϣBi!# I}&O0:ZFW6Z⎥-.ߒ)CrOYm#kNZo $Ms𺤅ab=h@T}Ǥ[*H"T"v6Ty|p;K7#|Z[&]=J$ q=hkCpًp0,I$BiM^P(B%]*5Z@J-fҙiXN!%B^]$g/E`:LԾby3`eQudc]6Ȃ!Gũ :y>*F&|c[Pj*AJۤt֔ĩ`;)+hM!XU5YS.>@^0'٣jy֓fN)ۊ?s6@TKL͆ 07эFnDJ١V>y|P@ |7MBQhlI$ԙ6 92FlˆQNO9b,$fSߨhxT 1œ X+-~{$ ]j)8$#rD3:Odc]$=%Ņ5wQ*M!P*1x|DAI!2P`ۮW ې19$wqau<˚ ݰ`-ftڅ̉/\Y47gc~s/i_ġ3wQeItȲ- <6j{rYzUA 9u\,ozλBkA$76&)w2򌄕5T#ìK(_"5]ngm$5lh/ \('{J^rRvO3aQ߼0Z+J[ %MdVj57 ^lXYnBX;S:+s߮ZIgLrt.ۂM,8{#0MWoL5RYycda^>ؔK݉a4yU]kI|'p w_$21dw?|Q6{/>Dz"q%<徧RRKA(af3F?_y1Vgx-V JxW4=,K\~0 ཎ,fuGq:kw5eڰ z~ExߐލYӁ%׮oy1TI~P@a+& ~DnLrLίn_B'-0>JY=tQPܑfˍ~P.#J}i;?9J{YAhX:;4ďB]ps]^!ŘƠ! wJ_ \hvQ1J+Al(Gq8St| I g *X#jbԈ ;؅M~\wVOtʥ6C5,İukۙλ`=NDuu34[Jsg*g>R %p@Z>+ϥՒ5ccďڅ=:׏;K9?N'TM6H+J!#@۽uS}@w?h2ɹS B6A,%泴#_'mdx:4b7h gjU4KȢަ7KAו8K#YuRdD/ a&ˠ°Y[L0umQckY>1ɵC\AlJg UЍymuA_tσ%ɸ*4j(ߪl5\ 'Cp1y~G|Qָ0%9,yۓѧ_ q_>aIZe3)2a @{tztFb؁6Mhw|$+8?>¡V]Ҕ`3rS m^ܷ{{ߧurg3~YBfD|f(O#qX&gi+Uݠp@N#""_+p[*VY1DuNF#_<,~UEZN1!dJDŹ'AU1UrV,Vaio&#̠ulMʤkEeEdMS/J+LqVBHX}ghA#=? T/5'Dwy7RHç icC0*ЌX 7̊ 1Ы8kE/U L3yvTsyHՅM:ETa6>o\t0DVN1yoDYL7'Ģ6A$ڎ#U 9MfR,ws,`Vk7S"Zw~٫PD0p"obD,uMF b>Np:gF~ٚ;Zy=@x޹U }Ϛp/).gά~`CF|:@{Av()(1! w)QnDzo1ii հUm*U< IcsOkpzΔ'T^'itcßb{2bA0WxML(9\EcfhUd0">@ e̬%Uu9dwQn`FY.ZtH{է.dߣyuIzgqq/u#]vTH&=V?GF}nm9KZ=i`5!AΓcC~3̜ a%aՕ8W֯D(I%$t˜A xdApxQJGeLD -q..?U1ˤ#_;V|~c!vF/$l)֓W[ 4/H?or;4״^U;^DޠF*0Μn8J8;' H+|7(,,IAܝAfMeM|ve0GIuAe2x(aijk̊ -k)-"R#c p 甤H2 ũQZNx>^ʰ1K'8݄BzEڇ4 HS1G ؤ Z~Bh=d&X}l/6hNB[fQ\"k?Q8O"={&% 7p{FR% z&'12x YH2 Vlt~XGHꥫKOeK^M3DUʥTN$5,lWЫ vHSQK& ԑzHnpfWC7&O?&TؙEfyi^TkEn3=e͟Ivf=_Xju1)6x6кY J Q{=Fb;YM|-2UGUVl+;ZzG:Uއ.${c>U>2ed&xmyk|)[c?/>7ӐQa&N^i]m8/j=xm,/m7)]5:F4 o'{[mn%Sy F' |M; 2#  {.G/Ml g,QD;Ud;(Bx sf|X c `֔oQh0DQĂR:9b>X/M.dC=oCij0fyALPxnpL@!|&"+G9*QekUfR ͤiyvcg@aOh>FzꜼ5?!L2;aYr4S6t.(פ.?fr.]LݯͺgFOw5c?s0 ٵzGhm'u᭺:"ni].䃝-gGV esNGUw̔z29* < ͺʏ,`<}N~Yv:`=ɧWT&D sYpDЌ(߳p)i+K $#z&^#V= gsy#ݐ*9oUv6|X6}e[*-@}SMd Fhjj{c{mǶdaRlsKn48Fq7T)ob@L8?Vˮ.M^٪Y7 iVBOh%pJs:,A 8.(z@=hɂJ6| ?l>%i.p@J ]M 867cC0 g]M;}O46Dʝ2 _QRWD% n ZC׺!J]K٧ͯ2@9`_ep;M?faQO@cݻjSX=js{(ds CCdlSVb4nd ;xIi;qw}ۏ[䢞gg~=iX_O@imn7 PG(#}}lϰv`D.e%`nDG> E Ks"%>74mcAr)|Od7p+9CfHu6S V4)Mpq5bY"]s;t/ \8JŘ߿8g|Helv8ɱY 6ufF)r=͍ǑvP2WAɈjx7{<"n߁UzE,~Hi!򰲧)#EjD,ė&pbT"uzSDG@HS b7u37`zܝk.86i(Ik m1'nE 3]¡!\[_Wz@޵q1XvAсrL䇹M!+3bsK??SFZ1 !E'VxbV_ނ͊ykKV44ã@zއ9gJucA?(^AC&yPVȎӼ4.RM* ,&⻃&Q`AE_TIDz9)x*|ې/aB$9Sܪ:@Ɇeo㻴)fohVDhPFI_[A[H*n(fnn282S3ϡ8Qk{=uGbOwp(eao!DHXlCm_Eij:a;_/h-$}:l6lJ.,hPBBig;L5v}]lBh#SHTz eݶ?۟3E3h+s0IILW>c^ۍ'T[ddץjS6QZU >20g%NAwOr}deH5{aĖXxm>$*rS\*TnfvΩ$ɾ'lGјa_t顅 *q4$2A5>νL'[d-zz@+*A4=ڂP{bRpV-i.3UOLz8*O}LU~aEi) ԇ!9h2h vCI0^V@>! 8nT< v@ڮ;4Ē?x)3;gUN$ͤf.BA{)TB9unWٽd2iXa