diff --git a/php-8.2.9.tar.xz b/php-8.2.10.tar.xz similarity index 59% rename from php-8.2.9.tar.xz rename to php-8.2.10.tar.xz index 1f72a2d..4eb2621 100644 Binary files a/php-8.2.9.tar.xz and b/php-8.2.10.tar.xz differ diff --git a/php.spec b/php.spec index cdc4680..0f072da 100644 --- a/php.spec +++ b/php.spec @@ -23,12 +23,12 @@ %global with_modphp 1 %global with_lmdb 1 %global with_sodium 1 -%global upver 8.2.9 +%global upver 8.2.10 Name: php Version: %{upver} -Release: 2 +Release: 1 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 URL: http://www.php.net/ @@ -1330,6 +1330,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/* %changelog +* Sun Sep 3 2023 Funda Wang - 8.2.10-1 +- New version 8.2.10 + * Fri Aug 18 2023 Funda Wang - 8.2.9-2 - Refresh tarball with upstream