diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-26 07:57:06 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-26 07:57:06 +0200 |
commit | d858e9adb0122e2d19afd44bd037e4ad30e6eaeb (patch) | |
tree | 690d13b2cda6ec7c0f8a7068f6a537c4e955bb8a | |
parent | 33bb050c5f78c97942d86c14634b4c6ba2a406cd (diff) |
update to 8.2.6RC1
use oracle client library version 21.10
use ICU 72.1
oci8 version is now 3.3.0
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 20 |
2 files changed, 14 insertions, 8 deletions
@@ -1,4 +1,4 @@ -===== 8.2.5 (2023-04-13) +===== 8.2.6RC1 (2023-04-27) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -27,7 +27,7 @@ %global zendver 20220829 %global pdover 20170320 # Extension version -%global oci8ver 3.2.1 +%global oci8ver 3.3.0 # Adds -z now to the linker flags %global _hardened_build 1 @@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.8 +%global oraclever 21.10 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -122,8 +122,8 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%global upver 8.2.5 -#global rcver RC1 +%global upver 8.2.6 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -823,9 +823,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) >= 71 -BuildRequires: pkgconfig(icu-io) >= 71 -BuildRequires: pkgconfig(icu-uc) >= 71 +BuildRequires: pkgconfig(icu-i18n) >= 72 +BuildRequires: pkgconfig(icu-io) >= 72 +BuildRequires: pkgconfig(icu-uc) >= 72 %description intl The %{?scl_prefix}php-intl package contains a dynamic shared object that will add @@ -1853,6 +1853,12 @@ fi %changelog +* Tue Apr 25 2023 Remi Collet <remi@remirepo.net> - 8.2.6~RC1-1 +- update to 8.2.6RC1 +- use oracle client library version 21.10 +- use ICU 72.1 +- oci8 version is now 3.3.0 + * Wed Apr 12 2023 Remi Collet <remi@remirepo.net> - 8.2.5-1 - Update to 8.2.5 - http://www.php.net/releases/8_2_5.php |