From 77ca7d469998848a04eca5762cadecb9a3b54833 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Tue, 19 Aug 2014 15:32:03 -0600 Subject: [PATCH] Update to latest upstream. --- .gitignore | 1 + python-cffi.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7e878df..511c82b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /cffi-0.6.tar.gz /cffi-0.8.1.tar.gz +/cffi-0.8.6.tar.gz diff --git a/python-cffi.spec b/python-cffi.spec index 67cff0e..5d3c51a 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,12 +1,12 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif Name: python-cffi -Version: 0.8.1 -Release: 4%{?dist} +Version: 0.8.6 +Release: 1%{?dist} Group: Development/Libraries Summary: Foreign Function Interface for Python to call C code License: BSD @@ -100,6 +100,10 @@ popd %doc doc/build/html %changelog +* Tue Aug 19 2014 Eric Smith 0.8.6-1 +- Update to latest upstream. +- No python3 in el7. + * Sun Aug 17 2014 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 1c35530..60d108e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a877bf113bfe90fdefedbf9e39310d2 cffi-0.8.1.tar.gz +474b5a68299a6f05009171de1dc91be6 cffi-0.8.6.tar.gz