Accepting request 201429 from home:mvyskocil

- use pkgconfig(libffi) to get the most recent ffi

OBS-URL: https://build.opensuse.org/request/show/201429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=4
This commit is contained in:
Denisart Benjamin 2013-09-30 08:50:15 +00:00 committed by Git OBS Bridge
parent a6f1f8812f
commit e112c7832a
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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: