diff options
-rw-r--r-- | failed.txt | 14 | ||||
-rw-r--r-- | php74.spec | 10 |
2 files changed, 14 insertions, 10 deletions
@@ -1,13 +1,13 @@ -===== 7.4.4RC1 (2020-03-05) +===== 7.4.4 (2020-03-19) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el7x/build.log:Tests failed : 1 -/var/lib/mock/el8x74/build.log:Tests failed : 17 -/var/lib/mock/fc30i/build.log:Tests failed : 1 -/var/lib/mock/fc30x/build.log:Tests failed : 1 -/var/lib/mock/fc31x/build.log:Tests failed : 1 -/var/lib/mock/fc32x/build.log:Tests failed : 1 +/var/lib/mock/el7x/build.log:Tests failed : 0 +/var/lib/mock/el8x74/build.log:Tests failed : 16 +/var/lib/mock/fc30i/build.log:Tests failed : 0 +/var/lib/mock/fc30x/build.log:Tests failed : 0 +/var/lib/mock/fc31x/build.log:Tests failed : 0 +/var/lib/mock/fc32x/build.log:Tests failed : 0 all @@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 19.5 +%global oraclever 19.6 %global oraclelib 19.1 # Build for LiteSpeed Web Server (LSAPI) @@ -97,8 +97,8 @@ %global with_zip 0 %global upver 7.4.4 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2155,6 +2155,10 @@ fi %changelog +* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 7.4.4-1 +- Update to 7.4.4 - http://www.php.net/releases/7_4_4.php +- use oracle client library version 19.6 (18.5 on EL-6) + * Tue Mar 3 2020 Remi Collet <remi@remirepo.net> - 7.4.4~RC1-1 - update to 7.4.4RC1 |