diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-30 08:33:40 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-30 08:33:40 +0100 |
| commit | 0bd29c6428fefbdb7cdbaa68b646193454ca9ab4 (patch) | |
| tree | 355e4b10125d5544c5665ccb2a34e440c54a90b8 | |
| parent | 991dc43ad8a6a5b192bd750a8a88611571495fe8 (diff) | |
update to 8.4.1
open https://github.com/RedisJSON/RedisJSON/issues/1482
unusable because of inconsistency in cargo.toml and cargo.lock
| -rw-r--r-- | redis-json.spec | 11 |
1 files 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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.4.0-1 - update to 8.4.0 |
