diff --git a/python-cffi.spec b/python-cffi.spec index 5d3c51a..5db857c 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,11 +5,11 @@ %endif Name: python-cffi -Version: 0.8.6 +Version: 1.1.2 Release: 1%{?dist} Group: Development/Libraries Summary: Foreign Function Interface for Python to call C code -License: BSD +License: MIT URL: http://cffi.readthedocs.org/ Source0: http://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz @@ -100,6 +100,10 @@ popd %doc doc/build/html %changelog +* Tue Jun 16 2015 Nathaniel McCallum - 1.1.2-2 +- Update to 1.1.2 +- Fix license + * Tue Aug 19 2014 Eric Smith 0.8.6-1 - Update to latest upstream. - No python3 in el7.