From e50a918bb458cc3daf06f0d727c32285d3ede221 Mon Sep 17 00:00:00 2001 From: ocs-bot Date: Wed, 8 Jul 2026 11:05:21 +0800 Subject: [PATCH] Rebuilt for gcc about pr: 39 --- zstd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zstd.spec b/zstd.spec index 8614cc9..c355951 100644 --- a/zstd.spec +++ b/zstd.spec @@ -3,7 +3,7 @@ Summary: Fast real-time compression algorithm Name: zstd Version: 1.5.5 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD and GPLv2 URL: https://facebook.github.io/zstd Source0: https://github.com/facebook/zstd/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -87,6 +87,10 @@ make -C contrib/pzstd test %{_libdir}/libzstd.a %changelog +* Wed Jul 08 2026 Rebuild Robot - 1.5.5-8 +- [Type] sync +- [DESC] Rebuilt for gcc + * Mon Mar 16 2026 doupengda - 1.5.5-7 - [Type] other - [DESC] add support for loongarch64 -- Gitee