diff --git a/php-8.1.10.tar.xz b/php-8.1.12.tar.xz similarity index 58% rename from php-8.1.10.tar.xz rename to php-8.1.12.tar.xz index 28a7ba957de37aa5aea63fe0f5105250ed50581d..f70d1d2dd51d65d99039c1951262dfc5ac184341 100644 Binary files a/php-8.1.10.tar.xz and b/php-8.1.12.tar.xz differ diff --git a/php.spec b/php.spec index 7dc8cfe301616ac6380b7a63dd62c3ad6f692e70..a763964cb862e1230bc098d495aa0c99f3051605 100644 --- a/php.spec +++ b/php.spec @@ -22,13 +22,13 @@ %global with_freetds 0 %global with_sodium 1 %global with_pspell 0 -%global upver 8.1.10 +%global upver 8.1.12 Name: php Version: %{upver} Release: 1 Summary: PHP scripting language for creating dynamic web sites -License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost +License: PHP-3.01 and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost URL: http://www.php.net/ Source0: http://www.php.net/distributions/php-%{upver}.tar.xz Source1: php.conf @@ -1088,6 +1088,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Sat Oct 29 2022 Funda Wang - 8.1.12-1 +- New version 8.1.12 + * Sat Sep 17 2022 Funda Wang - 8.1.10-1 - New version 8.1.10 - Sync systzdata with remi's php repo