diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
| @@ -1,4 +1,4 @@ -===== 7.8.0-dev (2020-05-19) +===== 7.8.0-dev (2020-05-26)  $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log @@ -97,9 +97,9 @@  %global with_zip       0 -%global gh_commit    33b5c026aa0b3f4a88a1be599463138cb79ebb5d +%global gh_commit    cf3b133a86e45fddf862d3d0dc579d51d661afa8  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      20200513 +%global gh_date      20200526  %global gh_owner     php  %global gh_project   php-src  %global upver        8.0.0 @@ -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: 12%{?dist} +Release: 13%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -1816,6 +1816,9 @@ fi  %changelog +* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200526-13 +- new snapshot +  * Wed May 20 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200519-12  - use php-config from embed SAPI to reduce used libs | 
