summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-29 10:49:30 +0200
committerRemi Collet <remi@remirepo.net>2021-06-29 10:49:30 +0200
commit53b6ae2aee636955abadd0b23eaf2924ae5e48fa (patch)
treeb6354767987fad3f3adf8e866bb7a8ba069bce88
parentce3d53d54117a5799ac7e673fe5449daafbea682 (diff)
Update to 8.0.8 - http://www.php.net/releases/8_0_8.phpv8.0.8
-rw-r--r--failed.txt2
-rw-r--r--php80.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 15184de..64cb0b1 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/{fc,el}*/build.log
diff --git a/php80.spec b/php80.spec
index db23eb0..dd80be0 100644
--- a/php80.spec
+++ b/php80.spec
@@ -86,8 +86,8 @@
%bcond_with zip
%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: php
@@ -1169,7 +1169,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
@@ -1995,7 +1995,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-*
@@ -2145,6 +2145,9 @@ fi
%changelog
+* Tue Jun 29 2021 Remi Collet <remi@remirepo.net> - 8.0.8-1
+- Update to 8.0.8 - http://www.php.net/releases/8_0_8.php
+
* Tue Jun 15 2021 Remi Collet <remi@remirepo.net> - 8.0.8~RC1-1
- update to 8.0.8RC1
- ignore unsupported "threads" option on password_hash