From e3e3af7a1b0fb5290bcee49c5c46bcfbe2ffd7bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Nov 2018 15:40:35 +0100 Subject: Update to 7.2.12 - http://www.php.net/releases/7_2_12.php --- failed.txt | 2 +- php.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 6e1c37c..9529e7a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.12RC1 (2018-10-25) +===== 7.2.12 (2018-11-08) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log diff --git a/php.spec b/php.spec index 3ccac0a..ef23996 100644 --- a/php.spec +++ b/php.spec @@ -125,7 +125,7 @@ %endif %global upver 7.2.12 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -977,6 +977,8 @@ rm ext/standard/tests/file/file_get_contents_error001.phpt # cause stack exhausion rm Zend/tests/bug54268.phpt rm Zend/tests/bug68412.phpt +# slow and erratic result +rm sapi/cli/tests/upload_2G.phpt # Safety check for API version change. pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h) @@ -1868,6 +1870,9 @@ fi %changelog +* Tue Nov 6 2018 Remi Collet - 7.2.12-1 +- Update to 7.2.12 - http://www.php.net/releases/7_2_12.php + * Tue Oct 23 2018 Remi Collet - 7.2.12~RC1-1 - update to 7.2.12RC1 -- cgit