summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--redis-bloom.spec6
1 files changed, 5 insertions, 1 deletions
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 <remi@remirepo.net> - 8.2.3-1
+- update to 8.2.3
+
* Mon Aug 4 2025 Remi Collet <remi@remirepo.net> - 8.2.0-1
- update to 8.2.0