diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-01 12:28:15 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-01 12:28:15 +0200 |
| commit | 845186447e9b267a4ef174c054c52da294560f7a (patch) | |
| tree | f714997d3159b837ecf82300262596f20882b87d | |
| parent | 802221ac116ea7162ef8882ebd7372ebed807b19 (diff) | |
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php83.spec | 8 |
2 files changed, 6 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 8.3.31 (2026-05-07) +===== 8.3.32 (2026-07-02) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -68,7 +68,7 @@ %endif # Build firebird extensions, you can disable using --without firebird -%if 0%{?rhel} == 10 +%if 0%{?rhel} > 10 %bcond_with firebird %else %bcond_without firebird @@ -122,8 +122,7 @@ %bcond_without libgd %bcond_with zip -%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 @@ -2233,6 +2232,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 |
