summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-25 12:53:18 +0200
committerRemi Collet <remi@remirepo.net>2018-09-25 12:53:18 +0200
commit5e68649170776956bd5a4686fd71597fa71a8f1c (patch)
treef4ea0506fdbedcea8626a08c93074a4dc3aeb826
parente7396d51aabdc292acb47598c6887af195aaca84 (diff)
update to 7.3.0RC2
use oracle client library version 18.3
-rw-r--r--failed.txt11
-rw-r--r--php.spec12
2 files changed, 15 insertions, 8 deletions
diff --git a/failed.txt b/failed.txt
index 6247ed7..5732aab 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,18 +1,21 @@
-===== 7.3.0RC1 (2018-09-13)
+===== 7.3.0RC2 (2018-09-27)
$ grep -r 'Tests failed' /var/lib/mock/scl73*/build.log
/var/lib/mock/scl72el6x/build.log:Tests failed : 0
/var/lib/mock/scl72el7x/build.log:Tests failed : 0
-/var/lib/mock/scl72fc27x/build.log:Tests failed : 0
-/var/lib/mock/scl72fc28x/build.log:Tests failed : 0
-/var/lib/mock/scl73fc29x/build.log:Tests failed : 0
+/var/lib/mock/scl72fc27x/build.log:Tests failed : 1
+/var/lib/mock/scl72fc28x/build.log:Tests failed : 1
+/var/lib/mock/scl73fc29x/build.log:Tests failed : 1
+fc27x, fc28x, fc29x
+ 6 Bug #76909 preg_match difference between 7.3 and < 7.3 [ext/pcre/tests/bug76909.phpt]
(1) proc_open give erratic test results :(
(2) test issue (fixed upstream)
(3) known issue
(5) need investigation
+(6) https://bugzilla.redhat.com/1632640
diff --git a/php.spec b/php.spec
index 242e6d1..1fe44ba 100644
--- a/php.spec
+++ b/php.spec
@@ -55,7 +55,7 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%global oraclever 12.2
+%global oraclever 18.3
# Build for LiteSpeed Web Server (LSAPI)
%global with_lsws 1
@@ -125,8 +125,8 @@
%endif
%global upver 7.3.0
-%global rcver RC1
-%global lower rc1
+%global rcver RC2
+%global lower rc2
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -211,7 +211,7 @@ BuildRequires: zlib-devel, smtpdaemon, libedit-devel
%if %{with_libpcre}
BuildRequires: pcre2-devel >= 10.30
%else
-Provides: Provides: bundled(pcre2) = 10.31
+Provides: Provides: bundled(pcre2) = 10.32
%endif
BuildRequires: bzip2
BuildRequires: perl
@@ -1858,6 +1858,10 @@ fi
%changelog
+* Tue Sep 25 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc2-1
+- update to 7.3.0RC2
+- use oracle client library version 18.3
+
* Tue Sep 11 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc1-1
- update to 7.3.0RC1
- with oniguruma 6.9.0