From 53561e74cd229b6a7c7a1c04e0d7160aea675da4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Jun 2019 18:07:58 +0200 Subject: v7.3.7RC1 --- failed.txt | 6 ++---- php73.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index f162f60..42e86ee 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 7.3.6 (2019-05-30) +===== 7.3.7 (2019-06-13) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 1 +/var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x73/build.log:Tests failed : 13 @@ -16,8 +16,6 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc30x/build.log:Tests failed : 0 -el6i: - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] el8x: 5 buildroot issue with openssl under investigation diff --git a/php73.spec b/php73.spec index 500fdb9..769243d 100644 --- a/php73.spec +++ b/php73.spec @@ -114,14 +114,14 @@ %global db_devel libdb-devel %endif -%global upver 7.3.6 -#global rcver RC1 +%global upver 7.3.7 +%global rcver RC1 %global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2229,6 +2229,9 @@ fi %changelog +* Tue Jun 11 2019 Remi Collet - 7.3.7~RC1-1 +- update to 7.3.7RC1 + * Tue May 28 2019 Remi Collet - 7.3.6-3 - Update to 7.3.6 - http://www.php.net/releases/7_3_6.php -- cgit