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