From 20265db715db4a965e11ec67981a0c89ba04ce9f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Nov 2023 08:15:12 +0100 Subject: Update to 8.3.0 GA - http://www.php.net/releases/8_3_0.php --- php83.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php83.spec') diff --git a/php83.spec b/php83.spec index 420f350..ea3eff6 100644 --- a/php83.spec +++ b/php83.spec @@ -14,7 +14,7 @@ # Extension version %global fileinfover 1.0.5 %global oci8ver 3.3.0 -%global zipver 1.22.2 +%global zipver 1.22.3 # Adds -z now to the linker flags %global _hardened_build 1 @@ -121,7 +121,7 @@ %bcond_with zip %global upver 8.3.0 -%global rcver RC6 +#global rcver RC6 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -2212,6 +2212,9 @@ fi %changelog +* Wed Nov 22 2023 Remi Collet - 8.3.0-1 +- Update to 8.3.0 GA - http://www.php.net/releases/8_3_0.php + * Wed Nov 8 2023 Remi Collet - 8.3.0~rc6-1 - update to 8.3.0RC6 - use oracle client library version 21.12 on x86_64 -- cgit