summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-17 10:24:13 +0200
committerRemi Collet <remi@remirepo.net>2019-06-17 10:24:13 +0200
commitae354b53fe929161cafd81fd4559d41172f7297c (patch)
treef3665eb92bd97d7186e8facf74e7e3a559f6b58e
parenta817c65b50619aedd807dce0b2c76db33ac4dc86 (diff)
use oracle client library version 19.3
-rw-r--r--php.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index f00d38f..c7414a1 100644
--- a/php.spec
+++ b/php.spec
@@ -48,7 +48,8 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%global oraclever 18.3
+%global oraclever 19.3
+%global oraclelib 19.1
# Build for LiteSpeed Web Server (LSAPI)
%global with_lsws 1
@@ -108,7 +109,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 9%{?dist}
+Release: 10%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -613,7 +614,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.
@@ -932,6 +933,7 @@ in pure PHP.
%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
@@ -1803,6 +1805,9 @@ fi
%changelog
+* Mon Jun 17 2019 Remi Collet <remi@remirepo.net> - 7.4.0~alpha1-10
+- use oracle client library version 19.3
+
* Wed Jun 12 2019 Remi Collet <remi@remirepo.net> - 7.4.0~alpha1-9
- add 3 upstream patches