diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-29 12:33:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-29 12:33:38 +0200 |
commit | 7c98a1ad50a6bcb5b4994862f6f831b136e1664d (patch) | |
tree | 750f45b4800aab92e2aa86cbbe493bd2da39d252 | |
parent | 7af98c6ee0394e49609b94cfbc178cfe84754e17 (diff) |
Update to 7.3.23 - http://www.php.net/releases/7_3_23.php
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 10 |
2 files changed, 5 insertions, 7 deletions
@@ -1,4 +1,4 @@ -===== 7.3.23RC1 (2020-09-17) +===== 7.3.23 (2020-10-01) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log @@ -86,12 +86,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 @@ -141,7 +136,7 @@ %endif %global upver 7.3.23 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1924,6 +1919,9 @@ fi %changelog +* Tue Sep 29 2020 Remi Collet <remi@remirepo.net> - 7.3.23-1 +- Update to 7.3.23 - http://www.php.net/releases/7_3_23.php + * Tue Sep 15 2020 Remi Collet <remi@remirepo.net> - 7.3.23~RC1-1 - update to 7.3.23RC1 |