diff options
| author | Remi Collet <remi@remirepo.net> | 2021-03-16 17:38:45 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-03-16 17:38:45 +0100 | 
| commit | ad7e2f4fc71c15f5545888569eef35abbab62f69 (patch) | |
| tree | 024398717f0006f72ab7db01e4b8f3981b3e208c /php80.spec | |
| parent | de3e2e1dca70e41aa631a711f4c7e738022debaa (diff) | |
update to 8.0.4RC1
use oracle client library version 21.1
Diffstat (limited to 'php80.spec')
| -rw-r--r-- | php80.spec | 18 | 
1 files changed, 9 insertions, 9 deletions
| @@ -24,12 +24,8 @@  %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%ifarch x86_64 -%global oraclever 19.9 -%else -%global oraclever 19.6 -%endif -%global oraclelib 19.1 +%global oraclever 21.1 +%global oraclelib 21.1  # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests  %bcond_without        lsws @@ -89,9 +85,9 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.0.3 -#global rcver          RC1 -#global lower          RC1 +%global upver          8.0.4 +%global rcver          RC1 +%global lower          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2142,6 +2138,10 @@ fi  %changelog +* Tue Mar 16 2021 Remi Collet <remi@remirepo.net> - 8.0.4~RC1-1 +- update to 8.0.4RC1 +- use oracle client library version 21.1 +  * Wed Mar  3 2021 Remi Collet <remi@remirepo.net> - 8.0.3-1  - Update to 8.0.3 - http://www.php.net/releases/8_0_3.php | 
