summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-oci8.spec17
1 files changed, 12 insertions, 5 deletions
diff --git a/php-pecl-oci8.spec b/php-pecl-oci8.spec
index a7fd8a7..0f8adf5 100644
--- a/php-pecl-oci8.spec
+++ b/php-pecl-oci8.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-oci8
#
-# Copyright (c) 2014-2019 Remi Collet
+# Copyright (c) 2014-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -14,10 +14,14 @@
%global with_tests 0%{?_with_tests:1}
%global ini_name 40-%{pecl_name}.ini
%if 0%{?rhel} == 6
+%ifarch x86_64
+%global oraclever 18.5
+%else
%global oraclever 18.3
+%endif
%global oraclelib 18.1
%else
-%global oraclever 19.3
+%global oraclever 19.5
%global oraclelib 19.1
%endif
%global with_dtrace 1
@@ -26,11 +30,11 @@
Summary: Extension for Oracle Database
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 2.2.0
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
-URL: http://pecl.php.net/package/%{pecl_name}
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
+URL: https://pecl.php.net/package/%{pecl_name}
+Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
# Fix header/library detection
Patch0: %{pecl_name}-2.0.8-conf.patch
@@ -308,6 +312,9 @@ fi
%changelog
+* Thu Feb 20 2020 Remi Collet <remi@remirepo.net> - 2.2.0-3
+- use oracle client library version 19.5
+
* Mon Aug 26 2019 Remi Collet <remi@remirepo.net> - 2.2.0-2
- use oracle client library version 19.3