diff options
| author | Remi Collet <remi@remirepo.net> | 2018-10-09 13:43:16 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-10-09 13:43:16 +0200 | 
| commit | 9eb11c574fba61561c4befb74bd36ae245a4450f (patch) | |
| tree | 5f5c812f3e34f69e4ea75304580d8025db267cbd | |
| parent | 5e68649170776956bd5a4686fd71597fa71a8f1c (diff) | |
7.3.0RC3
| -rw-r--r-- | failed.txt | 10 | ||||
| -rw-r--r-- | php.spec | 7 | 
2 files changed, 9 insertions, 8 deletions
| @@ -1,16 +1,14 @@ -===== 7.3.0RC2 (2018-09-27) +===== 7.3.0RC3 (2018-10-11)  $ 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    :    1 -/var/lib/mock/scl72fc28x/build.log:Tests failed    :    1 -/var/lib/mock/scl73fc29x/build.log:Tests failed    :    1 +/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 -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 :( @@ -125,8 +125,8 @@  %endif  %global upver        7.3.0 -%global rcver        RC2 -%global lower        rc2 +%global rcver        RC3 +%global lower        rc3  Summary: PHP scripting language for creating dynamic web sites  Name: %{?scl_prefix}php @@ -1858,6 +1858,9 @@ fi  %changelog +* Tue Oct  9 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc3-1 +- update to 7.3.0RC3 +  * 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 | 
