From ea0a420149b591fa12f596fa3a8ed2a4ecfe25f6 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 11 Jul 2018 18:58:04 -0400 Subject: [PATCH] Add gcc-c++ BR. --- python-cartopy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cartopy.spec b/python-cartopy.spec index f813943..711c9b6 100644 --- a/python-cartopy.spec +++ b/python-cartopy.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 0.16.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Cartographic Python library with Matplotlib visualisations License: LGPLv3 @@ -28,6 +28,7 @@ Source5: %{Srcname}-norm-images.tar.xz # Might not go upstream. Patch0006: 0006-Increase-some-tolerances-for-32-bit-systems.patch +BuildRequires: gcc-c++ BuildRequires: geos-devel >= 3.3.3 BuildRequires: proj-devel >= 4.9.0 @@ -204,6 +205,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" MPLBACKEND=Agg \ %changelog +* Wed Jul 11 2018 Elliott Sales de Andrade - 0.16.0-5 +- Add explicit gcc-c++ BR + * Tue Jun 19 2018 Miro HronĨok - 0.16.0-4 - Rebuilt for Python 3.7