From d767b75be2e535f8be4b0e7e46931c524abf3193 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 May 2026 16:17:00 +0200 Subject: update to 8.8.0 for redis 8.8-rc1 --- redis-bloom.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redis-bloom.spec b/redis-bloom.spec index f06d85f..93fae0b 100644 --- a/redis-bloom.spec +++ b/redis-bloom.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-bloom -Version: 8.6.2 +Version: 8.8.0 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.5 with redis-devel < 8.7) +BuildRequires: (redis-devel >= 8.7 with redis-devel < 8.9) BuildRequires: make BuildRequires: cmake BuildRequires: automake @@ -101,6 +101,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Sat May 23 2026 Remi Collet - 8.8.0-1 +- update to 8.8.0 for redis 8.8-rc1 + * Tue May 5 2026 Remi Collet - 8.6.2-1 - update to 8.6.2 -- cgit