diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-29 14:07:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-29 14:07:12 +0200 |
commit | b3b9c5bae86442eb8a9302345654567f5993526e (patch) | |
tree | 1ebad557f423e8bb90271a941cac6c737d576a8f | |
parent | 561ea8309cf242f8e199e7a5142fa0c7d15ac3b4 (diff) |
Update to 7.4.11 - http://www.php.net/releases/7_4_11.php
-rw-r--r-- | failed.txt | 3 | ||||
-rw-r--r-- | php.spec | 10 |
2 files changed, 6 insertions, 7 deletions
@@ -3,7 +3,7 @@ $ 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 : 1 +/var/lib/mock/scl74el8x/build.log:Tests failed : 2 /var/lib/mock/scl74fc31x/build.log:Tests failed : 0 /var/lib/mock/scl74fc32x/build.log:Tests failed : 0 /var/lib/mock/scl74fc33x/build.log:Tests failed : 0 @@ -11,6 +11,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log el8x: 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] + 3 SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] (1) proc_open give erratic test results :( @@ -70,12 +70,7 @@ # Optional components; pass "--with mssql" etc to rpmbuild. %global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} %global with_imap 1 -# until firebird available in EPEL -%if 0%{?rhel} == 8 -%global with_interbase 0 -%else %global with_interbase 1 -%endif %global with_freetds 1 %global with_tidy 1 %global with_sqlite3 1 @@ -106,7 +101,7 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.11 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1815,6 +1810,9 @@ fi %changelog +* Tue Sep 29 2020 Remi Collet <remi@remirepo.net> - 7.4.11-1 +- Update to 7.4.11 - http://www.php.net/releases/7_4_11.php + * Tue Sep 15 2020 Remi Collet <remi@remirepo.net> - 7.4.11~RC1-1 - update to 7.4.11RC1 |