From f43c742fef022e73bc39562a320455f6b04fa6ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Apr 2020 16:32:36 +0200 Subject: new snapshot fix tag=disable-static --- php.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 7986f58..985beab 100644 --- a/php.spec +++ b/php.spec @@ -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 - 8.0.0~DEV.20200427-6 +- new snapshot +- fix tag=disable-static + * Mon Apr 27 2020 Remi Collet - 8.0.0~DEV.20200427-5 - new snapshot - revert changes to use non PIC object files -- cgit