From 230970469bc3fce41fb2cd7d97ad10bdbd3796bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Jun 2021 18:42:46 +0200 Subject: Update to 7.4.21 - http://www.php.net/releases/7_4_21.php --- failed.txt | 2 +- php74.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index ea48c77..69d447c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.21RC1 (2021-06-17) +===== 7.4.21 (2021-07-01) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index 0f65d8b..e5404e0 100644 --- a/php74.spec +++ b/php74.spec @@ -91,7 +91,7 @@ %global with_zip 0 %global upver 7.4.21 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1162,7 +1162,7 @@ in pure PHP. # WIP patch # Prevent %%doc confusion over LICENSE files -cp Zend/LICENSE Zend/ZEND_LICENSE +cp Zend/LICENSE ZEND_LICENSE cp TSRM/LICENSE TSRM_LICENSE cp sapi/fpm/LICENSE fpm_LICENSE cp ext/mbstring/libmbfl/LICENSE libmbfl_LICENSE @@ -1631,7 +1631,7 @@ popd %check %if %runselftest -cd build-apache +cd build-fpm # Run tests, using the CLI SAPI export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2 @@ -2010,7 +2010,7 @@ fi %files common -f files.common %doc EXTENSIONS NEWS UPGRADING* README.REDIST.BINS *md docs -%license LICENSE TSRM_LICENSE +%license LICENSE TSRM_LICENSE ZEND_LICENSE %license libmagic_LICENSE %license timelib_LICENSE %doc php.ini-* @@ -2162,6 +2162,9 @@ fi %changelog +* Tue Jun 29 2021 Remi Collet - 7.4.21-1 +- Update to 7.4.21 - http://www.php.net/releases/7_4_21.php + * Wed Jun 16 2021 Remi Collet - 7.4.21~RC1-1 - update to 7.4.21RC1 - ignore unsupported "threads" option on password_hash -- cgit