From b42edd83b4323b6a308bcbfc579bce2b0334a9c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Sep 2017 17:02:24 +0200 Subject: v7.024 --- failed.txt | 6 ++---- php.spec | 7 +++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 6c37835..d327be1 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 7.0.24RC1 (2017-09-14) +===== 7.0.24 (2017-09-28) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log -/var/lib/mock/scl70el6x/build.log:Tests failed : 1 +/var/lib/mock/scl70el6x/build.log:Tests failed : 0 /var/lib/mock/scl70el7x/build.log:Tests failed : 0 /var/lib/mock/scl70fc24x/build.log:Tests failed : 0 /var/lib/mock/scl70fc25x/build.log:Tests failed : 0 @@ -10,8 +10,6 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log /var/lib/mock/scl70fc27x/build.log:Tests failed : 0 -el6x: - 3 Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] 1 proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 634ad24..19d8ed3 100644 --- a/php.spec +++ b/php.spec @@ -121,13 +121,13 @@ %endif %global upver 7.0.24 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -1820,6 +1820,9 @@ fi %changelog +* Tue Sep 26 2017 Remi Collet - 7.0.24-1 +- Update to 7.0.24 - http://www.php.net/releases/7_0_24.php + * Mon Sep 25 2017 Remi Collet - 7.0.24~RC1-3 - F27: php now requires php-fpm and start it with httpd / nginx -- cgit