diff options
Diffstat (limited to 'php80.spec')
| -rw-r--r-- | php80.spec | 17 | 
1 files changed, 10 insertions, 7 deletions
| @@ -14,7 +14,7 @@  # Extension version  %global fileinfover 1.0.5  %global oci8ver     3.0.1 -%global zipver      1.19.3 +%global zipver      1.19.4  # Adds -z now to the linker flags  %global _hardened_build 1 @@ -24,7 +24,7 @@  %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.1 +%global oraclever 21.3  %global oraclelib 21.1  # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -85,14 +85,13 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.0.10 -#global rcver          RC1 -#global lower          RC1 +%global upver          8.0.11 +%global rcver          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php -Version: %{upver}%{?rcver:~%{lower}} -Release: 2%{?dist} +Version: %{upver}%{?rcver:~%{rcver}} +Release: 1%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -2152,6 +2151,10 @@ fi  %changelog +* Tue Sep  7 2021 Remi Collet <remi@remirepo.net> - 8.0.11~RC1-1 +- update to 8.0.11RC1 +- use oracle client library version 21.3 +  * Tue Aug 24 2021 Remi Collet <remi@remirepo.net> - 8.0.10-1  - Update to 8.0.10 - http://www.php.net/releases/8_0_10.php | 
