From 96401bf48a87bc7ceb8131dfc90a129306e95c49 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2024 15:50:46 +0200 Subject: Update to 8.2.21 - http://www.php.net/releases/8_2_21.php --- php.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index ed95922..1f138fb 100644 --- a/php.spec +++ b/php.spec @@ -129,13 +129,13 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%global upver 8.2.20 +%global upver 8.2.21 #global rcver RC1 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 @@ -198,7 +198,6 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-gh14480.patch # Security fixes (200+) @@ -983,7 +982,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 -b .gh14480 # security patches @@ -1864,6 +1862,9 @@ fi %changelog +* Tue Jul 2 2024 Remi Collet - 8.2.21-1 +- Update to 8.2.21 - http://www.php.net/releases/8_2_21.php + * Fri Jun 7 2024 Remi Collet - 8.2.20-2 - Fix GH-14480 Method visibility issue introduced in version 8.2.20 -- cgit