diff options
Diffstat (limited to 'php81.spec')
| -rw-r--r-- | php81.spec | 19 | 
1 files changed, 12 insertions, 7 deletions
| @@ -24,7 +24,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 @@ -107,9 +107,9 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.1.9 -#global rcver          RC1 -#global lower          RC1 +%global upver          8.1.10 +%global rcver          RC1 +%global lower          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -1020,9 +1020,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) >= 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  %if 0%{?rhel}  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 @@ -2173,6 +2173,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 | 
