summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-03-12 09:07:33 +0100
committerRemi Collet <remi@php.net>2025-03-12 09:07:33 +0100
commit42473f5dac43f7bfdf0327f21b1de84149255f81 (patch)
tree393e4954222f6662fcd3abb8dc26567613b2868b /php.spec
parent32daadf0849dc1b5ff641ef8c7cfc71d3482253d (diff)
Update to 8.3.18 - http://www.php.net/releases/8_3_18.php
use oracle client library version 23.7 on arm64
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec20
1 files changed, 5 insertions, 15 deletions
diff --git a/php.spec b/php.spec
index 38319cb..a858779 100644
--- a/php.spec
+++ b/php.spec
@@ -49,17 +49,10 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%ifarch aarch64
-%global oraclever 19.25
-%global oraclemax 20
-%global oraclelib 19.1
-%global oracledir 19.25
-%else
%global oraclever 23.7
%global oraclemax 24
%global oraclelib 23.1
%global oracledir 23
-%endif
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
%bcond_without lsws
@@ -138,7 +131,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.18
-%global rcver RC1
+#global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -663,14 +656,7 @@ License.
Summary: A module for PHP applications that use OCI8 databases
# All files licensed under PHP version 3.01
License: PHP-3.01
-%ifarch aarch64
-BuildRequires: oracle-instantclient%{oraclever}-devel
-# Should requires libclntsh.so.19.1()(aarch-64), but it's not provided by Oracle RPM.
-Requires: libclntsh.so.%{oraclelib}
-AutoReq: 0
-%else
BuildRequires: (oracle-instantclient-devel >= %{oraclever} with oracle-instantclient-devel < %{oraclemax})
-%endif
Requires: %{?scl_prefix}php-pdo%{?_isa} = %{version}-%{release}
Provides: %{?scl_prefix}php_database
Provides: %{?scl_prefix}php-pdo_oci
@@ -1899,6 +1885,10 @@ fi
%changelog
+* Wed Mar 12 2025 Remi Collet <remi@remirepo.net> - 8.3.18-1
+- Update to 8.3.18 - http://www.php.net/releases/8_3_18.php
+- use oracle client library version 23.7 on arm64
+
* Wed Feb 26 2025 Remi Collet <remi@remirepo.net> - 8.3.18~RC1-1
- update to 8.3.18RC1