summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--redis-bloom.spec12
2 files changed, 10 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1e65467..91b0fd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
-include ../common/Makefile
+include ../../common/Makefile
diff --git a/redis-bloom.spec b/redis-bloom.spec
index 1327a34..7b5b73e 100644
--- a/redis-bloom.spec
+++ b/redis-bloom.spec
@@ -19,7 +19,7 @@
%global archivename %{gh_proj}-%{version}
Name: redis-bloom
-Version: 8.0.1
+Version: 8.0.7
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
+BuildRequires: (redis-devel >= 8.0 with redis-devel < 8.8)
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.1)
+Requires: (redis >= 8.0 with redis < 8.2)
Supplements: redis
@@ -100,5 +100,11 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/
%changelog
+* Mon Nov 3 2025 Remi Collet <remi@remirepo.net> - 8.0.7-1
+- update to 8.0.7
+
+* Wed Oct 15 2025 Remi Collet <remi@remirepo.net> - 8.0.4-1
+- update to 8.0.4
+
* Fri Jul 25 2025 Remi Collet <remi@remirepo.net> - 8.0.1-1
- initial package