Update to latest upstream.
This commit is contained in:
parent
8dba9dfe92
commit
8213599ed0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/cffi-0.6.tar.gz
|
||||
/cffi-0.8.1.tar.gz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user