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 cf3b133a86e45fddf862d3d0dc579d51d661afa8 +%global gh_commit 0de3ca4f98cd79f747f92cd9fab2a72e85b3cd1f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 20200526 %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: 13%{?dist} +Release: 14%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1261,6 +1261,7 @@ popd without_shared="--disable-gd \ --disable-dom --disable-dba --without-unixODBC \ --disable-opcache \ + --disable-phpdbg \ --disable-json \ --without-ffi \ --disable-xmlreader --disable-xmlwriter \ @@ -1816,6 +1817,9 @@ fi %changelog +* Wed May 27 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200526-14 +- new snapshot + * Tue May 26 2020 Remi Collet <remi@remirepo.net> - 8.0.0~DEV.20200526-13 - new snapshot |