From f1fe08a34fed41c861aa44f80e602e291b170f95 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Feb 2019 20:41:56 +0100 Subject: Update to 7.2.15 - http://www.php.net/releases/7_2_15.php --- failed.txt | 6 ++++-- php72.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 4947125..2e4e776 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.15RC1 (2019-01-31) +===== 7.2.15 (2019-02-07) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -14,12 +14,14 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc27x/build.log:Tests failed : 0 /var/lib/mock/fc28i/build.log:Tests failed : 0 /var/lib/mock/fc28x/build.log:Tests failed : 0 -/var/lib/mock/fc29i/build.log:Tests failed : 0 +/var/lib/mock/fc29i/build.log:Tests failed : 1 /var/lib/mock/fc29x/build.log:Tests failed : 0 el8x: openssl failure under investigation +fc29i: + 1 Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt] 1 proc_open give erratic test results :( diff --git a/php72.spec b/php72.spec index 4927262..3ecd2bd 100644 --- a/php72.spec +++ b/php72.spec @@ -119,7 +119,7 @@ %endif %global upver 7.2.15 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2174,6 +2174,9 @@ fi %changelog +* Tue Feb 5 2019 Remi Collet - 7.2.15-1 +- Update to 7.2.15 - http://www.php.net/releases/7_2_15.php + * Wed Jan 30 2019 Remi Collet 7.2.15~RC1-1 - update to 7.2.15RC1 -- cgit