diff --git a/php-8.1.0-phpinfo.patch b/php-8.3.13-phpinfo.patch similarity index 98% rename from php-8.1.0-phpinfo.patch rename to php-8.3.13-phpinfo.patch index d19b2f4bab5e3bcca51fc9c3354decf8d7f2228b..a02a2b8a9b79bbdb35fffcf0e96571798ffdec3f 100644 --- a/php-8.1.0-phpinfo.patch +++ b/php-8.3.13-phpinfo.patch @@ -25,7 +25,7 @@ diff -up ./ext/standard/tests/general_functions/phpinfo.phpt.phpinfo ./ext/stand @@ -17,7 +17,6 @@ PHP Version => %s System => %s - Build Date => %s%a + Build Date => %r(.+?)%r -Configure Command => %s Server API => Command Line Interface Virtual Directory Support => %s diff --git a/php-8.3.12.tar.xz b/php-8.3.13.tar.xz similarity index 59% rename from php-8.3.12.tar.xz rename to php-8.3.13.tar.xz index 06912e952f1bb9dc65cb17cf7e121725d16f0f4e..922c102d6a160bb3a30e0590f695c074645ef651 100644 Binary files a/php-8.3.12.tar.xz and b/php-8.3.13.tar.xz differ diff --git a/php.spec b/php.spec index d96b8fdf317ca4e43f0a4017cbee977ab01fc9a0..193dce424b69ba7dbbea4fa3143e6e0273bbd8e2 100644 --- a/php.spec +++ b/php.spec @@ -23,7 +23,7 @@ %global with_modphp 1 %global with_lmdb 1 %global with_sodium 1 -%global upver 8.3.12 +%global upver 8.3.13 Name: php @@ -31,7 +31,7 @@ Version: %{upver} 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/ +URL: https://www.php.net/ Source0: https://www.php.net/distributions/php-%{upver}.tar.xz Source1: php.conf Source2: php.ini @@ -60,7 +60,7 @@ Patch5: php-8.3.11-systzdata-v24.patch Patch6: php-7.4.0-phpize.patch Patch7: php-7.4.0-ldap_r.patch -Patch8: php-8.1.0-phpinfo.patch +Patch8: php-8.3.13-phpinfo.patch Patch9: php-8.3.0-openssl-ec-param.patch @@ -580,11 +580,7 @@ scripting language and therefore develop “system code” more productively. For PHP, FFI opens a way to write PHP extensions and bindings to C libraries in pure PHP. -%package help -Summary: help - -%description help -help +%package_help %prep %autosetup -n php-%{upver} -p1 @@ -1314,6 +1310,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/man?/* %changelog +* Wed Oct 23 2024 Funda Wang - 8.3.13-1 +- New version 8.3.13 + * Wed Sep 25 2024 Funda Wang - 8.3.12-1 - New version 8.3.12