From a226f2c2e837d119f944d0efc94aa54073b188ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Aug 2025 16:41:11 +0200 Subject: update to 8.2.0 --- Makefile | 2 +- redis-timeseries.spec | 9 ++++++--- 2 files changed, 7 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-timeseries.spec b/redis-timeseries.spec index 908a1dc..aa3eb15 100644 --- a/redis-timeseries.spec +++ b/redis-timeseries.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-timeseries -Version: 8.0.1 +Version: 8.2.0 Release: 1%{?dist} Summary: Time series as native data type # Starting with Redis 8, RedisTimeSeries is licensed under your choice of: @@ -32,7 +32,7 @@ Source0: %{name}-%{version}.tgz # get full git snapshot with submodules Source1: makesrc.sh -BuildRequires: redis-devel +BuildRequires: redis-devel >= 8.2 BuildRequires: make BuildRequires: cmake BuildRequires: automake @@ -54,7 +54,7 @@ Provides: bundled(fast_double_parser) Provides: bundled(readies) Requires: redis(modules_abi)%{?_isa} = %{redis_modules_abi} -Requires: (redis >= 8.0 with redis < 8.1) +Requires: redis >= 8.2 Supplements: redis @@ -93,5 +93,8 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Mon Aug 4 2025 Remi Collet - 8.2.0-1 +- update to 8.2.0 + * Thu Jul 24 2025 Remi Collet - 8.0.1-1 - initial package -- cgit