From ccc267031405708b1622a3ce835bb08ba9675936 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2018 17:20:30 +0100 Subject: update to 7.3.1RC1 oci8 version is now 2.1.8 --- php.spec | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 6132483..6510d7e 100644 --- a/php.spec +++ b/php.spec @@ -26,7 +26,7 @@ %global zendver 20180731 %global pdover 20170320 # Extension version -%global oci8ver 2.1.8 +%global oci8ver 2.2.0 # Adds -z now to the linker flags %global _hardened_build 1 @@ -124,9 +124,9 @@ %global db_devel libdb-devel %endif -%global upver 7.3.0 -#global rcver RC6 -#global lower rc6 +%global upver 7.3.1 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -601,11 +601,13 @@ License: PHP BuildRequires: oracle-instantclient-devel >= %{oraclever} Requires: %{?scl_prefix}php-pdo%{?_isa} = %{version}-%{release} Provides: %{?scl_prefix}php_database -Provides: %{?scl_prefix}php-pdo_oci, %{?scl_prefix}php-pdo_oci%{?_isa} -Obsoletes: %{?scl_prefix}php-pecl-oci8 < %{oci8ver} -Conflicts: %{?scl_prefix}php-pecl-oci8 >= %{oci8ver} -Provides: %{?scl_prefix}php-pecl(oci8) = %{oci8ver}, %{?scl_prefix}php-pecl(oci8)%{?_isa} = %{oci8ver} -# Should requires libclntsh.so.12.1, but it's not provided by Oracle RPM. +Provides: %{?scl_prefix}php-pdo_oci +Provides: %{?scl_prefix}php-pdo_oci%{?_isa} +Obsoletes: %{?scl_prefix}php-pecl-oci8 <= %{oci8ver} +Conflicts: %{?scl_prefix}php-pecl-oci8 > %{oci8ver} +Provides: %{?scl_prefix}php-pecl(oci8) = %{oci8ver} +Provides: %{?scl_prefix}php-pecl(oci8)%{?_isa} = %{oci8ver} +# Should requires libclntsh.so.18.3, but it's not provided by Oracle RPM. AutoReq: 0 %description oci8 @@ -1860,6 +1862,10 @@ fi %changelog +* Tue Dec 18 2018 Remi Collet - 7.3.1~RC1-1 +- update to 7.3.1RC1 +- oci8 version is now 2.1.8 + * Tue Dec 4 2018 Remi Collet - 7.3.0-1 - update to 7.3.0 GA - update FPM configuration from upstream -- cgit