From 11a8107f181c37ec0ed79f019cb7471aca784001 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Nov 2021 08:11:11 +0100 Subject: update to 8.1.0RC6 --- php81.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php81.spec') diff --git a/php81.spec b/php81.spec index f54825d..b6baacf 100644 --- a/php81.spec +++ b/php81.spec @@ -65,7 +65,11 @@ %endif # Build firebird extensions, you can disable using --without firebird +%if 0%{?rhel} == 9 +%bcond_with firebird +%else %bcond_without firebird +%endif # Build ZTS extension or only NTS using --without zts %bcond_without zts @@ -109,8 +113,8 @@ %bcond_with zip %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: php @@ -483,7 +487,7 @@ Obsoletes: php74-devel, php74w-devel Obsoletes: php80-devel %endif %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 @@ -2179,6 +2183,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