diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -===== 7.3.0alpha2 (2018-06-21) +===== 7.3.0alpha3 (2018-07-05) $ grep -r 'Tests failed' /var/lib/mock/scl73*/build.log @@ -125,12 +125,12 @@ %endif %global upver 7.3.0 -%global rcver alpha2 +%global rcver alpha3 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -1854,6 +1854,9 @@ fi %changelog +* Tue Jul 3 2018 Remi Collet <remi@remirepo.net> - 7.3.0~alpha3-1 +- update to 7.3.0alpha3 + * Thu Jun 21 2018 Remi Collet <remi@remirepo.net> - 7.3.0~alpha2-2 - update to 7.3.0alpha2 new sources |