libcairo-script-interpreter2-1.12.8-2.1.1>t 4 DpQ/=„bJjfVtY`#Zse.5j4CR:qit/5 n{6ԤvKu3 \Eqڦ%' H>>p_P_:ƲMI#VTDLh") ,A<-r/ʴ/mb{{/6lߝMA@+\T%;>6jMGer33^,pW)йg w=Mp5ǘxT ".mpnxES N?"tyxsҮtVG#~Ff([$21$¿Z rs(i~>jxEnV*K<ᥠ0Ջo14Bhs.lj$02rQs@9hIhQ~;ԄB< bPLkM;{l8ia4369dc19230100b3ab01b8f3e5a4a9994c1abb9/><Bh?BXd& , e  &0@ H P `  $4(89t:<>>@>F? G? H?0I?@X?DY?P\?l]?|^?b@Fc@dAeAfAlAuA0vA@wAxAyBzBHClibcairo-script-interpreter21.12.82.1.1Vector 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.Qbuild40,PopenSUSE 12.3openSUSELGPL-2.1+ or MPL-1.1http://bugs.opensuse.orgSystem/Librarieshttp://cairographics.org/linuxx86_64()A큤QQQKke79f56d9fca0a784369d2fc8bdd81baf45a24678a68d8e4625ad1fc7df7bdf717libcairo-script-interpreter.so.2.11200.8rootrootrootrootrootrootrootrootcairo-1.12.8-2.1.1.src.rpmlibcairo-script-interpreter.so.2()(64bit)libcairo-script-interpreter2libcairo-script-interpreter2(x86-64)@@@@@@@@@@@@@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libcairo.so.2()(64bit)libfontconfig.so.1()(64bit)libfreetype.so.6()(64bit)libgcc_s.so.1()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2PPx@O-@O@OpZ@O:LN@N@NtN[@Mc@ML)@LLPLF@LD>@L5K @K(JJt.@JMdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgjeffm@suse.comzaitor@opensuse.orgvuntz@opensuse.orgcoolo@suse.comcoolo@suse.comjengelh@medozas.decoolo@novell.comvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgjengelh@medozas.devuntz@opensuse.orgcaptain.magnus@opensuse.orgcaptain.magnus@opensuse.org- Update to version 1.12.8: + Expand the sanity checking for broken combinations of XSendEvent and ShmCompletionEvent. + Notice that "The X.Org Foundation" sometimes also identifies itself as "The Xorg Foundation". + Handle various ages of libXext and its Shm headers. + Fix the invalid clipping of the source drawable when using SHM transport to upload images (fdo#56547). + Handle all Type1 postscript operators for better font compatibility (fdo#56265). + Fix a couple of memory leaks in Type1 font subsetting (fdo#56566) + Tighten the evaluation of the start/stop pen vertices, and catch a few instances where we would use a fan instead of a bevel. (fdo#56432) + Fix assumption that geometric clipping always succeeds with the span-compositor (fdo#56574) + Fix call to spline intersection when evaluating whether a stoke is visible. + Remember to copy inferior sources when using SHM to readback the surface for use as a source. - Changes from version 1.12.6: + Fix the recording surface to actually snapshot the source and so fix PDF drawing. + Calling XSendEvent with an XShmCompletionEvent is incompatabile with older Xorg servers. + Reorder CloseDisplay chain so that XShm is not reinstantiated after shutdown, causing a potential crash if the Display was immediately recreated using the same memory address. + Make sure that the Xserver has attached to the SHM segment before deleting it from the global namespace on systems that do not support deferred deletion. + Type1 subsetting support for PDF (and PS) was once again improved to work with a larger number of PDF readers. + GLESv2 build fixes and improved support for embedded GPUs. + Tweak the invisible pen detection for applications that are currently using too large values for geometric tolerance. + A build fix for older freetype libraries. - Rebase cairo-modules-no-version.patch.- Update to version 1.12.4: + Interior boxes were being dropped when amalgamating regions during tesselation (fdo#49446) + Allow building without gtk-doc installed + Invalid edge generation whilst reducing complex polygons (fdo#50852) + Stroking around tight cusps + Use locale correct formats for reading font subsetting and valid buffers (fdo#51443) + Ensure that the type1 subset includes all the glyph encodings (fdo#53040) + Upload the whole source for a repeating pattern (fdo#51910) + Fix damage tracking to handle continuation chunks corectly and so prevent crashes on win32 (fdo#53384) + Avoid emitting miter joins for degenerate line segments (fdo#407107) + Convert the relative path semgents into the backend coordinates and then back again to user coordinates (fdo#54732) + Fix extents computations for a degenerate path consisting only of a move-to (fdo#54549) + Prevent crashing on a degenerate project edge after polygon intersection (fdo#54822). - Add pkgconfig(xext) BuildRequires: new verified dependency.- Update to version 1.12.2: + Allow applications to create 0x0 xlib surfaces, such as used by LibreOffice (fdo#49118) + Trim composite extents for SOURCE/CLEAR operators to the mask. + Use fallback fonts in PDF for unhandled computed glyph widths (fdo#48349) + Handle snapshots of recording surfaces for analysing pattern extents. Fixes a regression of reporting the PDF bounding box as being the page size. + Fix allocation size for PDF pattern ids. (fdo#49089) + Fix emission of rectilinear dashed segments, with and without scaling, and application of degenerate line joins. + Clamp unbounded fixup polygons to the clip extents. + Prevent infinite loop due to rounding errors whilst incrementing along dashes. + Prevent overflow for inline a8 span filling. + Miscellaneous build fixes for Cygwin on Windows and Solaris. - Drop cairo-fix-wrong-allocation.patch: fixed upstream.- Add cairo-fix-wrong-allocation: fix wrong allocation in _cairo_pdf_surface_add_source_surface (bnc#758422).- Update to version 1.12.0: + Introduction of a new procedural pattern: the mesh gradient. + New API to create a callback pattern: cairo_pattern_create_raster_source. + XCB is now a supported backend. + New common API to address any surface as an image and so allow direct modification of the raster data: cairo_surface_create_similar_image, cairo_surface_map_to_image, and cairo_surface_unmap_image. + Many performance improvements. + Introduction of new antialias hints (NONE, FAST, GOOD, BEST). + Introduction of a new observation architecture: cairo_surface_observer_t. + OpenGL backend has seen significant work including the port to GLESv2 and the exploitation of advanced hardware features. - Enable build of XCB backend as it's now officially supported: set %build_xcb_backend macro to 1. - Note that we don't build Xlib/XCB support as it's disabled by default upstream. - Also add pkgconfig(xcb-shm) BuildRequires for XCB/SHM support. - Drop cairo-fix-libs.patch: fixed upstream.- Ship additional COPYING files that come with some utilities. - Fix license of the tool subpackage: it is GPL-3.0+ (bnc#739748). - Change the group of library subpackages from Development/Libraries/X11 to System/Libraries.- fix license to be in spdx.org format- add libtool as buildrequire to make the spec file more reliable- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build - Fix baselibs requires for cairo-devel and make it available- Add cairo-fix-libs.patch: disable lto for cairo-sphinx as it breaks with -Wl,--as-needed.- Add missing libcairo-gobject2 to baselibs.conf.- Update to version 1.10.2: + fdo#31632: Fix embedding of grayscale jpegs in PS. + Fix the reported path of extents containing a curve. + Fix the compositing of unaligned boxes. + Reset the clipper in PDF upon finish. + Fix degenerates arcs to become a degenerate line. + Build support for autoconf 2.67 + Fix painting of transformed patterns in PS + fdo#24688: Fix the EPS bounding box for PS and Fix the missing content for EPS + fdo#24691: Fix regression upon changing page size in PS/PDF + Only use ActualText with PDF-1.5 documents + Fix the bbox for type1 fallbacks. + fdo#31140: Reset the color after ending the context in PDF + fdo#31062: Fix the advance of subsetted type1 fonts + Fix handling of EXTEND_NONE gradients for PDF + Restrict in-place optimisation for a8 image masks with SOURCE- Do not build the xcb backend: upstream recommends to not use it for now. - Add a build_gl_backend define to easily enable the build of the gl backend, which will add a Mesa-devel BuildRequires. It's disabled by default. - Add a build_xcb_backend define to easily enable the build of the xcb backend, which will add a pkgconfig(xcb) BuildRequires. It's disabled by default.- Update to version 1.10.0: + Compared to 1.9.14, this version contains only small fixes. + The following is the major new changes in cairo 1.10, that were already in our previous packages of 1.9. + Inclusion of cairo-trace, a tracing utility. + Many performance improvements. + Better support for printing, including file size reductions when an image is included more than once in the document. + Resurrect RGB16 format. + Add cairo_region_t. + Better interoperation with acceleration architectures, thanks to the ability to share ardware resources through the new cairo_device_t. - Update cairo-modules-no-version.patch to add use -avoid-versoin for cairo-sphinx too. - Create a libcairo-gobject2 subpackage for a gobject integration library. Add pkgconfig(gobject-2.0) BuildRequires for this. - Rename cairo-utils to cairo-tools, to follow informal packaging convention. Add appropriate Provides/Obsoletes. - Explicitly pass --enable-fc, --enable-ft to configure. - Pass --enable-tee to fix build for the fdr (flight data recorder), as well as the sphinx tool.- Update to version 1.9.14: + fdo#29008: Clip doesn't work for text on the image backend + fdo#29114: Add explicit dependency for cxx + fdo#29120, fdo#29121, fdo#29122, fdo#29124, fdo#29125: Fix regressions in reporting clip extents- Clean up update to 1.9.12. - Split main package in libcairo2, libcairo-script-interpreter2 and cairo-utils subpackages, to follow the shared library policy. Note that libcairo2 provides/obsoletes cairo. - Change freetype2-devel, libpng-devel, xorg-x11-devel, xorg-x11-libxcb-devel BuildRequires to pkgconfig() BuildRequires for: fontconfig, freetype2, libpng, pixman-1, x11, xcb, xrender. - Remove Provides/Obsoletes for libpixman <= 0.1.1 (this was for very old versions of SUSE Linux). - Remove fontconfig-devel, freetype2-devel, libpng-devel, xorg-x11-devel, xorg-x11-libX11-devel, xorg-x11-libXrender-devel, xorg-x11-libxcb-devel Requires of devel package: they're now all required with the automatically added pkgconfig(). - Fix self-obsoletion of cairo-doc.- Update to version 1.9.12: + Various API additions (see NEWS for details). + Bug fixes. + Updated documentation. - Remove gcc-c++ BuildRequires.- Update to version 1.9.10: + Fix many bugs introduced in 1.9.x releases. + Add WGL interface for cairo-gl + Include the downstream patch to honour the user's LCD filtering preferences for subpixel rendering of fonts - Changes from version 1.9.8: + Various API additions (see NEWS for details). + Backend-specific improvements: - cairo-gl: many changes - cairo-xlib: . access to the underlying connection to the Display is now thread-safe . attempt to use PolyModeImprecise when compositing trapezoids - cairo-svg: enable SVG to reference external image through the use an extended MIME data type. - Changes from version 1.9.6: + Various API additions (see NEWS for details). + Completely drop cairo-glitz. + Many improvements for drawing of dashed strokes. + Optimize spans-based renderers for repeated rows. + Backend-specific improvements: - add cairo-drm backend - start using GLSL to accelerate many operations in cairo-gl - make cairo-image faster - cairo-quartz fixes - improvement to embedding jpeg/jpeg2000 data in cairo-pdf - fix printing of rotated user fonts in cairo-ps - Changes from version 1.9.4: + Various API additions (see NEWS for details). + New cairo-test-trace utility. + Add server-side gradients to xlib backend. + New experimental backends: Qt, OpenVG, OpenGL. + Fix long-standing bug with self-intersecting strokes. - Changes from version 1.9.2: + Various API additions (see NEWS for details). + New CairoScript experimental backend. + New cairo-trace and cairo-perf-trace utilities. + Test suite overhaul. + Add polygon rasterisation. + Add copy-on-write snapshot support. + Various bug fixes. - Add gcc-c++ BuildRequires: one linker stage requires it. - Add cairo-modules-no-version.patch to build the modules not as versioned shared objects - Drop cairo-1.8.6-repeat-modes.patch and cairo-lcd-filter.patch, obsoleted by upstream changes.- Update to version 1.8.10: + General Bug fixes: - Fix path construction for the case of cairo_curve_to immediately after cairo_new_sub_path followed at some point by cairo_close_path. - Fix for cairo_push_group or cairo_pop_group with a non-empty current path. - Fix to correctly report an error if cairo_surface_set_fallback_resolution is called with a value of 0 (in either axis) (fdo#23067). - Fix to handle a cairo_arc of radius 0 as equivalent to a cairo_line_to to the center coordinate. + cairo-xlib: - Fix to correctly copy from a Window source (fdo#12996). + cairo-ft: - Fix conversion of freetype index to UCS4 value. + cairo-pdf: - Fix Type 1 subsetting to avoid generating corrupt data (lp#419143). - Fix Type 1 subsetting to correctly identify binary eexec data. - Fix Type 1 subsetting to include fixed-content portion in the embedded font. - Fix Type 1 subsetting to append "cleartomark" operator for binary fonts that don't include it. + Build fixes: - Fix to compile on OpenBSD.- Package baselibs.conf as a source - Add baselib definitions for SPARC- Go back to cairo 1.8.8, for maintenance reasons. Changes from 1.8.6 that we had before: + build fixes + fix uninitialised status return within _cairo_clip_intersect_mask(). + avoid transforming nearly-degenerate matrices into degenerate matrices (bmo#467423) + a few FreeType font handling bugs were fixed (fdo#21985, fdo#21706) + ensure win32 font backend sets the return value to -1 (indicating the absent glyph) if the font index lookup for the unicode character fails (fdo#20255) + improved documentation (fdo#20095, fdo#20154, fdo#20180, fdo#20183, fdo#20182, fdo#20441) - Drop cairo-missing-include-fdo22610.patch: not needed with this version. - Add cairo-1.8.6-repeat-modes.patch: this is a patch used by Fedora and Ubuntu to improve performance. - Add cairo-lcd-filter.patch, similar to the old cairo-lcd-filter-fdo10301.patch patch we had. But we're now using the Debian/Ubuntu/Mandriva version for better maintainability. - Explicitly pass --enable-pdf to configure because we require PDF support.- Fix packaging bug (Use %{_libdir}/cairo/*.so.* instead of %dir %{_libdir}/cairo/*.so.*)- Update to version 1.9.2: + Many API changes, fixes and other updates. See NEWS for full details + New experimental backend: CairoScript + New utilities: cairo-trace and cairo-perf-trace - Remove cairo-lcd-filter-fdo10301.patch. This patch was added to cairo, but later removed in commit 5d887ad5dca5af0f8216830d1b04d08a5aba9bee - Don't use autoreconf -f -i - Enable CairoScript and svg backends with configure - Add cairo-missing-include-fdo22610.patch to fix a missing include. Keeps OBS happy./sbin/ldconfig/sbin/ldconfigbuild40 13592516541.12.8-2.1.11.12.8-2.1.1libcairo-script-interpreter.so.2libcairo-script-interpreter.so.2.11200.8libcairo-script-interpreter2COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libcairo-script-interpreter2/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/262f4c2fbf186507f391ad46af5bdaa1-cairocpiolzma5x86_64-suse-linuxASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xa40437344beb88d927508b8f7a0f0c7102516185, strippeddirectoryPRRRRRRRR R R R R RRRup3dC\IKk?@] cr$x#CØ"N.I(;+6I0EspoŜ^@tuT M:*nF uÐK*##njcD2S1}: .ri&)'f丿VeXo\[w ?{0$ d/\o9T|$-Z2R;MY 9C2d~wcjpMɂlV 97l~(‘#"2E/eLf)ȎyXk7rnI86 E~q%bf5خZ瞜Sh[8J,f{f62Kڈ&ay|B]Y@t1'Z13NAt#Tm Fe.߭ZsPNApҮ_ΐ*Yq{N-%Qϫn_7=huH9iT _ucJa<6e ^E/]@ρ `ϭnEmYUi"Gz "NaOݺJCf_ wZXAҳyϤ{Q8T}^b(!\?C* 33L^.[Hm(U)յsS2Q,a/ן7\ iߞE@<ǮGOekS:m mee}d4Cim2u5plܒ\gF ^pn[jlgl,;:YU `tVj1DQ& ǥkgQVN{΀4tB3wV^sĂd ij):i+AU42"?LcUH$~+Oo䁊' vN4?<̾ѝ~}=.c*]PڷG]EW .> Bbp9b!zW.t,!Zwپ#5Z1EC fBamPXp S+tf8dUqh~A}c-)MmxcuεѮ (9)>:M 3>$͘ffKtiqRK#ZV c ũ)ʠ8bKjzu1 C/.-YDP z² 2jY=_8-~1Hd0OwA7xjXh#-0~ c` 4ZP\@W?BvBt5 тY5Z0k<, Đ?ONB)㋎ ]x!hֺpu3A1OT%F=$¡`TEePYtژ a*.%nɔp7GǖU< }*`۴\VO\\\iZ,%FߓV@^Yi›0-3ө[x`29bx,Ok{]%[B|۝R1158 D f{ I"raJȉ`o*pEt)`7ZO˓.# V쿤ȣCEt*_f.v`QM|]z~.zQ);?*n{+VڃdÐo|t[1`c J<]Q(GPNvvJ<њ:yFJG&s(gDȺXz\Bzr!"U+Qxxjr]V` \yu|[ b>5 :oFKκm6;$ t8JaӷRvkSbNjX<֘F)lo9^h@?v<@ EdڣϮi!|6>m -3+pW`v'C^#nPԄ/-$:tjy̱iWj\ S^ISF W~hA o,`(G[{ˈZ]&qdVekix<+e-oM,\2FON{qd|J}nÆZ*mSq') G9Si8`l*qՅF9Y=ba> &RQAY l:(!v)kPjrQoڵGCMRFLCQ@I;y=^d`I,6SU4PSsyAg/}S cYOy 7. onڶn#Gz 1u-fCfQ_ў5| 7;ūlNM܏m #2M3rZ^(M# XU1g<6_(Q*dtޣG܋_ mN:絳deYR#uw7VzqMuF&YZ JϏkF@$C!1TI?rB1,xohe ŧ)j,QR: x{֥ҕXF5>w.mgDœYu$͕ T6_BG TP/icR~-\'& h)b!%щu$ .VՂafwm)dъ.φ ϟP)pC/=4)1cm@V0b-)9,d#;Y_+R`a<#mvhU x0Vaf&QRНVUݫ:gU=V`I F#$L-a!>VbBC_e WØQZ¡ٽH3yxK)f oU!ȻKH^߉Z4|&i)cR b2y[ 2m`D=Фz[a]['͇jq%6__?I,"~,wZ<k}QVt:LwHxdTXJ䐻ri͓71{cOб+S'ܩPt5V.=[;Wg5Jr.7ڲl4ܿ I%%ld9{` b+\njCs%êd8fnZ "<SD^ jN˺5MJHs s0[gr-`1D5m?4D)H { jxLي&גE ݵPv0ESydv%# 0tcc;uTw*rlUC`?mڤ-Mǧ˫cÈGJ0{)/Ta e!sp*G:QAx (6g2m1ć j=v|d^`'fOS0ă? jW]=o!jˡy8"K v. !4yTài.֟POX!93UhL[I(t`Yz@X]V Us4SmWP;ȚT MA#J>q+"J˭՛4 X;·s?'c\!{;T4Pt&s}}r#I6nQ.|7 ,Z©`LARv6E^;_,gPq`9ޫpE] :/̔; S+ P$+Qv:q%͎{ITL6XXjޝx"zpIUYb~FΪm͝򣬔#קE j7Zp9͇xmH,zGlH]]#nP!$ "VAelŢBN_Yro9dK%aDڿ2EBgkuT!![$T#[FȜ|ׅ萓xI/tcc,J,3r B]jq34P7 g^ၐSqu  +z'@ l.u[ 9 ȇ7l_ќg]<+ɖZD*{)~NaKLpӄ$:$g-x{|U/l9֪8h ·̑T$яVi'B̗w@/`c]VMS ADx{С~O\K7;3*$W!bBsMpEʩ&L鹮I=bT[9~[DMi=(BEȡD? WCyVs@+p$?!0Zxႁ!V.fVnW'_֩7 AVv-yUnP8|D].5w"ZzGqFLߖ^8~!&@߷{$Uk^ΆCՔVY۫WUƕUA ?M]O:.0ǹd pfUb=KzNחLY뇍tj B>Bk3ߛ}V@Y?Vq{ʣ޲ WWt\#+<:sӨ3I / {r(c'G%e&ɵh/ʻLn(dR<yLD@/Tw8Yq8AS:G*52+DT񏑷 , LI }X4w=Ą#=vmz!T4m"9l]k,;r.󭽨j'٭Y?n% A.3^S>1I>&OD!a}„:m}ǚ8<W9_,c׵.z$ZGQbzՃxnpdy]tozxlsI//QssW5$g~g]-"(yvtcas%Hr 1Pb33{v[xDYr_qW 3I"6.y2\ ܘ`S<_N7ĘD./4A!Xכ^d1bK _ L t]- >,(u:f)'lu?2 At[9^g2*j|fʊ{ԩ:1^߶.GsQm7,\qFWJj};Bl2Y?7D|@뉈iǁȣy"f5QfpIyKgOCH#>Sw$RzZ+k@m4A箽5ɖS44=<[E4r[qH@/H51Hp^;g'5 ?f[:C/M3߽xVŁ;֛8._3q{)+ 3NlVIF1Mz(8/lR^uu}"]Z7r.͎uR}iF7*~+}GpyBPX~s=OmdKխJs2ߠrIUՁ iTGsI!fB jTdað}HP oZ|?_MAL'6 .OcRiJE wS5ݚʟ]̀ܬKfC+Wsm(To2jEaCI$å`i^M J@ᆨqˌ߭:R)>>6v?ll~)3=x]ZkC.JV-$b#% ʅl銆r C7NybBRฒ$eCvAgF <KlϏ{ 2M'ge +L$ށ$::OkDȄq1a\n[0A;o]bo7mDL5v?] :JOTCp3ﲮ9'.qtكMzv&L,,1w՟^2=2 6 GfHf\t>gN0Zb.㍆R :ăc>/ &LГ4̇´k+C-JNЌ%waُ][??f>ʺ"w[YpnKUijJv_K9B:]I3A #Ĥ+Ba|%|H A2f}C2[Q 00(I Y\9|Xc&Sarotه0(϶;j`׼d X9U?ETԃү?$n+ǫo܉#"qŬD$zҎ|Tqs)G*>^L;Q{n#rI8m؁k`oe%>MCͱ2P45NѲygf/ MJV?isZ1€|6ͼs{9< QNP1<)wAl(3L=oc`=@`s2Ey!qpVϢc46m& Tݥ-"W׷m@rTe4'~yյv78HJW%W%1>(RSZp?b ^k؃{fYk۬GD07u]KTKY pA| TmٕVବ >|&YϺ˔!\FD[/_o_!Np w4 BRZfgC_bI6qP|/W\;^4%y 賨;Mr\q0R!m}ξ["!Q MY% J*SMk$'V3|?{$jҏX>ڪ5 @C4Jgauc EeT6Xk=4|H=Ń١ [Vm'F8A/?@<#qK6ASYꊫB zUwuܶ RF͑֘\_Dr&tab.u⥩y;6sj@[%ȉ1Y' L֝vsArc5 8!6/ԥȑv`޿ڥͳXU<>aCs]"2RiV_VQADF<Ο*SouA1$Qj=sf6*sw-w=tSf0fjrl*C#-8viO̒l͎¼Tס-N+ .rզ'K6ԭKmºHGgp( -n~!NθQC 2 U罒]-,9}Zo[bmE^)ޥ]]jQ5bzu{cj%HEU.2p T6o'Gj3/?[Qb82s).~Ӄ8|dkVqwf$|6e2V/[,5Xu ~9eŃF}e/sÍ}8j!Ay[q2F<>\z( *Wx{!("4f_&L-s ϑgfv%bv pbs*n_]mA[~O"D۰RT;po_w//pZD;@HÎh*b#a[2g2ieR95P²P{N@.[)vxbO \iuuh{ Ac0yyq =g'P)]OG { 71;&ya3BrB๨(߄9 6N +O<f0V` <_p3|*+ Ftmb<0{deu{KYQ9TW܁M?EK"xIMu2~6R:el5f7׽b@767m*^&;mjOyk&8ި˝cmF BwI'諦apGie7,+I'D!-5*vtS~xRǙW{_ojY$Fd ~Aw#LWN)U!XkVCb/npМ}i+y|`k٬ŭ$ME|fQ%g'#kqDՎrBͧn{b(/*hv]kRgv+=G/'\J.r8⩠6)dFؔ[+X"̽oR,:..<+9AbílI甌A! `kO)dn#togFvZvgAX!Q}iciֵa0YôqLՏgT/ڥǝIe>_p=ŷ%ŻgSaj&lt%H64Oﴂs}" LgAAczEZGu6Չqz;-FK+H(6Q"n{3޳Yu')h;T**\eRO ±7 -z^2i_]X$XTrm3 n|AI" Л+W|GtD- %崤!` Nt yX1UѮe,ۡ;P-0Ǒ#`OBAB@j> ĺo8"-"Iawi;n3u+qm8:)=)sz-C E= 3F#nBW"aۘbWȧPH'/9[>O!B%U{O56dK_BEj;7mN}_"QYKXLuHLRŪr{_B3pOwQpgw"jנcARb:ݨB\VܞgC%$ޱZa>[3ţzCi'>P;DĨblkf_* ]-@e+l,I}ϥh_o^[ꈇJ! ůH#aZ`dfIƨ4iM_Ϗ(sBb _/,!D,Oi~`; Z6y~m0GN̎rB o™¿=5T8x%|H#8qΩ̹+gNЬjr^\æL:be 4RR[pм#PNoTl ܏mhy5*/σ(EyPȑ4~d !rj+ xc8 yy-*=x}) ?atiFλn͞NCV[Ul*m, WX;Cqduj/6m'ČFOZoXu<$~0!<.| 8jG;O*1wϞ˔ "!&GMy =$ح֮t:oTU"ܪ^@g<=1ɽkLXhcte&, `?UhB:ĸWL<#vDTPxLMbfKɛu$p)utӰղ}k52LpuGSHR"fϴ9`{m5'^c5 *Lz(c?E.;L?I6)<v 5,Dê"l7؛ۡL ;ry;:Tc#6M]+:E-[>&z? f/pp y狝IO M0F'72ʣ=~Y:^Ʈ"mI%(Z Rh\ [±]yjJ*"pr(nr5x74%JJץa8C؎`PVL~"u{0cHv8q"O edž5+ iEb"X,$Aob|ZIDz:.@ӴEkO=9QΈsoy b/:̒wuvzR7 M bڳ\(-M?Cx d'V4n]S+r-0.<Dgklg[<Go[I*Q>{(M86p9Q)Å;1|M;XWTCcp+$~-z:8ސm!^<. .E U~=([hd_8KvYR{'5g(rK v,Hjौ9uMDgo!^;/|Q[~les"Z(NB-*M!-A}1)++hl8i=cH:O*SnY%Շ$65# զuLjdmFF;KVL .-!3mbM`Ti/t .ŐjɮXSճc_{3uOYwF "N<6oj9%wSt2w.0{5Lwts'׃ĶsTU- o< :1qꩰ{Fp<;J~qEwnt7` wy^RREZ d8QpD/e0W9Z#\/&}dY#ca=Hܞء۾'i<ӟncݲeHHfu^;JAzIDV/%?Bza2h] |c֪JMTY]췺"pgZ#O("!ĺfB pWX)8S~ϣ7_;kH&֩DoP,;[ơ9p_:qhqܸj; /oex?(FS *W-];.ĕLO6;'j aHT5'=g"4XAX FJQԤZ;'VGZ0ո4VI_Ht%_ nQcsPtDҌ q0eff`~mJ.!Aqפ=´9v-CPˌs?^\{+VO~\"B˰Czӊ'f^]#++@ SK' 4qh1kD;Q{fGR*̊C5 @ԲQKqޣJ (|*1}* #vȓBՀ-0VZv>ql~hO9`2O3 T_(WuM >\]/J{hS˛!o)ֺ)Qnpp劒u/¡6x@g;<o7FwBDo? ϫ{5ᝦC?F<],eSǜ6H Sohq> G@ǝ(!)ޔ3fsc}x ?ޘ. gJ2P+I-YTٳuLƖ'K.{{Lav&)i26ǜ+HW"G;Њ&~1jkgTRJG)_)#:?!>_w`(wK'DKI_{*brq阧rcUQB?'Z$Kry&#SΉES2׉olk}ɛJW͚ptVՖ}M|0etR(a&T}%~O4ĵH 7( l>FgA$*n* Ē.!!L5>1xڇl\n3aKtA !B$FKƦEy_L`'T$Gx $1]a',@2N;:*-5 Ƕū}cd}^oT;!eųbQIRiV:_^Edo Pe2v]†P"1$iIy#C 8G ßdɦD̠F ]qfĺً"OK"6,n.lRȻUL&V6e]r q|wٳ<8rb7%aN٣~?P67y1P^3i;^& 0nO BSs{~MEd΢4fQ |]6eXU"߮tT_}kJNPƷS!g__>Av0SÛo a`$2;\Ux?{_G>habPM ykOüTЃC)H= #.ЌȵW8R$Z~_X9YXƠSgY2,a*+>O)&F_"i#*柭 pKG<}n\-%>c QIw5̻ľ;.p-겾1 uVhGj{-/aR3hGK]@P#E&U28sۑ\V/:dHc_S{$-of;9<1PoZM[Pnwc%*IVNuѐd˥;hSUg}\Ƃ[rOc-|NUߧb QE!HSɪOg٢N-W^%^VT,?ܗ Q)F*i AJ=yxbxvſZW2q"-18 lE \TRbS[i cTz 9 4_'HYJ)am񩽓9:*qb{GHژRɥ~?^n&-P[ \YW/usflb7`I([u5!*n02b5^A l+=F_̀,2cE(ߵR]pS-Lvqm6ИBT=!L{'+0H$J Y)ob =&[4PWH=F1Z0L}_75B=JC>uɜl̬1u09˱f9{a~,YU0b}7t`S?G1MWoBS8 5daDbTqǔbQ§SsX-O4j qEM_fw~ESwp ^5Ue1v/婲:I輢=g\LUj\ZK۞T{2{UCStd6uhz7('V}L#"F=9} U :Bܐ}HjX{],8&NPحf{)cʿ#]{On?WTtSM@{#b \剀ˇH^>$S?<ݼGHsMh[YSѲ;r+U緀!#EmGޫS.e'k -D0q *'mO G~[.FբYMa55%$*=Ft,IH;si̍IOGl ־mA :%ԖE 7Keo-G26='{s{W)[݅ XzTx;#peA*>ыa(8ZS(m`cנrm(W8Nx&*R8,=Qux@}OBR4BC$Bz O{X(2{1Pzr9A5 w֛b <ήɘasVݧ1P?[h%tqDzJD~`нqſf".=H48:ӦAYrKnomom9J`.1v kwٺBr_iixct! t6=4w}TҨO\~ />}@Bfjn?A2jPU_|x&TA 0彯pZP:$[xm'sã3-KZ&(~czH Mtm|C\e5W=jIAޟ99p{uI70uǐ,]7gYc/|W/tl։)3sŢc qä0c,O\m+W69EN:bʁP2qI޻ް -l3Oq]>gv4[w 7. *MM^hnϓRehH<.l6J2$·}KDRR:z6Wy0/,M MOЮ72waIyV=T]|U1e.IAx2O eK~6p2įgq[)@w?Z[-n$Ϡ4wVhOի?brʒ {G䁆ˮ>D_ (j%@^BܜQ0p޹J$aĸ-Ρ)Г,zѕK9fBM-dcZc!buR0\%3ݪ.͒+wTZw٣s4~f\u)Xω7*4?Chkf <28@4-l{ȺTrJ61݅@(Ąr0J&ȐǙ8:O$T!pΡtD+zf#p%Z_& >͌QLCR܂^)S5X[Ҟa?JhdS5TsÅ#++J@u!:YVa%5S Z1-YaTgm'Q SXi7lEl?zN*i #򫡣Ϩcx6g /+v][L<1>r[T-Bƶ=8 YIj RuﶉNcȭ4Kp@ 8ow>ݲt0t_H(1 7~$2zf{nglקc h "VwyKݼ E!z^'݇ 4RάqC£p1s~&/%=ψD`1^>lYUH|,kf7$ϡKyYzMʭKQxB: $bT 665AA"kXC~j/B"] mv}bk?ʶ&Nc䞆 '|U' _A'Cy3 yQ)^ FJVX%RMA!GCQc22RPNny7vlk#1 ȴ7z*O ²qQ|8?A\Pue9@<\AמGK%=qVH"' +5$n(=l V}U `Hlc5>$ZW!5UtqfȲP.@P)OdU`G8,{Djf•%KD?l*7ޤKIi3 MC2 !#Æ#ؙGnX7 @%PYMpq`НU{aDZ)enxO6%7ؘD h "?UG"Vo sӹ)p:Y_YpO GNFU\1j,6OPzBN&Q "ЖUeoNo*FI9# BXK^/Zy޳?'Cg[ap~6EL=P'Op^U`ydzS;2Ma>FŅ}nHnZ-ҊURsf'iBe1ml aq2Iw0lh3mTg[OzՠFP['G&;{NY:3Gɋ:'d9A8Z͓ire´fE[_n93Y*UCܔJhxILx6DZJD.\iOO.a At!{8M޾@7*G?FsO /0E1zQMhȒjq"yԥ|#Cuj'$2˪r/R2RW i0Ś0Eqsx:bd4yV:[wqNWٟS'"bqZAĜaܼea#YB2qqhc^ĨPGT{ 7 !J(TBWa/CnQ+!Լ\$[p"N-Yit1G=H]AyO.>hwv/h VgLA< \p4A.ip 0jFx.f䣃Qy}ݯgrSٗsoXHRQ]Ԍ# 1 |= au%n5E'3lXX2 _L ~hNu9jO8(|״LlSC?huERKoɽp= nR[/߿'Մ)FV6Q|PNIoFnA 2eMɳܝkNgP' ? lܪ񏈬3Յ,yn ۱_Ŏ0o6LOsDG\b#ƽ {C{Mԛ'(ym?fl`""&_|<y ɶ_K݃}Jz/Qyef}Ӟmua_u[oIhjDd0ެLi$%ll5`gZv ub}'$;QH:PdT`! rOLǟլusq$],%Ǯ$s˔Xb^SK}Q[Y1jQ"!}$;k۱%xêlM(lKr \!"YL&fNfc1I0B ӄby茷u{h{:ns=%Ty^S.s;;H樿,r^qy<׈i&AᩅUѢBQHD30q .C$(Aig=2 L2gl†/-1F`dD<ɡ2Ԋ$֤)RÐ*T8i>at8(W~mZysoW-wp8r !VQwle>hvKH i\|=:22 n~65s4rfGvͣ62%nvpG@m[Χ*|>ҵvM7 k}E^@|\1>g,Ors[S$JR~ L[OdH&O`x|)}ލ|ѣ_HuE5A EunQwkMnxb_9zR%7kNub°K-ke?B3 ό%@ vRK(Z1fcC<<_7^ ׁ7h4{$ >:+\6zkgnshX k'T6"H2W:a6 ;80!y¸MQ:<OhƄ% o:w_3Sb1뉤82QE */CHi; .`U`r/6'o+}=c?jTz3drQnq/8ũkmJZ;_}-/vޮÌusl,=$e J"R6FNI@1ۥO# Ϋpx-dڢޤvYA,j5f"F(1?~/,=*Y wB}֞ Ee4^ǬG%.Y*'s^@ጘf+yΗ|)cR…WmIT"rt knH!HSh恘 :C$U?/9EY3 e nj h9+U.GbIFˆСa$n 9tE 3yf"VhVrG-#U>F|E>nbO?mx5 zܺ -0j'\ FڇI>>bi\`ge26ȭdtD4|kUL> x[0ôAbݦ.ߟ cQ5PFwS?C?EN[DkF/uV ŁsGlQ8{So9XZ9c6o_kcb~Z2>@*s*p&9fѥxH r"03MFN<4bd4Efy^NέNF29y!+) ǪS*.S_EqKSgtuϖIj,wfU26/hI窇h ˏ1qs[+ƄS`/cPdD~W[-.)LD`nb5,G_Vio$ܓ:@( F>=_ď2oAK,\fy.ߦ4 CU;eb;K8gV DD)o%p@k%cl`Ýnl~@i&%KJ]RЮzR /Z $}Rwèg|{IV <8j b5ҙvh q.̘5X?wsHp*l࿟<>;LQu_Ϫ׽c ~$aCz ֻvBNX S&L(58g[@  :X iLk.ܧH*ϑqZ hZiN{-8`-CCC}Fe 0A$)eFߋurq\}Jh#Nzw bHBΣ!INTud7~10í=¡OĽ**GGqV{5ϭE#uª6GpTJx@֌ym4gA! 'o:ҲC}6 _ ǂehj/ 98B9#;8\QOe\A+Qob-C~\O[oKږ=~&']H9}XbU`OZunJHO0;w8Rik*!}lb?>gF ׅ Mi'! .V,2})] Y/#^>? gRB@QY׸4700Ӌ`Uz)T9a ڸm:pA&!jd4:KtFN7H.b@'S>63,1RT`a}ŋ CaLLv@>P ˳B'<̼~4qW2}:c㉎Qc5W{j]ORB!xR4^OϾB8}qq ٛ6n:ڟc'H \?"V>wMR2:=iPggN>=6+$? G9wݘvyq/2?]__ܑbG"$ RwI'GJw ! 2 Z#M9'uH&k׫g\MfЧB_ OPXJ} #w0a7U1M{̷:g"ƹDgW*Ahb}1 $;d96c!=h`HW,c۟Iutʞ\صY`L~ْ56l#GƉ 6XZ31-- +t ?3V Nkr7ˁ!(ǽ5Geh KɆ/dƼ)_UvCqu՝\|0~ ]yG*PQ:~̕I_ÐrrsK ZmոGD*z@ `فI8*vwV쥜JzZ?cJ%.uh]sS Ӌ,Al\V7ywـ)( PxL[DUM/X1wآ VBY>L]Aw u> x ?OB H#^kj4Nl1iyi݊S}Ro [ѹAj:ETeԮ#$W!ݓ`Ŋyr#k)QaKAje b]nL7C2FzL|y\_i]_I(V,/|\J{O'܈ [k^cpfkBLڂg<LcR -1E`DvFlCϖ2\hzjYp0/dBc 51n|5ꛍv1{716r-P8 ;CrR "r?N`kg"tͻ-'J4I ipT7D}Mԛ0~f"~t")]yvЯ=t+O U>)zD-ӹ4П.vl6?0%XpN-6~@i CRƶaPHHG1Dm~n00H5W*e{.I.:Ec}07yhVk{iحRdAq[55S,m}WT xlvv.%m-3InKUD"CxxP~x8S /f:+%,ҥ\Cu (o¹caV$aU&'=aAX۟GYO gc9*py Ot湼*]E6ޢҽW2hm|9M&>Aв*~9ȥ q]NagZ'`wz#p89:=1-S)4$ԘF K k$u4uutE~/-_u*! "J ̏Qf{ǝ~c8˗pU\t[߉\ҫB6+FS^z7F<;[𚅌$= yaQZޟ u=Ң槼^h&Ѓ nSiw'+ l5etkP4ה -& $4J0  1j  :dϔT%@6LɅڮ`L _-h!% Gr^܋#_+)DR!@,"uG.? vIF3LHXNUf΃RƠ@ֈg9d@م̐ v`&`nFtl&DWo=W33 (CvêwTSz)12LC{e#JARRgUN[DE \E,NQ-+ BGl*!8ôW=|7}?<^&5;l4,{3ǴWlW#5fca@h?"ZπD^s/ڎ>cIkOËRmULִ&{%HnYTQNx 1gM̆2o[V@f H$BȠ膃p!f_gKE5%`)JCI-6[-J^=6M`5ؔ(4<b('>o&(ǼUS̰hmF|=cvy|@+YNJAѩ$hȓ-f0y 9]144"C> ZE.EpGU;tnߋ$^̈[gmɛ<_e.ׯ!2nB: υS߄}J'hz g/5P¢7,Vp<ώ ^ioki|ު9/#("&8I{{]-W=gq$\zd7ɣҾ[ҹ5g]SS?JDtٌU&yW=>'YpBBL8T/%J`vϜɤ.`.cv7N On[=|1=DedSK82e>skU*/7b4 ^C?B\=a'm !^G%RP )fS*.& -^1~E]v7T‚߼ЩǮ7}4z9OyG.l r7m@ip Nk]8.Vm5N1AA0n1X&ɍ7k4sNYVrPj]J{oXYh%6x;K' 'ҮYb2ۭ%ce O~-dJc4.Y1@HL|D5ф_b3&!AfQ91Y(;\ЙtT*9`3h@:־F[A¢Eb*g&JA^ 6ܼ0Zru yw凜p7r G+C iz2Qw&`o=uu1x+`ӻS( I}ov\?~i̥X=§H"˚Y+^ ṅ:" ֖IdBG /1 B `₭C+JYM`9@NG_;{;;9S5۴9c6KybdJlGv2D$*xe1CG<0jp1++C//cq,Yo"LEVt)`Fx>Sn`ˏy{5~9@b75/Fnh?X#xdwQ_35>8>}@ܻ)5.#x˧/ʒj`h}Ʒ3so:Whb=W,?#wV谵꾴O<~wT =1#)[Cwҵx5tYjZV+eFXf*llWF[R+T{$  G=GQ% j;>[D/T{t.'( Aʂx'9ߝ |՞f#S$QS |y7/آ]*I0M3:b17xv8,#@1\O dhA#1Thz24Jl@@ coDo&ֿn&H@W#~FNv4r0M }KmӾoXT>n??ly]a b7"V)mj+N>Bt.|Rʪn_| g͎dv~=G*(~F! u*f q6Cy= ²;U>e Jŏ¨:O4 ,>cQ7X Қ}fO0 -!n“skTF`M!ڬA6 !Ol|UMaeI Dq}v|(xȽZZ_'{ŝ 1H@+zUu ArD4;}DA?5OC|9f<&vو l``QPd(3J8ݲFW1U0`ȹX0r B-J(Sުٶ7Dl}+vQb7$R RP%a;;o(_6Uq56}DZZXN!gMB{ʁMOhlD蛒x…ϒcdc&_6IiY}, YfߨUv)z @=9NisXR!!IU)c҃uY ڛ~D *ӼԈ60ZN1L?jvtgΕ2ьP-bylxi|ȓ/uSs"œ=2D52nK`ÏEʣ}uhRl>[]tWynu!۞/96m|a)t3l [ف QA;wZ8&`OY*?>PoeShСta/Wc "ul{wQt{U8$Vicy g2· _>kצ2P"Gu6?vVJw>+VkD?K>8s$;rbhH܏}]@/|υ.S5Di96Tfnnr٠Qxz{$)1Dz&X6 kJ;W6- b W)V[ y` HW)ژ >CEiXR}V?G*X=rz=؟{WIS kE'{m۩C% /&dv/!+a]We W]mw6 Yuwn$73tV~|R 7+ꗨ=n*. D_C1S[+{F qEo;AS; gN//'?Fwf[ս_X;ùo,?ԿM+.9 p@'M/{9'Lo|d ZoMlt0VfIh=_׆Ɲ`]ymKPF!]-ܪ&&6)Fz.jbı86řk&QqCyؠI="@Cvh-6_+^UL+|H&3!۾G<϶ȊIRq-x 5\1Sa4v>}*RI{ǝQ֬BU\ny=DV8g+(C;Q$]orgNŋJޓ9KBĕ^ܕk2N ^$[0I;]?'0ՈzF‹-exlIaû(l!L1_f~MIM)]EdRa܇HܐQ8(tnt{ޑ+;x݋uKa{{FEx+@)_঺I1FLNv Ȟ 1 @`,nYlaҎ*`n%; Ч,IWQKk'ShEsK*LMJNY^]v=ʇ-&%-YTM"%($-R&zw mxƿ7>#$*i^HWTnzFV?1іrQVzIz5q'dr*HZ=acq}7^F[h7#8Vcb?y4+OT|TX="Ґ'NrACZbigq(QGgS?[ɓJ_)%R9P6|M#o'?,7,#BܢrOE'^ۢDVũ 8Džbbo yK2 xi1X*@kXLKwIO6)G5-jM7Z3KT+^gn#,x&ı- 9;;Xpj*f)@xWPZ7ʤf@$\"1)-}xP8rBA檡/'>zm]̟[1iб~?3W3k ;(qhېq$=[og5wt ]rW^(ՄtGp>B;ӒRhf͗M/vGz! wp"lH  o==,|s vۥ"}^2sRcLfl%䏢?Reۨ&HD̛wij3R 9,\ڵb`3*`@ŦZ|b>h窦Ӓ׎h|K3N<@iȤd#,|V}CVjP[ؙlvEp+sl)6O1>oKRЌd# V|I ?gbWklܘ[0 lpSڹL^ןFf4[LA\Zro.rdn}uj~ʧ*Skn 邂G%|tTMC@Lp¿&u&uǐgjJ -v)Z~a0at OB#eih|;h'fywBŝnm#_ge/nW= _|~pfȳT!aW'hOǒYrJR# Q;}*љm^ǔ,SETmk!3wY6&i bT„=dmn楳|vEĸ$U/"%hf;9,wټs PqPB8u]3jV~Aށ`"٨Q+r[9@]cs3x>Z&ybYpܢHC* AJkjryEif&n3M669lDRۙpmƌOElsX3j$jLQ/@WJ3h;Cֆ}jV mk=zfT5+kV&2KXSu2bKo>s r;4.'[0D*Eʾ뙥_,WKM&,]Fc)_i`NR"4<:(:B(I+VF=_ ? e)~R&0ʠIUNM?&U (5+ w!;Tu"֊C'"nG믞ح}J qcG3OP1"E} 0 ʟ,@e {yMwLae-ȁ̛;sũ2Jˋ@3S"ՏBБ0f.$y|-\ =?z= /mEN]V절,3~gW^qy IrWYw`Ern]8?.`Zx]<"vMrkKIh+Dx!r+k7 0f55F?2Y h򙳂7WX{"jC3U`:e]A$D@ҲvtKD=F ΅PΓ>P>u0K _},7ҥ * ́HpX,ּb'n^nytj97[3\g'R󦵛mپ`{3QYg0fӬ>`5<=(WgXr#7T-fK?Sa.*9]U6c]ZAy#8"1]ՈXCYۺ9o)XOAVӎر yf)S?!ܑ62c>`ȽMXu(=!gfnV0\((K-@mXԠhC'[o&װK/qT|N.dPj/5٧=/}Hk uaba!ƙ̯!k@l'=g0z]ܱYn$=$.D4gc^h:(LS h^{yHb)ͷ4a4٘skˋ`;\!+骏yfe9σ1Iy8`N%M5^MlTlVJ1QSWk8r+3]RL 쑼D }CTR|/!>&L" qC6Şkp(ix;KN % 6~1t'͞! ЁIew6IJb:Y- #\ JĻ\dZ8ֳ@5})2AnAO7πg:U{-^A,z1۩.,d296݈)ٖGhj&1[2uJ+!Mcpo?4I5<|Noh-Iv~],&->p2~bA ?)Z&;4Zz_-HDczsukJ` z˨wL#b6UEHG;ɸ2