summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-17 07:43:31 +0200
committerRemi Collet <remi@php.net>2022-08-17 07:43:31 +0200
commit089210a62aaac786c153942b58ea627475c31b48 (patch)
tree3a469ec187bc6fd7ed1be4ce46e63e00877a536c
parent7273bdea7f845a6460918026d28755da638408ba (diff)
update to 8.2.0beta3
use oracle client library version 21.7 use ICU 71.1
-rw-r--r--failed.txt16
-rw-r--r--php.spec17
2 files changed, 21 insertions, 12 deletions
diff --git a/failed.txt b/failed.txt
index e55c8b6..ccbbb8d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,14 +1,18 @@
-===== 8.2.0beta2 (2022-08-04)
+===== 8.2.0beta3 (2022-08-18)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/scl81el7x/build.log:Tests failed : 0
-/var/lib/mock/scl81el8x/build.log:Tests failed : 1
-/var/lib/mock/scl81el9x/build.log:Tests failed : 0
-/var/lib/mock/scl81fc35x/build.log:Tests failed : 0
-/var/lib/mock/scl81fc36x/build.log:Tests failed : 0
+/var/lib/mock/scl81el7x/build.log:Tests failed : 2
+/var/lib/mock/scl81el8x/build.log:Tests failed : 3
+/var/lib/mock/scl81el9x/build.log:Tests failed : 2
+/var/lib/mock/scl81fc35x/build.log:Tests failed : 2
+/var/lib/mock/scl81fc36x/build.log:Tests failed : 1
+el7x, el8x, el9x, fc35x, fc36x:
+ 2 Zend/tests/traits/constant_016.phpt
+el7x, el8x, el9x, fc35x:
+ 4 ext/date/tests/bug33415-2.phpt
el8x:
3 Test setlocale() function : usage variations - Setting all available locales in the platform [ext/standard/tests/strings/setlocale_variation2.phpt]
diff --git a/php.spec b/php.spec
index f5cc509..639b458 100644
--- a/php.spec
+++ b/php.spec
@@ -49,7 +49,7 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%global oraclever 21.6
+%global oraclever 21.7
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
@@ -123,13 +123,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.2.0
-%global rcver beta2
+%global rcver beta3
%global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]')
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 10%{?dist}
+Release: 11%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -818,9 +818,9 @@ Summary: Internationalization extension for PHP applications
# All files licensed under PHP version 3.01
License: PHP
Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
-BuildRequires: pkgconfig(icu-i18n) >= 69
-BuildRequires: pkgconfig(icu-io) >= 69
-BuildRequires: pkgconfig(icu-uc) >= 69
+BuildRequires: pkgconfig(icu-i18n) >= 71
+BuildRequires: pkgconfig(icu-io) >= 71
+BuildRequires: pkgconfig(icu-uc) >= 71
%description intl
The %{?scl_prefix}php-intl package contains a dynamic shared object that will add
@@ -1844,6 +1844,11 @@ fi
%changelog
+* Wed Aug 17 2022 Remi Collet <remi@remirepo.net> - 8.2.0~beta3-11
+- update to 8.2.0beta3
+- use oracle client library version 21.7
+- use ICU 71.1
+
* Tue Aug 2 2022 Remi Collet <remi@remirepo.net> - 8.2.0~beta2-10
- update to 8.2.0beta2