diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-20 16:09:43 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-20 16:09:43 +0100 |
| commit | bd1ab029a602bc67f1b82e3d61ae07149205edd4 (patch) | |
| tree | 885a5fea2b669d3970d8e0c08a39b5ca440d71bd /redis-bloom.spec | |
| parent | 9b0404d8754223d73203a5ddd2c9e74f755e02d8 (diff) | |
update to 8.0.8v8.0
Diffstat (limited to 'redis-bloom.spec')
| -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 7b5b73e..ab65cbe 100644 --- a/redis-bloom.spec +++ b/redis-bloom.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-bloom -Version: 8.0.7 +Version: 8.0.8 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.0 with redis-devel < 8.8) +BuildRequires: (redis-devel >= 8.0 with redis-devel < 8.1) 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.0 with redis < 8.2) +Requires: (redis >= 8.0 with redis < 8.1) Supplements: redis @@ -100,6 +100,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Thu Nov 20 2025 Remi Collet <remi@remirepo.net> - 8.0.8-1 +- update to 8.0.8 + * Mon Nov 3 2025 Remi Collet <remi@remirepo.net> - 8.0.7-1 - update to 8.0.7 |
