From 41d4bcd98b874de9ce7139911300c8b664329f60 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Nov 05 2012 16:06:34 +0000 Subject: 1.12.8 --- diff --git a/.gitignore b/.gitignore index 5628075..9670e4b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ cairo-1.9.14.tar.gz /cairo-1.12.2.tar.xz /cairo-1.12.4.tar.xz /cairo-1.12.6.tar.xz +/cairo-1.12.8.tar.gz diff --git a/cairo.spec b/cairo.spec index f21714d..24010f2 100644 --- a/cairo.spec +++ b/cairo.spec @@ -4,12 +4,12 @@ Summary: A 2D graphics library Name: cairo -Version: 1.12.6 -Release: 2%{?dist} +Version: 1.12.8 +Release: 1%{?dist} URL: http://cairographics.org #VCS: git:git://git.freedesktop.org/git/cairo -#Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.xz -Source0: http://cairographics.org/releases/%{name}-%{version}.tar.xz +Source0: http://cairographics.org/snapshots/%{name}-%{version}.tar.gz +#Source0: http://cairographics.org/releases/%{name}-%{version}.tar.xz License: LGPLv2 or MPLv1.1 Group: System Environment/Libraries @@ -177,6 +177,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/cairo/ %changelog +* Mon Nov 5 2012 Matthias Clasen - 1.12.8-1 +- Update to 1.12.8, including a fix for screenshots in fallback mode + * Wed Oct 31 2012 Adam Jackson 1.12.6-2 - *-x{c,li}b-Don-t-crash-when-swapping-a-0-sized-glyph.patch: Fix some crashes when client and server endian don't match. diff --git a/sources b/sources index 8a17be3..3b406d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -645b7c1421ed52260d0853e3215c1d8f cairo-1.12.6.tar.xz +c4e34b0b0419077c64781ee66e8ace47 cairo-1.12.8.tar.gz