From 01d827bb077413d0d57632075944d86f0619d12a Mon Sep 17 00:00:00 2001 From: Markeryang Date: Tue, 25 Oct 2022 07:37:02 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification (cherry picked from commit 845cbaf6f93775200ea20d3939c6c8bf7b0079ca) --- zstd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zstd.spec b/zstd.spec index dbc0154..de0a650 100644 --- a/zstd.spec +++ b/zstd.spec @@ -2,7 +2,7 @@ Name: zstd Version: 1.5.0 -Release: 1 +Release: 2 Summary: A fast lossless compression algorithm License: BSD and GPLv2 URL: https://github.com/facebook/zstd @@ -87,6 +87,9 @@ install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1 %{_mandir}/man1/*.1* %changelog +* Tue Oct 25 2022 yanglongkang - 1.5.0-2 +- rebuild for next release + * Tue Dec 21 2021 shixuantong - 1.5.0-1 - update version to 1.5.0 -- Gitee