summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-21 10:55:15 +0200
committerRemi Collet <remi@remirepo.net>2020-07-21 10:55:15 +0200
commit605698a4f7454e085dd60bc528ef48e51c94b018 (patch)
treeed2696d0c943b6be77ce93028921be4dd3ec04a6
parentfaead9e40ed09b1b05c1351c850e99587345d3e8 (diff)
update to 7.3.21RC1
build using ICU 65 (excepted on EL-6)
-rw-r--r--failed.txt4
-rw-r--r--php.spec10
2 files changed, 9 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 78512ad..fe645e2 100644
--- a/failed.txt
+++ b/failed.txt
@@ -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 :(
diff --git a/php.spec b/php.spec
index ec581e7..38954b2 100644
--- a/php.spec
+++ b/php.spec
@@ -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