diff --git a/.gitignore b/.gitignore index 9d072f9..bdc0cdd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /cffi-0.8.1.tar.gz /cffi-0.8.6.tar.gz /cffi-1.1.2.tar.gz +/cffi-1.3.1.tar.gz diff --git a/python-cffi.spec b/python-cffi.spec index 8b9adb0..cc0d56c 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,8 +5,8 @@ %endif Name: python-cffi -Version: 1.1.2 -Release: 4%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ @@ -99,6 +99,9 @@ popd %doc doc/build/html %changelog +* Fri Dec 11 2015 John Dulaney +- Update to latest upstream release + * Tue Oct 13 2015 Robert Kuska - 1.1.2-4 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index c0a979a..931d5e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca6e6c45b45caa87aee9adc7c796eaea cffi-1.1.2.tar.gz +deeba7c1fd32a66f1db587988d760c11 cffi-1.3.1.tar.gz