summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-14 10:26:26 +0200
committerRemi Collet <remi@php.net>2022-09-14 10:26:26 +0200
commit9e6ac19b4ea6496ea99c630df25ceb7c28b9f19a (patch)
treed117012e043ae61132a5b2c472f6d5694cac873a /php81.spec
parent92684fbb218fdcd1f61aaf4e848c4edab69f2608 (diff)
update to 8.1.11RC1
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/php81.spec b/php81.spec
index e77ceaa..826b7a1 100644
--- a/php81.spec
+++ b/php81.spec
@@ -107,13 +107,12 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.1.10
-#global rcver RC1
-#global lower RC1
+%global upver 8.1.11
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
-Version: %{upver}%{?rcver:~%{lower}}
+Version: %{upver}%{?rcver:~%{rcver}}
Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -1233,6 +1232,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
# 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
@@ -2177,6 +2179,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