From 020af46a273edd47851577f1a390f341be2671fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Apr 2018 20:06:35 +0200 Subject: Update to 7.2.5 - http://www.php.net/releases/7_2_5.php --- failed.txt | 4 ++-- php72.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 3c7d6d2..9f04d3b 100644 --- a/failed.txt +++ b/failed.txt @@ -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 :( diff --git a/php72.spec b/php72.spec index 25274ad..ba9bcd3 100644 --- a/php72.spec +++ b/php72.spec @@ -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 - 7.2.5-1 +- Update to 7.2.5 - http://www.php.net/releases/7_2_5.php + * Wed Apr 11 2018 Remi Collet - 7.2.5~RC1-1 - update to 7.2.5RC1 -- cgit