From 06206de011934284bb081505ecdfce3ca39aab7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Dec 2023 07:36:25 +0100 Subject: update to 8.3.1RC3 --- php.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 2508356..f5c0b0d 100644 --- a/php.spec +++ b/php.spec @@ -130,7 +130,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.3.1 -%global rcver RC1 +%global rcver RC3 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -203,8 +203,6 @@ Patch48: php-8.3.0-openssl-ec-param.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -# revert unwanted API change -Patch100: php-upstream.patch # Security fixes (200+) @@ -991,7 +989,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P91 -p1 -b .remi-oci8 # upstream patches -%patch -P100 -p1 -R -b .revert # security patches @@ -1877,6 +1874,9 @@ fi %changelog +* Thu Dec 7 2023 Remi Collet - 8.3.1~RC3-1 +- update to 8.3.1RC3 + * Wed Dec 6 2023 Remi Collet - 8.3.1~RC1-1 - update to 8.3.1RC1 -- cgit