diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |