summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-11 08:11:25 +0200
committerRemi Collet <remi@php.net>2023-10-11 08:11:25 +0200
commit89900cb1b1fe1be8b6e9539773c22198d79d208e (patch)
tree10e7d55e4ed2d726594dd2a3dd1db5b92f72098e
parente4f82bcf23df3d3527f9f15e8c3546b7a90efdfd (diff)
update to 8.3.0RC4
-rw-r--r--failed.txt22
-rw-r--r--php.spec9
2 files changed, 14 insertions, 17 deletions
diff --git a/failed.txt b/failed.txt
index dc3b0b9..0939780 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,22 +1,20 @@
-===== 8.3.0RC3 (2023-09-28)
+===== 8.3.0RC4 (2023-10-12)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/scl82el7x/build.log:Tests failed : 2
-/var/lib/mock/scl82el8a/build.log:Tests failed : 0
-/var/lib/mock/scl82el8x/build.log:Tests failed : 1
-/var/lib/mock/scl82el9a/build.log:Tests failed : 1
-/var/lib/mock/scl82el9x/build.log:Tests failed : 1
-/var/lib/mock/scl82fc37x/build.log:Tests failed : 2
-/var/lib/mock/scl82fc38x/build.log:Tests failed : 2
-/var/lib/mock/scl82fc39a/build.log:Tests failed : 2
-/var/lib/mock/scl82fc39x/build.log:Tests failed : 2
+/var/lib/mock/scl83el7x/build.log:Tests failed : 1
+/var/lib/mock/scl83el8a/build.log:Tests failed : 0
+/var/lib/mock/scl83el8x/build.log:Tests failed : 0
+/var/lib/mock/scl83el9a/build.log:Tests failed : 1
+/var/lib/mock/scl83el9x/build.log:Tests failed : 1
+/var/lib/mock/scl83fc37x/build.log:Tests failed : 1
+/var/lib/mock/scl83fc38x/build.log:Tests failed : 2
+/var/lib/mock/scl83fc39a/build.log:Tests failed : 2
+/var/lib/mock/scl83fc39x/build.log:Tests failed : 2
el7x:
5 ext/standard/tests/directory/bug74589_utf8.phpt
-el7x, el8x, 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/php.spec b/php.spec
index 908b241..84512b0 100644
--- a/php.spec
+++ b/php.spec
@@ -130,7 +130,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.0
-%global rcver RC3
+%global rcver RC4
%global rclower %(echo %{rcver} | tr '[:upper:]' '[:lower:]')
# TODO set PHP_EXTRA_VERSION for EOL version
@@ -386,12 +386,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}
@@ -1878,6 +1874,9 @@ fi
%changelog
+* Wed Oct 11 2023 Remi Collet <remi@remirepo.net> - 8.3.0~rc4-1
+- update to 8.3.0RC4
+
* Tue Sep 26 2023 Remi Collet <remi@remirepo.net> - 8.3.0~rc3-1
- update to 8.3.0RC3