diff options
| author | Remi Collet <remi@remirepo.net> | 2020-02-04 16:24:52 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-02-04 16:24:52 +0100 | 
| commit | 15b31c4bc83ea7fe9a9aa7345a920e0898829ef8 (patch) | |
| tree | 3b1d44a8bec12af514b3d3805a20de9b7833f8f5 | |
| parent | 4685c5164899667b87d5bffe4406163d2412d5f7 (diff) | |
update to 7.3.15RC1
| -rw-r--r-- | failed.txt | 9 | ||||
| -rw-r--r-- | php73.spec | 7 | 
2 files changed, 11 insertions, 5 deletions
@@ -1,11 +1,11 @@ -===== 7.3.14 (2020-01-23) +===== 7.3.15RC1 (2020-02-06)  $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed    :     0 +/var/lib/mock/el6i/build.log:Tests failed    :     2  /var/lib/mock/el6x/build.log:Tests failed    :     0  /var/lib/mock/el7x/build.log:Tests failed    :     0 -/var/lib/mock/el8x73/build.log:Tests failed  :    14 +/var/lib/mock/el8x73/build.log:Tests failed  :    15  /var/lib/mock/fc29i/build.log:Tests failed    :    0  /var/lib/mock/fc29x/build.log:Tests failed    :    0  /var/lib/mock/fc30i/build.log:Tests failed    :    0 @@ -13,6 +13,9 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log  /var/lib/mock/fc31x/build.log:Tests failed    :    0 +el6i: +	1	Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] +	1	Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]  el8x:  	5	buildroot issue with openssl under investigation @@ -120,8 +120,8 @@  %global db_devel  libdb-devel  %endif -%global upver        7.3.14 -#global rcver        RC1 +%global upver        7.3.15 +%global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2249,6 +2249,9 @@ fi  %changelog +* Tue Feb  4 2020 Remi Collet <remi@remirepo.net> - 7.3.15~RC1-1 +- update to 7.3.15RC1 +  * Tue Jan 21 2020 Remi Collet <remi@remirepo.net> - 7.3.14-1  - Update to 7.3.14 - http://www.php.net/releases/7_3_14.php  | 
