summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-10 08:11:11 +0100
committerRemi Collet <remi@php.net>2021-11-10 08:11:11 +0100
commit11a8107f181c37ec0ed79f019cb7471aca784001 (patch)
tree4276adc3757fa0d4e3469445e42d40f1b7b18683 /php81.spec
parentf796aed696a4ab8da8fdb45a254af5d6f084c659 (diff)
update to 8.1.0RC6
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec13
1 files changed, 10 insertions, 3 deletions
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 <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)