diff options
| -rw-r--r-- | failed.txt | 17 | ||||
| -rw-r--r-- | php73.spec | 12 | 
2 files changed, 17 insertions, 12 deletions
@@ -1,20 +1,20 @@ -===== 7.3.0RC1 (2018-09-13) +===== 7.3.0RC2 (2018-09-27)  $ 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    :    0 -/var/lib/mock/fc27x/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    :    0 -/var/lib/mock/fc29i/build.log:Tests failed    :    0 -/var/lib/mock/fc29x/build.log:Tests failed    :    0 +/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 -fc28i -	1	FR #69953 (Support MKCALENDAR request method) [sapi/cli/tests/bug69953.phpt] +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 :( @@ -22,4 +22,5 @@ fc28i  3	known issue  4	bugs related to tzdata  5	need investigation +6	https://bugzilla.redhat.com/1632640 @@ -28,7 +28,7 @@  %ifarch ppc ppc64  %global oraclever 10.2.0.2  %else -%global oraclever 12.2 +%global oraclever 18.3  %endif  # Build for LiteSpeed Web Server (LSAPI) @@ -112,8 +112,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: php @@ -204,7 +204,7 @@ BuildRequires: zlib-devel, smtpdaemon, libedit-devel  %if %{with_libpcre}  BuildRequires: pcre2-devel >= 10.30  %else -Provides:      bundled(pcre2) = 10.31 +Provides:      bundled(pcre2) = 10.32  %endif  BuildRequires: bzip2  BuildRequires: perl @@ -2171,6 +2171,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  | 
