diff options
| -rw-r--r-- | redis-json.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/redis-json.spec b/redis-json.spec index 2b9ac0c..b87c45a 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -13,13 +13,12 @@ %global gh_vend RedisJSON %global gh_proj RedisJSON %global forgeurl https://github.com/%{gh_vend}/%{gh_proj} -#global commit afe5de4ce52bb2b80af565a6f297bf330a65d0d8 %global tag v%{version} # for EL-8 to avoid TAG usage %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.2.3 +Version: 8.2.8 %forgemeta Release: 1%{?dist} Summary: JSON as native data type @@ -135,6 +134,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname %changelog +* Fri Nov 28 2025 Remi Collet <remi@remirepo.net> - 8.2.8-1 +- update to 8.2.8 + * Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 8.2.3-1 - update to 8.2.3 |
