From 0bd29c6428fefbdb7cdbaa68b646193454ca9ab4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Dec 2025 08:33:40 +0100 Subject: update to 8.4.1 open https://github.com/RedisJSON/RedisJSON/issues/1482 unusable because of inconsistency in cargo.toml and cargo.lock --- redis-json.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/redis-json.spec b/redis-json.spec index c07089f..336e33e 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.4.0 +Version: 8.4.1 %forgemeta Release: 1%{?dist} Summary: JSON as native data type @@ -93,9 +93,9 @@ git = "https://github.com/RedisJSON/ijson" rev = "5676f5929863113c2d0e38c8dc27632624217231" replace-with = "vendored-sources" -[source."git+https://github.com/RedisLabsModules/redismodule-rs?tag=v2.1.2"] +[source."git+https://github.com/RedisLabsModules/redismodule-rs?tag=v2.1.3"] git = "https://github.com/RedisLabsModules/redismodule-rs" -tag = "v2.1.2" +tag = "v2.1.3" replace-with = "vendored-sources" [source.vendored-sources] @@ -135,6 +135,11 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname %changelog +* Tue Dec 30 2025 Remi Collet - 8.4.1-1 +- update to 8.4.1 +- open https://github.com/RedisJSON/RedisJSON/issues/1482 + unusable because of inconsistency in cargo.toml and cargo.lock + * Wed Nov 12 2025 Remi Collet - 8.4.0-1 - update to 8.4.0 -- cgit