From 70271b833aad36bbdb8f8fb06a70d88eb77cf9f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Oct 2024 08:23:41 +0200 Subject: update to 8.2.25RC1 --- php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 4738b0c..3654684 100644 --- a/php.spec +++ b/php.spec @@ -131,8 +131,8 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%global upver 8.2.24 -#global rcver RC1 +%global upver 8.2.25 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -194,7 +194,7 @@ Patch45: php-7.4.0-ldap_r.patch Patch46: php-8.0.7-argon2.patch # drop "Configure command" from phpinfo output # and only use gcc (instead of full version) -Patch47: php-8.1.0-phpinfo.patch +Patch47: php-8.2.25-phpinfo.patch # RC Patch Patch91: php-7.2.0-oci8conf.patch @@ -1867,6 +1867,9 @@ fi %changelog +* Wed Oct 9 2024 Remi Collet - 8.2.25~RC1-1 +- update to 8.2.25RC1 + * Wed Sep 25 2024 Remi Collet - 8.2.24-1 - Update to 8.2.24 - http://www.php.net/releases/8_2_24.php -- cgit