Hello community, here is the log from the commit of package cairo for openSUSE:Factory checked in at 2018-02-21 14:08:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cairo (Old) and /work/SRC/openSUSE:Factory/.cairo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cairo" Wed Feb 21 14:08:16 2018 rev:82 rq:578041 version:1.15.10 Changes: -------- --- /work/SRC/openSUSE:Factory/cairo/cairo.changes 2018-01-16 09:29:05.174988776 +0100 +++ /work/SRC/openSUSE:Factory/.cairo.new/cairo.changes 2018-02-21 14:08:21.656910276 +0100 @@ -1,0 +2,7 @@ +Fri Feb 16 14:30:02 UTC 2018 - [email protected] + +- Add explicit pkgconfig(zlib) and (conditionalized on + build_xcb_backend) pkgconfig(xcb-render) BuildRequires: closer + alignment with what configure checks for. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cairo.spec ++++++ --- /var/tmp/diff_new_pack.A009ah/_old 2018-02-21 14:08:24.316814492 +0100 +++ /var/tmp/diff_new_pack.A009ah/_new 2018-02-21 14:08:24.320814348 +0100 @@ -1,7 +1,7 @@ # # spec file for package cairo # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,6 +41,7 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xrender) +BuildRequires: pkgconfig(zlib) # These libraries are needed only for tests. # Do not enable tests in build systems, it causes build loop! #BuildRequires: librsvg-devel poppler-devel @@ -49,7 +50,8 @@ BuildRequires: pkgconfig(gl) %endif %if %{build_xcb_backend} -BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xcb) >= 1.6 +BuildRequires: pkgconfig(xcb-render) >= 1.6 BuildRequires: pkgconfig(xcb-shm) %endif
