Accepting request 201444 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/201444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cffi?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2013-10-01 06:26:27 +00:00 committed by Git OBS Bridge
commit 6602b6f86b
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: