diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-18 11:35:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-18 11:35:11 +0200 |
commit | 8588709f69dcdabc221ea445351b2d3c347e12fc (patch) | |
tree | 8473fb98b6b1e9785993b912aa9247f2c95c81e1 | |
parent | fe26f639dcc2b5f6087f6c47e1af18a4a22ae8c4 (diff) |
update to 7.3.22RC1
use oracle client library version 19.8 (x86_64)
-rw-r--r-- | failed.txt | 4 | ||||
-rw-r--r-- | php.spec | 13 |
2 files changed, 13 insertions, 4 deletions
@@ -1,10 +1,10 @@ -===== 7.3.21 (2020-08-06) +===== 7.3.22RC1 (2020-08-20) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log /var/lib/mock/scl73el6x/build.log:Tests failed : 0 /var/lib/mock/scl73el7x/build.log:Tests failed : 0 -/var/lib/mock/scl73el8x/build.log:Tests failed : 15 +/var/lib/mock/scl73el8x/build.log:Tests failed : 14 /var/lib/mock/scl73fc30x/build.log:Tests failed : 0 /var/lib/mock/scl73fc31x/build.log:Tests failed : 0 /var/lib/mock/scl73fc32x/build.log:Tests failed : 0 @@ -62,8 +62,13 @@ %global oraclever 18.3 %endif %global oraclelib 18.1 + +%else +%ifarch x86_64 +%global oraclever 19.8 %else %global oraclever 19.6 +%endif %global oraclelib 19.1 %endif @@ -135,8 +140,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.21 -#global rcver RC1 +%global upver 7.3.22 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1913,6 +1918,10 @@ fi %changelog +* Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.3.22~RC1-1 +- update to 7.3.22RC1 +- use oracle client library version 19.8 (x86_64) + * Tue Aug 4 2020 Remi Collet <remi@remirepo.net> - 7.3.21-1 - Update to 7.3.21 - http://www.php.net/releases/7_3_21.php |