diff options
Diffstat (limited to 'php83.spec')
-rw-r--r-- | php83.spec | 39 |
1 files changed, 32 insertions, 7 deletions
@@ -25,12 +25,12 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch aarch64 -%global oraclever 19.24 +%global oraclever 19.25 %global oraclemax 20 %global oraclelib 19.1 -%global oracledir 19.24 +%global oracledir 19.25 %else -%global oraclever 23.5 +%global oraclever 23.7 %global oraclemax 24 %global oraclelib 23.1 %global oracledir 23 @@ -75,7 +75,11 @@ %endif # Build firebird extensions, you can disable using --without firebird +%if 0%{?rhel} == 10 +%bcond_with firebird +%else %bcond_without firebird +%endif # Build ZTS extension or only NTS using --without zts %ifarch x86_64 @@ -125,8 +129,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.3.14 -%global rcver RC1 +%global upver 8.3.17 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1245,7 +1249,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 @@ -2088,7 +2092,7 @@ fi %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 @@ -2239,6 +2243,27 @@ fi %changelog +* Wed Feb 12 2025 Remi Collet <remi@remirepo.net> - 8.3.17-1 +- Update to 8.3.17 - http://www.php.net/releases/8_3_17.php + +* Wed Jan 29 2025 Remi Collet <remi@remirepo.net> - 8.3.17~RC1-1 +- update to 8.3.17RC1 + +* Wed Jan 15 2025 Remi Collet <remi@remirepo.net> - 8.3.16-1 +- Update to 8.3.16 - http://www.php.net/releases/8_3_16.php + +* Wed Jan 1 2025 Remi Collet <remi@remirepo.net> - 8.3.16~RC1-1 +- update to 8.3.16RC1 + +* Wed Dec 18 2024 Remi Collet <remi@remirepo.net> - 8.3.15-1 +- Update to 8.3.15 - http://www.php.net/releases/8_3_15.php + +* Wed Dec 4 2024 Remi Collet <remi@remirepo.net> - 8.3.15~RC1-1 +- update to 8.3.15RC1 + +* Tue Nov 19 2024 Remi Collet <remi@remirepo.net> - 8.3.14-1 +- Update to 8.3.14 - http://www.php.net/releases/8_3_14.php + * Wed Nov 6 2024 Remi Collet <remi@remirepo.net> - 8.3.14~RC1-1 - update to 8.3.14RC1 |