From bf6b71c856ebbce0eacb9511d80594f8a04cb0b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Apr 2024 08:23:06 +0200 Subject: update to 8.3.7RC1 use oracle client library version 19.22 on aarch64 --- failed.txt | 11 +++++------ php83.spec | 12 ++++++++---- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index 87f4926..6b2309b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 8.3.6 (2024-04-11) +===== 8.3.7RC1 (2024-04-25) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x83/build.log:Tests failed : 1 +/var/lib/mock/el7x83/build.log:Tests failed : 2 /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 @@ -10,16 +10,15 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc38x83/build.log:Tests failed : 0 /var/lib/mock/fc39a83/build.log:Tests failed : 0 /var/lib/mock/fc39x83/build.log:Tests failed : 0 -/var/lib/mock/fc40a83/build.log:Tests failed : 1 -/var/lib/mock/fc40x83/build.log:Tests failed : 1 +/var/lib/mock/fc40a83/build.log:Tests failed : 0 +/var/lib/mock/fc40x83/build.log:Tests failed : 0 el7: 5 ext/standard/tests/directory/bug74589_utf8.phpt + 3 ext/openssl/tests/openssl_error_string_basic.phpt el9: 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] -fc40: - 3 openssl_x509_parse() tests [ext/openssl/tests/openssl_x509_parse_basic.phpt] 1 proc_open give erratic test results :( diff --git a/php83.spec b/php83.spec index 5142dff..8f257b1 100644 --- a/php83.spec +++ b/php83.spec @@ -25,9 +25,9 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch aarch64 -%global oraclever 19.19 +%global oraclever 19.22 %global oraclelib 19.1 -%global oracledir 19.19 +%global oracledir 19.22 %else %global oraclever 21.13 %global oraclelib 21.1 @@ -120,8 +120,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.3.6 -#global rcver RC1 +%global upver 8.3.7 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -2212,6 +2212,10 @@ fi %changelog +* Wed Apr 24 2024 Remi Collet - 8.3.7~RC1-1 +- update to 8.3.7RC1 +- use oracle client library version 19.22 on aarch64 + * Wed Apr 10 2024 Remi Collet - 8.3.6-1 - Update to 8.3.6 - http://www.php.net/releases/8_3_6.php -- cgit