From 2039a5ee10ac814c19c54083bf9446be17a49e937ec48b8144d7266752542c1f Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 9 Sep 2014 15:00:04 +0000 Subject: [PATCH 1/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=5 --- python-cairocffi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 2d6a797..84ccfe3 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -29,6 +29,7 @@ BuildRequires: python-cffi >= 0.6 BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: typelib(GdkPixbuf) +BuildRequires: gobject-introspection Requires: cairo-tools Requires: python-cffi >= 0.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 8f371f074e0cde1039ef7f410c3e1def567d500a968aa63087e9b2a4e9d39cdf Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 9 Sep 2014 15:00:17 +0000 Subject: [PATCH 2/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=6 --- python-cairocffi.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 84ccfe3..2d6a797 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -29,7 +29,6 @@ BuildRequires: python-cffi >= 0.6 BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: typelib(GdkPixbuf) -BuildRequires: gobject-introspection Requires: cairo-tools Requires: python-cffi >= 0.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 96e29ab7b5fb0dfedcd2ce8c5673b9d1b29185f248bca933bfb550bde896a6ca Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 10 Sep 2014 09:27:01 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=7 --- python-cairocffi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 2d6a797..84cbb2e 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -28,7 +28,7 @@ BuildRequires: cairo-tools BuildRequires: python-cffi >= 0.6 BuildRequires: python-devel BuildRequires: python-setuptools -BuildRequires: typelib(GdkPixbuf) +BuildRequires: gdk-pixbuf 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 From db7e2b469f691174a6a5fa7461de7e57e24ecc37241e34720e2a3a6578555578 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 10 Sep 2014 09:27:14 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=8 --- python-cairocffi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 84cbb2e..2d6a797 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -28,7 +28,7 @@ BuildRequires: cairo-tools BuildRequires: python-cffi >= 0.6 BuildRequires: python-devel BuildRequires: python-setuptools -BuildRequires: gdk-pixbuf +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: gdk-pixbuf +Requires: typelib(GdkPixbuf) Requires: %{name} = %{version} %description pixbuf From 3d5c80e9a1aa88aee8855901ba807197a1ae1c830d7e54b2eeb08f6063e66333 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 10 Sep 2014 09:35:32 +0000 Subject: [PATCH 5/5] 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