From e2f17e4efc967952e66d26fd4bd03992a4bb9f6d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Nov 2019 14:59:19 +0100 Subject: update to 7.4.0RC6 --- failed.txt | 6 ++++-- php74.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index c52b95c..7445272 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.0RC5 (2019-10-29) +===== 7.4.0RC6 (2019-11-14) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -8,9 +8,11 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc29x/build.log:Tests failed : 0 /var/lib/mock/fc30i/build.log:Tests failed : 0 /var/lib/mock/fc30x/build.log:Tests failed : 0 -/var/lib/mock/fc31x/build.log:Tests failed : 0 +/var/lib/mock/fc31x/build.log:Tests failed : 1 +fc31x + 6 SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] 1 proc_open give erratic test results :( diff --git a/php74.spec b/php74.spec index 23896c2..c2ad27b 100644 --- a/php74.spec +++ b/php74.spec @@ -97,13 +97,13 @@ %global with_zip 0 %global upver 7.4.0 -%global rcver RC5 -%global lower RC5 +%global rcver RC6 +%global lower RC6 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 14%{?dist} +Release: 15%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2153,6 +2153,9 @@ fi %changelog +* Mon Nov 11 2019 Remi Collet - 7.4.0~RC6-15 +- update to 7.4.0RC6 + * Tue Oct 29 2019 Remi Collet - 7.4.0~RC5-14 - update to 7.4.0RC5 - set opcache.enable_cli in provided default configuration -- cgit