diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php83.spec | 10 |
2 files changed, 8 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 8.3.28RC1 (2025-11-06) +===== 8.3.28 (2025-11-20) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -123,7 +123,7 @@ %bcond_with zip %global upver 8.3.28 -%global rcver RC1 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -140,7 +140,7 @@ Release: 1%{?dist} License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0 URL: http://www.php.net/ -Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz +Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2 Source1: php.conf Source2: php.ini Source3: macros.php @@ -156,7 +156,7 @@ Source13: nginx-fpm.conf Source14: nginx-php.conf # See https://secure.php.net/gpg-keys.php Source20: https://www.php.net/distributions/php-keyring.gpg -Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz.asc +Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2.asc # Configuration files for some extensions Source50: 10-opcache.ini Source51: opcache-default.blacklist @@ -2233,6 +2233,10 @@ fi %changelog +* Wed Nov 19 2025 Remi Collet <remi@remirepo.net> - 8.3.28-1 +- Update to 8.3.28 - http://www.php.net/releases/8_3_28.php +- switch to bz2 archive to workaround RHEL-125143 + * Tue Nov 4 2025 Remi Collet <remi@remirepo.net> - 8.3.28~RC1-1 - update to 8.3.28RC1 |
