From 7e0f15ea86a47bdd512d06de900c4d3d1e6fce20 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 9 May 2025 13:41:41 +0800 Subject: [PATCH] 8.3.21 (cherry picked from commit cc7c7b8414e5aa42ffd83c60a053c5921376e70f) --- php-8.3.20.tar.xz => php-8.3.21.tar.xz | 4 ++-- php.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) rename php-8.3.20.tar.xz => php-8.3.21.tar.xz (32%) diff --git a/php-8.3.20.tar.xz b/php-8.3.21.tar.xz similarity index 32% rename from php-8.3.20.tar.xz rename to php-8.3.21.tar.xz index e529034..e30e813 100644 --- a/php-8.3.20.tar.xz +++ b/php-8.3.21.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0db6c -size 12549020 +oid sha256:4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd6 +size 12565664 diff --git a/php.spec b/php.spec index 74d7e3f..6bedc56 100644 --- a/php.spec +++ b/php.spec @@ -23,7 +23,7 @@ %global with_modphp 1 %global with_lmdb 1 %global with_sodium 1 -%global upver 8.3.20 +%global upver 8.3.21 Name: php @@ -1312,6 +1312,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/man?/* %changelog +* Fri May 09 2025 Funda Wang - 8.3.21-1 +- update to 8.3.21 + * Fri Apr 11 2025 Funda Wang - 8.3.20-1 - New version 8.3.20 - sync settings with remi -- Gitee