]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- added comma patch (no comma separator at end of enumeration); fixes firefox build
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Sep 2010 06:26:23 +0000 (06:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cairo-comma.patch -> 1.1
    cairo.spec -> 1.113

cairo-comma.patch [new file with mode: 0644]
cairo.spec

diff --git a/cairo-comma.patch b/cairo-comma.patch
new file mode 100644 (file)
index 0000000..c1508fc
--- /dev/null
@@ -0,0 +1,11 @@
+--- cairo-1.10.0/src/cairo.h.orig      2010-09-06 14:11:22.000000000 +0200
++++ cairo-1.10.0/src/cairo.h   2010-09-24 07:45:10.084628535 +0200
+@@ -1973,7 +1973,7 @@
+     CAIRO_DEVICE_TYPE_SCRIPT,
+     CAIRO_DEVICE_TYPE_XCB,
+     CAIRO_DEVICE_TYPE_XLIB,
+-    CAIRO_DEVICE_TYPE_XML,
++    CAIRO_DEVICE_TYPE_XML
+ } cairo_device_type_t;
+ cairo_public cairo_device_type_t
index e93f9aed5fda3af31077e7a470af425dba03ee63..ff2a1fc06be99d08e63bfaa8cd731efb241e7b53 100644 (file)
@@ -12,12 +12,13 @@ Summary:    Cairo - multi-platform 2D graphics library
 Summary(pl.UTF-8):     Cairo - wieloplatformowa biblioteka graficzna 2D
 Name:          cairo
 Version:       1.10.0
-Release:       2
+Release:       3
 License:       LGPL v2.1 or MPL v1.1
 Group:         Libraries
 Source0:       http://cairographics.org/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 70a2ece66cf473d976e2db0f75bf199e
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-comma.patch
 URL:           http://cairographics.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9.6
@@ -175,6 +176,7 @@ Dokumentacja API Cairo.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{?with_apidocs:%{__gtkdocize}}
This page took 0.135693 seconds and 4 git commands to generate.