From 0e6aada033087fc71dbd824e0040a86b554ada6d Mon Sep 17 00:00:00 2001 From: Slavek Kabrda Date: Mon, 12 May 2014 17:09:02 +0200 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 --- python-cffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index 6e32b52..4ae0e63 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -6,7 +6,7 @@ Name: python-cffi Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Libraries Summary: Foreign Function Interface for Python to call C code License: BSD @@ -100,6 +100,9 @@ popd %doc doc/build/html %changelog +* Mon May 12 2014 Bohuslav Kabrda - 0.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Wed Feb 26 2014 Eric Smith 0.8.1-1 - Update to latest upstream.