diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php81.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 @@ -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 |