From 5089dde08a7e79fd72c2f8a4c97caa67ef74673e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Nov 2021 07:57:07 +0100 Subject: Update to 8.0.13 - http://www.php.net/releases/8_0_13.php --- php.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php.spec') 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 - 8.0.13-1 +- Update to 8.0.13 - http://www.php.net/releases/8_0_13.php + * Wed Nov 3 2021 Remi Collet - 8.0.13~RC1-1 - update to 8.0.13RC1 -- cgit