diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |