From ecb2ba338b84144afbaa9818bfbc665519c93e83 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Aug 2024 06:45:36 +0200 Subject: update to 8.3.11RC2 --- php.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 8c35c5b..e2fc095 100644 --- a/php.spec +++ b/php.spec @@ -134,13 +134,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.3.11 -%global rcver RC1 +%global rcver RC2 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1895,6 +1895,9 @@ fi %changelog +* Thu Aug 22 2024 Remi Collet - 8.3.11~RC2-1 +- update to 8.3.11RC2 + * Wed Aug 14 2024 Remi Collet - 8.3.11~RC1-2 - allow to build using libiodbc instead of unixODBC (--with iodbc) -- cgit