From 3e710f5c334921c442a03d0067310bfcdf7a2731 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jun 2020 12:11:44 +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 c509580..ff080fe 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.8.0-dev (2020-06-09) +===== 7.8.0-dev (2020-06-15) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log diff --git a/php.spec b/php.spec index f246953..1f6a3c2 100644 --- a/php.spec +++ b/php.spec @@ -96,9 +96,9 @@ %global with_zip 0 -%global gh_commit 797c1c50886305333644dcfe7b6c0dc8fb1ca917 +%global gh_commit 18f2ef094af2b1ad961408fbaf222b9448df2750 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20200609 +%global gh_date 20200615 %global gh_owner php %global gh_project php-src %global upver 8.0.0 @@ -108,7 +108,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 18%{?dist} +Release: 19%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1781,6 +1781,9 @@ fi %changelog +* Mon Jun 15 2020 Remi Collet - 8.0.0~DEV.20200615-19 +- new snapshot + * Tue Jun 9 2020 Remi Collet - 8.0.0~DEV.20200609-18 - new snapshot - rebuild using oniguruma5php -- cgit