summaryrefslogtreecommitdiffstats
path: root/php83.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-04-24 08:23:06 +0200
committerRemi Collet <remi@php.net>2024-04-24 08:23:06 +0200
commitbf6b71c856ebbce0eacb9511d80594f8a04cb0b9 (patch)
tree523cbc6f41710e0248d8337deef9aa64d08ce0c8 /php83.spec
parent5a07c83913e0b21256ca1433637095dcb2c5dfd9 (diff)
update to 8.3.7RC1
use oracle client library version 19.22 on aarch64
Diffstat (limited to 'php83.spec')
-rw-r--r--php83.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php83.spec b/php83.spec
index 5142dff..8f257b1 100644
--- a/php83.spec
+++ b/php83.spec
@@ -25,9 +25,9 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
%ifarch aarch64
-%global oraclever 19.19
+%global oraclever 19.22
%global oraclelib 19.1
-%global oracledir 19.19
+%global oracledir 19.22
%else
%global oraclever 21.13
%global oraclelib 21.1
@@ -120,8 +120,8 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.3.6
-#global rcver RC1
+%global upver 8.3.7
+%global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -2212,6 +2212,10 @@ fi
%changelog
+* Wed Apr 24 2024 Remi Collet <remi@remirepo.net> - 8.3.7~RC1-1
+- update to 8.3.7RC1
+- use oracle client library version 19.22 on aarch64
+
* Wed Apr 10 2024 Remi Collet <remi@remirepo.net> - 8.3.6-1
- Update to 8.3.6 - http://www.php.net/releases/8_3_6.php