diff options
-rw-r--r-- | failed.txt | 5 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 6 insertions, 6 deletions
@@ -1,16 +1,13 @@ -===== 7.4.3RC1 (2020-02-06) +===== 7.4.3 (2020-02-20) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log /var/lib/mock/scl74el7x/build.log:Tests failed : 0 /var/lib/mock/scl74el8x/build.log:Tests failed : 16 -/var/lib/mock/scl74fc29x/build.log:Tests failed : 0 /var/lib/mock/scl74fc30x/build.log:Tests failed : 0 /var/lib/mock/scl74fc31x/build.log:Tests failed : 0 -fc30x: - 6 Test lstat() and stat() functions: usage variations - effects of is_link() [ext/standard/tests/file/lstat_stat_variation12.phpt] (1) proc_open give erratic test results :( @@ -103,8 +103,8 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.3 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1810,6 +1810,9 @@ fi %changelog +* 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 + * Tue Feb 4 2020 Remi Collet <remi@remirepo.net> - 7.4.3~RC1-1 - update to 7.4.3RC1 |