From 3aab5cada6849c2ee8068429dc0982117028cb76 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Apr 2026 08:42:32 +0200 Subject: update to 8.6.3 --- makedeps.sh | 1 + redis-json.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/makedeps.sh b/makedeps.sh index 78c454e..4793d3a 100755 --- a/makedeps.sh +++ b/makedeps.sh @@ -15,6 +15,7 @@ if [ -f $NAME-$VERSION.tgz ]; then tar czf ../$NAME-deps-$VERSION.tgz mycargo Cargo.lock popd + echo "+ Clean" rm -rf $MODULE-$VERSION else echo $NAME-$VERSION.tgz missing diff --git a/redis-json.spec b/redis-json.spec index f7827e3..2bc7299 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.6.0 +Version: 8.6.3 %forgemeta Release: 1%{?dist} Summary: JSON as native data type @@ -136,6 +136,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname %changelog +* Tue Apr 28 2026 Remi Collet - 8.6.3-1 +- update to 8.6.3 + * Tue Feb 10 2026 Remi Collet - 8.6.0-1 - update to 8.6.0 -- cgit