From 8213599ed00108db394cde4b74fac3ad6a54704e Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Wed, 26 Feb 2014 21:00:16 -0700 Subject: [PATCH] Update to latest upstream. --- .gitignore | 1 + python-cffi.spec | 17 ++++++++++------- sources | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 144292e..7e878df 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /cffi-0.6.tar.gz +/cffi-0.8.1.tar.gz diff --git a/python-cffi.spec b/python-cffi.spec index 3fa5ba8..6e32b52 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -5,8 +5,8 @@ %endif Name: python-cffi -Version: 0.6 -Release: 5%{?dist} +Version: 0.8.1 +Release: 1%{?dist} Group: Development/Libraries Summary: Foreign Function Interface for Python to call C code License: BSD @@ -100,17 +100,20 @@ popd %doc doc/build/html %changelog -* Tue Aug 13 2013 Eric Smith 0.6-5 +* Wed Feb 26 2014 Eric Smith 0.8.1-1 +- Update to latest upstream. + +* Tue Aug 13 2013 Eric Smith 0.6-5 - Add Requires of python{,3}-pycparser. -* Thu Jul 25 2013 Eric Smith 0.6-4 +* Thu Jul 25 2013 Eric Smith 0.6-4 - Fix broken conditionals in spec (missing question marks), needed for el6. -* Tue Jul 23 2013 Eric Smith 0.6-3 +* Tue Jul 23 2013 Eric Smith 0.6-3 - Add Python3 support. -* Mon Jul 22 2013 Eric Smith 0.6-2 +* Mon Jul 22 2013 Eric Smith 0.6-2 - Better URL, and use version macro in Source0. -* Sun Jul 21 2013 Eric Smith 0.6-1 +* Sun Jul 21 2013 Eric Smith 0.6-1 - initial version diff --git a/sources b/sources index 60ab9ee..1c35530 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5be33b1ab0247a984d42b27344519337 cffi-0.6.tar.gz +1a877bf113bfe90fdefedbf9e39310d2 cffi-0.8.1.tar.gz