From c1668eb25b2e032f60cac6adc09c499ed0bb6306 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Sep 2025 07:52:41 +0200 Subject: update to 8.2.3 --- redis-bloom.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/redis-bloom.spec b/redis-bloom.spec index ce68e42..1d38870 100644 --- a/redis-bloom.spec +++ b/redis-bloom.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-bloom -Version: 8.2.0 +Version: 8.2.3 Release: 1%{?dist} Summary: Probabilistic data structures # Starting with Redis 8, RedisTimeSeries is licensed under your choice of: @@ -76,6 +76,7 @@ cat << EOF | tee %{cfgname} loadmodule %{redis_modules_dir}/%{libname} EOF +: Bundled projects Licenses cp -p deps/RedisModulesSDK/LICENSE LICENSE.RedisModulesSDK # MIT cp -p deps/readies/LICENSE LICENSE.readies # BSD-3-Clause cp -p deps/t-digest-c/LICENSE.md LICENSE.t-digest-c # MIT @@ -100,6 +101,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Mon Sep 22 2025 Remi Collet - 8.2.3-1 +- update to 8.2.3 + * Mon Aug 4 2025 Remi Collet - 8.2.0-1 - update to 8.2.0 -- cgit