From ad7e2f4fc71c15f5545888569eef35abbab62f69 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Mar 2021 17:38:45 +0100 Subject: update to 8.0.4RC1 use oracle client library version 21.1 --- failed.txt | 6 ++---- php80.spec | 18 +++++++++--------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/failed.txt b/failed.txt index bb32ec0..46a8f66 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,14 @@ -===== 8.0.3 (2021-03-04) +===== 8.0.4RC1 (2021-03-18) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el7x/build.log:Tests failed : 1 +/var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x80/build.log:Tests failed : 0 /var/lib/mock/fc32x/build.log:Tests failed : 0 /var/lib/mock/fc33x/build.log:Tests failed : 0 /var/lib/mock/fc34x/build.log:Tests failed : 0 -el7x: - 2 Bug #80747: Providing RSA key size < 512 generates key that crash PHP [ext/openssl/tests/bug80747.phpt] 1 proc_open give erratic test results :( diff --git a/php80.spec b/php80.spec index 38168ef..e955f30 100644 --- a/php80.spec +++ b/php80.spec @@ -24,12 +24,8 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%ifarch x86_64 -%global oraclever 19.9 -%else -%global oraclever 19.6 -%endif -%global oraclelib 19.1 +%global oraclever 21.1 +%global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests %bcond_without lsws @@ -89,9 +85,9 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.3 -#global rcver RC1 -#global lower RC1 +%global upver 8.0.4 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2142,6 +2138,10 @@ fi %changelog +* Tue Mar 16 2021 Remi Collet - 8.0.4~RC1-1 +- update to 8.0.4RC1 +- use oracle client library version 21.1 + * Wed Mar 3 2021 Remi Collet - 8.0.3-1 - Update to 8.0.3 - http://www.php.net/releases/8_0_3.php -- cgit