diff options
Diffstat (limited to 'php81.spec')
| -rw-r--r-- | php81.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| @@ -93,13 +93,13 @@  %bcond_with            zip  %global upver          8.1.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: 3%{?dist} +Release: 1%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -2151,6 +2151,9 @@ fi  %changelog +* Wed Oct 13 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC4-1 +- update to 8.1.0RC4 +  * Fri Oct  1 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC3-3  - rebuild using ICU 69 | 
