From 5ddc3d2349fea7027ec0ed7415bcafd4bb46e529 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Sep 2022 08:19:19 +0200 Subject: update to 8.2.0RC3 --- php.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 7d0625d..89b5356 100644 --- a/php.spec +++ b/php.spec @@ -123,13 +123,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.2.0 -%global rcver RC2 +%global rcver RC3 %global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 15%{?dist} +Release: 16%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -192,7 +192,6 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-pr9537.patch # Security fixes (200+) @@ -969,7 +968,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .pr9537 # security patches @@ -1850,6 +1848,9 @@ fi %changelog +* Wed Sep 28 2022 Remi Collet - 8.2.0~rc3-16 +- update to 8.2.0RC3 + * Wed Sep 14 2022 Remi Collet - 8.2.0~rc2-15 - update to 8.2.0RC2 (new tag) - add patch from https://github.com/php/php-src/pull/9537 -- cgit