diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -97,7 +97,7 @@ %global with_zip 0 -%global gh_commit c5f87eee5d039af904eddc38684b7a594d758daa +%global gh_commit d906eb23f6cc86c69f7edc2732d7a46901b992a3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 20200427 %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: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1817,6 +1817,10 @@ fi %changelog +* Tue Apr 28 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200428-7 +- new snapshot +- test build for https://github.com/php/php-src/pull/5480 + * Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200427-6 - new snapshot - fix tag=disable-static |