diff options
| author | Remi Collet <remi@remirepo.net> | 2023-04-25 17:42:45 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-04-25 17:42:45 +0200 | 
| commit | 2394c9fc2d83d16cb3cd6d1729e7ff2dadd724ac (patch) | |
| tree | a3e51b76055488d62af04f4ad21e76a8f1993414 | |
| parent | f660e15be5cae00cc963bdab60201bf7749c7c0f (diff) | |
update to 8.1.19RC1
use oracle client library version 21.10
use ICU 72.1
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 17 | 
2 files changed, 12 insertions, 7 deletions
| @@ -1,4 +1,4 @@ -===== 8.1.18 (2023-04-13) +===== 8.1.19RC1 (2023-04-27)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -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      20210809  %global gh_owner     php  %global gh_project   php-src -%global upver        8.1.18 -#global rcver        RC1 +%global upver        8.1.19 +%global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php @@ -821,9 +821,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,11 @@ fi  %changelog +* Tue Apr 25 2023 Remi Collet <remi@remirepo.net> - 8.1.19~RC1-1 +- update to 8.1.19RC1 +- use oracle client library version 21.10 +- use ICU 72.1 +  * Wed Apr 12 2023 Remi Collet <remi@remirepo.net> - 8.1.18-1  - Update to 8.1.18 - http://www.php.net/releases/8_1_18.php | 
