From c7f7bc18ea433cbd9c3b3b4c991c34f9a54a61b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 May 2026 09:15:35 +0200 Subject: update to 8.4.5 --- redis-bloom.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/redis-bloom.spec b/redis-bloom.spec index 1abc19e..7953875 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.4.2 +Version: 8.4.5 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.4.5-1 +- update to 8.4.5 + * Tue Dec 30 2025 Remi Collet - 8.4.2-1 - update to 8.4.2 -- cgit