From 21222be3da0a0df2c23e36178d64ade4ee6b0008 Mon Sep 17 00:00:00 2001 From: Markeryang Date: Thu, 27 Oct 2022 08:36:56 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification (cherry picked from commit 2406de034d4b20c1ca96a07fc0716e5b3db53620) --- mcpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mcpp.spec b/mcpp.spec index 06695b3..6082acc 100644 --- a/mcpp.spec +++ b/mcpp.spec @@ -1,6 +1,6 @@ Name: mcpp Version: 2.7.2 -Release: 28 +Release: 29 Summary: A portable C preprocessor License: BSD URL: http://mcpp.sourceforge.net/ @@ -84,6 +84,9 @@ make check %{_mandir}/man1/%{name}.1.gz %changelog +* Tue Oct 25 2022 yanglongkang - 2.7.2-29 +- rebuild for next release + * Mon Sep 6 2021 panxiaohe - 2.7.2-28 - remove rpath and runpath of exec files and libraries -- Gitee