diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-10 08:09:11 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-10 08:09:11 +0100 |
commit | 863624f1b3e9d3670caa7dbfe8d968b857ba3fb2 (patch) | |
tree | c69e2124ec1f461488707447bb52f4a5f346d58b /php.spec | |
parent | 3f0dc34803209c9b85c2f4e5c4a94877c6291179 (diff) |
update to 8.1.0RC6
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) |