Update to latest upstream release

Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
This commit is contained in:
John Dulaney 2015-12-11 00:04:55 -05:00
parent a2bcd0bf6e
commit 3542213a16
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/cffi-0.8.1.tar.gz /cffi-0.8.1.tar.gz
/cffi-0.8.6.tar.gz /cffi-0.8.6.tar.gz
/cffi-1.1.2.tar.gz /cffi-1.1.2.tar.gz
/cffi-1.3.1.tar.gz

View File

@ -5,8 +5,8 @@
%endif %endif
Name: python-cffi Name: python-cffi
Version: 1.1.2 Version: 1.3.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 @@ popd
%doc doc/build/html %doc doc/build/html
%changelog %changelog
* Fri Dec 11 2015 John Dulaney <jdulaney@fedoraproject.org>
- Update to latest upstream release
* Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 1.1.2-4 * Tue Oct 13 2015 Robert Kuska <rkuska@redhat.com> - 1.1.2-4
- Rebuilt for Python3.5 rebuild - Rebuilt for Python3.5 rebuild

View File

@ -1 +1 @@
ca6e6c45b45caa87aee9adc7c796eaea cffi-1.1.2.tar.gz deeba7c1fd32a66f1db587988d760c11 cffi-1.3.1.tar.gz