summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-08 08:00:34 +0100
committerRemi Collet <remi@php.net>2023-11-08 08:00:34 +0100
commit3202c8bd1739cc94dd1d129bac79bcb865dd5920 (patch)
tree41b052c995305980ec90df10a26f51a1a14c9863
parentf40e37b39f8c9e86e4bbec558f3b0c562f2f7590 (diff)
update to 8.3.0RC6
use oracle client library version 21.12 on x86_64 use ICU 73.2
-rw-r--r--failed.txt23
-rw-r--r--php.spec15
2 files changed, 23 insertions, 15 deletions
diff --git a/failed.txt b/failed.txt
index ad9eda5..f1bca4c 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,18 +1,21 @@
-===== 8.3.0RC5 (2023-10-26)
+===== 8.3.0RC6 (2023-11-09)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/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
+/var/lib/mock/scl83el7x/build.log:Tests failed : 2
+/var/lib/mock/scl83el8a/build.log:Tests failed : 2
+/var/lib/mock/scl83el8x/build.log:Tests failed : 2
+/var/lib/mock/scl83el9a/build.log:Tests failed : 3
+/var/lib/mock/scl83el9x/build.log:Tests failed : 3
+/var/lib/mock/scl83fc37x/build.log:Tests failed : 3
+/var/lib/mock/scl83fc38x/build.log:Tests failed : 4
+/var/lib/mock/scl83fc39a/build.log:Tests failed : 4
+/var/lib/mock/scl83fc39x/build.log:Tests failed : 4
+all:
+ 3 FPM: bug76922 - FCGI conn termination after FCGI_GET_VALUES [sapi/fpm/tests/bug76922-fcgi-get-value-conn.phpt]
+ 3 GH-11374 (PCRE regular expression without JIT enabled gives different result) [ext/pcre/tests/gh11374.phpt]
el7x:
5 ext/standard/tests/directory/bug74589_utf8.phpt
el9a, el9x, fc37x
diff --git a/php.spec b/php.spec
index 61672b5..fbea3d1 100644
--- a/php.spec
+++ b/php.spec
@@ -54,7 +54,7 @@
%global oraclelib 19.1
%global oracledir 19.19
%else
-%global oraclever 21.11
+%global oraclever 21.12
%global oraclelib 21.1
%global oracledir 21
%endif
@@ -130,7 +130,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.0
-%global rcver RC5
+%global rcver RC6
%global rclower %(echo %{rcver} | tr '[:upper:]' '[:lower:]')
# TODO set PHP_EXTRA_VERSION for EOL version
@@ -841,9 +841,9 @@ Summary: Internationalization extension for PHP applications
# All files licensed under PHP version 3.01
License: PHP-3.01
Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
-BuildRequires: pkgconfig(icu-i18n) >= 72
-BuildRequires: pkgconfig(icu-io) >= 72
-BuildRequires: pkgconfig(icu-uc) >= 72
+BuildRequires: pkgconfig(icu-i18n) >= 73
+BuildRequires: pkgconfig(icu-io) >= 73
+BuildRequires: pkgconfig(icu-uc) >= 73
%description intl
The %{?scl_prefix}php-intl package contains a dynamic shared object that will add
@@ -1874,6 +1874,11 @@ fi
%changelog
+* Wed Nov 8 2023 Remi Collet <remi@remirepo.net> - 8.3.0~rc6-1
+- update to 8.3.0RC6
+- use oracle client library version 21.12 on x86_64
+- use ICU 73.2
+
* Tue Oct 24 2023 Remi Collet <remi@remirepo.net> - 8.3.0~rc5-1
- update to 8.3.0RC5