diff options
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php71.spec | 5 |
2 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 7.1.23RC1 (2018-09-28) +===== 7.1.23 (2018-10-11) $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -7,11 +7,11 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc26i/build.log:Tests failed : 0 /var/lib/mock/fc26x/build.log:Tests failed : 0 -/var/lib/mock/fc27i/build.log:Tests failed : 1 -/var/lib/mock/fc27x/build.log:Tests failed : 0 +/var/lib/mock/fc27i/build.log:Tests failed : 0 +/var/lib/mock/fc27x/build.log:Tests failed : 1 -fc27i +fc27x 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] @@ -108,7 +108,7 @@ %endif %global upver 7.1.23 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2056,6 +2056,9 @@ fi %changelog +* Wed Oct 10 2018 Remi Collet <remi@remirepo.net> - 7.1.23-1 +- Update to 7.1.23 - http://www.php.net/releases/7_1_23.php + * Sat Sep 29 2018 Remi Collet <remi@remirepo.net> - 7.1.23~RC1-1 - update to 7.1.23RC1 - use oracle client library version 18.3 |