From 82015fae39bea46c6484f121a5f6f9a7f809db84e85ae5e44a8f344801452754 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Tue, 28 Apr 2015 21:30:15 +0000 Subject: [PATCH] Accepting request 304461 from home:benoit_monin:branches:devel:languages:python - update to version 0.6 - add Group field to subpackage python-cairocffi-pixbuf OBS-URL: https://build.opensuse.org/request/show/304461 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=11 --- cairocffi-0.5.4.tar.gz | 3 --- cairocffi-0.6.tar.gz | 3 +++ python-cairocffi.changes | 8 ++++++++ python-cairocffi.spec | 7 ++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 cairocffi-0.5.4.tar.gz create mode 100644 cairocffi-0.6.tar.gz diff --git a/cairocffi-0.5.4.tar.gz b/cairocffi-0.5.4.tar.gz deleted file mode 100644 index 9a5dad3..0000000 --- a/cairocffi-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1dc2b6e4638aee4015649eb5379ee745211fc4bd703626df255cb8439e716ff -size 71232 diff --git a/cairocffi-0.6.tar.gz b/cairocffi-0.6.tar.gz new file mode 100644 index 0000000..22c17f4 --- /dev/null +++ b/cairocffi-0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14ea9daed510259717209ed9e2f68503fcbcbcf00c2c4f31b446b001ae109c0 +size 75183 diff --git a/python-cairocffi.changes b/python-cairocffi.changes index ede7d82..1cc24c7 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Apr 28 21:13:22 UTC 2015 - benoit.monin@gmx.fr + +- update to version 0.6: + * #39 Add :class:xcb.XCBSurface. + * #42 Add :class:Win32PrintingSurface. +- add Group field to subpackage python-cairocffi-pixbuf + ------------------------------------------------------------------- Wed Sep 10 09:27:47 UTC 2014 - toddrme2178@gmail.com diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 76e5497..96b8fd3 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -1,7 +1,7 @@ # # spec file for package python-cairocffi # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-cairocffi -Version: 0.5.4 +Version: 0.6 Release: 0 Summary: Python cairo bindings based on cffi License: BSD-3-Clause @@ -46,8 +46,9 @@ 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 +Group: Development/Languages/Python Requires: %{name} = %{version} +Requires: gdk-pixbuf %description pixbuf cairocffi is a CFFI-based drop-in replacement for Pycairo,