diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-07 12:45:11 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-07 12:45:11 +0100 |
commit | 653a39826cf3cf3614ddffe8535000c704a39527 (patch) | |
tree | 6de03baf466ac612d1d7fda004e6aa63e08b651a | |
parent | 4371a030d7326f95f15300a103577e2830590a52 (diff) |
7.3.14RC1
-rw-r--r-- | failed.txt | 10 | ||||
-rw-r--r-- | php73.spec | 7 |
2 files changed, 8 insertions, 9 deletions
@@ -1,10 +1,10 @@ -===== 7.3.13 (2019-12-19) +===== 7.3.14RC1 (2020-01-09) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 1 +/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 : 1 +/var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x73/build.log:Tests failed : 14 /var/lib/mock/fc29i/build.log:Tests failed : 0 /var/lib/mock/fc29x/build.log:Tests failed : 0 @@ -13,10 +13,6 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc31x/build.log:Tests failed : 0 -el6i: - 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] -el7x: - 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] el8x: 5 buildroot issue with openssl under investigation @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.13 -#global rcver RC1 +%global upver 7.3.14 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2249,6 +2249,9 @@ fi %changelog +* Tue Jan 7 2020 Remi Collet <remi@remirepo.net> - 7.3.14~RC1-1 +- update to 7.3.14RC1 + * Tue Dec 17 2019 Remi Collet <remi@remirepo.net> - 7.3.13-1 - Update to 7.3.13 - http://www.php.net/releases/7_3_13.php - use oracle client library version 19.5 (18.5 on EL-6) |