summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-17 07:57:07 +0100
committerRemi Collet <remi@php.net>2021-11-17 07:57:07 +0100
commit5089dde08a7e79fd72c2f8a4c97caa67ef74673e (patch)
treee5e9fe53f66f6501f62bf49d00e93a2988af5b98 /php.spec
parent648112b1ac16f295b04348528e9eb2c26e65d547 (diff)
Update to 8.0.13 - http://www.php.net/releases/8_0_13.phpv8.0.13
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 1046aed..a47bfb9 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
@@ -116,7 +120,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.0.13
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1854,6 +1858,9 @@ fi
%changelog
+* Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 8.0.13-1
+- Update to 8.0.13 - http://www.php.net/releases/8_0_13.php
+
* Wed Nov 3 2021 Remi Collet <remi@remirepo.net> - 8.0.13~RC1-1
- update to 8.0.13RC1