Update to 1.8.2

Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
This commit is contained in:
John Dulaney 2016-09-07 09:22:37 -07:00
parent 7ed8750210
commit 205d0bacc2
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/cffi-1.5.2.tar.gz /cffi-1.5.2.tar.gz
/cffi-1.6.0.tar.gz /cffi-1.6.0.tar.gz
/cffi-1.7.0.tar.gz /cffi-1.7.0.tar.gz
/cffi-1.8.2.tar.gz

View File

@ -5,8 +5,8 @@
%endif %endif
Name: python-cffi Name: python-cffi
Version: 1.7.0 Version: 1.8.2
Release: 3%{?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
URL: http://cffi.readthedocs.org/ URL: http://cffi.readthedocs.org/
@ -113,6 +113,9 @@ popd
%doc doc/build/html %doc doc/build/html
%changelog %changelog
* Wed Sep 07 2016 John Dulaney <jdulaney@fedoraproject.org> - 1.8.2-1
- Update to 1.8.2
* Tue Aug 09 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.7.0-3 * Tue Aug 09 2016 Nathaniel McCallum <npmccallum@redhat.com> - 1.7.0-3
- Record installed files - Record installed files

View File

@ -1 +1 @@
34122a545060cee58bab88feab57006d cffi-1.7.0.tar.gz 538f307b6c5169bba41fbfda2b070762 cffi-1.8.2.tar.gz