This commit is contained in:
Funda Wang 2022-11-24 23:10:15 +08:00
parent 3d2265dd2b
commit ea9f81659f
2 changed files with 5 additions and 2 deletions

View File

@ -22,11 +22,11 @@
%global with_freetds 0 %global with_freetds 0
%global with_sodium 1 %global with_sodium 1
%global with_pspell 0 %global with_pspell 0
%global upver 8.0.25 %global upver 8.0.26
Name: php Name: php
Version: %{upver} Version: %{upver}
Release: 2 Release: 1
Summary: PHP scripting language for creating dynamic web sites Summary: PHP scripting language for creating dynamic web sites
License: PHP-3.01 and Zend-2.0 and BSD and MIT and ASL 1.0 and NCSA License: PHP-3.01 and Zend-2.0 and BSD and MIT and ASL 1.0 and NCSA
URL: http://www.php.net/ URL: http://www.php.net/
@ -1087,6 +1087,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%changelog %changelog
* Thu Nov 24 2022 Funda Wang <fundawang@yeah.net> - 8.0.26-1
- New version 8.0.26
* Tue Nov 1 2022 wuzx<wuzx1226@qq.com> - 8.0.25-2 * Tue Nov 1 2022 wuzx<wuzx1226@qq.com> - 8.0.25-2
- Add sw64 architecture - Add sw64 architecture