From e37a03a6a5c5c607fa62476b0ee79919af22934d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Oct 19 2015 22:38:58 +0000 Subject: buildrequires python-xcffib (for xcb support) --- diff --git a/python-cairocffi.spec b/python-cairocffi.spec index a5da2cd..0bfe5d4 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -6,7 +6,7 @@ Name: python-cairocffi Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Libraries Summary: cffi-based cairo bindings for Python License: BSD @@ -14,9 +14,9 @@ URL: https://pypi.python.org/pypi/cairocffi/ Source0: https://github.com/SimonSapin/cairocffi/archive/v%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel python-setuptools python-sphinx python-cffi +BuildRequires: python2-devel python-setuptools python-sphinx python-cffi python-xcffib %if 0%{?with_python3} -BuildRequires: python3-devel python3-setuptools python3-cffi +BuildRequires: python3-devel python3-setuptools python3-cffi python3-xcffib %endif # if with_python3 Requires: python-cffi cairo @@ -88,6 +88,9 @@ popd %endif # with_python3 %changelog +* Mon Oct 19 2015 Adam Williamson - 0.7.2-2 +- buildrequires python-xcffib (for xcb support) + * Fri Oct 16 2015 Adam Williamson - 0.7.2-1 - bump to latest upstream release (RHBZ #1249821)