summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-18 09:45:25 +0200
committerRemi Collet <remi@remirepo.net>2020-08-18 09:45:25 +0200
commit31a802e49ba8641e692dc3f750ca71a4e3ae96a3 (patch)
tree2092c219b21bf096b0a28d3e97349b038092ee5c
parenteeb1f266ea1e4e312fc530e99a738c141c01ac78 (diff)
update to 7.4.10RC1
use oracle client library version 19.8 (x86_64)
-rw-r--r--failed.txt2
-rw-r--r--php74.spec14
2 files changed, 12 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index d4de68b..cb60ef8 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.4.9 (2020-08-06)
+===== 7.4.10RC1 (2020-08-20)
$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php74.spec b/php74.spec
index 23c1369..4a005cd 100644
--- a/php74.spec
+++ b/php74.spec
@@ -24,7 +24,11 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
+%ifarch x86_64
+%global oraclever 19.8
+%else
%global oraclever 19.6
+%endif
%global oraclelib 19.1
# Build for LiteSpeed Web Server (LSAPI)
@@ -95,9 +99,9 @@
%global with_libzip 1
%global with_zip 0
-%global upver 7.4.9
-#global rcver RC1
-#global lower RC1
+%global upver 7.4.10
+%global rcver RC1
+%global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2157,6 +2161,10 @@ fi
%changelog
+* Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.4.10~RC1-1
+- update to 7.4.10RC1
+- use oracle client library version 19.8 (x86_64)
+
* Tue Aug 4 2020 Remi Collet <remi@remirepo.net> - 7.4.9-1
- Update to 7.4.9 - http://www.php.net/releases/7_4_9.php