From 40a47ca2cfc4cc8a63885dbf4ab962ce1aa5db68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 11:21:21 +0200 Subject: new snapshot --- failed.txt | 2 +- php.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index ee508ff..c787006 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.8.0-dev (2020-05-19) +===== 7.8.0-dev (2020-05-26) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log diff --git a/php.spec b/php.spec index 6fc5d71..063641f 100644 --- a/php.spec +++ b/php.spec @@ -97,9 +97,9 @@ %global with_zip 0 -%global gh_commit 33b5c026aa0b3f4a88a1be599463138cb79ebb5d +%global gh_commit cf3b133a86e45fddf862d3d0dc579d51d661afa8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20200513 +%global gh_date 20200526 %global gh_owner php %global gh_project php-src %global upver 8.0.0 @@ -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: 12%{?dist} +Release: 13%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1816,6 +1816,9 @@ fi %changelog +* Tue May 26 2020 Remi Collet - 8.0.0~DEV.20200526-13 +- new snapshot + * Wed May 20 2020 Remi Collet - 8.0.0~DEV.20200519-12 - use php-config from embed SAPI to reduce used libs -- cgit