From f61c5b02a4506eb678f2632edaf28ff051d796b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Nov 2019 12:58:57 +0100 Subject: Update to 7.3.12 - http://www.php.net/releases/7_3_12.php --- failed.txt | 10 +++++----- php.spec | 7 +++++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 09acfd4..dad5b75 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,17 @@ -===== 7.3.12RC1 (2019-11-07) +===== 7.3.12 (2019-11-21) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log -/var/lib/mock/scl73el6x/build.log:Tests failed : 0 -/var/lib/mock/scl73el7x/build.log:Tests failed : 1 +/var/lib/mock/scl73el6x/build.log:Tests failed : 1 +/var/lib/mock/scl73el7x/build.log:Tests failed : 0 /var/lib/mock/scl73el8x/build.log:Tests failed : 14 /var/lib/mock/scl73fc29x/build.log:Tests failed : 0 /var/lib/mock/scl73fc30x/build.log:Tests failed : 0 /var/lib/mock/scl73fc31x/build.log:Tests failed : 0 -el7x - 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] +el6x + 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] el8x 5 buildroot issue (openssl) diff --git a/php.spec b/php.spec index 45390cd..5ef8d3f 100644 --- a/php.spec +++ b/php.spec @@ -132,7 +132,7 @@ %endif %global upver 7.3.12 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -148,7 +148,7 @@ License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA Group: Development/Languages URL: http://www.php.net/ -Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz +Source0: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz Source1: php.conf Source2: php.ini Source3: macros.php @@ -1899,6 +1899,9 @@ fi %changelog +* Tue Nov 19 2019 Remi Collet - 7.3.12-1 +- Update to 7.3.12 - http://www.php.net/releases/7_3_12.php + * Wed Nov 6 2019 Remi Collet - 7.3.12~RC1-1 - update to 7.3.12RC1 -- cgit