From 52b945be864ac3f981131e5d84f7b8edef9bb28a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Feb 12 2013 18:39:52 +0000 Subject: cairo 1.12.14 --- diff --git a/.gitignore b/.gitignore index 9b4ec02..6d93b8e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ cairo-1.9.14.tar.gz /cairo-1.12.8.tar.gz /cairo-1.12.8.tar.xz /cairo-1.12.10.tar.xz +/cairo-1.12.14.tar.xz diff --git a/cairo.spec b/cairo.spec index b5f816b..968f091 100644 --- a/cairo.spec +++ b/cairo.spec @@ -4,8 +4,8 @@ Summary: A 2D graphics library Name: cairo -Version: 1.12.10 -Release: 2%{?dist} +Version: 1.12.14 +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: cairo-1.12.10-xlib-regression-fix.patch BuildRequires: pkgconfig BuildRequires: libXrender-devel @@ -97,7 +96,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 .putimage %build %configure --disable-static \ @@ -181,6 +179,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/cairo/ %changelog +* Tue Feb 12 2013 Adam Jackson 1.12.14-1 +- cairo 1.12.14 + * Mon Jan 28 2013 Adam Jackson 1.12.10-2 - cairo-1.12.10-xlib-regression-fix.patch: Fix a regression caused by mit-shm surfaces. diff --git a/sources b/sources index 472932c..38df54c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bddd5c5b734ab4b9683eb0ba363070d4 cairo-1.12.10.tar.xz +27b634113d0f52152d60ae8e2ec7daa7 cairo-1.12.14.tar.xz