From 87e2db7b1dc4d3c82e7ba7b5fecc87c8bf575dcd Mon Sep 17 00:00:00 2001 From: jin Date: Tue, 9 Sep 2025 10:31:16 +0800 Subject: [PATCH] fix macro error in the changelog (cherry picked from commit f0fcc6653a95ee598bab66d9ea5f60c0e26c47b1) --- libconfig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libconfig.spec b/libconfig.spec index e403df2..4878f38 100644 --- a/libconfig.spec +++ b/libconfig.spec @@ -1,6 +1,6 @@ Name: libconfig Version: 1.8.1 -Release: 1 +Release: 2 Summary: C/C++ Configuration File Library License: LGPL-2.1-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2 URL: https://hyperrealm.github.io/libconfig/ @@ -60,6 +60,9 @@ rm -rf %{buildroot}%{_infodir}/dir %{_libdir}/*.a %changelog +* Mon Sep 08 2025 jinshuaiyu - 1.8.1-2 +- fix macro error in the changelog + * Sun Jun 01 2025 Funda Wang - 1.8.1-1 - update to 1.8.1 @@ -88,7 +91,7 @@ rm -rf %{buildroot}%{_infodir}/dir - DESC:update to 1.7.3 * Fri Jul 30 2021 chenyanpanHW - 1.7.2-10 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Tue Sep 8 2020 linwei - 1.7.2-9 - Type:enhancement -- Gitee