From 3f40b9353a5f94ecb24bb734007a962eeaeb6ada Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Apr 2026 08:35:09 +0200 Subject: update to 8.2.11 --- 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 cb36a0a..97348c9 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -18,7 +18,7 @@ %global archivename %{gh_proj}-%{version} Name: redis-json -Version: 8.2.9 +Version: 8.2.11 %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.2.11-1 +- update to 8.2.11 + * Thu Jan 22 2026 Remi Collet - 8.2.9-1 - update to 8.2.9 -- cgit