From 1c866746973e7819ad490aa389d964b90f737483 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Apr 2020 12:00:20 +0200 Subject: new snapshot --- failed.txt | 10 ++++------ php.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/failed.txt b/failed.txt index 3527fbe..9abc311 100644 --- a/failed.txt +++ b/failed.txt @@ -1,15 +1,13 @@ -===== 7.8.0-dev (2020-04-15) +===== 7.8.0-dev (2020-04-22) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log -/var/lib/mock/scl80el7x/build.log:Tests failed : 1 +/var/lib/mock/scl80el7x/build.log:Tests failed : 0 /var/lib/mock/scl80el8x/build.log:Tests failed : 16 -/var/lib/mock/scl80fc31x/build.log:Tests failed : 1 -/var/lib/mock/scl80fc32x/build.log:Tests failed : 1 +/var/lib/mock/scl80fc31x/build.log:Tests failed : 0 +/var/lib/mock/scl80fc32x/build.log:Tests failed : 0 -all - 2 Detailed reporting on specific types of syntax errors [tests/lang/syntax_errors.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index f1efce2..0d01f22 100644 --- a/php.spec +++ b/php.spec @@ -97,9 +97,9 @@ %global with_zip 0 -%global gh_commit ed179c2ef4ed4d371267da9d1b745df519ffa0d5 +%global gh_commit 6ef0d470bfe3c6f45ff34241d8964a73f494acc5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20200415 +%global gh_date 20200422 %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: 3%{?dist} +Release: 4%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1814,6 +1814,9 @@ fi %changelog +* Wed Apr 22 2020 Remi Collet - 8.0.0~DEV.20200422-4 +- new snapshot + * Wed Apr 15 2020 Remi Collet - 8.0.0~DEV.20200415-3 - new snapshot -- cgit