diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-04 12:04:08 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-04 12:04:08 +0100 |
| commit | d56b689b1a70abd6bf98a58556f6586913169a7e (patch) | |
| tree | 36241c0bea0f8f018fba603a1899aba969e5e6c7 | |
| parent | 5266ddb34bfc529af8c4093894c5924dc1e42305 (diff) | |
update to 8.3.91
| -rw-r--r-- | redis-bloom.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/redis-bloom.spec b/redis-bloom.spec index 0b77155..4a10a5a 100644 --- a/redis-bloom.spec +++ b/redis-bloom.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-bloom -Version: 8.2.8 +Version: 8.3.91 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.3 with redis-devel < 8.5) 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.3 with redis < 8.5) Supplements: redis @@ -101,6 +101,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Tue Nov 4 2025 Remi Collet <remi@remirepo.net> - 8.3.91-1 +- update to 8.3.91 + * Mon Nov 3 2025 Remi Collet <remi@remirepo.net> - 8.2.8-1 - update to 8.2.8 |
