From cd71ce7970936ea0c2669c9102f5e610b30109be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Nov 2017 13:02:06 +0100 Subject: v7.2.0 --- failed.txt | 12 +++++------- php72.spec | 5 ++++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index b4f422f..2a7b9db 100644 --- a/failed.txt +++ b/failed.txt @@ -1,20 +1,18 @@ -===== 7.1.0RC6 (2017-11-09) +===== 7.1.0 (2017-11-30) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 1 +/var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/fc25i/build.log:Tests failed : 1 +/var/lib/mock/fc25i/build.log:Tests failed : 0 /var/lib/mock/fc25x/build.log:Tests failed : 0 -/var/lib/mock/fc26i/build.log:Tests failed : 1 +/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/fc27i/build.log:Tests failed : 0 /var/lib/mock/fc27x/build.log:Tests failed : 0 -el6i, fc25i, fc26i, fc27i: - 2 ext/date/tests/bug66985.phpt 1 proc_open give erratic test results :( diff --git a/php72.spec b/php72.spec index 66e2cb7..3bf4682 100644 --- a/php72.spec +++ b/php72.spec @@ -112,7 +112,7 @@ %endif %global upver 7.2.0 -%global rcver RC6 +#global rcver RC6 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2125,6 +2125,9 @@ fi %changelog +* Tue Nov 28 2017 Remi Collet - 7.2.0-1 +- update to 7.2.0 GA + * Tue Nov 7 2017 Remi Collet - 7.2.0~RC6-1 - update to 7.2.0RC6 -- cgit