diff --git a/cairo-1.12.14.tar.xz b/cairo-1.12.14.tar.xz new file mode 100644 index 0000000..4af0d1e --- /dev/null +++ b/cairo-1.12.14.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d0d1e3f9b74d2ca3469ff187c5e5f25649b1ad35cf06f4f3a83847dff4ac13 +size 42132464 diff --git a/cairo-1.12.8.tar.xz b/cairo-1.12.8.tar.xz deleted file mode 100644 index bb3932e..0000000 --- a/cairo-1.12.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fbb6fc66117ab4100bad830cb4479497e53c6f3facb98bf05c8d298554ebdd9 -size 42113752 diff --git a/cairo.changes b/cairo.changes index 7176689..b17bb6e 100644 --- a/cairo.changes +++ b/cairo.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Feb 14 17:42:09 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.12.14: + + Prevent user callbacks accessing user-data during destroy to + prevent use-after-free bugs (mozilla#722975). + + Use standard names for glyphs in subset fonts (PDF) (fdo#60248) + + Fix detection of Win98. The logic for detecting Win98 + AlphaBlend() was inverted, disabling AlphaBlend() for everyone. + + Prevent numeric overflow from extrapolating polygon edges to + the clip boundary and causing severe render artifacts. + (fdo#60489). + + Fix computation of glyph string coordinates when breaking up + runs for xlib. + + Fix an assertion in the win32 backend for failing to clear its + similar-images (fdo#60519). +- Changes from version 1.12.12: + + Avoid replacing the entire image when uploading subimages + (fdo#59635). + + Force synchronisation for scratch SHM image buffers, so that we + do not overwrite data as it is being read by X (fdo#59635). + + Fix typos in detecting multisampling for the GL (MSAA) backend. + + Fix a memory leak in the GL (MSAA) backend. + + Fix a reference counting bug when mapping a GL surface to an + image. +- Changes from version 1.12.10: + + Append coincident elements to the recording's surface bbtree so + that the list is not corrupted and the overlapping elements + lost. + + Fix cairo-trace to correctly record map-to-image/unmap-image + and then replay them. + + Ignore MappingNotifies when running the XCB testsuite as they + are sent to all clients when the keyboard changes. The + testsuite would detect the unexpected event and complain. + + Handle very large images in the XCB backend. + + Fix a memory leak in the xlib/shm layer, and prevent use of + the SHM surfaces after the display is closed (fdo#58253). + + Handle resizing of bitmap fonts, in preparation for a fix to + fontconfig to correctly pass on the user request for scaling. + + Always include subroutine 4 (hint replacement idion) when + subsetting type 1 fonts in order to prevent a crash in + cgpdftops on Mac OS/X. + + Fix a couple of typos in the cairo-gobject.h header files for + introspection. + + Prevent a mutex deadlock when freeing a scaled-glyph containing + a recording-surface that itself references another scaled-glyph + (fdo#54950). + + Make scaled-font cache actually thread-safe and prevent + use-after-frees. + + Restore support for older versions of XRender. A couple of + typos and a few forgotten chunks prevented the xlib + compositor from running correctly with XRender < 0.10. +- Enable building of the GL Backend. + ------------------------------------------------------------------- Tue Nov 6 12:21:53 UTC 2012 - dimstar@opensuse.org diff --git a/cairo.spec b/cairo.spec index 19ab2df..03cddac 100644 --- a/cairo.spec +++ b/cairo.spec @@ -1,7 +1,7 @@ # # spec file for package cairo # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,10 +17,10 @@ %define build_xcb_backend 1 -%define build_gl_backend 0 +%define build_gl_backend 1 Name: cairo -Version: 1.12.8 +Version: 1.12.14 Release: 0 Summary: Vector Graphics Library with Cross-Device Output Support License: LGPL-2.1+ or MPL-1.1