From 5bdf0c9a651bb206a05bf77a3e6a3292b7ddc5b3 Mon Sep 17 00:00:00 2001 From: wjiang Date: Thu, 28 Aug 2025 10:30:48 +0800 Subject: [PATCH] fix changelog display exception (cherry picked from commit 0d9654c6ef854ea76b6d8ade809f206a972fe4a7) --- libev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libev.spec b/libev.spec index e71f27d..eae0a97 100644 --- a/libev.spec +++ b/libev.spec @@ -3,7 +3,7 @@ Name: libev Version: 4.33 -Release: 4 +Release: 5 Summary: A high-performance event loop/event model with lots of features License: BSD or GPLv2+ URL: https://github.com/enki/libev @@ -77,11 +77,14 @@ rm -rf %{buildroot}%{_libdir}/%{name}.la %{_mandir}/man?/* %changelog +* Thu Aug 28 2025 wangjiang - 4.33-5 +- fix changelog display exception + * Mon Nov 14 2022 wuzx - 4.33-4 - 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