Update to 1.6.0

Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
This commit is contained in:
John Dulaney 2016-04-21 12:47:01 -04:00
parent 9ec3ed6149
commit 3512f455ab
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/cffi-1.4.2.tar.gz /cffi-1.4.2.tar.gz
/cffi-1.5.0.tar.gz /cffi-1.5.0.tar.gz
/cffi-1.5.2.tar.gz /cffi-1.5.2.tar.gz
/cffi-1.6.0.tar.gz

View File

@ -5,7 +5,7 @@
%endif %endif
Name: python-cffi Name: python-cffi
Version: 1.5.2 Version: 1.6.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Foreign Function Interface for Python to call C code Summary: Foreign Function Interface for Python to call C code
License: MIT License: MIT
@ -109,6 +109,9 @@ popd
%doc doc/build/html %doc doc/build/html
%changelog %changelog
* Thu Apr 21 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.6.0-1
- Update to 1.6.0 (#1329203)
* Mon Feb 15 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.5.2-1 * Mon Feb 15 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.5.2-1
- Update to 1.5.2 (#1299272) - Update to 1.5.2 (#1299272)

View File

@ -1 +1 @@
fa766133f7299464c8bf857e0c966a82 cffi-1.5.2.tar.gz 2fae9160991afefb20ff0fbde3b14faf cffi-1.6.0.tar.gz