diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-27 07:29:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-27 07:29:54 +0200 |
commit | bc437d8690fef903bc353dc2c93f639438aecbe5 (patch) | |
tree | 181fed266d1d8825d6ae32196e365f44b681424f | |
parent | 79956a96aa7140fcacd2af732c659661e26979a9 (diff) |
v7.1.10
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 9 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 7.1.10RC1 (2017-09-14) +===== 7.1.10 (2017-09-28) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log @@ -7,10 +7,12 @@ $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl70fc23x/build.log:Tests failed : 0 /var/lib/mock/scl70fc24x/build.log:Tests failed : 0 /var/lib/mock/scl70fc25x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc26x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc26x/build.log:Tests failed : 1 /var/lib/mock/scl70fc27x/build.log:Tests failed : 0 +fc26x: + 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] 1 proc_open give erratic test results :( @@ -121,12 +121,12 @@ %endif %global upver 7.1.10 -%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 @@ -1823,6 +1823,9 @@ fi %changelog +* Wed Sep 27 2017 Remi Collet <remi@remirepo.net> - 7.1.10-1 +- Update to 7.1.10 - http://www.php.net/releases/7_1_10.php + * Mon Sep 25 2017 Remi Collet <remi@remirepo.net> - 7.1.10~RC1-3 - F27: php now requires php-fpm and start it with httpd / nginx |