From cc5cf8b9c6c8856ba37db18f5b8224f9fc9444bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 18 Sep 2021 09:58:03 +0200 Subject: update to 8.1.0RC2 use oracle client library version 21.3 --- php81.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php81.spec') diff --git a/php81.spec b/php81.spec index 188ace0..a33003e 100644 --- a/php81.spec +++ b/php81.spec @@ -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 - 8.1.0~RC2-1 +- update to 8.1.0RC2 +- use oracle client library version 21.3 + * Thu Sep 2 2021 Remi Collet - 8.1.0~RC1-1 - update to 8.1.0RC1 - bump API version -- cgit