diff options
| -rw-r--r-- | failed.txt | 4 | ||||
| -rw-r--r-- | php72.spec | 5 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -===== 7.2.5RC1 (2018-04-12) +===== 7.2.5 (2018-04-26)  $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -16,7 +16,7 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log  fc25i: -	1	Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt] +	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 :( @@ -112,7 +112,7 @@  %endif  %global upver        7.2.5 -%global rcver        RC1 +#global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2136,6 +2136,9 @@ fi  %changelog +* Tue Apr 24 2018 Remi Collet <remi@remirepo.net> - 7.2.5-1 +- Update to 7.2.5 - http://www.php.net/releases/7_2_5.php +  * Wed Apr 11 2018 Remi Collet <remi@remirepo.net> - 7.2.5~RC1-1  - update to 7.2.5RC1  | 
