summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-14 11:17:18 +0200
committerRemi Collet <remi@php.net>2022-09-14 11:17:18 +0200
commit39b8a3bcb1f9f20219446d6ab1122e404add53d9 (patch)
tree0f533c76b64900237ef52730ec3d0cf549d80ea7
parentc2169747d32279fd6d6c01aaa81fd5a8d43d4ce3 (diff)
update to 8.0.24RC1
-rw-r--r--failed.txt3
-rw-r--r--php.spec10
2 files changed, 10 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index ee76fb6..5067834 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
@@ -7,6 +7,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl80el9x/build.log:Tests failed : 0
/var/lib/mock/scl80fc35x/build.log:Tests failed : 0
/var/lib/mock/scl80fc36x/build.log:Tests failed : 0
+/var/lib/mock/scl80fc37x/build.log:Tests failed : 0
el8x:
diff --git a/php.spec b/php.spec
index 8099191..c4ddc7a 100644
--- a/php.spec
+++ b/php.spec
@@ -114,8 +114,8 @@
#global gh_date 20200615
%global gh_owner php
%global gh_project php-src
-%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: %{?scl_prefix}php
@@ -1016,6 +1016,9 @@ 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
# Safety check for API version change.
pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h)
@@ -1847,6 +1850,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