Update to latest upstream.
This commit is contained in:
parent
99b4758384
commit
77ca7d4699
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/cffi-0.6.tar.gz
|
||||
/cffi-0.8.1.tar.gz
|
||||
/cffi-0.8.6.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
|
||||
%if 0%{?fedora} > 12
|
||||
%global with_python3 1
|
||||
%else
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
|
||||
%endif
|
||||
|
||||
Name: python-cffi
|
||||
Version: 0.8.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.8.6
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Libraries
|
||||
Summary: Foreign Function Interface for Python to call C code
|
||||
License: BSD
|
||||
@ -100,6 +100,10 @@ popd
|
||||
%doc doc/build/html
|
||||
|
||||
%changelog
|
||||
* Tue Aug 19 2014 Eric Smith <spacewar@gmail.com> 0.8.6-1
|
||||
- Update to latest upstream.
|
||||
- No python3 in el7.
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user