From 540da66ce5672b3f8e3ab05121ebe77e9b4b5cd3 Mon Sep 17 00:00:00 2001 From: yuanhui Date: Tue, 7 Mar 2023 16:28:50 +0800 Subject: [PATCH] rebuild with libpq-15.2 Signed-off-by: yuanhui --- php.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 0677a13..bb17193 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 +* Tue Mar 7 2023 yuanhui - 8.2.3-3 +- rebuilt with libpq-15.2 + * Tue Feb 21 2023 Funda Wang - 8.2.3-2 - Add back forgotten ini files for opcache and ffi -- Gitee