This commit is contained in:
Slavek Kabrda 2014-05-12 17:09:02 +02:00
parent 8213599ed0
commit 0e6aada033

View File

@ -6,7 +6,7 @@
Name: python-cffi
Version: 0.8.1
Release: 1%{?dist}
Release: 2%{?dist}
Group: Development/Libraries
Summary: Foreign Function Interface for Python to call C code
License: BSD
@ -100,6 +100,9 @@ popd
%doc doc/build/html
%changelog
* Mon May 12 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Wed Feb 26 2014 Eric Smith <spacewar@gmail.com> 0.8.1-1
- Update to latest upstream.