summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-18 11:35:11 +0200
committerRemi Collet <remi@remirepo.net>2020-08-18 11:35:11 +0200
commit8588709f69dcdabc221ea445351b2d3c347e12fc (patch)
tree8473fb98b6b1e9785993b912aa9247f2c95c81e1
parentfe26f639dcc2b5f6087f6c47e1af18a4a22ae8c4 (diff)
update to 7.3.22RC1
use oracle client library version 19.8 (x86_64)
-rw-r--r--failed.txt4
-rw-r--r--php.spec13
2 files changed, 13 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index e7169ae..bbe9408 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,10 +1,10 @@
-===== 7.3.21 (2020-08-06)
+===== 7.3.22RC1 (2020-08-20)
$ 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 : 0
-/var/lib/mock/scl73el8x/build.log:Tests failed : 15
+/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
/var/lib/mock/scl73fc32x/build.log:Tests failed : 0
diff --git a/php.spec b/php.spec
index f3ae136..d698639 100644
--- a/php.spec
+++ b/php.spec
@@ -62,8 +62,13 @@
%global oraclever 18.3
%endif
%global oraclelib 18.1
+
+%else
+%ifarch x86_64
+%global oraclever 19.8
%else
%global oraclever 19.6
+%endif
%global oraclelib 19.1
%endif
@@ -135,8 +140,8 @@
%global db_devel libdb-devel
%endif
-%global upver 7.3.21
-#global rcver RC1
+%global upver 7.3.22
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1913,6 +1918,10 @@ fi
%changelog
+* Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.3.22~RC1-1
+- update to 7.3.22RC1
+- use oracle client library version 19.8 (x86_64)
+
* Tue Aug 4 2020 Remi Collet <remi@remirepo.net> - 7.3.21-1
- Update to 7.3.21 - http://www.php.net/releases/7_3_21.php