This commit is contained in:
Funda Wang 2023-09-03 15:13:01 +08:00
parent ebe48a17b4
commit a87241c95c
2 changed files with 5 additions and 2 deletions

View File

@ -23,12 +23,12 @@
%global with_modphp 1 %global with_modphp 1
%global with_lmdb 1 %global with_lmdb 1
%global with_sodium 1 %global with_sodium 1
%global upver 8.2.9 %global upver 8.2.10
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-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0 License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0
URL: http://www.php.net/ URL: http://www.php.net/
@ -1330,6 +1330,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
%{_mandir}/* %{_mandir}/*
%changelog %changelog
* Sun Sep 3 2023 Funda Wang <fundawang@yeah.net> - 8.2.10-1
- New version 8.2.10
* Fri Aug 18 2023 Funda Wang <fundawang@yeah.net> - 8.2.9-2 * Fri Aug 18 2023 Funda Wang <fundawang@yeah.net> - 8.2.9-2
- Refresh tarball with upstream - Refresh tarball with upstream