Accepting request 33917 from GNOME:Factory

Copy from GNOME:Factory/cairo based on submit request 33917 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/33917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=28
This commit is contained in:
OBS User autobuild 2010-03-05 01:08:46 +00:00 committed by Git OBS Bridge
commit 208b127f3b
4 changed files with 38 additions and 7 deletions

3
cairo-1.8.10.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ea375f4eed6b58b63b5c7c1ae6451ddfa15d014aa24ab61ebf45368d3df1c9c
size 6146974

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35da0a9616281c173b9d5f531843115d3eaefb49987665d4ad3f75c381370e0d
size 5366134

View File

@ -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

View File

@ -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