diff options
Diffstat (limited to 'php74.spec')
-rw-r--r-- | php74.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -90,13 +90,13 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.30 +%global upver 7.4.32 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2165,6 +2165,10 @@ fi %changelog +* Wed Sep 28 2022 Remi Collet <remi@remirepo.net> - 7.4.32-1 +- Update to 7.4.32 - http://www.php.net/releases/7_4_32.php +- use ICU 71.1 + * Wed Jul 27 2022 Remi Collet <remi@remirepo.net> - 7.4.30-2 - use bcond for zts and debug |