diff options
Diffstat (limited to 'php81.spec')
-rw-r--r-- | php81.spec | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -14,7 +14,7 @@ # Extension version %global fileinfover 1.0.5 %global oci8ver 3.1.0 -%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 @@ -93,8 +93,8 @@ %bcond_with zip %global upver 8.1.0 -%global rcver RC1 -%global lower RC1 +%global rcver RC2 +%global lower RC2 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2151,6 +2151,10 @@ fi %changelog +* Sat Sep 18 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC2-1 +- update to 8.1.0RC2 +- use oracle client library version 21.3 + * Thu Sep 2 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC1-1 - update to 8.1.0RC1 - bump API version |