diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-19 09:39:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-19 09:39:27 +0200 |
commit | 71ab560afe71dc8d18f8b866eb0fe579eed9dbfb (patch) | |
tree | 1a1b03934dffeb5aaadbd928dfb0ff0ffd51420e | |
parent | 8839affa96b4ded7033a079ccb2b5f3e7dc807f1 (diff) |
7.3.9RC1
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php73.spec | 9 |
2 files changed, 10 insertions, 5 deletions
@@ -1,8 +1,8 @@ -===== 7.3.8 (2019-08-01) +===== 7.3.9RC1 (2019-08-15) $ 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 : 1 /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 @@ -14,6 +14,8 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc30x/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] el8x, fc28i, fc28x: 6 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] el8x: @@ -116,9 +116,9 @@ %global db_devel libdb-devel %endif -%global upver 7.3.8 -#global rcver RC1 -#global lower RC1 +%global upver 7.3.9 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2234,6 +2234,9 @@ fi %changelog +* Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 7.3.9~RC1-1 +- update to 7.3.9RC1 + * Tue Jul 30 2019 Remi Collet <remi@remirepo.net> - 7.3.8-1 - Update to 7.3.8 - http://www.php.net/releases/7_3_8.php |