1
0

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
This commit is contained in:
Todd R 2014-09-10 09:35:32 +00:00 committed by Git OBS Bridge
parent db7e2b469f
commit 3d5c80e9a1
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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