diff --git a/python-cffi.changes b/python-cffi.changes index 4dc06e3..fe17b8f 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 30 07:51:11 UTC 2013 - mvyskocil@suse.com + +- use pkgconfig(libffi) to get the most recent ffi + ------------------------------------------------------------------- Mon Aug 19 13:27:16 UTC 2013 - mvyskocil@suse.com diff --git a/python-cffi.spec b/python-cffi.spec index 52c1cf1..adb36f5 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -13,19 +13,20 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-cffi Version: 0.7.2 Release: 0 -License: MIT Summary: Foreign Function Interface for Python calling C code -Url: http://cffi.readthedocs.org +License: MIT Group: Development/Languages/Python +Url: http://cffi.readthedocs.org Source: http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz -BuildRequires: libffi47-devel BuildRequires: python-devel BuildRequires: python-distribute +BuildRequires: pkgconfig(libffi) # Documentation requirements: BuildRequires: python-Sphinx # Test requirements: