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