diff options
| author | Remi Collet <remi@remirepo.net> | 2022-08-17 06:48:52 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-08-17 06:48:52 +0200 | 
| commit | 29212dca3a3ff85a6fe4b7e4406039e7195a61a2 (patch) | |
| tree | 8156081669bffe7654bb8b6977a439d82ecacbcd | |
| parent | 6459a0840781f6b89f2a2ec89bb16280998481ac (diff) | |
update to 8.1.10RC1
use oracle client library version 21.7
use ICU 71.1
| -rw-r--r-- | failed.txt | 13 | ||||
| -rw-r--r-- | php.spec | 17 | 
2 files changed, 18 insertions, 12 deletions
@@ -1,15 +1,16 @@ -===== 8.1.9 (2022-08-04) +===== 8.1.10RC1 (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/scl81fc34x/build.log:Tests failed    :    0 -/var/lib/mock/scl81fc35x/build.log:Tests failed    :    0 +/var/lib/mock/scl81el7x/build.log:Tests failed    :     1 +/var/lib/mock/scl81el8x/build.log:Tests failed     :    2 +/var/lib/mock/scl81el9x/build.log:Tests failed     :    1 +/var/lib/mock/scl81fc35x/build.log:Tests failed    :    1  /var/lib/mock/scl81fc36x/build.log:Tests failed    :    0 +el7x, el8x, el9x, fc35x: +	4	ext/date/tests/bug33415-2.phpt  el8x:  	5	ext/standard/tests/strings/setlocale_variation2.phpt @@ -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 @@ -122,8 +122,8 @@  #global gh_date      20210809  %global gh_owner     php  %global gh_project   php-src -%global upver        8.1.9 -#global rcver        RC1 +%global upver        8.1.10 +%global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php @@ -815,9 +815,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 @@ -1840,6 +1840,11 @@ fi  %changelog +* Wed Aug 17 2022 Remi Collet <remi@remirepo.net> - 8.1.10~RC1-1 +- update to 8.1.10RC1 +- use oracle client library version 21.7 +- use ICU 71.1 +  * Tue Aug  2 2022 Remi Collet <remi@remirepo.net> - 8.1.9-1  - Update to 8.1.9 - http://www.php.net/releases/8_1_9.php  | 
