diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-24 13:52:29 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-24 13:52:29 +0100 |
commit | 124ea3b97c800ac7f49d9d1fe91fb9f5dbafad06 (patch) | |
tree | 6525a2198bd867ae9c3e5bdbd431289cb4c6182a | |
parent | 28d31029303b280f434b6ef2a6d18bc1813e36ab (diff) |
Update to 7.4.13 - http://www.php.net/releases/7_4_13.php
use oracle client library version 19.9 (x86_64)
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 8 |
2 files changed, 7 insertions, 3 deletions
@@ -1,4 +1,4 @@ -===== 7.4.13RC1 (2020-11-12) +===== 7.4.13 (2020-11-26) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log @@ -50,7 +50,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch x86_64 -%global oraclever 19.8 +%global oraclever 19.9 %else %global oraclever 19.6 %endif @@ -101,7 +101,7 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.13 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1810,6 +1810,10 @@ fi %changelog +* Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 7.4.13-1 +- Update to 7.4.13 - http://www.php.net/releases/7_4_13.php +- use oracle client library version 19.9 (x86_64) + * Wed Nov 11 2020 Remi Collet <remi@remirepo.net> - 7.4.13~RC1-1 - update to 7.4.13RC1 |