diff --git a/cairo-1.8.10.tar.bz2 b/cairo-1.8.10.tar.bz2 new file mode 100644 index 0000000..e1d7047 --- /dev/null +++ b/cairo-1.8.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea375f4eed6b58b63b5c7c1ae6451ddfa15d014aa24ab61ebf45368d3df1c9c +size 6146974 diff --git a/cairo-1.8.8.tar.bz2 b/cairo-1.8.8.tar.bz2 deleted file mode 100644 index 6b4c64d..0000000 --- a/cairo-1.8.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35da0a9616281c173b9d5f531843115d3eaefb49987665d4ad3f75c381370e0d -size 5366134 diff --git a/cairo.changes b/cairo.changes index 0f2981b..e65ab15 100644 --- a/cairo.changes +++ b/cairo.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Feb 21 17:43:17 CET 2010 - vuntz@opensuse.org + +- 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. + ------------------------------------------------------------------- Wed Dec 16 11:07:29 CET 2009 - jengelh@medozas.de diff --git a/cairo.spec b/cairo.spec index 7d9ca07..56c9876 100644 --- a/cairo.spec +++ b/cairo.spec @@ -1,7 +1,7 @@ # -# spec file for package cairo (Version 1.8.8) +# spec file for package cairo (Version 1.8.10) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,8 +32,8 @@ License: LGPLv2.1+ ; MPL .. Group: Development/Libraries/X11 Summary: Vector Graphics Library with Cross-Device Output Support Url: http://cairographics.org/ -Version: 1.8.8 -Release: 2 +Version: 1.8.10 +Release: 1 Source: %{name}-%{version}.tar.bz2 Source99: baselibs.conf # PATCH-FIX-UPSTREAM cairo-1.8.6-repeat-modes.patch vuntz@opensuse.org -- Based on patch from Fedora & Ubuntu