From 0bf31e8211df275ebb2ca79579b38dcecbf1d4d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Mar 2023 17:08:29 +0200 Subject: update to 8.2.5RC1 --- php.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index e6749e3..475647f 100644 --- a/php.spec +++ b/php.spec @@ -122,8 +122,8 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%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: %{?scl_prefix}php @@ -199,8 +199,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 @@ -982,9 +980,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch300 -p1 -b .datetests # WIP patch -%if 0%{?rhel} == 7 -%patch400 -p1 -b .pr10756 -%endif # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE ZEND_LICENSE @@ -1858,6 +1853,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