summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakedeps.sh3
-rw-r--r--redis-json.spec14
2 files changed, 13 insertions, 4 deletions
diff --git a/makedeps.sh b/makedeps.sh
index 99ce444..ce20e7d 100755
--- a/makedeps.sh
+++ b/makedeps.sh
@@ -14,6 +14,9 @@ if [ -f $NAME-$VERSION.tgz ]; then
echo "+ Pack"
tar czf ../$NAME-deps-$VERSION.tgz mycargo
popd
+
+ echo "+ Clean"
+ rm -r $MODULE-$VERSION
else
echo $NAME-$VERSION.tgz missing
fi
diff --git a/redis-json.spec b/redis-json.spec
index 135f644..42d7f4c 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.0.2
+Version: 8.0.8
%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.0 with redis-devel < 8.2)
+BuildRequires: (redis-devel >= 8.0 with redis-devel < 8.1)
%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.0 with redis < 8.2)
+Requires: (redis >= 8.0 with redis < 8.1)
Supplements: redis
@@ -135,6 +135,12 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname
%changelog
+* Tue Apr 28 2026 Remi Collet <remi@remirepo.net> - 8.0.8-1
+- update to 8.0.8
+
+* Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 8.0.3-1
+- update to 8.0.3
+
* Thu Oct 16 2025 Remi Collet <remi@remirepo.net> - 8.0.2-1
- update to 8.0.2