summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-17 13:02:32 +0100
committerRemi Collet <remi@remirepo.net>2020-03-17 13:02:32 +0100
commita556b85dae52f1783a56b379e4ccaa4ee6fe9695 (patch)
tree2a4ff3ad005070f99ce8715c8a4ded911fef4862
parent7c198cf48fe35c6023c3b743cf32893553d11810 (diff)
Update to 7.3.16 - http://www.php.net/releases/7_3_16.php
use oracle client library version 19.6 (18.5 on EL-6)
-rw-r--r--failed.txt4
-rw-r--r--php.spec8
2 files changed, 7 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 9c356f1..ace0b92 100644
--- a/failed.txt
+++ b/failed.txt
@@ -3,14 +3,12 @@
$ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log
/var/lib/mock/scl73el6x/build.log:Tests failed : 0
-/var/lib/mock/scl73el7x/build.log:Tests failed : 1
+/var/lib/mock/scl73el7x/build.log:Tests failed : 0
/var/lib/mock/scl73el8x/build.log:Tests failed : 14
/var/lib/mock/scl73fc30x/build.log:Tests failed : 0
/var/lib/mock/scl73fc31x/build.log:Tests failed : 0
-el7x
- 1 Bug #73072: Invalid path SNI_server_certs causes segfault [ext/openssl/tests/bug73072.phpt]
el8x
5 buildroot issue with openssl under investigation
diff --git a/php.spec b/php.spec
index 1e413d2..cf13c43 100644
--- a/php.spec
+++ b/php.spec
@@ -63,7 +63,7 @@
%endif
%global oraclelib 18.1
%else
-%global oraclever 19.5
+%global oraclever 19.6
%global oraclelib 19.1
%endif
@@ -136,7 +136,7 @@
%endif
%global upver 7.3.16
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1903,6 +1903,10 @@ fi
%changelog
+* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 7.3.16-1
+- Update to 7.3.16 - http://www.php.net/releases/7_3_16.php
+- use oracle client library version 19.6 (18.5 on EL-6)
+
* Tue Mar 3 2020 Remi Collet <remi@remirepo.net> - 7.3.16~RC1-1
- update to 7.3.16RC1