From 5d747ef5d22a4d133acb30a71f782f003f59f836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:50:08 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- py3c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/py3c.spec b/py3c.spec index b536462..5c6c7ac 100644 --- a/py3c.spec +++ b/py3c.spec @@ -3,7 +3,7 @@ Name: py3c Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages @@ -93,6 +93,9 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc %doc %{_pkgdocdir}/ %changelog +* Tue Jun 19 2018 Miro HronĨok - 1.0-3 +- Rebuilt for Python 3.7 + * Mon Feb 19 2018 Petr Viktorin - 1.0-2 - Add BuildRequires: gcc