Update to latest upstream.

This commit is contained in:
Eric Smith 2014-02-26 21:00:16 -07:00
parent 8dba9dfe92
commit 8213599ed0
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/cffi-0.6.tar.gz
/cffi-0.8.1.tar.gz

View File

@ -5,8 +5,8 @@
%endif
Name: python-cffi
Version: 0.6
Release: 5%{?dist}
Version: 0.8.1
Release: 1%{?dist}
Group: Development/Libraries
Summary: Foreign Function Interface for Python to call C code
License: BSD
@ -100,17 +100,20 @@ popd
%doc doc/build/html
%changelog
* Tue Aug 13 2013 Eric Smith <brouhaha@fedoraproject.org> 0.6-5
* Wed Feb 26 2014 Eric Smith <spacewar@gmail.com> 0.8.1-1
- Update to latest upstream.
* Tue Aug 13 2013 Eric Smith <spacewar@gmail.com> 0.6-5
- Add Requires of python{,3}-pycparser.
* Thu Jul 25 2013 Eric Smith <brouhaha@fedoraproject.org> 0.6-4
* Thu Jul 25 2013 Eric Smith <spacewar@gmail.com> 0.6-4
- Fix broken conditionals in spec (missing question marks), needed for el6.
* Tue Jul 23 2013 Eric Smith <brouhaha@fedoraproject.org> 0.6-3
* Tue Jul 23 2013 Eric Smith <spacewar@gmail.com> 0.6-3
- Add Python3 support.
* Mon Jul 22 2013 Eric Smith <brouhaha@fedoraproject.org> 0.6-2
* Mon Jul 22 2013 Eric Smith <spacewar@gmail.com> 0.6-2
- Better URL, and use version macro in Source0.
* Sun Jul 21 2013 Eric Smith <brouhaha@fedoraproject.org> 0.6-1
* Sun Jul 21 2013 Eric Smith <spacewar@gmail.com> 0.6-1
- initial version

View File

@ -1 +1 @@
5be33b1ab0247a984d42b27344519337 cffi-0.6.tar.gz
1a877bf113bfe90fdefedbf9e39310d2 cffi-0.8.1.tar.gz