diff options
-rw-r--r-- | failed.txt | 17 | ||||
-rw-r--r-- | php.spec | 11 |
2 files changed, 20 insertions, 8 deletions
@@ -1,17 +1,20 @@ -===== 8.0.27 (2023-01-05) +===== 8.0.28 (2023-02-14) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/scl80el7x/build.log:Tests failed : 0 -/var/lib/mock/scl80el8x/build.log:Tests failed : 0 -/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 +/var/lib/mock/scl80el7x/build.log:Tests failed : 3 +/var/lib/mock/scl80el8x/build.log:Tests failed : 3 +/var/lib/mock/scl80el9x/build.log:Tests failed : 3 +/var/lib/mock/scl80fc36x/build.log:Tests failed : 3 +/var/lib/mock/scl80fc37x/build.log:Tests failed : 3 el8x: 5 ext/standard/tests/strings/setlocale_variation2.phpt +all: + 2 FPM: GHSA-54hq-v5wp-fqgv - exceeding max_file_uploads [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-file-uploads.phpt] + 2 FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini default [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt] + 2 FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini custom value [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt] (1) proc_open give erratic test results :( @@ -67,7 +67,12 @@ %bcond_with oci8 %bcond_with zip # Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock. +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10 +# uw-imap is not available +%bcond_with imap +%else %bcond_without imap +%endif %bcond_without firebird %bcond_without freetds %bcond_without tidy @@ -114,7 +119,7 @@ #global gh_date 20200615 %global gh_owner php %global gh_project php-src -%global upver 8.0.27 +%global upver 8.0.28 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1855,6 +1860,10 @@ fi %changelog +* Tue Feb 14 2023 Remi Collet <remi@remirepo.net> - 8.0.28-1 +- Update to 8.0.28 - http://www.php.net/releases/8_0_28.php +- add dependency on pcre2 minimal version + * Tue Jan 3 2023 Remi Collet <remi@remirepo.net> - 8.0.27-1 - Update to 8.0.27 - http://www.php.net/releases/8_0_27.php - use oracle client library version 21.8 |