diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php82.spec | 22 | 
2 files changed, 15 insertions, 9 deletions
| @@ -1,4 +1,4 @@ -===== 8.2.21 (2024-07-04) +===== 8.2.22RC1 (2024-07-18)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -25,13 +25,15 @@  %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)  %ifarch aarch64 -%global oraclever 19.22 +%global oraclever 19.23 +%global oraclemax 20  %global oraclelib 19.1 -%global oracledir 19.22 +%global oracledir 19.23  %else -%global oraclever 21.13 -%global oraclelib 21.1 -%global oracledir 21 +%global oraclever 23.4 +%global oraclemax 24 +%global oraclelib 23.1 +%global oracledir 23  %endif  # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -120,8 +122,8 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.2.21 -#global rcver          RC1 +%global upver          8.2.22 +%global rcver          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -761,7 +763,7 @@ BuildRequires:  oracle-instantclient%{oraclever}-devel  Requires:       libclntsh.so.%{oraclelib}  AutoReq:        0  %else -BuildRequires:  oracle-instantclient-devel >= %{oraclever} +BuildRequires: (oracle-instantclient-devel >= %{oraclever} with oracle-instantclient-devel < %{oraclemax})  %endif  Requires:       php-pdo%{?_isa} = %{version}-%{release}  Provides:       php_database @@ -2200,6 +2202,10 @@ fi  %changelog +* Wed Jul 17 2024 Remi Collet <remi@remirepo.net> - 8.2.22~RC1-1 +- update to 8.2.22RC1 +- use oracle client library version 23.4 on x86_64, 19.23 on aarch64 +  * Tue Jul  2 2024 Remi Collet <remi@remirepo.net> - 8.2.21-1  - Update to 8.2.21 - http://www.php.net/releases/8_2_21.php | 
