From 9a2d72371f0b9db4f76c08ecce60710cd5e548e3b15ed7819e44f8cd102c237b Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 1 Jul 2015 12:30:37 +0000 Subject: [PATCH] Accepting request 314708 from home:TheBlackCat:branches:devel:languages:python Depend on cairo instead of cairo-tools OBS-URL: https://build.opensuse.org/request/show/314708 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=13 --- python-cairocffi.changes | 5 +++++ python-cairocffi.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-cairocffi.changes b/python-cairocffi.changes index 1cc24c7..2f7a28e 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 1 12:30:10 UTC 2015 - toddrme2178@gmail.com + +- Depend on cairo instead of cairo-tools + ------------------------------------------------------------------- Tue Apr 28 21:13:22 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 96b8fd3..5701cf4 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -24,12 +24,12 @@ License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/SimonSapin/cairocffi Source: https://pypi.python.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz -BuildRequires: cairo-tools +BuildRequires: cairo BuildRequires: gdk-pixbuf BuildRequires: python-cffi >= 0.6 BuildRequires: python-devel BuildRequires: python-setuptools -Requires: cairo-tools +Requires: cairo Requires: python-cffi >= 0.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110