diff options
author | Remi Collet <remi@remirepo.net> | 2018-09-25 12:53:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-09-25 12:53:18 +0200 |
commit | 5e68649170776956bd5a4686fd71597fa71a8f1c (patch) | |
tree | f4ea0506fdbedcea8626a08c93074a4dc3aeb826 | |
parent | e7396d51aabdc292acb47598c6887af195aaca84 (diff) |
update to 7.3.0RC2
use oracle client library version 18.3
-rw-r--r-- | failed.txt | 11 | ||||
-rw-r--r-- | php.spec | 12 |
2 files changed, 15 insertions, 8 deletions
@@ -1,18 +1,21 @@ -===== 7.3.0RC1 (2018-09-13) +===== 7.3.0RC2 (2018-09-27) $ grep -r 'Tests failed' /var/lib/mock/scl73*/build.log /var/lib/mock/scl72el6x/build.log:Tests failed : 0 /var/lib/mock/scl72el7x/build.log:Tests failed : 0 -/var/lib/mock/scl72fc27x/build.log:Tests failed : 0 -/var/lib/mock/scl72fc28x/build.log:Tests failed : 0 -/var/lib/mock/scl73fc29x/build.log:Tests failed : 0 +/var/lib/mock/scl72fc27x/build.log:Tests failed : 1 +/var/lib/mock/scl72fc28x/build.log:Tests failed : 1 +/var/lib/mock/scl73fc29x/build.log:Tests failed : 1 +fc27x, fc28x, fc29x + 6 Bug #76909 preg_match difference between 7.3 and < 7.3 [ext/pcre/tests/bug76909.phpt] (1) proc_open give erratic test results :( (2) test issue (fixed upstream) (3) known issue (5) need investigation +(6) https://bugzilla.redhat.com/1632640 @@ -55,7 +55,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 12.2 +%global oraclever 18.3 # Build for LiteSpeed Web Server (LSAPI) %global with_lsws 1 @@ -125,8 +125,8 @@ %endif %global upver 7.3.0 -%global rcver RC1 -%global lower rc1 +%global rcver RC2 +%global lower rc2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -211,7 +211,7 @@ BuildRequires: zlib-devel, smtpdaemon, libedit-devel %if %{with_libpcre} BuildRequires: pcre2-devel >= 10.30 %else -Provides: Provides: bundled(pcre2) = 10.31 +Provides: Provides: bundled(pcre2) = 10.32 %endif BuildRequires: bzip2 BuildRequires: perl @@ -1858,6 +1858,10 @@ fi %changelog +* Tue Sep 25 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc2-1 +- update to 7.3.0RC2 +- use oracle client library version 18.3 + * Tue Sep 11 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc1-1 - update to 7.3.0RC1 - with oniguruma 6.9.0 |