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 /php.spec | |
parent | 6459a0840781f6b89f2a2ec89bb16280998481ac (diff) |
update to 8.1.10RC1
use oracle client library version 21.7
use ICU 71.1
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -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 |