[python-cffi] Update to latest upstream.

Eric Smith brouhaha at fedoraproject.org
Thu Feb 27 03:59:27 UTC 2014


commit 8213599ed00108db394cde4b74fac3ad6a54704e
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Wed Feb 26 21:00:16 2014 -0700

    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 <brouhaha at fedoraproject.org> 0.6-5
+* Wed Feb 26 2014 Eric Smith <spacewar at gmail.com> 0.8.1-1
+- Update to latest upstream.
+
+* Tue Aug 13 2013 Eric Smith <spacewar at gmail.com> 0.6-5
 - Add Requires of python{,3}-pycparser.
 
-* Thu Jul 25 2013 Eric Smith <brouhaha at fedoraproject.org> 0.6-4
+* Thu Jul 25 2013 Eric Smith <spacewar at gmail.com> 0.6-4
 - Fix broken conditionals in spec (missing question marks), needed for el6.
 
-* Tue Jul 23 2013 Eric Smith <brouhaha at fedoraproject.org> 0.6-3
+* Tue Jul 23 2013 Eric Smith <spacewar at gmail.com> 0.6-3
 - Add Python3 support.
 
-* Mon Jul 22 2013 Eric Smith <brouhaha at fedoraproject.org> 0.6-2
+* Mon Jul 22 2013 Eric Smith <spacewar at gmail.com> 0.6-2
 - Better URL, and use version macro in Source0.
 
-* Sun Jul 21 2013 Eric Smith <brouhaha at fedoraproject.org> 0.6-1
+* Sun Jul 21 2013 Eric Smith <spacewar at gmail.com> 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


More information about the scm-commits mailing list