diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -122,13 +122,13 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%global upver 8.2.9 -#global rcver RC1 +%global upver 8.2.10 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -1851,6 +1851,9 @@ fi %changelog +* Thu Aug 17 2023 Remi Collet <remi@remirepo.net> - 8.2.10~RC1-1 +- update to 8.2.10RC1 + * Thu Aug 3 2023 Remi Collet <remi@remirepo.net> - 8.2.9-2 - Update to 8.2.9 - http://www.php.net/releases/8_2_9.php - rebuild for new sources |