From 954b5e2ffcb98757ebd3cad8b7170ec20cafb136 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 12 May 2023 12:27:18 +0800 Subject: [PATCH] Add missing version macro of zip extension --- php.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index a0cbdb8..6ae5e65 100644 --- a/php.spec +++ b/php.spec @@ -1,9 +1,10 @@ -%define anolis_release 1 +%define anolis_release 2 # API/ABI check %global apiver 20220829 %global zendver 20220829 %global pdover 20170320 +%global zipver 1.21.1 %bcond_with zts %bcond_with firebird %bcond_with freetds @@ -1506,6 +1507,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Fri May 12 2023 Funda Wang - 8.2.6-2 +- Add missing version macro of zip extension + * Wed May 10 2023 Funda Wang - 8.2.6-1 - New version 8.2.6 -- Gitee