diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 10 | 
2 files changed, 9 insertions, 3 deletions
| @@ -1,4 +1,4 @@ -===== 7.8.0-dev (2020-05-04) +===== 7.8.0-dev (2020-05-19)  $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log @@ -97,7 +97,7 @@  %global with_zip       0 -%global gh_commit    ebdcdf39ed779d9b9fc1f2dec5200f05d9c17996 +%global gh_commit    33b5c026aa0b3f4a88a1be599463138cb79ebb5d  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_date      20200513  %global gh_owner     php @@ -109,7 +109,7 @@  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php  Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 9%{?dist} +Release: 11%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -1814,6 +1814,12 @@ fi  %changelog +* Tue May 19 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200519-11 +- new snapshot + +* Wed May 13 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200513-10 +- new snapshot +  * Wed May 13 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200513-9  - new snapshot | 
