From 3883e575314b3d8defee6d86df94c635d4194743 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Jun 2022 11:45:49 +0200 Subject: Update to 7.4.30 - http://www.php.net/releases/7_4_30.php use oracle client library version 21.6 --- failed.txt | 7 ++++--- php.spec | 8 ++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 3bc92de..7bf7ba2 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,17 @@ -===== 7.4.29 (2022-04-14) +===== 7.4.30 (2022-06-09) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl74el7x/build.log:Tests failed : 0 -/var/lib/mock/scl74el8x/build.log:Tests failed : 0 +/var/lib/mock/scl74el8x/build.log:Tests failed : 1 /var/lib/mock/scl74el9x/build.log:Tests failed : 0 /var/lib/mock/scl74fc34x/build.log:Tests failed : 0 /var/lib/mock/scl74fc35x/build.log:Tests failed : 0 /var/lib/mock/scl74fc36x/build.log:Tests failed : 0 - +el8x: + 5 ext/standard/tests/strings/setlocale_variation2.phpt (1) proc_open give erratic test results :( (2) test issue (fixed upstream) diff --git a/php.spec b/php.spec index 1b5cbe6..7a6dfaa 100644 --- a/php.spec +++ b/php.spec @@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.5 +%global oraclever 21.6 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI) @@ -104,7 +104,7 @@ #global gh_date 20190612 %global gh_owner php %global gh_project php-src -%global upver 7.4.29 +%global upver 7.4.30 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -1828,6 +1828,10 @@ fi %changelog +* Tue Jun 7 2022 Remi Collet - 7.4.30-1 +- Update to 7.4.30 - http://www.php.net/releases/7_4_30.php +- use oracle client library version 21.6 + * Tue Apr 12 2022 Remi Collet - 7.4.29-1 - Update to 7.4.29 - http://www.php.net/releases/7_4_29.php -- cgit