diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-07 11:45:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-07 11:45:49 +0200 |
commit | 3883e575314b3d8defee6d86df94c635d4194743 (patch) | |
tree | 0baf48b08c10f1b670109b1d764ec35c7dd94327 | |
parent | 56a1f8520dec47c4116ead6758ac49a7d21fbeeb (diff) |
Update to 7.4.30 - http://www.php.net/releases/7_4_30.php
use oracle client library version 21.6
-rw-r--r-- | failed.txt | 7 | ||||
-rw-r--r-- | php.spec | 8 |
2 files changed, 10 insertions, 5 deletions
@@ -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) @@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 7.4.29-1 - Update to 7.4.29 - http://www.php.net/releases/7_4_29.php |