From ad65c5cc85054c7792447e214122c1451ee44148 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Fri, 17 Mar 2023 11:03:44 +0800 Subject: [PATCH] add release number --- 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 5f7e143..983a041 100644 --- a/gcc-python-plugin.spec +++ b/gcc-python-plugin.spec @@ -1,6 +1,6 @@ Name: gcc-python-plugin Version: 0.17 -Release: 1.3%{?dist} +Release: 1.4%{?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 +* Fri Mar 17 2023 happy_orange - 0.17-1.4 +- add release number + * Wed Mar 15 2023 happy_orange - 0.17-1.3 - rebuild for gcc -- Gitee