From 863624f1b3e9d3670caa7dbfe8d968b857ba3fb2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Nov 2021 08:09:11 +0100 Subject: update to 8.1.0RC6 --- php.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 7793389..4c473ec 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.1.0~rc6-1 +- update to 8.1.0RC6 + * Tue Oct 26 2021 Remi Collet - 8.1.0~rc5-1 - update to 8.1.0RC5 - build using system libxcrypt (Fedora only) -- cgit