summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-17 11:28:52 +0200
committerRemi Collet <remi@remirepo.net>2019-06-17 11:28:52 +0200
commit762d5d1ab4bb2ea767bd79b5076add08c0c4e90b (patch)
treeb8fa0b144a6076aaeaceb0af5d646ff91fef9a9b
parentfd33ba75816cb3198c2c7a404d9297752d9a06b7 (diff)
use oracle client library version 19.3
-rw-r--r--php.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index b236f8f..ed890d9 100644
--- a/php.spec
+++ b/php.spec
@@ -55,7 +55,13 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
+%if 0%{?rhel} == 6
%global oraclever 18.3
+%global oraclelib 18.1
+%else
+%global oraclever 19.3
+%global oraclelib 19.1
+%endif
# Build for LiteSpeed Web Server (LSAPI)
%global with_lsws 1
@@ -132,7 +138,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -629,7 +635,7 @@ The extension is linked with Oracle client libraries %{oraclever}
(Oracle Instant Client). For details, see Oracle's note
"Oracle Client / Server Interoperability Support" (ID 207303.1).
-You must install libclntsh.so.%{oraclever} to use this package, provided
+You must install libclntsh.so.%{oraclelib} to use this package, provided
in the database installation, or in the free Oracle Instant Client
available from Oracle.
@@ -930,6 +936,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch42 -p1 -b .systzdata
%endif
%patch43 -p1 -b .headers
+sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
%patch45 -p1 -b .ldap_r
%endif
@@ -1882,6 +1889,9 @@ fi
%changelog
+* Mon Jun 17 2019 Remi Collet <remi@remirepo.net> - 7.3.7~RC1-2
+- use oracle client library version 19.3
+
* Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 7.3.7~RC1-1
- update to 7.3.7RC1