From 9e73397dff0547c846f60e72f29e6957b35c43be Mon Sep 17 00:00:00 2001 From: wjiang Date: Thu, 28 Aug 2025 10:26:18 +0800 Subject: [PATCH] fix changelog display exception (cherry picked from commit 1dca8a759f5da50737c9a0de7260e53655e56931) --- libev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libev.spec b/libev.spec index 3f5e0b0..7dc268a 100644 --- a/libev.spec +++ b/libev.spec @@ -3,7 +3,7 @@ Name: libev Version: 4.33 -Release: 5 +Release: 6 Summary: A high-performance event loop/event model with lots of features License: BSD-2-Clause OR GPL-2.0-or-later URL: https://software.schmorp.de/pkg/libev.html @@ -70,6 +70,9 @@ libevent. %{_mandir}/man?/* %changelog +* Thu Aug 28 2025 wangjiang - 4.33-6 +- fix changelog display exception + * Sat Aug 02 2025 Funda Wang - 4.33-5 - cleanup spec @@ -77,7 +80,7 @@ libevent. - Add sw64 architecture * Fri Jul 30 2021 chenyanpanHW - 4.33-3 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Mon Sep 14 2020 chengzihan - 4.33-2 - Replace invalid url of Source0 -- Gitee