diff options
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -70,7 +70,7 @@ %bcond_with zip # Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock. %bcond_without imap -%if 0%{?rhel} == 10 +%if 0%{?rhel} > 10 %bcond_with firebird %else %bcond_without firebird @@ -130,8 +130,7 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%global upver 8.3.31 -#global rcver RC1 +%global upver 8.3.32 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1889,6 +1888,9 @@ fi %changelog +* Wed Jul 1 2026 Remi Collet <remi@remirepo.net> - 8.3.32-1 +- Update to 8.3.32 - http://www.php.net/releases/8_3_32.php + * Tue May 5 2026 Remi Collet <remi@remirepo.net> - 8.3.31-1 - Update to 8.3.31 - http://www.php.net/releases/8_3_31.php |
