diff options
| author | Remi Collet <remi@remirepo.net> | 2024-11-19 17:36:48 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-11-19 17:36:48 +0100 | 
| commit | 566936ada6254bd3e9331ea9ce12773e9857f258 (patch) | |
| tree | 42d2a44d7bfacaf2d55e0e5c2b0690332478cbb6 | |
| parent | 5a1beee5a04262b83a9ddef8b48df38d9cadb23e (diff) | |
Update to 8.3.14 - http://www.php.net/releases/8_3_14.phpv8.3.14
| -rw-r--r-- | failed.txt | 4 | ||||
| -rw-r--r-- | php83.spec | 11 | 
2 files changed, 12 insertions, 3 deletions
| @@ -1,4 +1,4 @@ -===== 8.3.14RC1 (2024-11-07) +===== 8.3.14 (2024-11-21)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -6,6 +6,8 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/el8x83/build.log:Tests failed   :    0  /var/lib/mock/el9a83/build.log:Tests failed   :    0  /var/lib/mock/el9x83/build.log:Tests failed   :    0 +/var/lib/mock/el10a83/build.log:Tests failed  :    0 +/var/lib/mock/el10x83/build.log:Tests failed  :    0  /var/lib/mock/fc39a83/build.log:Tests failed  :    0  /var/lib/mock/fc39x83/build.log:Tests failed  :    0  /var/lib/mock/fc40a83/build.log:Tests failed  :    0 @@ -30,7 +30,7 @@  %global oraclelib 19.1  %global oracledir 19.24  %else -%global oraclever 23.5 +%global oraclever 23.6  %global oraclemax 24  %global oraclelib 23.1  %global oracledir 23 @@ -75,7 +75,11 @@  %endif  # Build firebird extensions, you can disable using --without firebird +%if 0%{?rhel} == 10 +%bcond_with           firebird +%else  %bcond_without        firebird +%endif  # Build ZTS extension or only NTS using --without zts  %ifarch x86_64 @@ -126,7 +130,7 @@  %bcond_with            zip  %global upver          8.3.14 -%global rcver          RC1 +#global rcver          RC1  # TODO set PHP_EXTRA_VERSION for EOL version  Summary: PHP scripting language for creating dynamic web sites @@ -2239,6 +2243,9 @@ fi  %changelog +* Tue Nov 19 2024 Remi Collet <remi@remirepo.net> - 8.3.14-1 +- Update to 8.3.14 - http://www.php.net/releases/8_3_14.php +  * Wed Nov  6 2024 Remi Collet <remi@remirepo.net> - 8.3.14~RC1-1  - update to 8.3.14RC1 | 
