diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-22 08:15:12 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-22 08:15:12 +0100 |
commit | 20265db715db4a965e11ec67981a0c89ba04ce9f (patch) | |
tree | b50253e8722007a1200e964e75d90558b105b85f | |
parent | baa129a73d922f1415b03bed2e9284d963279e28 (diff) |
Update to 8.3.0 GA - http://www.php.net/releases/8_3_0.phpv8.3.0
-rw-r--r-- | failed.txt | 20 | ||||
-rw-r--r-- | php83.spec | 7 |
2 files changed, 14 insertions, 13 deletions
@@ -1,20 +1,18 @@ -===== 8.3.0RC6 (2023-11-09) +===== 8.3.0 (2023-11-23) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x83/build.log:Tests failed : 1 -/var/lib/mock/el8a83/build.log:Tests failed : 1 -/var/lib/mock/el8x83/build.log:Tests failed : 1 -/var/lib/mock/el9a83/build.log:Tests failed : 2 -/var/lib/mock/el9x83/build.log:Tests failed : 2 -/var/lib/mock/fc37x83/build.log:Tests failed : 2 -/var/lib/mock/fc38x83/build.log:Tests failed : 3 -/var/lib/mock/fc39a83/build.log:Tests failed : 3 -/var/lib/mock/fc39x83/build.log:Tests failed : 3 +/var/lib/mock/el8a83/build.log:Tests failed : 0 +/var/lib/mock/el8x83/build.log:Tests failed : 0 +/var/lib/mock/el9a83/build.log:Tests failed : 1 +/var/lib/mock/el9x83/build.log:Tests failed : 1 +/var/lib/mock/fc37x83/build.log:Tests failed : 1 +/var/lib/mock/fc38x83/build.log:Tests failed : 2 +/var/lib/mock/fc39a83/build.log:Tests failed : 2 +/var/lib/mock/fc39x83/build.log:Tests failed : 2 -all: - 3 GH-11374 (PCRE regular expression without JIT enabled gives different result) [ext/pcre/tests/gh11374.phpt] el7x: 5 ext/standard/tests/directory/bug74589_utf8.phpt el9a, el9x, fc37x @@ -14,7 +14,7 @@ # Extension version %global fileinfover 1.0.5 %global oci8ver 3.3.0 -%global zipver 1.22.2 +%global zipver 1.22.3 # Adds -z now to the linker flags %global _hardened_build 1 @@ -121,7 +121,7 @@ %bcond_with zip %global upver 8.3.0 -%global rcver RC6 +#global rcver RC6 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -2212,6 +2212,9 @@ fi %changelog +* Wed Nov 22 2023 Remi Collet <remi@remirepo.net> - 8.3.0-1 +- Update to 8.3.0 GA - http://www.php.net/releases/8_3_0.php + * Wed Nov 8 2023 Remi Collet <remi@remirepo.net> - 8.3.0~rc6-1 - update to 8.3.0RC6 - use oracle client library version 21.12 on x86_64 |