From f4964148e8e74e22304cee371b637b937e32e84c Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 19 Feb 2018 14:17:17 +0100 Subject: [PATCH] Add BuildRequires: gcc --- py3c.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/py3c.spec b/py3c.spec index a397be0..b536462 100644 --- a/py3c.spec +++ b/py3c.spec @@ -3,7 +3,7 @@ Name: py3c Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Guide and compatibility macros for porting extensions to Python 3 # Licences differ for subpackages @@ -13,6 +13,7 @@ URL: http://py3c.readthedocs.io/ Source0: https://github.com/encukou/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: gcc BuildRequires: python2-devel BuildRequires: python3-devel BuildRequires: python3-sphinx @@ -92,6 +93,9 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc %doc %{_pkgdocdir}/ %changelog +* Mon Feb 19 2018 Petr Viktorin - 1.0-2 +- Add BuildRequires: gcc + * Sun Feb 11 2018 Petr Viktorin - 1.0-1 - Update to 1.0 (adds Py_UNREACHABLE, Py_RETURN_RICHCOMPARE, Py_UNUSED) - Strip buildroot name from the pkgconfig file