summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-14 11:21:54 +0200
committerRemi Collet <remi@php.net>2022-09-14 11:21:54 +0200
commitc3b7dac77f19d68976896826d8cc9a22dc9c4280 (patch)
tree74dc0dfd7a34764b76b18a43af3549c79a0d2b4e
parent477e48392ebf933d961a2c521bb5bc1320daf302 (diff)
update to 8.0.24RC1
-rw-r--r--failed.txt2
-rw-r--r--php80.spec11
2 files changed, 10 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index 23997cd..83cdbd3 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.0.23 (2022-09-01)
+===== 8.0.24RC1 (2022-09-15)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php80.spec b/php80.spec
index f3e2622..8cd679b 100644
--- a/php80.spec
+++ b/php80.spec
@@ -100,8 +100,8 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.0.23
-#global rcver RC1
+%global upver 8.0.24
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1237,6 +1237,10 @@ rm Zend/tests/bug68412.phpt
rm sapi/cli/tests/upload_2G.phpt
# tar issue
rm ext/zlib/tests/004-mb.phpt
+# failed when systemd is enabled
+rm sapi/fpm/tests/gh8885-stderr-fd-reload-usr1.phpt
+rm sapi/fpm/tests/gh8885-stderr-fd-reload-usr2.phpt
+
# 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
@@ -2181,6 +2185,9 @@ fi
%changelog
+* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 8.0.24~RC1-1
+- update to 8.0.24RC1
+
* Tue Aug 30 2022 Remi Collet <remi@remirepo.net> - 8.0.23-1
- Update to 8.0.23 - http://www.php.net/releases/8_0_23.php