From ba0fa1e8d58c93ddd1e9e2e2033a90c68654a457 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Oct 2023 08:11:42 +0200 Subject: update to 8.3.0RC4 --- failed.txt | 8 +++----- php83.spec | 9 ++++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index 074117d..507ef4a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,13 @@ -===== 8.3.0RC3 (2023-09-28) +===== 8.3.0RC4 (2023-10-12) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x83/build.log:Tests failed : 2 +/var/lib/mock/el7x83/build.log:Tests failed : 1 /var/lib/mock/el8a83/build.log:Tests failed : 0 /var/lib/mock/el8x83/build.log:Tests failed : 0 /var/lib/mock/el9a83/build.log:Tests failed : 1 /var/lib/mock/el9x83/build.log:Tests failed : 1 -/var/lib/mock/fc37x83/build.log:Tests failed : 2 +/var/lib/mock/fc37x83/build.log:Tests failed : 1 /var/lib/mock/fc38x83/build.log:Tests failed : 2 /var/lib/mock/fc39a83/build.log:Tests failed : 2 /var/lib/mock/fc39x83/build.log:Tests failed : 2 @@ -15,8 +15,6 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log el7x: 5 ext/standard/tests/directory/bug74589_utf8.phpt -el7x, fc37x - 3 GH-11418: fgets on a redis socket connection fails on PHP 8.3 [ext/standard/tests/streams/gh11418.phpt] el9a, el9x, fc37x 3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt] fc38x, fc39x: diff --git a/php83.spec b/php83.spec index 06eefd5..2e37f07 100644 --- a/php83.spec +++ b/php83.spec @@ -121,7 +121,7 @@ %bcond_with zip %global upver 8.3.0 -%global rcver RC3 +%global rcver RC4 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -401,12 +401,8 @@ Summary: Common files for PHP License: PHP-3.01 AND BSD-2-Clause %if %{with tzdata} -%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 -Recommends: tzdata -%else Requires: tzdata %endif -%endif %if %{with libpcre} %global pcre2_buildver %(pkg-config --silence-errors --modversion libpcre2-8 2>/dev/null || echo 10.30) Requires: pcre2%{?_isa} >= %{pcre2_buildver} @@ -2216,6 +2212,9 @@ fi %changelog +* Wed Oct 11 2023 Remi Collet - 8.3.0~rc4-1 +- update to 8.3.0RC4 + * Tue Sep 26 2023 Remi Collet - 8.3.0~rc3-1 - update to 8.3.0RC3 -- cgit