From e08cddc9cee86984448e32acdee19a1ebea01d30 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Sep 2019 07:57:10 +0200 Subject: Update to 7.2.23 - http://www.php.net/releases/7_2_23.php --- failed.txt | 2 +- php72.spec | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index d7ae101..64eca4b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.23RC1 (2019-09-12) +===== 7.2.23 (2019-09-26) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php72.spec b/php72.spec index b638d32..6ae2247 100644 --- a/php72.spec +++ b/php72.spec @@ -117,7 +117,7 @@ %endif %global upver 7.2.23 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -456,6 +456,7 @@ Provides: php-zts-devel%{?_isa} = %{version}-%{release} %endif %if 0%{?rhel} Obsoletes: php53-devel, php53u-devel, php54-devel, php54w-devel, php55u-devel, php55w-devel, php56u-devel, php56w-devel +Obsoletes: php55u-pecl-jsonc-devel, php56u-pecl-jsonc-devel Obsoletes: php70u-devel, php70w-devel, php71u-devel, php71w-devel, php72u-devel, php72w-devel %endif @@ -1174,9 +1175,11 @@ rm Zend/tests/bug54268.phpt rm Zend/tests/bug68412.phpt # slow and erratic result rm sapi/cli/tests/upload_2G.phpt -# avoid issue when 2 builds run simultaneously +# avoid issue when 2 builds run simultaneously (keep 64321 for the SCL) %ifarch x86_64 sed -e 's/64321/64322/' -i ext/openssl/tests/*.phpt +%else +sed -e 's/64321/64323/' -i ext/openssl/tests/*.phpt %endif # Safety check for API version change. @@ -2206,6 +2209,9 @@ fi %changelog +* Wed Sep 25 2019 Remi Collet - 7.2.23-1 +- Update to 7.2.23 - http://www.php.net/releases/7_2_23.php + * Tue Sep 10 2019 Remi Collet - 7.2.23~RC1-1 - update to 7.2.23RC1 -- cgit