diff options
| -rw-r--r-- | redis-timeseries.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/redis-timeseries.spec b/redis-timeseries.spec index aa90281..75859ea 100644 --- a/redis-timeseries.spec +++ b/redis-timeseries.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for redis-timeseries # -# 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-timeseries -Version: 8.4.4 +Version: 8.4.7 Release: 1%{?dist} Summary: Time series as native data type # Starting with Redis 8, RedisTimeSeries is licensed under your choice of: @@ -111,6 +111,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Thu Jan 22 2026 Remi Collet <remi@remirepo.net> - 8.4.7-1 +- update to 8.4.7 + * Tue Dec 30 2025 Remi Collet <remi@remirepo.net> - 8.4.4-1 - update to 8.4.4 |
