From 88774ceee35ee94b69a708bedf5d15cf631ddc7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 May 2026 09:13:39 +0200 Subject: update to 8.2.12 --- redis-bloom.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redis-bloom.spec b/redis-bloom.spec index 2f7fc7d..35262d8 100644 --- a/redis-bloom.spec +++ b/redis-bloom.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for redis-bloom # -# SPDX-FileCopyrightText: Copyright 2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2025-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-bloom -Version: 8.2.9 +Version: 8.2.12 Release: 1%{?dist} Summary: Probabilistic data structures # Starting with Redis 8, RedisTimeSeries is licensed under your choice of: @@ -101,6 +101,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Tue May 5 2026 Remi Collet - 8.2.12-1 +- update to 8.2.12 + * Thu Nov 20 2025 Remi Collet - 8.2.9-1 - update to 8.2.9 -- cgit