From 257ec0b81266806d759b7beb9af730209760beff Mon Sep 17 00:00:00 2001 From: sdlzx Date: Tue, 18 Oct 2022 01:41:59 +0000 Subject: [PATCH] Remove unused BuildRequires From gc official website: Starting with 8.0, libatomic_ops is only required if the compiler does not understand gcc's C atomic intrinsics. Signed-off-by: sdlzx --- gc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gc.spec b/gc.spec index 38b16d9..05aa099 100644 --- a/gc.spec +++ b/gc.spec @@ -1,12 +1,12 @@ Name: gc Version: 8.0.6 -Release: 1 +Release: 2 Summary: A garbage collector for C and C++ License: BSD and GPLv1+ Url: http://www.hboehm.info/gc/ Source0: http://www.hboehm.info/gc/gc_source/gc-%{version}.tar.gz -BuildRequires: gcc gcc-c++ libtool libatomic_ops-devel +BuildRequires: gcc gcc-c++ libtool %description The Boehm-Demers-Weiser conservative garbage collector can be @@ -72,6 +72,12 @@ make check %changelog +* Tue Oct 18 2022 Liu Zixian - 8.0.6-2 +- Type:cleancode +- ID:NA +- SUG:NA +- DESC:Remove unused BuildRequires + * Thu Dec 2 2021 wangjie - 8.0.6-1 - Type:enhancement - ID:NA -- Gitee