From e7d2db6d5c9eace153abfac593c9cf3a3f1bb0c1 Mon Sep 17 00:00:00 2001 From: hugel <2712504175@qq.com> Date: Wed, 16 Jul 2025 16:28:55 +0800 Subject: [PATCH] fix changelog display exception --- perl-Algorithm-Diff.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Algorithm-Diff.spec b/perl-Algorithm-Diff.spec index f054445..80ec680 100644 --- a/perl-Algorithm-Diff.spec +++ b/perl-Algorithm-Diff.spec @@ -1,7 +1,7 @@ %global perl_package_name Algorithm-Diff Name: perl-%{perl_package_name} Version: 1.201 -Release: 2 +Release: 3 epoch: 1 Summary: Compute `intelligent' differences between two files / lists License: GPL+ or Artistic @@ -50,8 +50,11 @@ make test %{_mandir}/man3/* %changelog +* Wed Jul 16 2025 hugel - 1:1.201-3 +- fix changelog display exception + * Mon Aug 02 2021 chenyanpanHW - 1.201-2 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Wed Jan 27 2021 liudabo - 1.201-1 - upgrade version to 1.201 -- Gitee