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,