summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-21 10:56:21 +0200
committerRemi Collet <remi@remirepo.net>2020-07-21 10:56:21 +0200
commit7f5a8a4ebf4a2d6eacbf582809fe6f60605ab925 (patch)
tree42c5709d5a9a67d843ea8b52f35d0b776dc156e6
parent88e4e958288dece7bbf9b6fcd0784ea8e7dc9009 (diff)
update to 7.3.21RC1
build using ICU 65 (excepted on EL-6)
-rw-r--r--failed.txt8
-rw-r--r--php73.spec10
2 files changed, 10 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index ae2337d..e7a0a2c 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.3.20RC1 (2020-06-25)
+===== 7.3.21RC1 (2020-07-23)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
@@ -6,15 +6,13 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/el6x/build.log:Tests failed : 0
/var/lib/mock/el7x/build.log:Tests failed : 0
/var/lib/mock/el8x73/build.log:Tests failed : 14
-/var/lib/mock/fc30i/build.log:Tests failed : 1
+/var/lib/mock/fc30i/build.log:Tests failed : 0
/var/lib/mock/fc30x/build.log:Tests failed : 0
/var/lib/mock/fc31x/build.log:Tests failed : 0
-fc30i
- 2 Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt]
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/php73.spec b/php73.spec
index bb44514..9bcc2c9 100644
--- a/php73.spec
+++ b/php73.spec
@@ -120,8 +120,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: php
@@ -1032,7 +1032,7 @@ Group: System Environment/Libraries
# All files licensed under PHP version 3.01
License: PHP
Requires: 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
%if 0%{?rhel}
Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl
@@ -2259,6 +2259,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