diff --git a/cairo-1.14.2.tar.xz b/cairo-1.14.2.tar.xz deleted file mode 100644 index ccf30a6..0000000 --- a/cairo-1.14.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c919d999ddb1bbbecd4bbe65299ca2abd2079c7e13d224577895afa7005ecceb -size 35376404 diff --git a/cairo-1.14.4.tar.xz b/cairo-1.14.4.tar.xz new file mode 100644 index 0000000..5e513b4 --- /dev/null +++ b/cairo-1.14.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ec9c7c844db9ec011f0d66b57ef590c45adf55393d1fc249003512522ee716 +size 36040204 diff --git a/cairo.changes b/cairo.changes index a27fe54..b7a2670 100644 --- a/cairo.changes +++ b/cairo.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Nov 2 15:11:39 UTC 2015 - zaitor@opensuse.org + +- 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. + ------------------------------------------------------------------- Sat May 16 10:42:31 CEST 2015 - ro@suse.de diff --git a/cairo.spec b/cairo.spec index 3c704cd..e1f29c0 100644 --- a/cairo.spec +++ b/cairo.spec @@ -19,7 +19,7 @@ %define build_xcb_backend 1 %define build_gl_backend 1 Name: cairo -Version: 1.14.2 +Version: 1.14.4 Release: 0 Summary: Vector Graphics Library with Cross-Device Output Support License: LGPL-2.1+ or MPL-1.1