diff options
Diffstat (limited to 'redis-json.spec')
| -rw-r--r-- | redis-json.spec | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/redis-json.spec b/redis-json.spec index b87c45a..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 # @@ -18,7 +18,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.2.8 +Version: 8.2.9 %forgemeta Release: 1%{?dist} Summary: JSON as native data type @@ -40,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} @@ -92,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 @@ -112,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 @@ -134,6 +136,9 @@ 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 |
