[cairo] Update to 1.12.16

Kalev Lember kalev at fedoraproject.org
Wed Aug 28 19:16:54 UTC 2013


commit 25f1aa89a9e21984ccb5d14aca3d3151fb5a655c
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Aug 28 20:48:36 2013 +0200

    Update to 1.12.16

 .gitignore                                         |    1 +
 ...uce-an-assert-into-an-error-return-for-ge.patch |   34 --------------------
 cairo.spec                                         |    9 +++--
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d93b8e..9d07835 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ cairo-1.9.14.tar.gz
 /cairo-1.12.8.tar.xz
 /cairo-1.12.10.tar.xz
 /cairo-1.12.14.tar.xz
+/cairo-1.12.16.tar.xz
diff --git a/cairo.spec b/cairo.spec
index 8fc1b3f..898741c 100644
--- a/cairo.spec
+++ b/cairo.spec
@@ -4,8 +4,8 @@
 
 Summary:	A 2D graphics library
 Name:		cairo
-Version:	1.12.14
-Release:	4%{?dist}
+Version:	1.12.16
+Release:	1%{?dist}
 URL:		http://cairographics.org
 #VCS:		git:git://git.freedesktop.org/git/cairo
 #Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
@@ -15,7 +15,6 @@ Group:		System Environment/Libraries
 
 Patch0:		0001-xlib-Don-t-crash-when-swapping-a-0-sized-glyph.patch
 Patch1:		0002-xcb-Don-t-crash-when-swapping-a-0-sized-glyph.patch
-Patch2:		0003-mempool-Reduce-an-assert-into-an-error-return-for-ge.patch
 Patch3:         cairo-multilib.patch
 
 BuildRequires: pkgconfig
@@ -98,7 +97,6 @@ This package contains tools for working with the cairo graphics library.
 %setup -q
 %patch0 -p1 -b .xlib-swap
 %patch1 -p1 -b .xcb-swap
-%patch2 -p1 -b .get_buddy-assert
 %patch3 -p1 -b .multilib
 
 %build
@@ -183,6 +181,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_libdir}/cairo/
 
 %changelog
+* Wed Aug 28 2013 Kalev Lember <kalevlember at gmail.com> - 1.12.16-1
+- Update to 1.12.16
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.14-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 38df54c..4ee8e86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27b634113d0f52152d60ae8e2ec7daa7  cairo-1.12.14.tar.xz
+a1304edcdc99282f478b995ee5f8f854  cairo-1.12.16.tar.xz


More information about the scm-commits mailing list