From 6c237a9a0f483e575da86d8f0ba19bc450cefdd7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jul 2023 11:14:09 +0200 Subject: update to 8.3.0alpha3 switch to nikic/php-parser version 5 --- php.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index a82049c..772b2db 100644 --- a/php.spec +++ b/php.spec @@ -123,7 +123,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.3.0 -%global rcver alpha2 +%global rcver alpha3 %global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') Summary: PHP scripting language for creating dynamic web sites @@ -175,7 +175,7 @@ Patch10: php-8.2.0-curl.patch # Functional changes # Use system nikic/php-parser -Patch41: php-8.2.0-parser.patch +Patch41: php-8.3.0-parser.patch # use system tzdata Patch43: php-8.1.0-systzdata-v23.patch # See http://bugs.php.net/53436 @@ -192,7 +192,6 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-pgsql92.patch # Security fixes (200+) @@ -440,7 +439,7 @@ Requires: pcre2-devel%{?_isa} >= 10.30 %endif Requires: zlib-devel%{?_isa} %if 0%{?fedora} || 0%{?rhel} >= 8 -Recommends: php-nikic-php-parser4 >= 4.13.1 +Recommends: php-nikic-php-parser5 >= 5.0.0~alpha3 %endif %description devel @@ -974,7 +973,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 .pgsql92 # security patches @@ -1856,6 +1854,10 @@ fi %changelog +* Wed Jul 5 2023 Remi Collet - 8.3.0~alpha3-1 +- update to 8.3.0alpha3 +- switch to nikic/php-parser version 5 + * Wed Jun 21 2023 Remi Collet - 8.3.0~alpha2-1 - update to 8.3.0alpha2 - fix build with old libpq on EL-7 using patch from -- cgit