Update to latest upstream 1.9.1
Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
This commit is contained in:
parent
d24ef7a182
commit
7c2dc2c37f
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/cffi-1.7.0.tar.gz
|
/cffi-1.7.0.tar.gz
|
||||||
/cffi-1.8.2.tar.gz
|
/cffi-1.8.2.tar.gz
|
||||||
/cffi-1.8.3.tar.gz
|
/cffi-1.8.3.tar.gz
|
||||||
|
/cffi-1.9.1.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-cffi
|
Name: python-cffi
|
||||||
Version: 1.8.3
|
Version: 1.9.1
|
||||||
Release: 4%{?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/
|
||||||
@ -99,6 +99,9 @@ rm build/html/.buildinfo
|
|||||||
%doc doc/build/html
|
%doc doc/build/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 07 2017 John Dulaney <jdulaney@Fedoraproject.org> - 1.9.1-1
|
||||||
|
- Update to latest upstream 1.9.1
|
||||||
|
|
||||||
* Fri Jan 6 2017 Orion Poplawski <orion@cora.nwra.com> - 1.8.3-4
|
* Fri Jan 6 2017 Orion Poplawski <orion@cora.nwra.com> - 1.8.3-4
|
||||||
- Modernize spec
|
- Modernize spec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user