diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-03 13:31:30 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-03 13:31:30 +0100 |
commit | de1e3f7e90d64d4ef8d11e2ea7f4c49fb80f8aa9 (patch) | |
tree | 579d11e2b0a8fe8f81e4473c8abad201e38e3dbc | |
parent | 7808648246f3021483ed38c21c26ffcb22a2d913 (diff) |
update to 7.4.4RC1
-rw-r--r-- | failed.txt | 14 | ||||
-rw-r--r-- | php74.spec | 9 |
2 files changed, 13 insertions, 10 deletions
@@ -2,16 +2,16 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/el8x74/build.log:Tests failed : 16 -/var/lib/mock/fc30i/build.log:Tests failed : 0 -/var/lib/mock/fc30x/build.log:Tests failed : 0 -/var/lib/mock/fc31x/build.log:Tests failed : 0 +/var/lib/mock/el7x/build.log:Tests failed : 1 +/var/lib/mock/el8x74/build.log:Tests failed : 17 +/var/lib/mock/fc30i/build.log:Tests failed : 1 +/var/lib/mock/fc30x/build.log:Tests failed : 1 +/var/lib/mock/fc31x/build.log:Tests failed : 1 /var/lib/mock/fc32x/build.log:Tests failed : 1 -fc34x - 6 SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] +all + 2 Bug #79241: Segmentation fault on preg_match() [ext/pcre/tests/bug79241.phpt] 1 proc_open give erratic test results :( @@ -96,9 +96,9 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.3 -#global rcver RC1 -#global lower RC1 +%global upver 7.4.4 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2155,6 +2155,9 @@ fi %changelog +* Tue Mar 3 2020 Remi Collet <remi@remirepo.net> - 7.4.4~RC1-1 +- update to 7.4.4RC1 + * Tue Feb 18 2020 Remi Collet <remi@remirepo.net> - 7.4.3-1 - Update to 7.4.3 - http://www.php.net/releases/7_4_3.php |