From 07fcdb9a17b831d7be58cdaa09f64970dca6e3c3 Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Thu, 23 Jun 2016 10:29:26 -0700 Subject: [PATCH] Update to 1.7.0 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 fe5c701..2f70e47 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /cffi-1.5.0.tar.gz /cffi-1.5.2.tar.gz /cffi-1.6.0.tar.gz +/cffi-1.7.0.tar.gz diff --git a/python-cffi.spec b/python-cffi.spec index 8446e4e..9d74619 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,8 +5,8 @@ %endif Name: python-cffi -Version: 1.6.0 -Release: 3%{?dist} +Version: 1.7.0 +Release: 1%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ @@ -109,6 +109,9 @@ popd %doc doc/build/html %changelog +* Thu Jun 23 2016 John Dulaney - 1.7.0-1 +- Update to 1.7.0 + * Thu Apr 28 2016 John Dulaney - 1.6.0-3 - Switch Source0 to using pypi.io diff --git a/sources b/sources index 1cfa7cf..ba72666 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2fae9160991afefb20ff0fbde3b14faf cffi-1.6.0.tar.gz +34122a545060cee58bab88feab57006d cffi-1.7.0.tar.gz