diff options
-rw-r--r-- | redis-json.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/redis-json.spec b/redis-json.spec index 7ce6885..34f28bb 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.2.0 +Version: 8.2.1 %forgemeta Release: 1%{?dist} Summary: JSON as native data type @@ -88,8 +88,9 @@ verbose = true [source.crates-io] replace-with = "vendored-sources" -[source."git+https://github.com/RedisJSON/ijson"] +[source."git+https://github.com/RedisJSON/ijson?rev=32d82ef8293a22df78c35cf253136b5e3892ad17"] git = "https://github.com/RedisJSON/ijson" +rev = "32d82ef8293a22df78c35cf253136b5e3892ad17" replace-with = "vendored-sources" [source."git+https://github.com/RedisLabsModules/redismodule-rs?tag=v2.1.2"] @@ -134,6 +135,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname %changelog +* Fri Sep 26 2025 Remi Collet <remi@remirepo.net> - 8.2.1-1 +- update to 8.2.1 + * Mon Aug 4 2025 Remi Collet <remi@remirepo.net> - 8.2.0-1 - update to 8.2.0 |