cairo-devel-1.18.4-150600.3.3.1<>,wh~p9|XlK@VC΍+X?ә#QjvqϸD%hP η/Q_yfLqPoo#"2 ȘM1 np(Gh7Iij,=Iʲ:@yn0^:w?a<%Ɣ"Aby:ͅz)kieU/CPQԩzp܁5O+&i_LHPQ^%p] K`ZyFY@A2|p|^o{^'R.T>A?|d " D +EKTn n n n |n  n !n#Tn%zn''n)|++\-#(-8-)9.4):16)BRF\GtnH,nInXTYZ4[8\@n]n^Hbcd+e0f3l5uHnv w8nxny]z,06xCcairo-devel1.18.4150600.3.3.1Development environment for cairoThis package contains all files necessary to build binaries using cairo.h~h01-armsrv3)TSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later OR MPL-1.1https://www.suse.com/Development/Libraries/X11https://cairographics.orglinuxaarch64!>0  5 MgK)DP)<%,X; @ >whR`kfvj\Fw$-F9ou-`{t-`P&JfY)EnR3+( - Eaqzhao@suse.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgbjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comrpm@fthiessen.demwilck@suse.combjorn.lie@gmail.combjorn.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 b5752618.patch: Backport from William Bader's request 621, Fix NULL access in active_edges_to_traps(). https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/621/diffs https://gitlab.freedesktop.org/williamb/cairo/-/commit/b5752618 (CVE-2025-50422, bsc#1247589)- Switch back to using source service.- Update to version 1.18.4: + The dependency on LZO has been made optional through a build time configuration toggle. + You can build Cairo against a Freetype installation that does not have the FT_Color type. + Cairo tests now build on Solaris 11.4 with GCC 14. + The DirectWrite backend now builds on MINGW 11. + The DirectWrite backend now supports font variations and proper glyph coverage. + Support for Windows 98 has been removed. The minimum requirement for Windows is now Vista. - Use tarball in lieu of source service due to freedesktop gitlab migration, will switch back at next release at the latest. - Drop b9eed915f9a67380e7ef9d8746656455c43f67e2.patch: Fixed upstream. - Add pkgconfig(lzo2) BuildRequires: New optional dependency, build lzo2 support feature.- Convert to source service: allows for easier upgrades by the GNOME team.- Add b9eed915f9a67380e7ef9d8746656455c43f67e2.patch: cff: Don't fail if no local subs. Fix regression when writing PDFs with fonts.- Update to version 1.18.2: + The malloc-stats code has been removed from the tests directory the canonical location for it is: https://github.com/behdad/malloc-stats + Cairo now requires a version of pixman equal to, or newer than, 0.40. + There have been multiple build fixes for newer versions of GCC for MSVC; for Solaris; and on macOS 10.7. + PNG errors caused by loading malformed data are correctly propagated to callers, so they can handle the case. + Both stroke and fill colors are now set when showing glyphs on a PDF surface. + All the font options are copied when creating a fallback font object. + When drawing text on macOS, Cairo now tries harder to select the appropriate font name. + Cairo now prefers the COLRv1 table inside a font, if one is available. + Cairo requires a C11 toolchain when building.- Update to version 1.18.0: + The first stable cairo release in five years should be cause for celebration. + All the API added in the 1.17 development cycle is now considered stable, and will not change. + Many thanks to all the contributors for this release. + The cairo-sphinx tool has been removed; we could not find any instruction on how to use it, and no user answered our call for help. If you were using cairo-sphinx, please reach out to the cairo maintainers. + Cairo now implements Type 3 color fonts for PDF. + Multiple documentation fixes, to ensure that the cairo API reference is up to date. Also fixed multiple compiler warnings generated when building cairo. + The XML surface has been removed; it was disabled by default when building cairo, and we could not find any downstream distributor that would enable it. + The Tee surface is now automatically enabled. Downstream distributors of cairo have been enabling for years it in order to build Firefox. + Fixed multiple issues with the DWrite font backend. + Improved the Quartz surface; mainly, Quartz surfaces now use the main display ColorSpace, speeding up rendering operations. + Cairo now hides all private symbols by default on every platform; the old "slim" symbols hack to alias internally used symbols has been dropped, in favor of using `-Bsymbolic-functions` with toolchains that support it. + Fixed multiple memory leaks in the code base and test suite, and general maintenance. + Added new API to expose the Pixman dithering filter to cairo patterns; this is currently implemented only for image surfaces. - Drop patches fixed upstream: + cairo-1.17.8-fix-tee-compilation.patch + cairo-1.17.8-ft-font-missing-glyph.patch - Rebase patches with quilt. - Stop passing xml=disabled to meson setup, xml backend is dropped.- Update to version 1.17.8: + In a continuing effort to reduce the amount of legacy code, and increase the long-term maintainability of cairo, the following backends have been removed: - GL and GLES drawing + Additionally, cairo's Autotools build system has been removed; from now on, cairo will only support the Meson build system. While the end result should be identical, further testing is appreciated. + In this snapshot, cairo gained support for rendering COLRv1 fonts, and rendering SVG and COLRv1 fonts with custom palettes. + Support for macOS and Windows has been improved, with lots of build and bug fixes. + Lots of safety issues have been fixed, with array bounds checking and plugging memory leaks, as well as fixes for bugs identified via fuzzying. + This is going to be the last snapshot of the 1.17 development cycle; we only expect minor bug fixing and improvements until the 1.18.0 release. - Switch to meson buildsystem: Add meson BuildRequires and macros. - Update Source Url to new home. - Drop build_gl_backend define and conditional pkgconfig(egl) and pkgconfig(gl) BuildRequires: No longer supported. - Add generic c++_compiler and c_compiler BuildRequires: New dependencies. - Drop 0001-Set-default-LCD-filter-to-FreeType-s-default.patch: Fixed upstream. - Add upstream bug fix patches: + cairo-1.17.8-fix-tee-compilation.patch + cairo-1.17.8-ft-font-missing-glyph.patch- Update to version 1.17.6: + This snapshot sees the removal of the following backends and platform support: Qt4, BeOS, OS/2, DirectFB, DRM, Cogl, OpenVG. + Thanks to all past contributors for their work on them. If you were using any of these backends then you will need to stick to Cairo 1.16. + This snapshot is going to be the **last** release of Cairo with the Autotools build system. The Meson build has seen many improvements and it is considerably easier to maintain and faster to build. - Changes from version 1.17.4: + A particularly noteworthy improvement in this release is the addition of the meson build system as an alternative to autotools. + The cogl Cairo backend underwent significant development this cycle. + Subpixel positioning support allows improved glyph outlines with the Freetype font backend. + For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.17.4 - Changes from version 1.17.2: + This snapshot provides the new support for writing floating point formats as 16 bpc PNGs, with support for RGBA128F and RGB96F formats. This new feature increases Cairo's pixman version requirement to 0.36.0. + Beyond this are a range of bugfixes. For a complete log of changes, please see https://cairographics.org/releases/ChangeLog.1.17.2 - Drop patches fixed upstream: + cairo-Use-FT_Done_MM_Var-instead-of-free-when-available.patch + cairo-composite_color_glyphs.patch + cairo-pdf-add-missing-flush.patch + cairo-do-not-override-explicitly-requested-grayscale-aa.patch - Rebase remaining patches with quilt. - Add 0001-Set-default-LCD-filter-to-FreeType-s-default.patch: Set default LCD filter to FreeType's default (patch merged upstream). - Use ldconfig_scriptlets macro for post(un) handling.- Add upstream patch + cairo-do-not-override-explicitly-requested-grayscale-aa.patch Do not replace explicitly set applications settings by user settings for font antialiasing. See: https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/114- Add an upstream bug fix + cairo-pdf-add-missing-flush.patch: Fixes PDF generation see https://gitlab.freedesktop.org/cairo/cairo/issues/342- 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-doch01-armsrv3 1755680894  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmn1.18.4-150600.3.3.11.18.4-150600.3.3.11.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.41.18.4cairocairo-deprecated.hcairo-features.hcairo-ft.hcairo-gobject.hcairo-pdf.hcairo-ps.hcairo-script-interpreter.hcairo-script.hcairo-svg.hcairo-tee.hcairo-version.hcairo-xcb.hcairo-xlib-xrender.hcairo-xlib.hcairo.hlibcairo-gobject.solibcairo-script-interpreter.solibcairo.socairo-fc.pccairo-ft.pccairo-gobject.pccairo-pdf.pccairo-png.pccairo-ps.pccairo-script-interpreter.pccairo-script.pccairo-svg.pccairo-tee.pccairo-xcb-shm.pccairo-xcb.pccairo-xlib-xrender.pccairo-xlib.pccairo.pccairo-develAUTHORSNEWSREADME.mdcairoapi-index-1-0.htmlapi-index-1-10.htmlapi-index-1-12.htmlapi-index-1-14.htmlapi-index-1-16.htmlapi-index-1-18.htmlapi-index-1-2.htmlapi-index-1-4.htmlapi-index-1-6.htmlapi-index-1-8.htmlapi-index-all.htmlbindings-errors.htmlbindings-fonts.htmlbindings-memory.htmlbindings-overloading.htmlbindings-path.htmlbindings-patterns.htmlbindings-return-values.htmlbindings-streams.htmlbindings-surfaces.htmlcairo-DWrite-Fonts.htmlcairo-Error-handling.htmlcairo-FreeType-Fonts.htmlcairo-Image-Surfaces.htmlcairo-PDF-Surfaces.htmlcairo-PNG-Support.htmlcairo-Paths.htmlcairo-PostScript-Surfaces.htmlcairo-Quartz-(CGFont)-Fonts.htmlcairo-Quartz-Surfaces.htmlcairo-Raster-Sources.htmlcairo-Recording-Surfaces.htmlcairo-Regions.htmlcairo-SVG-Surfaces.htmlcairo-Script-Surfaces.htmlcairo-Surface-Observer.htmlcairo-Tags-and-Links.htmlcairo-Tee-surface.htmlcairo-Transformations.htmlcairo-Types.htmlcairo-User-Fonts.htmlcairo-Version-Information.htmlcairo-Win32-GDI-Fonts.htmlcairo-Win32-Surfaces.htmlcairo-XCB-Surfaces.htmlcairo-XLib-Surfaces.htmlcairo-XLib-XRender-Backend.htmlcairo-cairo-device-t.htmlcairo-cairo-font-face-t.htmlcairo-cairo-font-options-t.htmlcairo-cairo-matrix-t.htmlcairo-cairo-pattern-t.htmlcairo-cairo-scaled-font-t.htmlcairo-cairo-surface-t.htmlcairo-cairo-t.htmlcairo-drawing.htmlcairo-fonts.htmlcairo-support.htmlcairo-surfaces.htmlcairo-text.htmlcairo.devhelp2home.pngindex.htmllanguage-bindings.htmlleft-insensitive.pngleft.pngright-insensitive.pngright.pngstyle.cssup-insensitive.pngup.png/usr/include//usr/include/cairo//usr/lib64//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/cairo-devel//usr/share/gtk-doc/html//usr/share/gtk-doc/html/cairo/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:40286/SUSE_SLE-15-SP6_Update/d23d2b77fdd91c5f4365bc150e758926-cairo.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux  directoryC source, UTF-8 Unicode textC source, ASCII textpkgconfig fileUTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, UTF-8 Unicode textXML 1.0 document, UTF-8 Unicode textPNG image data, 16 x 16, 8-bit/color RGBA, non-interlacedassembler source, ASCII text $37;>BGKP PRRRPRRRPRR RRRR RR RRRRR RRPRRRPR RRP RRRP R RRRR RR RRRR RRR P RRRP R RRP RRPRRRPR RRRPRRRPRRR RPR RRRR RR RRR RRB;`쳝ۯǂӰ<utf-849f3ad29c39d84d395bf2257e5058bc1ef7ab6690e29d45790135f6552cfac15?7zXZ !t/9]"k%n2.pSW#GJ`^EGqJI"cxާf u_WX$NRϻ0ܖi@o ky\s"<ݝ9tRB*SAEqj CT#3֦{:@|;7O5GMIb1-^Z ȳ&V.ȕxDYv{4$ 2P魽aX.%eMofccKoqSIA|G-[.]A ډHRIEJ(ՏYW=QZ^0{ 0NAAHUR޷a03_3#. 7H`'=N43*//U }| >@qb98orĮQzy7el'>I0{'akUyTfbii bݔ!WwxuDE? bqt=#"2_I'Q(q6`}CGM`JEWOm=!}B~*H`ekkQgceީ;ZO.È ekݍd>YcRM6ѹso4ۿ@y kz`UHѡO?c91)#y㋰TV&ї{uϛ!GbciQ*0(.p[>GYl""pʌ!mOq ٽ- nbFj'AΟ6ZXLUT7L9p~( ] O6njpY#L;ՁNmA7HL}8R =N[lR+l?;9~?rvR67TCSD%#f}k/YܪT(Cc;Gd5h~.,;PsMӥ6w5~oxm4ңO9>;4ܤxUU1JE.16|.YSjطKw6GmicR)D$᧶H.}[C0trA:g2X':iQ2cj6N)'tu,ã>7w}ɟ\3FՁ߁ܺYKÔ8CvXyټA^3`͖p3om{GY ̔lpD#F[$E삃J*-;TB땪P̴_M@;&h1~ 4odR9X8r|E.} pT5?N v2B;cd5u|hmR>v9>XAs9+HA9pDA;ZVgUӾ@,j *0\/`yZ5n vLQ_=)M#d^b'ʘ f]t"|fBD CG tۜgMWL'O%W˰q u|VnӵP5ig jx;"axMA8PE*q4bfp -=w9s^6OWhVqm Y"ǧaMJG!%hq!eKJrNX{ZZz28hFՅ4OȪ%x U}'(ފ+ 8߉uA@_aEdKߣInΜ|D8 R5qJ͌K\4k2F7Yk@=cWwpg9F){ CRsUf+*BT Tcdn҈]xšl!/NS6QP~+' :k tjJՒY48"9ԵOl]$9xuu[B< }jڄ"\ \8SYH^poUƻ,YNzR˔\>X KH@aM6༫?e6*V=SQpN0bV^7~EA;k41 JA8x\xU9)M#ᥧcx,z #mneGcq 3jj7kI5,}:Þٓ/_Y<#$Xt K i< dXɘTn;mov{<ܒX՘'Ԏژ!Y^) ",N߸'f,Xbh xӹ${{w6^oBZ确a0$ Ȣ' 禈Zn W d$ڀΎĺ93I+EB#cQ$0d5(?0}]7+& eᅺ M9̃ z::aa$ad֤=-ZkZnoਃwؑo0?d(^tNs$7mzUINi/6mt#IJ!C'[fW2I[!ڿ=xٌf[x.m4al~=j P=3 T^q_61򓑋ef6n,E,͑uxc]gLqLLݝP _Up|4ofWXw8Z?ү?zGiM_]Jrj v`ܕl[]F/2a@ݹ`{n@>0DQDüsn5.Q ^&JXgWkjB1DDT71Z @žHo8k^M$`*ǩA5 үvpG꬟)]ܻvA fJ:{Zp2#a8G2a7'\[z&:'ˤPva +KMAVAGu+HH&m1M:wI#߄mvsnr:-L%nϙ xIR'澙Ԯx_ru E.c" N-n(__qeiY&be݆7/qm%i%Q9_P/ϱBx@\K3O4 "+HS@;!`$C,PCF][QϛNa*4뭓D.ȥ5,HH@8X Vo @%÷V;X5@ :۟ML+ko%KNڷ6. )\dqYKAE(i6n?`sN7|O6IҜGr .~߭IzO Űi{+Vo4 >YGB~Ԃj z+g@=Mf*dld7iD6(2Й:Y[62׃?WM Go^z_:Xk5v:T<%x^}RZ>)ALoԥi]5y"ECIM'b ƨ=yHvرBMHl| p%k=IW[yf=ղN@P"CZ@*V>ZܳIKlp0F$ ~0Wؿo'|^t~N {ZuTAME4U"U ";/ulbXoGEܰ-^vD6QSRx*?EEgEss];V<sKI?ș%O3* MsX| Z=Gtj9cT{I! ~ 7 hwl>Te9mɢ^ zn4I|-6btBojL}5Wj[?e#3p(2 2h,#^ܽ3)Jg]>.z(^aj(Эܯi~hMh9F@L\.ܕTB )#K1Eb@zGbOXt Xva!5?(2GsQ~C98xVK.Cx Tt"55ϫ=-('2_P:a((hy|eg I6cZ2co@z*57.֛'lcD$fsfz&*Un{0L4N?ԀXעG)ѵSB%4 DSzf.Knkh#K"ZQݰ>"#\>f;\hp=saL5m'ܚjgE,~҂Dqqe ƍz v(s%5vse:|h&yk۶Vb85 ehMK9Z֤ לoPXnPSe^Ý@;=XC@㴆u շ\7;,{DqYaC4> #p tr,OI"zgp=n>T.31 íuksyoRftm#\\#y48[}?.#5/ԇ43:h%- $Nwka6uQd8Ϗ7\OK**`nJhIW5u|Q 9hc Kk{m<) X9Svp0`a tv]dLj"kA0O˵5 "n($)([Q˙saOcK kj8tQX*bR!oka'Qy,]y'tku5Ǚ*5P3U5 \-e?.0KqNP?BmC>ʞ].{R/rQo~}WkGh.aX N7DޱԜ)*&][A Ȓf,xhd +eIO \j;B1ũ6a?5zMz+JoN}ݤ9Zp;M9?euS;#pulN[Œ;Z&Od`MCp-MEwBaSHo @*άF (Y?]?_ \VC2Bw[;ӌ`3a guKK!Yo;nF7i΍ҥϯ=S/"֠#-0^qW.m~҃7ɪ Aި9YZ5#xSPi-[n#k:?q+;tRqtՁENOQ=>zvLN[ 2Su |m?;ۣMپdk*~7mLhˈ1b/mr3fA'A"58}`v¬lDt"q+3ì C)8;SwS-p2jApF -4/@Yuة}9Pz ^렔KsL\2(r%9C#0]h ^`f_gi'f7ٶViFnєXl){N/At xTI%[_Jm%i9Eb{q@ύP!U/2ߢ"e後ub璝i*yOl:11E$) T223:34Ǵ{A0OCD(:%.JEDi[ -CeA# }1%̱%c vwʻK) *JI!UUcð톗}{Ҫlk ~D_j`~ߝ\avZi271i A۶!1SbS}4nun--Pb?LeC 8nXʯ-t]so}SYddEJ, \5/^=n'jںvU?F^6<^bs}qq8“5HZϒ!82R9?tOyYEC)48Mɹ ܲWI1O5lټ ۅ+^Ynѕ;~ʲm1^V)+bgjLFv":]Fv8mow ЎǞ>!C1sím۠=xc1Y5'pϷ]+4SuM1>cm\hJx꺕o&}@S;áVV bNfBl e[,3TnO $ҋ%xd \|ч z,--h)#MOyɭepŇUؔc] 0l?i#ZZ(>Xj +ev3s.ZjJ$Yު[h%`sMyIea\@9D3T], P%TH [":s}>aw E:HI$zkWSwYҺ@zhQLC$g/lx&pA)V8y%]+[EgP+F\HQ;J2;]٥ϮWSl4BvJ&>!kk#'`'hSV.}3ٶ~ͨF\N7*iU 8xy&{h^0qAU>4.4 W};!wdb`"Z>&~Z|6EVԻPy6\[_€Įgż?S%f̐?ibj-@gQZiTGL@-A;BF=@aqDFb^E$# <("qwO¬%Gң3+vDY`VŤ46^~ǔe=E"{d?,Ԥ\Sģ,<ԑ/v?(Fc*|Ao*-:/MB;-rĸ4Jn7P=$ɍBgt#_G^{JS+PV TաYr7@g kޠ_mܲU2NJM2A+}P`.BK: ɻpmu Υm&+x_=<Ϧ?0ƌZ̺.f>ϫ e{3\^o0@"sJdS#6Pu5s!} Ai?Mb-N;W{:% ߎ:ّB԰Ԉų:^V'#EkȂefi:4/:`e5.5XEχI&Q: 0U5xu1/>% =u;0oF:7ص(CGT"^0% qZĖde(,{Гҡp?&rq;nUY8fb'KhFvZ3BۻH9-!! Y]=WIMTSE~/poh"X\nFR< !4<\5R$1IqYjϕ!q:*m{ʼnS \08Adۀ8M\f\;~WW~umX-; 9f{mzNDa +m$^zt I N&釔I8SsAK});蓻)񏚐CE˦5(w(?Xh)mG[a$[! -ApE )@M'6]gqB0v ju*v҃JJ^vߓÛk}ҦmRhE-nFӓm" +X̡_=i$!ƭؙdhl*Vq|0mVg~s"zi: I` ;%Ŭږoܚ04\*(Xi51Hg3 5N QzԙEZ8/%s3<ɭUx5wcbxG+:uTFJ9G}tǔ)c%N8BZ⍽Z:RuΗd34ynХ Oa]g$늯B$S6`3B~(9 Y-W~U<3eTq)7Gc=ЧR,_q(DKHLhq3x08_y饎ʞ̇^*|grԃ':Nog}ýQ  FRθfpN2*t-42PpP8RX~x|%w1n%VDQۙ@uz--9W:^SbJ3^Q) )kLF7G g}n ]b] k፱DA*iN. sRڻ؃gXÑrMZ=?Bv$F=GpVM%;)ڢ)OsܠofzЅ>'BDk)b+H۽*D.> }Jy< >ʉt#ݼa9Ė|Ao{|/N}[6cSGt(6:_؝~?;-vEzqڸiƛ;{< ļdkƟЃ0?'1~tW%X]9ǥ5_烳{e'&_71rR%ʝF bʄ|v9p/BR%/q2G>_~>m\Wt>l]gjF835%"iUiȖ|3:90.^._;е"uOΕ O-82~wR8gqDg|z;81Kt/{wdwb(܆u]l\lBb 6DO7<,@]keC񰯓iǬ{50S"TD:b';@WY7Paz̾/ibc- Q1E]=||Q.Fc]6U7ٓ3YŚ%/$ X=뵐)hoR\a8_ʙ\qmb}b$.8FZFşcrs٧4Ufu+Ǽ!tjhc9ZGZNJлgU ;ͮaVA _?<Ä<R}:P_R@?H5"铘"MΈekѻE:E|raiB/kS&z*ԣ^Nqhc~^+xwEӡ\uV 2]4ƒP* vt$= !g F f2BlO>ջpyAqu_ M W(P֝|:ir,)V21*iEؙ/ O'ȳ3E-ife W@NTd "  HU(a5[:Qy3L,z}$w \_1 rJ=#d0B e]d'YY~VwL;mQu+x0#N< jI@4ɝ i״)6e"hW+/: OG1+R10y?5 Eѵ[mF# 4V^mW:M? 9{3'lN$E;.sJQ|Iү7V笴e9/[ȖZ#]V O_ն$Ia~tWT1kFR{b4}^sZg1s ԭk'\2ߘ2$ш0/Q=H_$ȂJTqO~ŔtxnLѱeK;c 4=Fa~qPl$&!qKy.M#]7De?&@Ow_mC L$&-kuKXn3 gG`aPY8"#d^;w|<< ˖2L{T`$*h`/[iv1M')"=v9S2JneFX.&x!]< ԙn!P$@=ुuEu35{kl31RʿїH0[Zo""7$oBhMc1G b邘%6$P-%/׺\#T 7:)k1v:yVRʸ3-AVtWq? LOӼ 㹨-eL;+[H7+gyNߦA`eDЀ0A13Ua\>H"i9pYGteR 1Ii /5uj)m}Pr|A Dl]kxSNluOX/wX+VW޿3)3au=xbs. 1L"gze|rRNJz5:w7 $`,;W@oܒ!PB+뛳xy_>'hpy#+PsK-q+d*! fi t^ȬC:AI\{Jr(>?R>pb_i(;}BT3I/8T˙)j%GR}!1q [AqM[cȘ($3{,XASpO$:4j3Z +.XpA Kg8>-6=1׆kٗn2:4)5y+*iJ!.'Fkl!Viw/16,k[{}|rv 'W .%z-P4J z+su db5 Qt7ejȢ~i2e,0hg1C eUl`DegU*cLϵuO#7Gl*֓z/$‰K +iGe} Uo寻 z< "΍ dm&QiggײxK\!Q}UHWnr[AoۛE6fB`n)~ޢY u/G^qFBhxƋЩ4Zbe[eK2i1JSreh#[]vFY!ev'Q:#^ӈ'R',9VH^ΓIK @A_;es/ftO>ix"(8ieUWشil|MnLoئ$t׍o(]΁6K:Uٺw`n`Yu3;U&| f(?}Mb˶ ?q tl:l - bᑸZ0 SdIeO6\Df,&P;.  7b랊] _"?`y]2=]9tE:lho_$ v,6нԣ$E]!@eSZ=֔=|qkv@Y)F fk0Z\' pI- ZDd}$X߭z}c\I?ߔ:Í Z;ox7r `8(:1o(+ V+00tiySx5/EmEdZ("wW{IlڙʄL9ñWQcdEV7&_[m_ HQ"E#Nh13"u23E[u[)Wu)_/5HHIMMw2ޓPY`6&J蹩F xe=e)?g( ͑l0ڍߖ*ޟ#TU~礩U߮m\R *vWyr4{:/9,;&DDi<,| yby.z0Gֲh.YްU*GGؤɷ,@o USU ֳKvP̛$}A1azJNgb^YYJr!&ro'LUwFlK;oA{i  F/SŘ_ۀ2Fd}lO:(JISvNϜ({ Ν=z2n8V•$LōU CP8L$?f }oh[6D4 #n}$ĠaRF&|?ـvKYm{̽6Żˬ>iAH5:V=Q2G3C?NP I,9;#*` '8k8'x%2{gnX}47ENmxſ s&, u yYO%Z<HIl'Q l6h/Y#H ]@d2:LJw|E\u/Cl$0~!p/V'C0=Es?k1(MU1>Ž q|9[H YւybF`gm຋X73?J?Ӡp_ɦb4e .,6Q-;XoZ%+5k'L!p/J'SpCgg3#:mCR"9TA,ƚXCkt*g3$Mut+f6{Y@`R}SZbշwXރ/;*}AՅ~4 "ׇYqT f69r8;!J gx5}mCp;:LMBG/Ng)gY9޴Yi #._WhRpuJ1/'}_D!hRdCUA\._FFهd.)? P=P#5GIO!cX)Pq2P?eǶ?xCɶ~ȯ wL{I R!hptUo/)X,q-UO׾et.6$N*g;0NPhJє$3LD=(G}q*6l6 e%J 2g2졽 pXN8c=^T^6ºjT%L>fB+KN4 fȪmBOiץ"8 8̭K?|_h;xN{VUm1XGR[4C~ܞnEmC\mMa+> glBjMlLq0$s˜QGI> im`˼T&!e,DDs..N1N@5e:X v8֯ 3XU!>>Yk<BtAn꾘n8rmdݞQ yY%C_tV8ͧH%BC#qdA|ز?b DQ;ȈIe>d`v,U}-ɚl{Q( з98Ҭ߈ӈ.-ֹ.p l|[a"0"FL sūNt1^Ԡ'8oMZ~8/p;R tF&̿vyjQOY[eOE 'д&;4"WO\O[E.+ q5rVL2ڒ)κl5hnV/&Tbq!l}*NT)K$ЭPk& &"Wl.X䬼:A O8Zqrp@)U h?r%Pa9Z^0>i03r\*Ш eȭȄm9V*AvL7`?Yqӝkw #@O.uNCp$iX>"irdWY9wfb~pT5`I=89q$g_M(si9K+&I]xpƮ#Ϸ[QQdDRw9%B79$aT6͈JF|鱚[u)/tΞLWJg@(zq lPTH+2%Tgu78dQU8UH$8<E?5$߂CC钡rw@+ <)jsrQˀq۞MrXʑl1+)e"!86o.36=Ao B,M_~(g2R%2qY:jh9΢ WK /0@[½ThԹImʽCj.VyxsV -+Oʒqu bsgT>i;@H+-͸d>]Ć2b;Ai$"/GpF9>q=6:]%hT)`U{#2}?]FByx2 "V;U3 '<۬`.܎cln #а| ~tE 9E%Tzw?ۮ\%CRMro/S2}gKvDB*b#X'Gp!A ӹqr nEO8_JwYJ\ Ai]<-ɨ4uq4_R$^߇-Mл@D:/} 6 >`'|!_oShDd8ؘ>WF~=@~uc iDC+Ab?;@ Nz; ϑ?րj!%0BYBRG!ѲV)EgF=DSCwF.&q#5PA^"⹀LJq L{3!E# ?P9b`:F=.R6TeR#>M0:(~kSajqEGS)C]:u:O#z-H-%?(w grqPpa c)W:ߦ~Z|w=0&qןL $Lr>-[f[V}#HMHuMG&b츆"{/'bPoGIf|\FQ!<1ICД\(tU^8YҴ_j$u2BYNm8G2}V`DZ]hO8êȪ1 ZluFxXLNwk_S6sh F2`4uXzYn;ʛEKx{\E:`ms`UiX N7\QV25{2Srn/wM̞MKN9^씞z]m`Gb3=5= ![IǤHT n@795Rs/Oz VNNL8OiPC_1( /Mx⃦!_6YoA"L [ϔNtosmαP{U+F L̛(4U$M+t3Bu/_/q~r'opB)w;2?opOl،U/iw'͇[ S9{y5 i /.6Q/07aD+&b *3DSI{:Ȋ& S s2=%P%!oVIU,9 )!2. hUW#ʖ>-o˚cwZ! (GoK"L;(9TM71a)ߠAX=K)G#hԯqVݹ_( 'oz"˲8\0Ay< VU.eeJF"@/%:W~M&yq-Mǭ@Mdz4cQHzOcD oZMF=,E96ɠ%nw9wlB*uQjpM Yvpags0ZNƍJ.jh$6`\-4au[R9j HIMfO <|,jcjj~M#֪%WUe} #@tl۬*W4 ?Ot9 cwC!2/L1G_0V̧cyf_,A \&:g?Gr3Z2e[e5\2G3_+v1E\+ ugR/5ݳ)ZT\u}DW8]ʹb E-IL5|Cr~taQ8}3ʏl*u/E/J9CR11,$:3Em%~ܷ*Ij;A$ kiMP0$-eeA}鼩bջ;h)=q7cpx*\Q|\L\+ ̦I𶿛a#mF 5_U􋰢kS3iI3gCʃRS1=IQHXcV>')=S!jbru~y9B=`F ~kGͽW4C4x}CAS1D:ۯF& ä#"/ 㰲{ M "^f3Ԓ [&>pxA 4~ X6q e?W=Y 7oQAo[htk7U,KO-=e_n'gc%Zz=fl)vmꌽGO.$@K[#,4o f*^&`ː)rKPoJù烙&뙊Dה]Vm~%Mo^ Pw|ÌaJQDPRT !ŵd ͥ[L3'lztt9E?xB5>4r<#I)8`" 6??O!qwɐlO;xb+FE\5h.0vr}hVVvoWʥlQ y ٳҞwpyHv_Ϳyh]Ly+&$F.}J~`h6^aay]?|4 0]Ps}1Qp$Q鉄|}Sl=(߶ "\Dp}x&]B$6㘂.c_WEёK}'SlT$Y 1P\+[I.,zObN5UeJ3~'!ea1;gj?aB@ܤ~ `(mr giŇ~ *+۰UΠ "]&zW6C0T%;.JA3JD]\S#hFL?a*L"ET(W7іUɋg4dl6ؐqkχIn p`[O_8_2?>aydM;zv1[ۏVX:0XYr Z^j5otM;|&!<@л<%24Jl6^Bt$Yx qT1z\uH9uw4 =ݗ4jI^K0 ѮjwXIsޤ%!FX-٨F܋ʓ'QXKF+C)KŠ|2؟'쳦E_+O/yMnynR/G^=C@E8DuU)ӧn8H>P Z> HdK0ugAtv'BNwD{/D&r|'˃?+˪B? 6=.^EP|z鞉J:[AB$ɉO3Ecu(9~HE*6DAd֧)qø7`nhqp뀠3C)4a:Kz*@!=s>Ps3YTϫت# 0sviД<))Qo6>^vRI() E1~r>VL2<^֝+ >5n[QQ%(|_ Q'1™ɈUĹvSѨMJ ˹X6"zCod>'8lsUᶎ,@X$r]f`2 m_ˤvߟ[蜓HQjѮx k.y@8^$| !}/V@:@aVwqL(|N @Vo[3c5eyq?01q.ۛݡ-2ib==]XH_6@lAuݺT7|Q qޠ4XK CVQR5"^;3?G"k.e.a]h&fi⽇nlWJv X;ϳ\{8}}3z`v8 @HY4ڦܱ*Br9o,|_m/{!i!5K{|[oJ>'Vn \[;FgpywK gj mTa7q V=W [+!@ARŞN%19r,kmRst+MVa Uև&eQ=M#m6kI0W7K.KL b@P;[kC_6SizM,ȑê4/eGhZ}4 %FYpN`0 !ń3,X=Ӌ^ݽ:;sigJDŽ6K\Cp'luC޴Pf0#VSMrs뜶sEiD無za^Qv 蹤Ah6MYaZf#3хEfьn E֡8/[e<3 q坲 ^ߑOJ,xPeK5t?"oψZ<`Ƒ#*P w qE~>s@G|L)f%B>GzBĬ67Ph9]?|.(-cT-#IXEp"sg aax Mì)_~mpLѴ`丒M:C9ox+LWV;' \yH嫭?^LL:*4ST:fʏ&vyh D.NPGvB/S&mTo0 q#yk-kS5B}Š殺(HYKYN:b(KQ!LKȣWY>8,0Kϸ=cD 6+/aŁ":|ȧPC 3̡2R@$ ,+GzD4<0Oi/1)CxStDw p4]C?CC~͍7EooGGP ;-uY4]=gc&wPݳR N% ^D]\A,2ws=x UOj}VD_*QwԄcVT"=`j!<2j; lnMEzsɫ's, *}{~k< V/H%T^i}rW7ς[, ]ZM6{Rfv &dIn-"H,^V kG2!T.,k4#pM8p% wnVlЈ n#5xztA*ԃ8_ħQݹ^:B r@3;փhkl h^ ESHgnS:ӈ72wohWgCP 3CN\Ig&cP iڶRa EGiI&wFRjsЉ,.fʑkyUK &Lfai1_7G\JUD+=C-`0L"/ץUV=A#&ҷNvn۰}-fvD'RҹIuz)CͿ/C87P:mA((md:Ĵ  ;ƻ59۷y|2|cjM{zܰyݸ'!D'!~ge^^lzs8ܤ ܼ8ҶY:Cݟ0U0M(D\ _]4bPhq /i#9m(aD})}E-.y"9"T5U(NS ؖ~Lp'`ˤ? -ax=#cSj@%x{'=2\ yZixׯg;[L.fe5sdqְH&yL4s". wO¦ ;K;Ixƿۜ b:0VQs'h~)wW`MK!va"j~!'35} >Yw4?"ƭHCh7#.Kq/æuTJ^x9y+:2rH?˵vFt>Mqs&wt>{P@dIy&.D7wcErr%eJ4\yBݢˊ'Yc zpHOs:B5ky0;`2n}1w3ip` \;rĆHYC_K_$V)ˣS;ңJ*35vW?䁋`j/niYѠ?\,k܋t`v P8Ux+{!܁ mM|]_R*@+%=^ol\8g 8r`Q"(GdERtGB}.[+s{U\RD]1x56,u-涻c>*c= I~ .2 :#:sDy1 HvoS))*K:XBFye7͞}im oNt5Ҫjb[TG_qg/Mc4  +H5մeDӞulϩX^KYO|_4쯽a:V ܕw50?5CӖC)~Oftvf4WN!$KCJM)MlʟL{ ~ٿ2 h|vNdĄ5 B4$@FFH?YDEyW(K; !I5U!=}$vdc^*~S>KDP#ĈTjPV28] .V1`= Ge䁋 MKNDJ)D,' Jp>;bSK5O^]$9PK 3Jm BS6vp*sW]iA:@,t8Xewg/yR˥!dS w#v$xBKKMbfT udOkl Ȭk/J){D!%*>j6*+i( }*Z'eT^=ô8JhX.|1+jfjJ.d;~?A4y͐I0,ѵZ^lYUP=qlQY6]ZngK?5S>):N(4"ڛmf n3 :9传mJC1wh@P0s;D2) t3O`hm7v"z#-LKX-W0u^e 3݌$ Ph3+^8we^izaQ BxpR`Dm5#˽&ܒxu x'GJ"PlԶ^gLջQ.r/m% j :!]O{9?rsnU.JF@7q^Վa]ʮ}uD9%i8Mr~Bj73T+Sf;RbC45θvyIG 0Զ68M Lc t{&/_A Λ+w T>g$[,h=O`Md$:A- Osc ]%""Erk"&-sftCGϋ⇚׷}A!~it#$  E<;>:pJٞ*ZU\qKr4TN1K/\Ֆ'Sb~L*s,3[^Őy{)&JF&Z:FQ$뗥@ DinahF=orvMoLox,?iFlAhtzQ+㹌 RIKLx{NQ#n@APOOc`CmELKIF #othý*6 c(n`!@艵`: ѐ fFbL7~5_ƲqW 0_ 1>fAC9e,]l]]jy_N}=5+shGq]`\wDSq\G_Euue[74鴕dl`[8!vT RM'Sl}ys8S{`vUv(RkawK%>wX&Rwk8Peg_e T"&M}%-Q&j%}Du5txMQG7SF6eba  S߂|+/Wٓn$Z'l@E˼7g~B쀭\ӵk7ҍmBK1/j:"/PmX D}=^dg1p?Bb w-֜#}Ke=eƢ0&B:Ysew4:}l:x\jS'_syxojc:*XJe/ F{GV7+MIOa7-VzQ }lul-7X@'́xX'ӉU&t G7VM[:6Ȟ dDÍ?]&Y sσnU /WsaP7f4c愈Y̩k;.X(ng-*14ɥ0 8<ƒf `qyd4(UNj9xKJRkgeh"V"jc?[ޑapsz)V6)J=h*)Wrr')E%-3.AwOez\cƫfDŽyRM +h1;RDn^|Kl9s? ]>#Q#dn"O_ Þ2&dOJf~Nz<ڠt/,1;4] `$Cҭ,sh:p.f_J0۵Kq@9˖Xkos2xjl ^m eݙfS㲛_P%C(ᄹ'ME6vN<aX'~Ӥ!juߡ\p*R;jKHnYlf0F Hg2{h锈W󣅖&>nG|;-z~ضzHRܵ[r}%Uem-tȶ{Ӌ fIPm4|4vK#$,ƴJ:UX쥼[k3IAP[ g1;h.`7rJ:Jd*׊*9SاTFaFFT|`T(jtVɆt!PJa<<wr>%[nC%x)c&"cW+ɼ"0A]ա$EiFp NfyA[]M‹`%Y<$=vCJcWf.{;EYL*%\1&qA؝R'}1ǞjS  \ ߎ})R,por)aoK^_A+w bYѰ3r#*wN%LMÅQMkHѵiI59ez ;?P(˶ilC^ԗRcf7@@Dvvx%>H 塶@!.'1P?S;d"Ҳ0'.;hS\qю9tㆮƕ;B2sZ(xC$=h+=`ធg2lYfo;j#ؑHY ߱VvuH[@xb+ H?VU$խѿSN|(+f-)\x[7P4^PLxs's{ia , >; zߙPݦ=( 𥺘!,U[4|-{ `Ha'K-*D(c 7Vb,m&'qȏq}ĉMCBKhU++|j,-&n z $HOA 'K'f5xb>jO5|: 0*C_]P\b^TI&ڞs1gvR>_z.S|* %HO}3HIߏ$cRl̼[_&Md 1^s#473=cM9a⩕ݻ4ŹJwm9+݀G"iM7rne9)-?N$psF_J~Q[_ NjY*a|z0vjә)Mj"Tݡlxӯ@)>/`8nU $+fEFEGpI]Qqq@"jS:)!*,yƀo^]rωΣS n4a7J>!շ''D@-;7KR,;Pރ*8D~x: |tYmď)zR#`ᛖW^6'INpVjԆkd*մXZ p̠jf@:\c݉W)hڗfZbe vFi''fc Gf@dr:^tqUHen ?lr+lrE{ܧ(4g9j < V7{[5vFq?Pm'EWXCG\=HW:U^a˂晄Q4  +cƝJ/_펎,I'ةچ[HwE?/J\6yõAO(!VntNl7pJdYց-#h#O2]V3\$7ZגO&3nafp@ /[GDM~v͡w7Ë(6z$HREÞP3Hm#-VURRi~\$# yLp} }&rC!@! "MBzhvDg%b?ZNxQ!! IM1~>8>NƈaS4bYDI}z?hH8)e!nI=΄1E.p'C$<# brtˣ99b>+84ocjq.R?e.P 2ZsusS-]'䋧*+OF2_⇍x=ܱR<}"{\ix[U} ͵BN2,[8%ji {'Ywa}Ƀ&"xjM+ySA!j欹^DG/D"S  J]w!~,@g(a1{8| LM]NFqWX3^QPC'_S*nF~H(hD=r( &aQO1ȌBTF!.Br<CbJB`mmp 8r ߺŠV{{7^Yh7k?>@ j~IJc յL-=KiIL)umP)adkt[5FϪghI+/z6 ܉ccW?}SwONU^:@3*yj/>]t9;NqzK=K׍33|)~! jaSvwؚ<81+ޘ>`ہ s3v5`L9`hZW[wDGZf&y}.1I_6 aaذ}\c xsn9a XI.&R5>.̘r6DUeԚ 5ƵgܗF'/{ (_Y䝿]x?}i?^Z@vzu y]:)a _RV?VTMfǒ&m0LY@"BK/[)J#~ɁBNyjH<ʖq߶厞Av0,!;&E0D[{+b sigH@؁yi](YtjԺ1X6^躊a$πy̷1`)H2MOjxJi^h=hf$DZ8dA+b/ =%Z$x+WL*X#7OS+j771[x`I'Zk4M|i#Fp1{S'Y zORg)!cK2|5s#4 3L,%c}K'`nu'D:/50[p4dLWq.4f$5gŦQ3Hck:I:Z O~:5n!MyH(&EZ)kyD [s{I2IL-8 quxR3I ]SaѴ$-D VZD#r':0eT*. `sϑ,H?-9Ed<>]0L;DԂN,b@^"F8lq&kD6/ݘ#fqSGe wYkhj]= mpqn[W`;((ȱlo ܎}^v e&ڼ_$x^p VJYrKTXmO0Pl"{n…L%K JpD\&[a*>ߗ8~pTnQq5&#$D6]gIVl350yk</;ེ 'vuuWL,Z#\_Pg2=p s$\>?R?@NWfӛ>LZytsq?*hp& 6dBѐ;$bTyC/_I)RawX6 elxZQCՑD{c5=,1o 3:݆cAc9vCS:?$t]1N&۬滾C6_&0gy{e'dO(pMS'!H;8Zۃ-L+H* P,^4Nπj:%Q"o:/]A\ŋ`Er0-1 }A&':]Sk̭@tc*LQtmv;nVN^4t: )LyPo0s2R5E;>+0+TsVHe V$K ;PR|rWԹB@%w,9 ^/3AYN0Ztscn΅㆜:6rfcR0g[0*9Tϧ,PYeh$=yH0(zӔL@By6Wɺ:)ld66 q8ު!+{*3/G< 5-?IgSͫH eǬ ,îEh{?y c&m郈&I4+arBC0ZpA,Rh6HLuP|u+U8ۤr:fϬ{)͗M_ qP__8JNsƟZb–'@]n6˧};8 Rg3&8ג^UXEU Q)> \qj"kA 7AQo<7޻q/P|,ez/+f}c0`VY ś";>L9i,~p;:G9\T%N(.6xWku:rKMNT>u تv" $7*_҈!RWk ԍ1h0+l20U歈VVL`_(H\ Q&&VOz'D49XAj?: U]* cq}-{P+Y:U ݞNe&+j]DN3YX$M0*9q(Do`jm>"}F|o(f ra6 ߸',^G - yWy%H9ˎQ4Iⓑn:sJƏ%eaJӧdZlb֓7p/L~#QZ_]@wV/K l Fzjh?2{,]|+h$OxdžL؛dQΚhw#WҗSֳT: t!y3@xFTxIv=Kj^0HKC✾nQg:yua=>*2|x: $Bʠ) zDwNA[}Q0} ?TU5!y8{8mɝNo~o]7y!Ç!(?Er'obQYe{+36;׌r\B]>YN+_9f6މ`Dbmv"_T, :07qH]6nߺ(w;Ddf]] ScL5}_.0òC-|L ~LRR{>ctߎwrjxQlݠY"կ>Hk*gb*:SՌTS+ }E4f&/"0:1AYxjnO<+,: ؉EEI =-Q}伆ZUz;e @(/J)NOal&9g'83FU5/cǨڢ )^Q÷E|;ݾ+,wUȫkElKKDJ811INĨҬKS/ɠ@Ɯ9^2'z&RP{[ Ĩ;dXa@5-2o!!Qݓtyz>AY= `.fΊja.͆/jn)`̅qBG#րR=K hDF|UVɍ`#~vE۪#m)m:ǤG.xkXӛEr#&zZ7tgM(WMC1u$ OPyK7<sg~g 4Diذ_Z#=y✀Hۻb VXŹ%J&7uEZxj< &3NO/PӜ㍇m{+$ZDgg]%˽Ț>Oe;kE=/|Djŧ+YN!Q:7y8ch Dv:>@qNR0SWj1@vq\i4zgvPp`l'Y%C;DvL@FsE9vߖtAL8?jkukAs"n=Kf 4"tdI_&pXŖemCJ_qp"8qvwb @4©jㄫտ46(;a!HK )⧆=*݂m8NX/ނ_ #iEg7ZhD]T,)sF Qk@> 233 B\lt cpmuٺAIU l'sHEv=pYN ='7DIk|s¬H5R[w  .T ~61-;M1z4/K.}_`'] ,p \0U֙ƛ'̡ʬ}o60BDϑp3(L!'G )#Eڽ5У\LG*sjn@w2[oNMt[CK~3"$=c>ca+X+u*vh LZiڨi]4@X25C8=Ν0JQ<ԟ!m&e|&Y$H(~pWz8'Gly fSߠHeB 2Fܪ†Z4iE̜}VK{=̋#{G J:Qȩco͆7`{;l+hU߃I)Gm Af$Q W6$& 篐L*C?Hݒ$KVFz 'NA^Fj.PY`}wrW:., b(h/ :nBs=;nLXu16fZ7C]ץ k~{9ڄתvDOĻMyI%-SȂ uexNO'&NУWς$xa7Swgv^ZfdTJ5Pޱh;&VkX `8VT} @-]uumMx`m-Oąp:ˊ3,X]UCJh^` X!o謀C0b1v] 7o?? )j*$@pb9#T`ߔήٳ]^_;ƆkQ }[ H\VO= vZyGS/y\̕&FI-BaՀ  YyDv[@ ㄞݺg=j@* =Kn\Vj;"D8\@TlN_X7+nC=sX dW+$3+'1FζTDM=5@)[+ l&VՖŐVa0P`4o/sO{7 m&RBKw}e%w,\ψKΩΑw 8YZ|җ`ɥaH!%$$2&NJ#$A+;HIS,#Uq0x`-./M6T+yŞ byzNOE-ͲӹKObE8I՗qϷ*ت @1WF{e~6es@袙s!} 0O>5k׌p6\_TͪWd)'MYě.d ~xkM-Fq+O8c,?!&'Ջg~RpFwfSlYbP9CJ ֦a]k.t>:z[24y6s73'Db]y2 Q¢>ֹPC)+VqՙO$JTDdIGzRICCTsBwld)`ɋ7,ljqzk<7Z>*] i(nyRf1Hr.j0xKIM,1`o`# -EFM#yAkM  a.1k YB~KCQkY{@P Ea'ql1^g0ǃԛ>8yW !nAma6H1QVpkiBBWp,k_2.u4e7GtX궹ʅCzG!oW!mFT޷(4˘`ūڢßja/1J+BM}/J!y u_P},"&j㵶yʹ&ቌiea5yߢUbo7˰LfFjAâyj%j{ NRP<]P[9H@jvc Ng:fr$y6pY RwAfQԏ.BO}0|'UCÿ<*Lj|qUzSʾKc)I QA˷{PI6@o 񾚊:5v>Zf̡]]7suY2_(WR,\&xYH-(t\LPp:MV2mX)7X`u[۵ "v1AXbPO!Q:,dq$%0ܗ'ev"lQp_}W`k?ou؝ԝȕ_9hat<^/b  T^9oȗ'Jn_հrG\sx4o *ySՉs!hC"w1Ԛ8[`ǽLdE9;펱4`ԇ^+\l+ "WXiGC|v.#* bH+E4\0" 31s9[lE6_}m5`v*['&Mq@ `+O߲?V@-'HcVѶ).ƈ8T]=X.ohƓ/эuyd5aN>֌lQ(?t32\[č %γc 6 XEm(i䡛i?7 f4"d+h;n/$+ "dtgJ$ Zd\W'tA"[^d0CRX~9fFb¹6\JOgIy EDr?4$eTzd3PV}^p{g,̞bR<+-r,ypx-%K'>L5$i`/KG/^M,XLE7Ę!QҚ{fiW.TN+&G1<<>R!pil5XU09Jc#Z+Wl8!_(  YZ