From 2f6b38add984815421cdfb41d6f5298bda30b4c8 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Mon, 8 Sep 2025 15:30:43 +0800 Subject: [PATCH] fix changelog display exception --- subversion.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index b8641f0..967f760 100644 --- a/subversion.spec +++ b/subversion.spec @@ -13,7 +13,7 @@ Summary: Subversion, a version control system. Name: subversion Version: 1.14.5 -Release: 3 +Release: 4 License: Apache-2.0 URL: https://subversion.apache.org/ @@ -311,6 +311,9 @@ make check-javahl %endif %changelog +* Mon Sep 8 2025 fuanan - 1.14.5-4 +- fix changelog display exception + * Wed Jul 23 2025 Funda Wang - 1.14.5-3 - fix build @@ -372,7 +375,7 @@ make check-javahl - set make parallelization * Fri Jul 30 2021 chenyanpanHW - 1.14.0-4 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Sat Jun 19 2021 panxiaohe - 1.14.0-3 - dismiss the dependence of libdb -- Gitee