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 1f72a2ddda535bf11af0a35b81d13b48e1e31ef2..4eb262109e8d92c6797b2e3c3363be7fb391de0d 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 cdc4680da55db2a8c93f078f41c6176b861f1876..0f072daf3712894a606a41ed76b596de0e3a0ff7 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