summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-03-12 11:19:26 +0100
committerRemi Collet <remi@php.net>2025-03-12 11:19:26 +0100
commit5f17de3905b03d3672fa2876d802fc901f57f022 (patch)
treec5c48c831fe7e698dbe435973d35fbaa36d8d236 /php81.spec
parenta5cc5694f2314745fdc953b179712c36db8c95ff (diff)
Update to 8.1.32 - http://www.php.net/releases/8_1_32.phpHEADmaster
use oracle client library version 23.7 on x86_64 and arm64
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec26
1 files changed, 10 insertions, 16 deletions
diff --git a/php81.spec b/php81.spec
index 4d01475..7ea7fc8 100644
--- a/php81.spec
+++ b/php81.spec
@@ -24,17 +24,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
@@ -126,12 +119,12 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.1.31
+%global upver 8.1.32
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -198,7 +191,10 @@ Patch91: php-7.2.0-oci8conf.patch
# Fixes for tests (300+)
# Factory is droped from system tzdata
Patch300: php-7.4.0-datetests.patch
+# for zlib-ng
Patch301: php-8.1.27-zlib-tests.patch
+# for pcre2 10.45
+Patch302: php-8.1.32-pcretests.patch
# WIP
@@ -762,14 +758,7 @@ Interbase/Firebird databases.
Summary: A module for PHP applications that use OCI8 databases
# All files licensed under PHP version 3.01
License: PHP
-%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: php-pdo%{?_isa} = %{version}-%{release}
Provides: php_database
Provides: php-pdo_oci
@@ -1218,6 +1207,7 @@ in pure PHP.
%patch -P300 -p1 -b .datetests
%endif
%patch -P301 -p1 -b .zlibng
+%patch -P302 -p1 -b .pcretests
# WIP patch
@@ -2207,6 +2197,10 @@ fi
%changelog
+* Wed Mar 12 2025 Remi Collet <remi@remirepo.net> - 8.1.32-1
+- Update to 8.1.32 - http://www.php.net/releases/8_1_32.php
+- use oracle client library version 23.7 on x86_64 and arm64
+
* Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 8.1.31-2
- backport fix for ICU 74+