summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-18 09:39:46 +0200
committerRemi Collet <remi@remirepo.net>2020-08-18 09:39:46 +0200
commit031609a462816301a82ff822012965f240087eb9 (patch)
treecfe2c5b789044a1407a43f180f7110669e5a7196
parent38437d65b15e117c67b344f764e892af0bdaf3bb (diff)
update to 7.4.10RC1
use oracle client library version 19.8 (x86_64)
-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 7d628f1..42d4313 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/scl74*/build.log
diff --git a/php.spec b/php.spec
index c871fac..dfdd9d0 100644
--- a/php.spec
+++ b/php.spec
@@ -49,7 +49,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)
@@ -101,8 +105,8 @@
#global gh_date 20190612
%global gh_owner php
%global gh_project php-src
-%global upver 7.4.9
-#global rcver RC1
+%global upver 7.4.10
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1805,6 +1809,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