Update to latest upstream.

This commit is contained in:
Eric Smith 2014-08-19 15:32:03 -06:00
parent 99b4758384
commit 77ca7d4699
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -1,12 +1,12 @@
%if 0%{?fedora} > 12 || 0%{?rhel} > 6 %if 0%{?fedora} > 12
%global with_python3 1 %global with_python3 1
%else %else
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
%endif %endif
Name: python-cffi Name: python-cffi
Version: 0.8.1 Version: 0.8.6
Release: 4%{?dist} Release: 1%{?dist}
Group: Development/Libraries Group: Development/Libraries
Summary: Foreign Function Interface for Python to call C code Summary: Foreign Function Interface for Python to call C code
License: BSD License: BSD
@ -100,6 +100,10 @@ popd
%doc doc/build/html %doc doc/build/html
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
1a877bf113bfe90fdefedbf9e39310d2 cffi-0.8.1.tar.gz 474b5a68299a6f05009171de1dc91be6 cffi-0.8.6.tar.gz