From 274634bf572662057fe31d9988af38adbb9705ec Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Wed, 2 Jul 2025 05:51:40 +0000 Subject: [PATCH] delete macros in changelog --- npth.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/npth.spec b/npth.spec index 8da8b07..bba1899 100644 --- a/npth.spec +++ b/npth.spec @@ -1,6 +1,6 @@ Name: npth Version: 1.8 -Release: 1 +Release: 2 Summary: The New GNU Portable Threads library License: LGPL-2.1-or-later URL: https://gnupg.org/software/npth/index.html @@ -54,6 +54,9 @@ autoreconf -fi %{_datadir}/aclocal/%{name}.m4 %changelog +* Tue Jul 01 2025 wangxiao - 1.8-2 +- delete macros in changelog + * Fri Nov 29 2024 Funda Wang - 1.8-1 - update to 1.8 @@ -70,7 +73,7 @@ autoreconf -fi - DESC: add test cases * Fri Jul 30 2021 chenyanpanHW - 1.6-3 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Mon Sep 28 2020 EulerOSWander <314264452@qq.com> - 1.6-2 - Use cast by uintptr_t for thread ID. -- Gitee