diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-25 06:53:22 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-25 06:53:22 +0200 |
| commit | e0aefec8d85fedf56803c7873f695f6c1cfb5307 (patch) | |
| tree | 74dca98a2db3f883c447cf94239406eaec2499fe | |
| parent | 3aab5cada6849c2ee8068429dc0982117028cb76 (diff) | |
update to 8.8.0 for redis 8.8-rc1
| -rw-r--r-- | redis-json.spec | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/redis-json.spec b/redis-json.spec index 2bc7299..00628b1 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.6.3 +Version: 8.8.0 %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.5 with redis-devel < 8.7) +BuildRequires: (redis-devel >= 8.7 with redis-devel < 8.9) %if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: cargo-rpm-macros >= 24 %endif @@ -46,7 +46,7 @@ BuildRequires: rust >= 1.88 BuildRequires: clang-devel Requires: redis(modules_abi)%{?_isa} = %{redis_modules_abi} -Requires: (redis >= 8.5 with redis < 8.7) +Requires: (redis >= 8.7 with redis < 8.9) Supplements: redis @@ -88,9 +88,14 @@ verbose = true [source.crates-io] replace-with = "vendored-sources" -[source."git+https://github.com/RedisJSON/ijson?rev=5676f5929863113c2d0e38c8dc27632624217231"] +[source."git+https://github.com/RedisJSON/ciborium?branch=main"] +git = "https://github.com/RedisJSON/ciborium" +branch = "main" +replace-with = "vendored-sources" + +[source."git+https://github.com/RedisJSON/ijson?rev=3dcd74409a029f17df7227e07ec694f918b05430"] git = "https://github.com/RedisJSON/ijson" -rev = "5676f5929863113c2d0e38c8dc27632624217231" +rev = "3dcd74409a029f17df7227e07ec694f918b05430" replace-with = "vendored-sources" [source."git+https://github.com/RedisLabsModules/redismodule-rs?tag=v2.1.3"] @@ -136,6 +141,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname %changelog +* Sat May 23 2026 Remi Collet <remi@remirepo.net> - 8.8.0-1 +- update to 8.8.0 for redis 8.8-rc1 + * Tue Apr 28 2026 Remi Collet <remi@remirepo.net> - 8.6.3-1 - update to 8.6.3 |
