From e0eb2ae65ca7e277123898f3f5629a273cfaace9 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Thu, 16 Mar 2023 11:28:31 +0800 Subject: [PATCH] rebuild for gcc --- gcc-python-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc-python-plugin.spec b/gcc-python-plugin.spec index f62eb2a..5f7e143 100644 --- a/gcc-python-plugin.spec +++ b/gcc-python-plugin.spec @@ -1,6 +1,6 @@ Name: gcc-python-plugin Version: 0.17 -Release: 1.2%{?dist} +Release: 1.3%{?dist} Summary: GCC plugin that embeds Python Group: Development/Languages @@ -88,6 +88,9 @@ install -m 755 gcc-c-api/libgcc-c-api.so \ /usr/lib64/gcc-python-plugin %changelog +* Wed Mar 15 2023 happy_orange - 0.17-1.3 +- rebuild for gcc + * Wed Jun 15 2022 Erwei Deng 0.17-1.2 - Simplify the spec file to build only on Python3 - Workaround GCC bug of the no_sanitize attributes with parameters -- Gitee