From 8d31a0e94e7f02e82017beedc04566a20ae41c61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Sep 2021 18:19:08 +0200 Subject: update to 8.0.11RC1 use oracle client library version 21.3 --- php80.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index 76a487f..19ff4c3 100644 --- a/php80.spec +++ b/php80.spec @@ -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 - 8.0.11~RC1-1 +- update to 8.0.11RC1 +- use oracle client library version 21.3 + * Tue Aug 24 2021 Remi Collet - 8.0.10-1 - Update to 8.0.10 - http://www.php.net/releases/8_0_10.php -- cgit