diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -114,8 +114,8 @@ #global gh_date 20200615 %global gh_owner php %global gh_project php-src -%global upver 8.0.18 -#global rcver RC1 +%global upver 8.0.19 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -167,7 +167,7 @@ Patch10: php-7.0.7-curl.patch # Functional changes # Use system nikic/php-parser -Patch41: php-8.0.0-parser.patch +Patch41: php-8.0.19-parser.patch # use system tzdata Patch42: php-8.0.10-systzdata-v21.patch # See http://bugs.php.net/53436 @@ -428,7 +428,7 @@ Requires: pcre2-devel%{?_isa} >= 10.30 %endif Requires: zlib-devel%{?_isa} %if 0%{?fedora} || 0%{?rhel} >= 8 -Recommends: php-nikic-php-parser4 >= 4.3.0 +Recommends: php-nikic-php-parser4 >= 4.13.0 %endif %description devel @@ -1846,6 +1846,9 @@ fi %changelog +* Tue Apr 26 2022 Remi Collet <remi@remirepo.net> - 8.0.19~RC1-1 +- update to 8.0.19RC1 + * Wed Apr 13 2022 Remi Collet <remi@remirepo.net> - 8.0.18-1 - Update to 8.0.18 - http://www.php.net/releases/8_0_18.php |