summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec10
1 files changed, 8 insertions, 2 deletions
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