summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-07-05 11:14:09 +0200
committerRemi Collet <remi@php.net>2023-07-05 11:14:09 +0200
commit6c237a9a0f483e575da86d8f0ba19bc450cefdd7 (patch)
tree4e4b88c8cb5e82f6542f0b650b6baf3d4261e809 /php.spec
parent6a8672b7f0c5e607de04968c46d911feef4004fb (diff)
update to 8.3.0alpha3
switch to nikic/php-parser version 5
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 7 insertions, 5 deletions
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 <remi@remirepo.net> - 8.3.0~alpha3-1
+- update to 8.3.0alpha3
+- switch to nikic/php-parser version 5
+
* Wed Jun 21 2023 Remi Collet <remi@remirepo.net> - 8.3.0~alpha2-1
- update to 8.3.0alpha2
- fix build with old libpq on EL-7 using patch from