From 3542213a16f3be23283c4c0bfd75b304905a964d Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Fri, 11 Dec 2015 00:04:55 -0500 Subject: [PATCH] Update to latest upstream release Signed-off-by: John Dulaney --- .gitignore | 1 + python-cffi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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