From c103c774690297673093c6ae8dfa79775c016458 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Nov 2019 09:01:01 +0100 Subject: update to 7.3.12RC1 --- failed.txt | 6 ++++-- php.spec | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 146398f..09acfd4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,15 +1,17 @@ -===== 7.3.11 (2019-10-24) +===== 7.3.12RC1 (2019-11-07) $ 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 : 0 +/var/lib/mock/scl73el7x/build.log:Tests failed : 1 /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] el8x 5 buildroot issue (openssl) diff --git a/php.spec b/php.spec index 24a2c28..45390cd 100644 --- a/php.spec +++ b/php.spec @@ -131,8 +131,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.11 -#global rcver RC1 +%global upver 7.3.12 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1899,6 +1899,9 @@ fi %changelog +* Wed Nov 6 2019 Remi Collet - 7.3.12~RC1-1 +- update to 7.3.12RC1 + * Tue Oct 22 2019 Remi Collet - 7.3.11-1 - Update to 7.3.11 - http://www.php.net/releases/7_3_11.php -- cgit