diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php84.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 8.4.2RC1 (2024-12-05) +===== 8.4.2 (2024-12-19) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -81,7 +81,7 @@ %bcond_with zip %global upver 8.4.2 -%global rcver RC1 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -853,7 +853,7 @@ cp Zend/asm/LICENSE BOOST_LICENSE cp TSRM/LICENSE TSRM_LICENSE cp sapi/fpm/LICENSE fpm_LICENSE cp ext/mbstring/libmbfl/LICENSE libmbfl_LICENSE -# cp ext/fileinfo/libmagic/LICENSE libmagic_LICENSE +cp ext/fileinfo/libmagic/LICENSE libmagic_LICENSE cp ext/bcmath/libbcmath/LICENSE libbcmath_LICENSE cp ext/date/lib/LICENSE.rst timelib_LICENSE @@ -1573,7 +1573,7 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %files common -f files.common %doc EXTENSIONS NEWS UPGRADING* README.REDIST.BINS *md docs %license LICENSE TSRM_LICENSE ZEND_LICENSE BOOST_LICENSE -#license libmagic_LICENSE +%license libmagic_LICENSE %license timelib_LICENSE %doc php.ini-* %config(noreplace) %{_sysconfdir}/php.ini @@ -1704,6 +1704,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Dec 18 2024 Remi Collet <remi@remirepo.net> - 8.4.2-1 +- Update to 8.4.2 - http://www.php.net/releases/8_4_2.php + * Tue Dec 3 2024 Remi Collet <remi@remirepo.net> - 8.4.2~RC1-1 - Update to 8.4.2RC1 - EL-9.5: enable argon2 password hash, using OpenSSL 3.2 |