diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-28 08:04:30 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-28 08:04:30 +0100 |
| commit | 08c99b118cbdff8359f906b97620c3c2ccb5bf6c (patch) | |
| tree | 74bbfdac54fd9bd0be25d6d4078e5ae589856217 | |
| parent | 814e4911730ea3a3e12432966befd19795b36dd6 (diff) | |
update to 8.4.2
| -rw-r--r-- | redis-timeseries.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/redis-timeseries.spec b/redis-timeseries.spec index 359aefe..9d17a84 100644 --- a/redis-timeseries.spec +++ b/redis-timeseries.spec @@ -13,13 +13,13 @@ %global gh_vend RedisTimeSeries %global gh_proj RedisTimeSeries %global forgeurl https://github.com/%{gh_vend}/%{gh_proj} -#global commit afe5de4ce52bb2b80af565a6f297bf330a65d0d8 +#global commit e7f73647352fa754b1885d34330879c10e681c9f %global tag v%{version} # for EL-8 to avoid TAG usage %global archivename %{gh_proj}-%{version} Name: redis-timeseries -Version: 8.4.1 +Version: 8.4.2 Release: 1%{?dist} Summary: Time series as native data type # Starting with Redis 8, RedisTimeSeries is licensed under your choice of: @@ -41,7 +41,7 @@ Source0: %{name}-%{version}.tgz # get full git snapshot with submodules Source1: makesrc.sh -BuildRequires: (redis-devel >= 8.3.240 with redis-devel < 8.5) +BuildRequires: (redis-devel >= 8.4 with redis-devel < 8.5) BuildRequires: make BuildRequires: cmake BuildRequires: automake @@ -65,7 +65,7 @@ Provides: bundled(dragonbox) Provides: bundled(minunit) Requires: redis(modules_abi)%{?_isa} = %{redis_modules_abi} -Requires: (redis >= 8.3.240 with redis < 8.5) +Requires: (redis >= 8.4 with redis < 8.5) Supplements: redis @@ -111,6 +111,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/ %changelog +* Fri Nov 28 2025 Remi Collet <remi@remirepo.net> - 8.4.2-1 +- update to 8.4.2 + * Fri Nov 14 2025 Remi Collet <remi@remirepo.net> - 8.4.1-1 - update to 8.4.1 |
