diff options
| author | Remi Collet <remi@remirepo.net> | 2018-12-18 17:20:30 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-12-18 17:20:30 +0100 | 
| commit | ccc267031405708b1622a3ce835bb08ba9675936 (patch) | |
| tree | b755f8bb5731e7fc77f9f2be78ab16ed940a9e1c | |
| parent | c332c78e65a130da2023771a3d7e651d24443063 (diff) | |
update to 7.3.1RC1
oci8 version is now 2.1.8
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 24 | 
2 files changed, 16 insertions, 10 deletions
| @@ -1,4 +1,4 @@ -===== 7.3.0 (2018-12-06) +===== 7.3.1RC1 (2018-12-20)  $ grep -r 'Tests failed' /var/lib/mock/scl73*/build.log @@ -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 <remi@remirepo.net> - 7.3.1~RC1-1 +- update to 7.3.1RC1 +- oci8 version is now 2.1.8 +  * Tue Dec  4 2018 Remi Collet <remi@remirepo.net> - 7.3.0-1  - update to 7.3.0 GA  - update FPM configuration from upstream | 
