summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-07 11:16:55 +0200
committerRemi Collet <remi@remirepo.net>2020-07-07 11:16:55 +0200
commit88e4e958288dece7bbf9b6fcd0784ea8e7dc9009 (patch)
treef5cd38373179e3c28e712aa162147cf4b5d6e638
parent15cb2d835d050d0590df86cb75365fd4b63a752b (diff)
Update to 7.3.20 - http://www.php.net/releases/7_3_20.php
-rw-r--r--failed.txt4
-rw-r--r--php73.spec7
2 files changed, 8 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index 98b4044..ae2337d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -6,11 +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 : 0
+/var/lib/mock/fc30i/build.log:Tests failed : 1
/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
diff --git a/php73.spec b/php73.spec
index 98aae02..bb44514 100644
--- a/php73.spec
+++ b/php73.spec
@@ -121,12 +121,12 @@
%endif
%global upver 7.3.20
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2259,6 +2259,9 @@ fi
%changelog
+* 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
+
* Tue Jun 23 2020 Remi Collet <remi@remirepo.net> - 7.3.20~RC1-2
- display build system and provider in phpinfo (from 8.0)