From 526d963ee4c432d68b518047d910942aac0f47d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Apr 2020 11:58:04 +0200 Subject: new snapshot test build for https://github.com/php/php-src/pull/5480 --- php.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 985beab..c8b4ab0 100644 --- a/php.spec +++ b/php.spec @@ -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 - 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 - 8.0.0~DEV.20200427-6 - new snapshot - fix tag=disable-static -- cgit