From 910f4ecbab6c3a5db6605c98c160907a3823600e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Jun 2021 10:49:21 +0200 Subject: Update to 8.0.8 - http://www.php.net/releases/8_0_8.php --- failed.txt | 2 +- php.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index f6b53f7..f564d78 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.8RC1 (2021-06-17) +===== 8.0.8 (2021-07-01) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log diff --git a/php.spec b/php.spec index 5f09896..6be186f 100644 --- a/php.spec +++ b/php.spec @@ -99,8 +99,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.0.8 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -946,7 +946,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in # 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 @@ -1670,7 +1670,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-* @@ -1810,6 +1810,9 @@ fi %changelog +* Tue Jun 29 2021 Remi Collet - 8.0.8-1 +- Update to 8.0.8 - http://www.php.net/releases/8_0_8.php + * Tue Jun 15 2021 Remi Collet - 8.0.8~RC1-1 - update to 8.0.8RC1 - ignore unsupported "threads" option on password_hash -- cgit