diff --git a/.gitignore b/.gitignore index 0c40642..fe5c701 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /cffi-1.4.2.tar.gz /cffi-1.5.0.tar.gz /cffi-1.5.2.tar.gz +/cffi-1.6.0.tar.gz diff --git a/python-cffi.spec b/python-cffi.spec index 70d6957..3917985 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,7 +5,7 @@ %endif Name: python-cffi -Version: 1.5.2 +Version: 1.6.0 Release: 1%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT @@ -109,6 +109,9 @@ popd %doc doc/build/html %changelog +* Thu Apr 21 2016 John Dulaney - 1.6.0-1 +- Update to 1.6.0 (#1329203) + * Mon Feb 15 2016 John Dulaney - 1.5.2-1 - Update to 1.5.2 (#1299272) diff --git a/sources b/sources index aab801b..1cfa7cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa766133f7299464c8bf857e0c966a82 cffi-1.5.2.tar.gz +2fae9160991afefb20ff0fbde3b14faf cffi-1.6.0.tar.gz