diff options
Diffstat (limited to 'php80.spec')
-rw-r--r-- | php80.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -102,12 +102,12 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.28 +%global upver 8.0.29 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 4%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2198,6 +2198,9 @@ fi %changelog +* Thu Jun 8 2023 Remi Collet <remi@remirepo.net> - 8.0.29-1 +- Update to 8.0.29 - http://www.php.net/releases/8_0_29.php + * Thu May 11 2023 Remi Collet <remi@remirepo.net> - 8.0.28-4 - define %%__phpize and %%__phpconfig |