diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 7 insertions, 6 deletions
@@ -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 :( @@ -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 <remi@remirepo.net> - 7.0.24-1 +- Update to 7.0.24 - http://www.php.net/releases/7_0_24.php + * Mon Sep 25 2017 Remi Collet <remi@remirepo.net> - 7.0.24~RC1-3 - F27: php now requires php-fpm and start it with httpd / nginx |