diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -103,13 +103,13 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.0 -%global rcver RC5 -%global lower rc5 +%global rcver RC6 +%global lower rc6 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 33%{?dist} +Release: 34%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1808,6 +1808,9 @@ fi %changelog +* Mon Nov 11 2019 Remi Collet <remi@remirepo.net> - 7.4.0~rc6-34 +- update to 7.4.0RC6 + * Tue Oct 29 2019 Remi Collet <remi@remirepo.net> - 7.4.0~rc5-33 - update to 7.4.0RC5 - set opcache.enable_cli in provided default configuration |