From a5e5a0c62d2779460c6ae951eec34a2c22ee14a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Oct 2019 14:57:22 +0200 Subject: update to 7.3.11RC1 --- failed.txt | 6 ++---- php73.spec | 7 +++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 1de302f..d64fbe5 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 7.3.10 (2019-09-26) +===== 7.3.11RC1 (2019-10-10) $ 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 : 14 @@ -14,8 +14,6 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc31x/build.log:Tests failed : 0 -el6i - 1 Bug #70470 (Built-in server truncates headers spanning over TCP packets) [sapi/cli/tests/bug70470.phpt] el8x: 5 buildroot issue with openssl under investigation diff --git a/php73.spec b/php73.spec index c8c2e97..93f566d 100644 --- a/php73.spec +++ b/php73.spec @@ -116,8 +116,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.10 -#global rcver RC1 +%global upver 7.3.11 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2244,6 +2244,9 @@ fi %changelog +* Tue Oct 8 2019 Remi Collet - 7.3.11~RC1-1 +- update to 7.3.11RC1 + * Tue Sep 24 2019 Remi Collet - 7.3.10-1 - Update to 7.3.10 - http://www.php.net/releases/7_3_10.php -- cgit