summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-14 10:18:20 +0200
committerRemi Collet <remi@php.net>2022-09-14 10:18:20 +0200
commit1f08c195783617b909807c3b64dadcfe5cf9b295 (patch)
tree086e53e1e0931190a2e2c56a21f37cbd83d89582
parent3ea2b1f3d6d8c0a00d3d9a376d6f9cfcf2a28c79 (diff)
update to 8.1.11RC1
-rw-r--r--failed.txt2
-rw-r--r--php.spec10
2 files changed, 9 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index cf096a8..2d77f11 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.1.10 (2022-09-01)
+===== 8.1.11RC1 (2022-09-15)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php.spec b/php.spec
index 49dca8e..5ffaf33 100644
--- a/php.spec
+++ b/php.spec
@@ -122,8 +122,8 @@
#global gh_date 20210809
%global gh_owner php
%global gh_project php-src
-%global upver 8.1.10
-#global rcver RC1
+%global upver 8.1.11
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1013,6 +1013,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)
@@ -1844,6 +1847,9 @@ fi
%changelog
+* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 8.1.11~RC1-1
+- update to 8.1.11RC1
+
* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 8.1.10-1
- Update to 8.1.10 - http://www.php.net/releases/8_1_10.php