From 9ec3ed6149004b8875a13224894037198697fd3f Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Mon, 15 Feb 2016 03:41:23 -0500 Subject: [PATCH] Update to 1.5.2 (#1299272) Signed-off-by: John Dulaney --- .gitignore | 1 + python-cffi.spec | 7 +++++-- sources | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index bbf6cbc..0c40642 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /cffi-1.4.1.tar.gz /cffi-1.4.2.tar.gz /cffi-1.5.0.tar.gz +/cffi-1.5.2.tar.gz diff --git a/python-cffi.spec b/python-cffi.spec index 58aa907..70d6957 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,8 +5,8 @@ %endif Name: python-cffi -Version: 1.5.0 -Release: 2%{?dist} +Version: 1.5.2 +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 +* Mon Feb 15 2016 John Dulaney - 1.5.2-1 +- Update to 1.5.2 (#1299272) + * Thu Feb 04 2016 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index e212e29..aab801b 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -81357fe5042d00650b85b728cc181df2 cffi-1.4.2.tar.gz -dec8441e67880494ee881305059af656 cffi-1.5.0.tar.gz +fa766133f7299464c8bf857e0c966a82 cffi-1.5.2.tar.gz