From a8d7e99c2d86ec277521cb09f53cdfbc7446c3d5 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 14:50:48 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gc.git#457a79d7f406366f1d3a953b8d38538d4e3a31e3 --- gc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gc.spec b/gc.spec index 6d4582b..52e6940 100644 --- a/gc.spec +++ b/gc.spec @@ -2,7 +2,7 @@ Summary: A garbage collector for C and C++ Name: gc Version: 8.0.4 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Url: http://www.hboehm.info/gc/ @@ -21,6 +21,7 @@ BuildRequires: gcc-c++ ## https://www.hboehm.info/gc/ says: "Starting with 8.0, libatomic_ops is only required if the compiler does not understand C atomics." #BuildRequires: pkgconfig(atomic_ops) >= 7.4 BuildRequires: pkgconfig +BuildRequires: make # rpmforge compatibility Obsoletes: libgc < %{version}-%{release} @@ -107,6 +108,9 @@ make check %{?arch_ignore} %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 8.0.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 8.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild