From d6e2d1da99cb8a3bd207151506963725073752ea Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Mon, 8 Sep 2025 15:39:53 +0800 Subject: [PATCH] fix changelog display exception (cherry picked from commit dba0269cfd5e480d696393e244c8a3564e34a442) --- libverto.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libverto.spec b/libverto.spec index 4f5bb6f..6a46676 100644 --- a/libverto.spec +++ b/libverto.spec @@ -1,6 +1,6 @@ Name: libverto Version: 0.3.2 -Release: 3 +Release: 4 Summary: Main loop abstraction library License: MIT URL: https://github.com/latchset/libverto @@ -93,6 +93,9 @@ make check %{_libdir}/pkgconfig/%{name}-libev.pc %changelog +* Mon Sep 8 2025 fuanan - 0.3.2-4 +- fix changelog display exception + * Tue Mar 28 2023 fuanan - 0.3.2-3 - enable check test suite @@ -103,7 +106,7 @@ make check - DESC:update version to 0.3.2 * Fri Jul 30 2021 chenyanpanHW - 0.3.1-3 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Mon Oct 21 2019 shenyangyang - 0.3.1-2 - Type:NA -- Gitee