diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-21 10:55:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-21 10:55:15 +0200 |
commit | 605698a4f7454e085dd60bc528ef48e51c94b018 (patch) | |
tree | ed2696d0c943b6be77ce93028921be4dd3ec04a6 | |
parent | faead9e40ed09b1b05c1351c850e99587345d3e8 (diff) |
update to 7.3.21RC1
build using ICU 65 (excepted on EL-6)
-rw-r--r-- | failed.txt | 4 | ||||
-rw-r--r-- | php.spec | 10 |
2 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 7.3.20RC1 (2020-06-25) +===== 7.3.21RC1 (2020-07-23) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log @@ -11,7 +11,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log el8x - 5 buildroot issue with openssl under investigation + 2 buildroot issue with openssl under investigation (1) proc_open give erratic test results :( @@ -135,8 +135,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.20 -#global rcver RC1 +%global upver 7.3.21 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -861,7 +861,7 @@ Group: System Environment/Libraries # All files licensed under PHP version 3.01 License: PHP Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} -# Upstream requires 4.0, we require 50 to ensure use of libicu-last / libicu62 +# Upstream requires 4.0, we require 50 to ensure use of libicu-last / libicu65 BuildRequires: libicu-devel >= 50 @@ -1913,6 +1913,10 @@ fi %changelog +* Tue Jul 21 2020 Remi Collet <remi@remirepo.net> - 7.3.21~RC1-1 +- update to 7.3.21RC1 +- build using ICU 65 (excepted on EL-6) + * Tue Jul 7 2020 Remi Collet <remi@remirepo.net> - 7.3.20-1 - Update to 7.3.20 - http://www.php.net/releases/7_3_20.php |