SHA256
1
0
forked from pool/cairo

Accepting request 424790 from home:badshah400:branches:GNOME:Factory

Haven't tested if this actually fixes boo#997189 or not...

OBS-URL: https://build.opensuse.org/request/show/424790
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=107
This commit is contained in:
Bjørn Lie
2016-09-05 08:12:47 +00:00
committed by Git OBS Bridge
parent 3a4c25d2f4
commit e9d8a202e1
3 changed files with 70 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ Patch0: cairo-modules-no-version.patch
Patch2: cairo-xlib-endianness.patch
# PATCH-FIX-UPSTREAM cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch fdo#93891 bsc#958844 hpj@suse.com -- Fix mutex deadlock on certain documents.
Patch3: cairo-bsc958844-deadlock-on-scaled-font-cache-reset.patch
# PATCH-FIX-UPSTREAM cairo-xlib-double-free.patch fdo#91967 boo#997189 badshah400@gmail.com -- xlib: Fix double free in _get_image_surface(); patch taken from upstream git.
Patch4: cairo-xlib-double-free.patch
BuildRequires: gtk-doc
# Needed by patch0
BuildRequires: libtool
@@ -143,6 +145,7 @@ cairo.
%patch0 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
# Needed by patch0 and patch1