From cc8f1ca2f38f2b43314db21c0c5492c102453d17 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <besser82@fedoraproject.org>
Date: Wed, 13 Feb 2019 19:35:41 +0100
Subject: [PATCH] BuildRequires: gcc-c++

---
 arpack.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arpack.spec b/arpack.spec
index c79254b..0e84a9f 100644
--- a/arpack.spec
+++ b/arpack.spec
@@ -21,6 +21,7 @@ License:	BSD
 URL:		https://github.com/opencollab/arpack-ng
 Source0:	https://github.com/opencollab/arpack-ng/archive/%{version}/arpack-ng-%{version}.tar.gz
 
+BuildRequires:	gcc-c++
 BuildRequires:	gcc-gfortran
 %if %{with atlas}
 BuildRequires:	atlas-devel