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