diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-09 07:40:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-09 07:40:26 +0200 |
commit | 0d48e9d20485c002cf1ba818837583783fd02ea9 (patch) | |
tree | 2456e3e8f2a1887cd01a6af0b9f71975d24333f0 | |
parent | 5ab9a23e111e00bac88b71f71e95954ad0a839d8 (diff) |
update to 8.3.13RC1
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php-8.3.13-phpinfo.patch (renamed from php-8.1.0-phpinfo.patch) | 2 | ||||
-rw-r--r-- | php.spec | 9 |
3 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 8.3.12 (2024-09-26) +===== 8.3.13RC1 (2024-10-10) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php-8.1.0-phpinfo.patch b/php-8.3.13-phpinfo.patch index d19b2f4..a02a2b8 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 @@ -133,8 +133,8 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%global upver 8.3.12 -#global rcver RC1 +%global upver 8.3.13 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -198,7 +198,7 @@ Patch45: php-7.4.0-ldap_r.patch Patch46: php-8.0.7-argon2.patch # drop "Configure command" from phpinfo output # and only use gcc (instead of full version) -Patch47: php-8.1.0-phpinfo.patch +Patch47: php-8.3.13-phpinfo.patch # Always warn about missing curve_name # Both Fedora and RHEL do not support arbitrary EC parameters Patch48: php-8.3.0-openssl-ec-param.patch @@ -1895,6 +1895,9 @@ fi %changelog +* Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 8.3.13~RC1-1 +- update to 8.3.13RC1 + * Wed Sep 25 2024 Remi Collet <remi@remirepo.net> - 8.3.12-1 - Update to 8.3.12 - http://www.php.net/releases/8_3_12.php |