diff options
Diffstat (limited to 'php80.spec')
-rw-r--r-- | php80.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 @@ -102,7 +106,7 @@ %bcond_with zip %global upver 8.0.13 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2188,6 +2192,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 - dba: enable qdbm backend |