From 9eb11c574fba61561c4befb74bd36ae245a4450f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Oct 2018 13:43:16 +0200 Subject: 7.3.0RC3 --- failed.txt | 10 ++++------ php.spec | 7 +++++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 5732aab..ff8b25e 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,14 @@ -===== 7.3.0RC2 (2018-09-27) +===== 7.3.0RC3 (2018-10-11) $ 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 : 1 -/var/lib/mock/scl72fc28x/build.log:Tests failed : 1 -/var/lib/mock/scl73fc29x/build.log:Tests failed : 1 +/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 -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 :( diff --git a/php.spec b/php.spec index 1fe44ba..217527d 100644 --- a/php.spec +++ b/php.spec @@ -125,8 +125,8 @@ %endif %global upver 7.3.0 -%global rcver RC2 -%global lower rc2 +%global rcver RC3 +%global lower rc3 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1858,6 +1858,9 @@ fi %changelog +* Tue Oct 9 2018 Remi Collet - 7.3.0~rc3-1 +- update to 7.3.0RC3 + * Tue Sep 25 2018 Remi Collet - 7.3.0~rc2-1 - update to 7.3.0RC2 - use oracle client library version 18.3 -- cgit