From 87466523f86a356eabf35c8360f90378963f8df4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2024 09:21:03 +0200 Subject: Update to 8.3.9 - http://www.php.net/releases/8_3_9.php --- php.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index bc94b3b..a68180b 100644 --- a/php.spec +++ b/php.spec @@ -1,4 +1,4 @@ -# remirepo spec file for php82-php +# remirepo spec file for php83-php # with SCL and backport stuff, adapted from # # Fedora spec file for php @@ -129,14 +129,14 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%global upver 8.3.8 +%global upver 8.3.9 #global rcver RC1 # 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 @@ -203,7 +203,6 @@ Patch48: php-8.3.0-openssl-ec-param.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-gh14480.patch # Security fixes (200+) @@ -990,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 -b .gh14480 # security patches @@ -1876,6 +1874,9 @@ fi %changelog +* Wed Jul 3 2024 Remi Collet - 8.3.9-1 +- Update to 8.3.9 - http://www.php.net/releases/8_3_9.php + * Fri Jun 7 2024 Remi Collet - 8.3.8-2 - Fix GH-14480 Method visibility issue introduced in version 8.3.8 -- cgit