From: @fundawang 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2023-08-02 03:22:20 +00:00 committed by Gitee
commit 7e9c4e7260
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 14 additions and 11 deletions

View File

@ -23,7 +23,7 @@
%global with_modphp 1
%global with_lmdb 1
%global with_sodium 1
%global upver 8.2.8
%global upver 8.2.9
Name: php
@ -589,17 +589,17 @@ help
%setup -q -n php-%{upver}
%patch0 -p1 -b .mpmcheck
%patch1 -p1 -b .includedir
%patch2 -p1 -b .embed
%patch3 -p1 -b .libdb
%patch -P 0 -p1 -b .mpmcheck
%patch -P 1 -p1 -b .includedir
%patch -P 2 -p1 -b .embed
%patch -P 3 -p1 -b .libdb
%patch4 -p1 -b .syslib
%patch5 -p1 -b .systzdata
%patch6 -p1 -b .headers
%patch7 -p1 -b .ldap_r
%patch8 -p1 -b .phpinfo
%patch9 -p1 -b .datetests
%patch -P 4 -p1 -b .syslib
%patch -P 5 -p1 -b .systzdata
%patch -P 6 -p1 -b .headers
%patch -P 7 -p1 -b .ldap_r
%patch -P 8 -p1 -b .phpinfo
%patch -P 9 -p1 -b .datetests
cp Zend/LICENSE ZEND_LICENSE
@ -1330,6 +1330,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%{_mandir}/*
%changelog
* Tue Aug 1 2023 Funda Wang <fundawang@yeah.net> - 8.2.9-1
- update to 8.2.9
* Fri Jun 16 2023 Dillon Chen <dillon.chen@gmail.com> - 8.2.8-1
- update to 8.2.8