From e112c7832a49a4ed147f1270e54f6a554b7fe4abc89aa4f118663162988b01bd Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 30 Sep 2013 08:50:15 +0000
Subject: [PATCH] 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
---
python-cffi.changes | 5 +++++
python-cffi.spec | 7 ++++---
2 files changed, 9 insertions(+), 3 deletions(-)
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: