From c7cb6a6b76a8c0b313802475388f5a72defd0f98 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Tue, 16 Jun 2015 10:52:34 -0400 Subject: [PATCH] Update to 1.1.2 and fix license --- python-cffi.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.