From fd98d5b3f9424401edcbfeeb072c5fdd527105e2 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Tue, 27 May 2025 16:18:27 +0800 Subject: [PATCH] fix changelog --- zstd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zstd.spec b/zstd.spec index 41c4d69..4e9387c 100644 --- a/zstd.spec +++ b/zstd.spec @@ -2,7 +2,7 @@ Name: zstd Version: 1.5.7 -Release: 2 +Release: 3 Summary: A fast lossless compression algorithm License: BSD-3-Clause AND GPL-2.0-only URL: https://github.com/facebook/zstd @@ -81,7 +81,10 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 %{_mandir}/man1/*.1* %changelog -* Thu May 27 2025 shixuantong - 1.5.7-2 +* Tue May 27 2025 shixuantong - 1.5.7-3 +- fix changelog + +* Tue May 27 2025 shixuantong - 1.5.7-2 - update --rm command description * Thu Feb 20 2025 Funda Wang - 1.5.7-1 -- Gitee