From 0deca9dd6427e9bb2a3457b397954777ad604374 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 28 Aug 2023 16:41:22 +0800 Subject: [PATCH] rebuild for sodium --- php.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index f4dca80..87f5b95 100644 --- a/php.spec +++ b/php.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # API/ABI check %global apiver 20220829 @@ -8,7 +8,7 @@ %bcond_with zts %bcond_with firebird %bcond_with freetds -%bcond_with sodium +%bcond_without sodium %bcond_with pspell %bcond_with tidy %bcond_with db4 @@ -1507,6 +1507,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Mon Aug 28 2023 mgb01105731 - 8.2.8-2 +- Rebuild for sodium + * Sun Jul 9 2023 Funda Wang - 8.2.8-1 - New version 8.2.8 -- Gitee