diff options
| -rw-r--r-- | redis-bloom.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/redis-bloom.spec b/redis-bloom.spec index 0b77155..35262d8 100644 --- a/redis-bloom.spec +++ b/redis-bloom.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for redis-bloom # -# SPDX-FileCopyrightText: Copyright 2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2025-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-bloom -Version: 8.2.8 +Version: 8.2.12 Release: 1%{?dist} Summary: Probabilistic data structures # Starting with Redis 8, RedisTimeSeries is licensed under your choice of: @@ -38,7 +38,7 @@ Source0: %{name}-%{version}.tgz # get full git snapshot with submodules Source1: makesrc.sh -BuildRequires: (redis-devel >= 8.2 with redis-devel < 8.4) +BuildRequires: (redis-devel >= 8.2 with redis-devel < 8.3) BuildRequires: make BuildRequires: cmake BuildRequires: automake @@ -56,7 +56,7 @@ Provides: bundled(readies) Provides: bundled(t-digest-c) Requires: redis(modules_abi)%{?_isa} = %{redis_modules_abi} -Requires: (redis >= 8.2 with redis < 8.4) +Requires: (redis >= 8.2 with redis < 8.3) Supplements: redis @@ -101,6 +101,12 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Tue May 5 2026 Remi Collet <remi@remirepo.net> - 8.2.12-1 +- update to 8.2.12 + +* Thu Nov 20 2025 Remi Collet <remi@remirepo.net> - 8.2.9-1 +- update to 8.2.9 + * Mon Nov 3 2025 Remi Collet <remi@remirepo.net> - 8.2.8-1 - update to 8.2.8 |
