From 3d5c80e9a1aa88aee8855901ba807197a1ae1c830d7e54b2eeb08f6063e66333 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 10 Sep 2014 09:35:32 +0000 Subject: [PATCH] Accepting request 248289 from home:TheBlackCat:branches:devel:languages:python Require gdk-pixbuf instead of typelib(GdkPixbuf) OBS-URL: https://build.opensuse.org/request/show/248289 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=9 --- 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 a278625..ede7d82 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 10 09:27:47 UTC 2014 - toddrme2178@gmail.com + +- Require gdk-pixbuf instead of typelib(GdkPixbuf) + ------------------------------------------------------------------- Wed Aug 27 10:06:19 UTC 2014 - toddrme2178@gmail.com diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 2d6a797..76e5497 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -25,10 +25,10 @@ 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: gdk-pixbuf BuildRequires: python-cffi >= 0.6 BuildRequires: python-devel BuildRequires: python-setuptools -BuildRequires: typelib(GdkPixbuf) Requires: cairo-tools Requires: python-cffi >= 0.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,7 +46,7 @@ including image buffers, PNG, PostScript, PDF, and SVG file output. %package pixbuf Summary: Python cairo bindings based on cffi - pixbuf image loader -Requires: typelib(GdkPixbuf) +Requires: gdk-pixbuf Requires: %{name} = %{version} %description pixbuf