Update to 1.8.2
Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
This commit is contained in:
parent
7ed8750210
commit
205d0bacc2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user