diff options
Diffstat (limited to 'redis-json.spec')
| -rw-r--r-- | redis-json.spec | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/redis-json.spec b/redis-json.spec index 2b9ac0c..cb36a0a 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for redis-json # -# SPDX-FileCopyrightText: Copyright 2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2025-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -13,13 +13,12 @@ %global gh_vend RedisJSON %global gh_proj RedisJSON %global forgeurl https://github.com/%{gh_vend}/%{gh_proj} -#global commit afe5de4ce52bb2b80af565a6f297bf330a65d0d8 %global tag v%{version} # for EL-8 to avoid TAG usage %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.2.3 +Version: 8.2.9 %forgemeta Release: 1%{?dist} Summary: JSON as native data type @@ -41,8 +40,8 @@ BuildRequires: (redis-devel >= 8.2 with redis-devel < 8.3) %if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: cargo-rpm-macros >= 24 %endif -BuildRequires: cargo >= 1.73 -BuildRequires: rust >= 1.73 +BuildRequires: cargo >= 1.82 +BuildRequires: rust >= 1.82 BuildRequires: clang-devel Requires: redis(modules_abi)%{?_isa} = %{redis_modules_abi} @@ -93,17 +92,15 @@ git = "https://github.com/RedisJSON/ijson" rev = "32d82ef8293a22df78c35cf253136b5e3892ad17" 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] directory = "$PWD/mycargo" EOF -: Required rust version -grep -h rust-version mycargo/*/Cargo.toml Cargo.toml | sort -u | tail -n 8 : Bundled projects Licenses cp -p deps/readies/LICENSE LICENSE.readies # BSD-3-Clause @@ -113,6 +110,10 @@ for proj in mycargo/*; do done done +: Required rust version +grep -h rust-version mycargo/*/Cargo.toml Cargo.toml | sort -u | tail -n 8 + + %build %if 0%{?fedora} || 0%{?rhel} >= 9 %cargo_build @@ -135,6 +136,12 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname %changelog +* Thu Jan 22 2026 Remi Collet <remi@remirepo.net> - 8.2.9-1 +- update to 8.2.9 + +* Fri Nov 28 2025 Remi Collet <remi@remirepo.net> - 8.2.8-1 +- update to 8.2.8 + * Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 8.2.3-1 - update to 8.2.3 |
