From caf4328222b850cbfd01fea0d42d7f79c9da916d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Mar 2023 17:08:44 +0200 Subject: update to 8.2.5RC1 --- php82.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php82.spec') diff --git a/php82.spec b/php82.spec index be2ec82..d62d895 100644 --- a/php82.spec +++ b/php82.spec @@ -109,8 +109,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.4 -#global rcver RC1 +%global upver 8.2.5 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -184,8 +184,6 @@ Patch91: php-7.2.0-oci8conf.patch Patch300: php-7.4.0-datetests.patch # WIP -# https://github.com/php/php-src/pull/10756 -Patch400: 10756.patch BuildRequires: gnupg2 BuildRequires: bzip2-devel @@ -1201,9 +1199,6 @@ in pure PHP. %endif # WIP patch -%if 0%{?rhel} == 7 -%patch400 -p1 -b .pr10756 -%endif # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE ZEND_LICENSE @@ -2200,6 +2195,9 @@ fi %changelog +* Wed Mar 29 2023 Remi Collet - 8.2.5~RC1-1 +- update to 8.2.5RC1 + * Wed Mar 15 2023 Remi Collet - 8.2.4-1 - Update to 8.2.4 - http://www.php.net/releases/8_2_4.php -- cgit