From ca6f9af1f16be4a3dd545dc9ea080b23bd9d3c0f0b4b7fb596988433d0041ea2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 19 Feb 2018 13:20:00 +0000 Subject: [PATCH] - Add explicit pkgconfig(zlib) and (conditionalized on build_xcb_backend) pkgconfig(xcb-render) BuildRequires: closer alignment with what configure checks for. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=131 --- cairo.changes | 4 +++- cairo.spec | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cairo.changes b/cairo.changes index 500c208..302d7b0 100644 --- a/cairo.changes +++ b/cairo.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- Fri Feb 16 14:30:02 UTC 2018 - crrodriguez@opensuse.org -- Add explicit buildrequire on zlib and xcb-render +- Add explicit pkgconfig(zlib) and (conditionalized on + build_xcb_backend) pkgconfig(xcb-render) BuildRequires: closer + alignment with what configure checks for. ------------------------------------------------------------------- Mon Dec 18 16:38:19 UTC 2017 - zaitor@opensuse.org diff --git a/cairo.spec b/cairo.spec index d3d45af..bf97e88 100644 --- a/cairo.spec +++ b/cairo.spec @@ -50,8 +50,8 @@ BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(gl) %endif %if %{build_xcb_backend} -BuildRequires: pkgconfig(xcb) -BuildRequires: pkgconfig(xcb-render) +BuildRequires: pkgconfig(xcb) >= 1.6 +BuildRequires: pkgconfig(xcb-render) >= 1.6 BuildRequires: pkgconfig(xcb-shm) %endif