diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-25 17:51:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-25 17:51:21 +0200 |
commit | 48c705f7e0d906f623d68391ac9125ba347f1349 (patch) | |
tree | 31249180072a7a9e25f4d83732bc36f3b785d2c0 /php81.spec | |
parent | 0b463a16d80cdb96164587da9c6650c12534cc97 (diff) |
update to 8.1.19RC1
use oracle client library version 21.10
use ICU 72.1
Diffstat (limited to 'php81.spec')
-rw-r--r-- | php81.spec | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -24,7 +24,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 @@ -109,8 +109,8 @@ %bcond_without libgd %bcond_with zip -%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: php @@ -1025,9 +1025,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP Requires: 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 %if 0%{?rhel} == 7 Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl Obsoletes: php70u-intl, php70w-intl, php71u-intl, php71w-intl, php72u-intl, php72w-intl @@ -2194,6 +2194,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 |