diff options
| author | Remi Collet <remi@remirepo.net> | 2024-09-27 07:50:12 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-09-27 07:50:12 +0200 | 
| commit | 9c61763fe65b019df5b46018472aff83a22a74a5 (patch) | |
| tree | 2099be3141832303ffc9e4b46210faa720eb42ac | |
| parent | 0bd3018cfad4ef336c2ea3fb753f8365c4dd9c7f (diff) | |
Update to 8.1.30 - http://www.php.net/releases/8_1_30.phpv8.1.30
use ICU 74.2
| -rw-r--r-- | failed.txt | 6 | ||||
| -rw-r--r-- | php81.spec | 18 | 
2 files changed, 14 insertions, 10 deletions
| @@ -1,17 +1,17 @@ -===== 8.1.29 (2024-06-06) +===== 8.1.30 (2024-09-26)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x81/build.log:Tests failed   :    0  /var/lib/mock/el8a81/build.log:Tests failed   :    2  /var/lib/mock/el8x81/build.log:Tests failed   :    2  /var/lib/mock/el9a81/build.log:Tests failed   :    2  /var/lib/mock/el9x81/build.log:Tests failed   :    2 -/var/lib/mock/fc38x81/build.log:Tests failed  :    2  /var/lib/mock/fc39a81/build.log:Tests failed  :    2  /var/lib/mock/fc39x81/build.log:Tests failed  :    2  /var/lib/mock/fc40a81/build.log:Tests failed  :    3  /var/lib/mock/fc40x81/build.log:Tests failed  :    3 +/var/lib/mock/fc41a81/build.log:Tests failed  :    3 +/var/lib/mock/fc41x81/build.log:Tests failed  :    3  all: @@ -25,10 +25,10 @@  %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)  %ifarch aarch64 -%global oraclever 19.23 +%global oraclever 19.24  %global oraclemax 20  %global oraclelib 19.1 -%global oracledir 19.23 +%global oracledir 19.24  %else  %global oraclever 23.5  %global oraclemax 24 @@ -122,12 +122,12 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.1.29 +%global upver          8.1.30  Summary: PHP scripting language for creating dynamic web sites  Name: php  Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -1047,9 +1047,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) >= 73 -BuildRequires: pkgconfig(icu-io)   >= 73 -BuildRequires: pkgconfig(icu-uc)   >= 73 +BuildRequires: pkgconfig(icu-i18n) >= 74 +BuildRequires: pkgconfig(icu-io)   >= 74 +BuildRequires: pkgconfig(icu-uc)   >= 74  %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 @@ -2208,6 +2208,10 @@ fi  %changelog +* Fri Sep 27 2024 Remi Collet <remi@remirepo.net> - 8.1.30-1 +- Update to 8.1.30 - http://www.php.net/releases/8_1_30.php +- use ICU 74.2 +  * Wed Jul 31 2024 Remi Collet <remi@remirepo.net> - 8.1.29-2  - use oracle client library version 23.5 on x86_64 | 
