forked from pool/cairo
Accepting request 307439 from home:oertel:branches:GNOME:Factory
- drop cairo-disable-lto.patch: lto was dropped upstream OBS-URL: https://build.opensuse.org/request/show/307439 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=94
This commit is contained in:
committed by
Git OBS Bridge
parent
70f5b89cea
commit
f07f2cedf2
11
cairo.spec
11
cairo.spec
@@ -29,12 +29,10 @@ Source: http://cairographics.org/releases/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM cairo-modules-no-version.patch fdo#29319 dimstar@opensuse.org -- Build modules with -module -avoid-version.
|
||||
Patch0: cairo-modules-no-version.patch
|
||||
# PATCH-FIX-OPENSUSE cairo-disable-lto.patch idoenmez@suse.de -- Disable -flto on s390{x}
|
||||
Patch1: cairo-disable-lto.patch
|
||||
# PATCH-FIX-UPSTREAM cairo-render-thin-lines.patch fdo#77298 jw@suse.com -- Fix rendering of thin lines
|
||||
Patch2: cairo-render-thin-lines.patch
|
||||
Patch1: cairo-render-thin-lines.patch
|
||||
# PATCH-FIX-UPSTREAM cairo-xlib-endianness.patch fdo#63461 bnc#882951 fcrozat@suse.com -- Fix crash when client and server have different endianness
|
||||
Patch3: cairo-xlib-endianness.patch
|
||||
Patch2: cairo-xlib-endianness.patch
|
||||
BuildRequires: gtk-doc
|
||||
# Needed by patch0
|
||||
BuildRequires: freetype2-bootstrap-devel
|
||||
@@ -145,12 +143,9 @@ cairo.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%ifarch s390 s390x
|
||||
%patch1 -p1
|
||||
%endif
|
||||
# fix_for_fdo77298.patch
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
# Needed by patch0 and patch1
|
||||
|
Reference in New Issue
Block a user