diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-04 12:43:57 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-04 12:43:57 +0100 |
| commit | 3606ec3277a1ed00f4cc924d0275b8aa7061011b (patch) | |
| tree | ebf130c5f97055dc30abad510a205674bc0d46eb | |
| parent | f8796e5e936a66bee62439918d35c5dbfdd54a16 (diff) | |
update to 8.3.90
| -rw-r--r-- | redis-json.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/redis-json.spec b/redis-json.spec index d616861..a87c429 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.2.2 +Version: 8.3.90 %forgemeta Release: 1%{?dist} Summary: JSON as native data type @@ -37,7 +37,7 @@ Source1: makesrc.sh Source2: %{name}-deps-%{version}.tgz Source3: makedeps.sh -BuildRequires: (redis-devel >= 8.2 with redis-devel < 8.4) +BuildRequires: (redis-devel >= 8.3 with redis-devel < 8.5) %if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: cargo-rpm-macros >= 24 %endif @@ -46,7 +46,7 @@ BuildRequires: rust >= 1.73 BuildRequires: clang-devel Requires: redis(modules_abi)%{?_isa} = %{redis_modules_abi} -Requires: (redis >= 8.2 with redis < 8.4) +Requires: (redis >= 8.3 with redis < 8.5) Supplements: redis @@ -88,9 +88,9 @@ verbose = true [source.crates-io] replace-with = "vendored-sources" -[source."git+https://github.com/RedisJSON/ijson?rev=32d82ef8293a22df78c35cf253136b5e3892ad17"] +[source."git+https://github.com/RedisJSON/ijson?rev=5676f5929863113c2d0e38c8dc27632624217231"] git = "https://github.com/RedisJSON/ijson" -rev = "32d82ef8293a22df78c35cf253136b5e3892ad17" +rev = "5676f5929863113c2d0e38c8dc27632624217231" replace-with = "vendored-sources" [source."git+https://github.com/RedisLabsModules/redismodule-rs?tag=v2.1.2"] @@ -135,6 +135,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname %changelog +* Tue Nov 4 2025 Remi Collet <remi@remirepo.net> - 8.3.90-1 +- update to 8.3.90 + * Thu Oct 16 2025 Remi Collet <remi@remirepo.net> - 8.2.2-1 - update to 8.2.2 |
