diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-22 08:08:24 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-22 08:08:24 +0100 |
| commit | e9f2dc8b32b470fae2654916e077caf6484239b6 (patch) | |
| tree | 9bf32e0fe0eeab717898346367563caf4fef881f | |
| parent | 32a8b4e3d638fa0ffda3c4b0117a44d4e5b7c719 (diff) | |
update to 8.4.2v8.4
| -rwxr-xr-x | makedeps.sh | 2 | ||||
| -rw-r--r-- | redis-json.spec | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/makedeps.sh b/makedeps.sh index 2960125..78c454e 100755 --- a/makedeps.sh +++ b/makedeps.sh @@ -14,6 +14,8 @@ if [ -f $NAME-$VERSION.tgz ]; then echo "+ Pack" tar czf ../$NAME-deps-$VERSION.tgz mycargo Cargo.lock popd + + rm -rf $MODULE-$VERSION else echo $NAME-$VERSION.tgz missing fi diff --git a/redis-json.spec b/redis-json.spec index f44cb12..5da3aae 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 # @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.4.1 +Version: 8.4.2 %forgemeta Release: 1%{?dist} Summary: JSON as native data type @@ -41,8 +41,8 @@ BuildRequires: (redis-devel >= 8.3.240 with redis-devel < 8.5) %if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: cargo-rpm-macros >= 24 %endif -BuildRequires: cargo >= 1.82 -BuildRequires: rust >= 1.82 +BuildRequires: cargo >= 1.88 +BuildRequires: rust >= 1.88 BuildRequires: clang-devel Requires: redis(modules_abi)%{?_isa} = %{redis_modules_abi} @@ -136,6 +136,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname %changelog +* Thu Jan 22 2026 Remi Collet <remi@remirepo.net> - 8.4.2-1 +- update to 8.4.2 + * Tue Dec 30 2025 Remi Collet <remi@remirepo.net> - 8.4.1-1 - update to 8.4.1 - open https://github.com/RedisJSON/RedisJSON/issues/1482 |
