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 48a34bc1202e9664121c9e9aa004c79ac71af3f5 +%global gh_commit c5f87eee5d039af904eddc38684b7a594d758daa %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: 5%{?dist} +Release: 6%{?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 +* Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200427-6 +- new snapshot +- fix tag=disable-static + * Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200427-5 - new snapshot - revert changes to use non PIC object files |