From 205d0bacc29bc6adf1af9af9d7672030b8453a4f Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Wed, 7 Sep 2016 09:22:37 -0700 Subject: [PATCH] Update to 1.8.2 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 2f70e47..c644a09 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /cffi-1.5.2.tar.gz /cffi-1.6.0.tar.gz /cffi-1.7.0.tar.gz +/cffi-1.8.2.tar.gz diff --git a/python-cffi.spec b/python-cffi.spec index 34f0395..a6c723f 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,8 +5,8 @@ %endif Name: python-cffi -Version: 1.7.0 -Release: 3%{?dist} +Version: 1.8.2 +Release: 1%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ @@ -113,6 +113,9 @@ popd %doc doc/build/html %changelog +* Wed Sep 07 2016 John Dulaney - 1.8.2-1 +- Update to 1.8.2 + * Tue Aug 09 2016 Nathaniel McCallum - 1.7.0-3 - Record installed files diff --git a/sources b/sources index ba72666..656fb04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34122a545060cee58bab88feab57006d cffi-1.7.0.tar.gz +538f307b6c5169bba41fbfda2b070762 cffi-1.8.2.tar.gz