From 77598d98922ae0367e667c45db3d5723eaf54e3c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 20 Feb 2018 11:21:37 -0600 Subject: [PATCH] BR: gcc-c++ --- gc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gc.spec b/gc.spec index 256646f..b934b63 100644 --- a/gc.spec +++ b/gc.spec @@ -2,7 +2,7 @@ Summary: A garbage collector for C and C++ Name: gc Version: 7.6.2 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Url: http://www.hboehm.info/gc/ @@ -13,6 +13,7 @@ Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}%{?pre}.tar.gz ## upstream patches BuildRequires: automake libtool +BuildRequires: gcc-c++ BuildRequires: pkgconfig(atomic_ops) >= 7.4 BuildRequires: pkgconfig @@ -101,6 +102,9 @@ make check %{?arch_ignore} %changelog +* Tue Feb 20 2018 Rex Dieter - 7.6.2-4 +- BR: gcc-c++ + * Wed Feb 07 2018 Fedora Release Engineering - 7.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild