diff options
Diffstat (limited to 'php80.spec')
| -rw-r--r-- | php80.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| @@ -90,13 +90,13 @@  %bcond_with            zip  %global upver          8.0.0 -%global rcver          RC3 -%global lower          rc3 +%global rcver          RC4 +%global lower          rc4  Summary: PHP scripting language for creating dynamic web sites  Name: php  Version: %{upver}%{?rcver:~%{lower}} -Release: 7%{?dist} +Release: 8%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -2138,6 +2138,9 @@ fi  %changelog +* Tue Nov 10 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc4-8 +- update to 8.0.0RC4 +  * Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc3-7  - update to 8.0.0RC3 | 
