summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt2
-rw-r--r--php.spec24
2 files changed, 16 insertions, 10 deletions
diff --git a/failed.txt b/failed.txt
index 1d0ca0c..e0d5eca 100644
--- a/failed.txt
+++ b/failed.txt
@@ -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
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 <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