From d60bdb459de8ca7c0d146fddcef064f30e9d7cb7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 07:01:58 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-cffi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index 1005392..b70212b 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -4,7 +4,7 @@ Name: python-cffi Version: 1.11.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ @@ -109,6 +109,9 @@ PYTHONPATH=build/lib.linux-* py.test c/ testing/ %doc doc/build/html %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.11.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Oct 19 2017 John Dulaney - 1.11.2-1 - New release 1.11.0 - Fix %check