From 9a2d51a4a1e53dea26c6e1f44ebc2f6285771a59 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 06:02:49 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_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 0ab73b7..cf03d44 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -1,6 +1,6 @@ Name: python-cffi Version: 1.11.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Foreign Function Interface for Python to call C code License: MIT URL: http://cffi.readthedocs.org/ @@ -101,6 +101,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest -k "$k" c/ tes %doc doc/build/html %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 1.11.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Aug 22 2018 Miro HronĨok - 1.11.5-6 - Fix FTBFS (#1605627)