From bd097ec2c79032674b315f5cf0e33300c5417134 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 4 Mar 2023 17:09:55 +0800 Subject: [PATCH] Rebuild for new libpq --- php.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 0677a13..d731b38 100644 --- a/php.spec +++ b/php.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 # API/ABI check %global apiver 20220829 @@ -1491,6 +1491,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Sat Mar 04 2023 Funda Wang - 8.2.3-3 +- Rebuild for new libpq + * Tue Feb 21 2023 Funda Wang - 8.2.3-2 - Add back forgotten ini files for opcache and ffi -- Gitee