summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt2
-rw-r--r--php.spec12
2 files changed, 11 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index 682ccec..722e455 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.3.13RC1 (2019-12-05)
+===== 7.3.13 (2019-12-19)
$ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log
diff --git a/php.spec b/php.spec
index 8b166b2..97d1448 100644
--- a/php.spec
+++ b/php.spec
@@ -56,10 +56,14 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
%if 0%{?rhel} == 6
+%ifarch x86_64
+%global oraclever 18.5
+%else
%global oraclever 18.3
+%endif
%global oraclelib 18.1
%else
-%global oraclever 19.3
+%global oraclever 19.5
%global oraclelib 19.1
%endif
@@ -132,7 +136,7 @@
%endif
%global upver 7.3.13
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1899,6 +1903,10 @@ fi
%changelog
+* Tue Dec 17 2019 Remi Collet <remi@remirepo.net> - 7.3.13-1
+- Update to 7.3.13 - http://www.php.net/releases/7_3_13.php
+- use oracle client library version 19.5 (18.5 on EL-6)
+
* Tue Dec 3 2019 Remi Collet <remi@remirepo.net> - 7.3.13~RC1-1
- update to 7.3.13RC1