diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php74.spec | 12 |
2 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 7.4.0 (2019-11-28) +===== 7.4.1RC1 (2019-12-12) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 19.3 +%global oraclever 19.5 %global oraclelib 19.1 # Build for LiteSpeed Web Server (LSAPI) @@ -96,9 +96,9 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.0 -#global rcver RC6 -#global lower RC6 +%global upver 7.4.1 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2153,6 +2153,10 @@ fi %changelog +* Wed Dec 11 2019 Remi Collet <remi@remirepo.net> - 7.4.1~RC1-1 +- update to 7.4.1RC1 +- use oracle client library version 19.5 + * Wed Nov 27 2019 Remi Collet <remi@remirepo.net> - 7.4.0-1 - update to 7.4.0 GA |