diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -68,7 +68,11 @@ %bcond_with zip # Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock. %bcond_without imap +%if 0%{?rhel} == 9 +%bcond_with firebird +%else %bcond_without firebird +%endif %bcond_without freetds %bcond_without tidy %bcond_without sqlite3 @@ -124,8 +128,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver RC5 -%global lower rc5 +%global rcver RC6 +%global lower rc6 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -431,7 +435,7 @@ Requires: pcre2-devel%{?_isa} >= 10.30 %endif Requires: zlib-devel%{?_isa} %if 0%{?fedora} || 0%{?rhel} >= 8 -Recommends: php-nikic-php-parser4 >= 4.12.0 +Recommends: php-nikic-php-parser4 >= 4.13.0 %endif %description devel @@ -1847,6 +1851,9 @@ fi %changelog +* Wed Nov 10 2021 Remi Collet <remi@remirepo.net> - 8.1.0~rc6-1 +- update to 8.1.0RC6 + * Tue Oct 26 2021 Remi Collet <remi@remirepo.net> - 8.1.0~rc5-1 - update to 8.1.0RC5 - build using system libxcrypt (Fedora only) |