diff options
| -rw-r--r-- | failed.txt | 16 | ||||
| -rw-r--r-- | php73.spec | 7 | 
2 files changed, 12 insertions, 11 deletions
@@ -1,20 +1,18 @@ -===== 7.3.0RC2 (2018-09-27) +===== 7.3.0RC3 (2018-10-11)  $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log  /var/lib/mock/el6i/build.log:Tests failed    :     0  /var/lib/mock/el6x/build.log:Tests failed    :     0  /var/lib/mock/el7x/build.log:Tests failed    :     0 -/var/lib/mock/fc27i/build.log:Tests failed    :    1 -/var/lib/mock/fc27x/build.log:Tests failed    :    1 -/var/lib/mock/fc28i/build.log:Tests failed    :    1 -/var/lib/mock/fc28x/build.log:Tests failed    :    1 -/var/lib/mock/fc29i/build.log:Tests failed    :    1 -/var/lib/mock/fc29x/build.log:Tests failed    :    1 +/var/lib/mock/fc27i/build.log:Tests failed    :    0 +/var/lib/mock/fc27x/build.log:Tests failed    :    0 +/var/lib/mock/fc28i/build.log:Tests failed    :    0 +/var/lib/mock/fc28x/build.log:Tests failed    :    0 +/var/lib/mock/fc29i/build.log:Tests failed    :    0 +/var/lib/mock/fc29x/build.log:Tests failed    :    0 -fc27i, fc27x, fc28i, fc28x, fc29i, 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 :( @@ -112,8 +112,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: php @@ -2171,6 +2171,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  | 
