From 01f4827513cf7efcf86a924ba67c0d0307788da7 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 28 Mar 2023 17:31:26 +0800 Subject: [PATCH] Del Specific Fields --- gc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gc.spec b/gc.spec index c494cf8..0689f5d 100644 --- a/gc.spec +++ b/gc.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: Garbage collector for C and C++ Name: gc Version: 8.2.2 @@ -40,10 +40,8 @@ Provides: libgc-devel = %{version}-%{release} rm -f libtool libtool.m4 autoreconf -i -f -# see https://bugzilla.redhat.com/689877 CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN $CPPFLAGS" # https://github.com/ivmai/bdwgc/commit/3ea130ae326d02e224921017d3ee9c287fd4e670 -# WAS https://bugzilla.redhat.com/show_bug.cgi?id=1551671 CPPFLAGS="-DDONT_UNDEF_EXCEPTIONS $CPPFLAGS" export CPPFLAGS @@ -98,6 +96,9 @@ make check %{?arch_ignore} %changelog +* Tue Mar 28 2023 mgb01105731 - 8.2.2-2 +- Del Specific Fields + * Wed Jan 18 2023 Funda Wang - 8.2.2-1 - New version 8.2.2 -- Gitee