diff options
-rw-r--r-- | failed.txt | 3 | ||||
-rw-r--r-- | php.spec | 10 |
2 files changed, 10 insertions, 3 deletions
@@ -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: @@ -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 |