From 4dcee155c3249e62d62c26ddd532718b04d4ba53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Apr 2026 08:39:19 +0200 Subject: update to 8.4.4 --- 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 5da3aae..0fbb67a 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -19,7 +19,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.4.2 +Version: 8.4.4 %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.4.4-1 +- update to 8.4.4 + * Thu Jan 22 2026 Remi Collet - 8.4.2-1 - update to 8.4.2 -- cgit