From 0e1397adddd815a6dfa410044a14690fab63463e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Nov 2019 14:34:34 +0100 Subject: update to 7.4.0RC6 --- failed.txt | 8 +++----- php.spec | 9 ++++++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 353acf8..c35a738 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,14 @@ -===== 7.4.0RC5 (2019-10-29) +===== 7.4.0RC6 (2019-11-14) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log -/var/lib/mock/scl74el7x/build.log:Tests failed : 1 +/var/lib/mock/scl74el7x/build.log:Tests failed : 0 /var/lib/mock/scl74el8x/build.log:Tests failed : 16 /var/lib/mock/scl74fc29x/build.log:Tests failed : 0 /var/lib/mock/scl74fc30x/build.log:Tests failed : 0 -/var/lib/mock/scl74fc31x/build.log:Tests failed : 1 +/var/lib/mock/scl74fc31x/build.log:Tests failed : 0 -el7x, fc31x: - 6 SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index bf9136b..d6c63bb 100644 --- a/php.spec +++ b/php.spec @@ -103,13 +103,13 @@ %global gh_owner php %global gh_project php-src %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: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 33%{?dist} +Release: 34%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1808,6 +1808,9 @@ fi %changelog +* Mon Nov 11 2019 Remi Collet - 7.4.0~rc6-34 +- update to 7.4.0RC6 + * Tue Oct 29 2019 Remi Collet - 7.4.0~rc5-33 - update to 7.4.0RC5 - set opcache.enable_cli in provided default configuration -- cgit