From 4c9747643cb190782a62f27be5729777f04ccdae Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Tue, 1 Jul 2025 08:53:30 +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 2488d53..c44a167 100644 --- a/npth.spec +++ b/npth.spec @@ -1,6 +1,6 @@ Name: npth Version: 1.6 -Release: 7 +Release: 8 Summary: The New GNU Portable Threads library License: LGPLv2+ URL: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git @@ -62,6 +62,9 @@ make check %{_datadir}/aclocal/%{name}.m4 %changelog +* Tue Jul 01 2025 wangxiao - 1.6-8 +- delete macros in changelog + * Sat Jan 28 2023 licihua - 1.6-7 - DESC: modify the patchs location @@ -75,7 +78,7 @@ make check - 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