From 1c624c5379781889393809650af3bf1e5ef256c7 Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Tue, 1 Jul 2025 08:05:50 +0000 Subject: [PATCH] delete macros in changelog --- libtevent.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtevent.spec b/libtevent.spec index a8173aa..5fc359d 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -4,7 +4,7 @@ Name: libtevent Version: 0.16.0 -Release: 1 +Release: 2 Summary: Tevent is an event system based on the talloc memory management library. License: LGPLv3+ URL: http://tevent.samba.org @@ -85,6 +85,9 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/ %changelog +* Tue Jul 01 2025 wangxiao - 0.16.0-2 +- delete macros in changelog + * Thu Oct 26 2023 Paul Thomas - 0.16.0-1 - update to version v0.16.0 @@ -98,7 +101,7 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/ - update to v0.11.0 version * Fri Jul 30 2021 chenyanpanHW - 0.10.2-2 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Thu Jul 16 2020 Zhiqiang Liu - 0.10.2-1 - update to v0.10.2 version -- Gitee